repo
stringlengths
4
140
commit_id
stringlengths
7
7
rel_path
stringlengths
1
3.5k
language
stringclasses
37 values
url
stringlengths
37
3.56k
raw_url
stringlengths
54
3.58k
key
stringlengths
20
3.54k
ok
bool
1 class
status
int64
200
200
bytes
int64
48
425k
content
stringlengths
40
425k
worker_id
int64
0
7
zsandarbhz/mock_api_demo
47a3c11
lib/view/dashboard/dashboard_screen.dart
Dart
www.github.com/zsandarbhz/mock_api_demo/tree/main/lib/view/dashboard/dashboard_screen.dart
https://raw.githubusercontent.com/zsandarbhz/mock_api_demo/47a3c11/lib/view/dashboard/dashboard_screen.dart
zsandarbhz/mock_api_demo 47a3c11 lib/view/dashboard/dashboard_screen.dart
true
200
6,512
import 'package:easy_localization/easy_localization.dart'; import 'package:flutter/material.dart'; import 'package:flutter_mobx/flutter_mobx.dart'; import 'package:mock_api_demo/app/core/mobx/dashboard/dashboard_store.dart'; import 'package:mock_api_demo/utils/colors.dart'; import 'package:mock_api_demo/utils/dimension...
0
anashassaan/Mobile_App_Snapchat_Project
abdca9d
lib/view/stories.dart
Dart
www.github.com/anashassaan/Mobile_App_Snapchat_Project/tree/main/lib/view/stories.dart
https://raw.githubusercontent.com/anashassaan/Mobile_App_Snapchat_Project/abdca9d/lib/view/stories.dart
anashassaan/Mobile_App_Snapchat_Project abdca9d lib/view/stories.dart
true
200
3,342
import 'package:flutter/material.dart'; import 'package:project2/utils/customWidgts.dart'; class StoriesScreen extends StatefulWidget { const StoriesScreen({super.key}); @override State<StoriesScreen> createState() => _StoriesScreenState(); } class _StoriesScreenState extends State<StoriesScreen> { final Lis...
3
isaqueburgheri/appSetor63
7f8b84c
lib/pages/menu/biblia/bible_old/04_livros_profeticos/23_isaias/isaias_11/isaias11_model.dart
Dart
www.github.com/isaqueburgheri/appSetor63/tree/main/lib/pages/menu/biblia/bible_old/04_livros_profeticos/23_isaias/isaias_11/isaias11_model.dart
https://raw.githubusercontent.com/isaqueburgheri/appSetor63/7f8b84c/lib/pages/menu/biblia/bible_old/04_livros_profeticos/23_isaias/isaias_11/isaias11_model.dart
isaqueburgheri/appSetor63 7f8b84c lib/pages/menu/biblia/bible_old/04_livros_profeticos/23_isaias/isaias_11/isaias11_model.dart
true
200
291
import '/flutter_flow/flutter_flow_util.dart'; import 'isaias11_widget.dart' show Isaias11Widget; import 'package:flutter/material.dart'; class Isaias11Model extends FlutterFlowModel<Isaias11Widget> { @override void initState(BuildContext context) {} @override void dispose() {} }
6
danirevito/app_todo
8639461
lib/modules/login/login_view.dart
Dart
www.github.com/danirevito/app_todo/tree/main/lib/modules/login/login_view.dart
https://raw.githubusercontent.com/danirevito/app_todo/8639461/lib/modules/login/login_view.dart
danirevito/app_todo 8639461 lib/modules/login/login_view.dart
true
200
6,560
import 'package:http/http.dart' as http; import 'package:flutter/material.dart'; import 'package:flutter/gestures.dart'; class LoginPage extends StatefulWidget { const LoginPage({Key? key}) : super(key: key); @override State<LoginPage> createState() => _LoginPageState(); } class _LoginPageState extends State<...
2
kiranpsvidealpha/video_call_app
3788034
lib/reusable/navigator.dart
Dart
www.github.com/kiranpsvidealpha/video_call_app/tree/main/lib/reusable/navigator.dart
https://raw.githubusercontent.com/kiranpsvidealpha/video_call_app/3788034/lib/reusable/navigator.dart
kiranpsvidealpha/video_call_app 3788034 lib/reusable/navigator.dart
true
200
490
import 'package:flutter/material.dart'; import 'package:get/get.dart'; Future<dynamic> pushSimple(Widget newScreen) { return Get.to(() => newScreen, transition: Transition.rightToLeft)!; } void removeScreen(BuildContext context) { return Navigator.of(context).pop(); } Future<dynamic> pushByRemovingAll(BuildConte...
1
Aryan-Sagavekar/AniDesk
0ca7846
lib/widgets/animal_emoji.dart
Dart
www.github.com/Aryan-Sagavekar/AniDesk/tree/main/lib/widgets/animal_emoji.dart
https://raw.githubusercontent.com/Aryan-Sagavekar/AniDesk/0ca7846/lib/widgets/animal_emoji.dart
Aryan-Sagavekar/AniDesk 0ca7846 lib/widgets/animal_emoji.dart
true
200
696
import "package:animal_desk_app/widgets/color_nature.dart"; import "package:flutter/material.dart"; class Animogi extends StatelessWidget { final image; const Animogi({super.key, this.image = 'elephant'}); @override Widget build(BuildContext context) { return Container( height: 65, width: 65, ...
7
saqlain-apps/dynamic_forms
9b7f9fd
lib/global/notifications/notification_messenger.dart
Dart
www.github.com/saqlain-apps/dynamic_forms/tree/main/lib/global/notifications/notification_messenger.dart
https://raw.githubusercontent.com/saqlain-apps/dynamic_forms/9b7f9fd/lib/global/notifications/notification_messenger.dart
saqlain-apps/dynamic_forms 9b7f9fd lib/global/notifications/notification_messenger.dart
true
200
606
import '/utils/app_helpers/_app_helper_import.dart'; import '../../_libraries/widgets/notification_messenger/notification_manager.dart'; import '../../_libraries/widgets/scoped.dart'; import 'messages/error_notification_message.dart'; class NotificationMessenger extends NotificationController { @override OverlaySt...
0
domarin6/tds_progra_movil
39d9dfe
counter_app/lib/main.dart
Dart
www.github.com/domarin6/tds_progra_movil/tree/main/counter_app/lib/main.dart
https://raw.githubusercontent.com/domarin6/tds_progra_movil/39d9dfe/counter_app/lib/main.dart
domarin6/tds_progra_movil 39d9dfe counter_app/lib/main.dart
true
200
3,197
import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: The...
4
michaelihuoma01/dana
62c53da
lib/widgets/common_widgets/user_badges.dart
Dart
www.github.com/michaelihuoma01/dana/tree/main/lib/widgets/common_widgets/user_badges.dart
https://raw.githubusercontent.com/michaelihuoma01/dana/62c53da/lib/widgets/common_widgets/user_badges.dart
michaelihuoma01/dana 62c53da lib/widgets/common_widgets/user_badges.dart
true
200
1,140
import 'package:Dana/models/models.dart'; import 'package:flutter/material.dart'; class UserBadges extends StatelessWidget { final AppUser user; final double size; final bool secondSizedBox; UserBadges( {required this.user, required this.size, this.secondSizedBox = true}); @override Widget build(Bui...
3
Abdulahi-55/project2
c4040ab
lib/profiledesing.dart
Dart
www.github.com/Abdulahi-55/project2/tree/main/lib/profiledesing.dart
https://raw.githubusercontent.com/Abdulahi-55/project2/c4040ab/lib/profiledesing.dart
Abdulahi-55/project2 c4040ab lib/profiledesing.dart
true
200
2,266
import 'package:flutter/material.dart'; import 'package:flutter/cupertino.dart'; class ProfileDesign extends StatelessWidget { const ProfileDesign({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Scaffold( body: Padding( padding: const EdgeInsets.all(20), ...
6
eliaxelang007/Handy
0910cc3
lib/src/strings.dart
Dart
www.github.com/eliaxelang007/Handy/tree/main/lib/src/strings.dart
https://raw.githubusercontent.com/eliaxelang007/Handy/0910cc3/lib/src/strings.dart
eliaxelang007/Handy 0910cc3 lib/src/strings.dart
true
200
1,213
extension HandyString on String { /// Multiplies a string like python does. /// Example: "abc" * 3 == "abcabcabc" String operator *(int repeats) => List.filled(repeats, this).join(); /// Capitalizes the first letter of a string and turns all other letters lowercase. /// Example: "abc".capitalize() == "Abc" ...
2
xenxi/cv-desing
d40cf79
lib/application/desings/desings_bloc.dart
Dart
www.github.com/xenxi/cv-desing/tree/main/lib/application/desings/desings_bloc.dart
https://raw.githubusercontent.com/xenxi/cv-desing/d40cf79/lib/application/desings/desings_bloc.dart
xenxi/cv-desing d40cf79 lib/application/desings/desings_bloc.dart
true
200
1,135
// ignore: depend_on_referenced_packages import 'package:bloc/bloc.dart'; import 'package:cv_desing_website_flutter/domain/category.dart'; import 'package:cv_desing_website_flutter/domain/desing.dart'; import 'package:cv_desing_website_flutter/domain/i_desings.dart'; import 'package:dartz/dartz.dart'; import 'package:e...
1
ologunB/grip_app
c935de2
lib/views/bible/all_versions.dart
Dart
www.github.com/ologunB/grip_app/tree/main/lib/views/bible/all_versions.dart
https://raw.githubusercontent.com/ologunB/grip_app/c935de2/lib/views/bible/all_versions.dart
ologunB/grip_app c935de2 lib/views/bible/all_versions.dart
true
200
3,380
import '../../core/models/bible_model.dart'; import '../../core/storage/local_storage.dart'; import '../../core/vms/bible_vm.dart'; import '../../core/vms/settings_vm.dart'; import '../../main.dart'; import '../profile/all_versions.dart'; import '../widgets/hex_text.dart'; class AllVersionScreen extends StatefulWidget...
7
AdityaRaj9889/internet_connectivity_check
d5b33f9
lib/views/setting_screen.dart
Dart
www.github.com/AdityaRaj9889/internet_connectivity_check/tree/main/lib/views/setting_screen.dart
https://raw.githubusercontent.com/AdityaRaj9889/internet_connectivity_check/d5b33f9/lib/views/setting_screen.dart
AdityaRaj9889/internet_connectivity_check d5b33f9 lib/views/setting_screen.dart
true
200
410
import 'package:flutter/material.dart'; class SettingScreen extends StatelessWidget { const SettingScreen({super.key}); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( backgroundColor: const Color(0xFF9F74EB), title: const Text("Setting"), ), ...
5
ukaana99/companion
8c9f275
lib/ui/shared/widgets/dialog/toggle_input.dart
Dart
www.github.com/ukaana99/companion/tree/main/lib/ui/shared/widgets/dialog/toggle_input.dart
https://raw.githubusercontent.com/ukaana99/companion/8c9f275/lib/ui/shared/widgets/dialog/toggle_input.dart
ukaana99/companion 8c9f275 lib/ui/shared/widgets/dialog/toggle_input.dart
true
200
921
import 'package:flutter/material.dart'; class ToggleInput extends StatelessWidget { const ToggleInput({ super.key, this.value = false, this.hintText = '', this.onChanged, }); final bool value; final String hintText; final void Function(bool)? onChanged; @override Widget build(BuildConte...
0
bluestemso/coco_home
3ebceec
lib/screens/whiteboard_screen.dart
Dart
www.github.com/bluestemso/coco_home/tree/main/lib/screens/whiteboard_screen.dart
https://raw.githubusercontent.com/bluestemso/coco_home/3ebceec/lib/screens/whiteboard_screen.dart
bluestemso/coco_home 3ebceec lib/screens/whiteboard_screen.dart
true
200
369
import 'package:flutter/material.dart'; class WhiteboardScreen extends StatelessWidget { const WhiteboardScreen({super.key}); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: const Text('Whiteboard'), ), body: const Center( child: Text(...
4
janberkaltay/Flutter-Adana-Akilli-Kent-Full-AppClone
bbf81b7
lib/metro_station/Hürriyet_station.dart
Dart
www.github.com/janberkaltay/Flutter-Adana-Akilli-Kent-Full-AppClone/tree/main/lib/metro_station/Hürriyet_station.dart
https://raw.githubusercontent.com/janberkaltay/Flutter-Adana-Akilli-Kent-Full-AppClone/bbf81b7/lib/metro_station/H%C3%BCrriyet_station.dart
janberkaltay/Flutter-Adana-Akilli-Kent-Full-AppClone bbf81b7 lib/metro_station/Hürriyet_station.dart
true
200
1,267
import 'package:akillikentclone/NavBar.dart'; import 'package:akillikentclone/metro_tabs/H%C3%BCrriyet_station_tabs/Akincilar-H%C3%BCrriyet.dart'; import 'package:akillikentclone/metro_tabs/H%C3%BCrriyet_station_tabs/H%C3%BCrriyet-Akincilar.dart'; import 'package:flutter/material.dart'; class HurriyetStation extends S...
3
semihuzunCE/Bootcamp
5d94b87
bootcamp_bitirme_projesi/lib/models/yemek_cevap.dart
Dart
www.github.com/semihuzunCE/Bootcamp/tree/main/bootcamp_bitirme_projesi/lib/models/yemek_cevap.dart
https://raw.githubusercontent.com/semihuzunCE/Bootcamp/5d94b87/bootcamp_bitirme_projesi/lib/models/yemek_cevap.dart
semihuzunCE/Bootcamp 5d94b87 bootcamp_bitirme_projesi/lib/models/yemek_cevap.dart
true
200
476
import 'package:bootcamp_bitirme_projesi/models/yemek.dart'; class YemekCevap { List<Yemek> yemekler; int success; YemekCevap({required this.yemekler, required this.success}); factory YemekCevap.fromJson(Map<String, dynamic> json) { int success = json["success"] as int; var jsonArray = json["yemekler"...
6
Kingpinfx1/tratherwallet
eb50a25
lib/users/authentication/register.dart
Dart
www.github.com/Kingpinfx1/tratherwallet/tree/main/lib/users/authentication/register.dart
https://raw.githubusercontent.com/Kingpinfx1/tratherwallet/eb50a25/lib/users/authentication/register.dart
Kingpinfx1/tratherwallet eb50a25 lib/users/authentication/register.dart
true
200
12,007
// ignore_for_file: prefer_const_constructors import 'dart:convert'; import 'package:tratherwallet/users/authentication/login.dart'; import 'package:tratherwallet/users/model/user_model.dart'; import 'package:flutter/material.dart'; import 'package:fluttertoast/fluttertoast.dart'; import 'package:get/get.dart'; impor...
2
Satyaranjan/smart_school
17457a3
lib/sign_in.dart
Dart
www.github.com/Satyaranjan/smart_school/tree/main/lib/sign_in.dart
https://raw.githubusercontent.com/Satyaranjan/smart_school/17457a3/lib/sign_in.dart
Satyaranjan/smart_school 17457a3 lib/sign_in.dart
true
200
6,245
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; void main (){ runApp(const SignInPage()); } class SignInPage extends StatelessWidget{ const SignInPage({Key? key}) :super(key: key); static const String _title = 'SignIn'; @override Widget build(BuildContext context) { ...
1
edilberto-pajunar/zavod-demo
19536dc
lib/screens/menu/support_screen.dart
Dart
www.github.com/edilberto-pajunar/zavod-demo/tree/main/lib/screens/menu/support_screen.dart
https://raw.githubusercontent.com/edilberto-pajunar/zavod-demo/19536dc/lib/screens/menu/support_screen.dart
edilberto-pajunar/zavod-demo 19536dc lib/screens/menu/support_screen.dart
true
200
373
import 'package:auto_route/auto_route.dart'; import 'package:flutter/material.dart'; @RoutePage() class SupportScreen extends StatelessWidget { const SupportScreen({super.key}); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(), body: const Center( child: T...
5
DavidGomezOv/simple_notes_application
2f6fe25
lib/src/core/utils/app_dialogs.dart
Dart
www.github.com/DavidGomezOv/simple_notes_application/tree/main/lib/src/core/utils/app_dialogs.dart
https://raw.githubusercontent.com/DavidGomezOv/simple_notes_application/2f6fe25/lib/src/core/utils/app_dialogs.dart
DavidGomezOv/simple_notes_application 2f6fe25 lib/src/core/utils/app_dialogs.dart
true
200
1,364
import 'package:simple_notes_application/src/core/constants/constants.dart'; import 'package:simple_notes_application/src/core/constants/strings.dart'; import 'package:simple_notes_application/src/core/di/app_component.dart'; import 'package:simple_notes_application/src/core/enums/enums.dart'; void showErrorSheet( S...
7
justinking22/Timekeeper
0732625
lib/app/home/jobs/edit_job_page.dart
Dart
www.github.com/justinking22/Timekeeper/tree/main/lib/app/home/jobs/edit_job_page.dart
https://raw.githubusercontent.com/justinking22/Timekeeper/0732625/lib/app/home/jobs/edit_job_page.dart
justinking22/Timekeeper 0732625 lib/app/home/jobs/edit_job_page.dart
true
200
4,663
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; import 'package:timekeeper/app/home/models/job.dart'; import 'package:timekeeper/common_widgets/show_alert_dialog.dart'; import 'package:timekeeper/common_widgets/show_exception_alert_dialog.dart'; import 'package:timekeeper/...
4
yash-patel04/SoundVibe
75fa351
lib/Main/Profile/profile_playlists.dart
Dart
www.github.com/yash-patel04/SoundVibe/tree/main/lib/Main/Profile/profile_playlists.dart
https://raw.githubusercontent.com/yash-patel04/SoundVibe/75fa351/lib/Main/Profile/profile_playlists.dart
yash-patel04/SoundVibe 75fa351 lib/Main/Profile/profile_playlists.dart
true
200
1,975
import 'package:flutter/material.dart'; class ProfilePlaylists extends StatelessWidget { final List<Map<String, String>> playlists = [ {'title': 'Chill Hits', 'coverUrl': 'https://via.placeholder.com/150'}, {'title': 'Top Hits 2024', 'coverUrl': 'https://via.placeholder.com/150'}, // Add more playlists h...
0
nurazizbek/dastur1
942ff56
dastur/lib/list/groups/qadirlidostlar.dart
Dart
www.github.com/nurazizbek/dastur1/tree/main/dastur/lib/list/groups/qadirlidostlar.dart
https://raw.githubusercontent.com/nurazizbek/dastur1/942ff56/dastur/lib/list/groups/qadirlidostlar.dart
nurazizbek/dastur1 942ff56 dastur/lib/list/groups/qadirlidostlar.dart
true
200
884
import 'package:dastur/list/groups/rasm2.dart'; import 'package:flutter/material.dart'; class Qadirlidostlar extends StatelessWidget { const Qadirlidostlar({super.key}); @override Widget build(BuildContext context) { return Scaffold(appBar: AppBar(backgroundColor: Colors.blue,title: Row(children: [InkWell(o...
3
PayU-EMEA/PayU-Flutter
8f8c5f6
payu_add_card/lib/src/network/client/add_card_network_client.dart
Dart
www.github.com/PayU-EMEA/PayU-Flutter/tree/main/payu_add_card/lib/src/network/client/add_card_network_client.dart
https://raw.githubusercontent.com/PayU-EMEA/PayU-Flutter/8f8c5f6/payu_add_card/lib/src/network/client/add_card_network_client.dart
PayU-EMEA/PayU-Flutter 8f8c5f6 payu_add_card/lib/src/network/client/add_card_network_client.dart
true
200
1,552
import 'dart:convert'; import 'package:payu_api/payu_api.dart'; import 'package:payu_core/payu_core.dart'; import '../models/token_create_request.dart'; import '../models/token_create_request_data.dart'; import '../models/token_create_request_data_card.dart'; import '../models/token_create_response.dart'; import '../...
6
momomomo111/friend_task_share
02264ee
lib/viewmodel/mytask_name_viewmodel.dart
Dart
www.github.com/momomomo111/friend_task_share/tree/main/lib/viewmodel/mytask_name_viewmodel.dart
https://raw.githubusercontent.com/momomomo111/friend_task_share/02264ee/lib/viewmodel/mytask_name_viewmodel.dart
momomomo111/friend_task_share 02264ee lib/viewmodel/mytask_name_viewmodel.dart
true
200
1,002
import 'package:hooks_riverpod/hooks_riverpod.dart'; import '../domain/task.dart'; import '../repository/task_repository.dart'; import 'user_data_viewmodel.dart'; class MyTaskNameViewModel extends StateNotifier<AsyncValue<List<Task>>> { MyTaskNameViewModel(this._taskRepository, this._userDataViewModel) : supe...
1
IngPorto/dart-basis-2023
c89adf6
12_finally_on.dart
Dart
www.github.com/IngPorto/dart-basis-2023/tree/main/12_finally_on.dart
https://raw.githubusercontent.com/IngPorto/dart-basis-2023/c89adf6/12_finally_on.dart
IngPorto/dart-basis-2023 c89adf6 12_finally_on.dart
true
200
638
void main() async { print('Inicio del programa'); try { final value = await httpGet('https://miURL.com'); print('Éxito: $value'); } on Exception catch (err) { print('Tenemos una Exception: $err'); } catch (err) { print('OOOOPS!! Algo terrible sucedió: $err'); } finally { print('Fin del tr...
5
GabinL21/kubrs_app
27fb844
lib/stats/view/time_chart.dart
Dart
www.github.com/GabinL21/kubrs_app/tree/main/lib/stats/view/time_chart.dart
https://raw.githubusercontent.com/GabinL21/kubrs_app/27fb844/lib/stats/view/time_chart.dart
GabinL21/kubrs_app 27fb844 lib/stats/view/time_chart.dart
true
200
3,282
import 'package:collection/collection.dart'; import 'package:fl_chart/fl_chart.dart'; import 'package:flutter/material.dart'; import 'package:kubrs_app/solve/model/solve.dart'; import 'package:kubrs_app/solve/utils/duration_formatter.dart'; class TimeChart extends StatelessWidget { const TimeChart({ super.key, ...
2
SEGroupCorpPres/uv_pos
4e4baec
lib/features/domain/repositories/store_repository.dart
Dart
www.github.com/SEGroupCorpPres/uv_pos/tree/main/lib/features/domain/repositories/store_repository.dart
https://raw.githubusercontent.com/SEGroupCorpPres/uv_pos/4e4baec/lib/features/domain/repositories/store_repository.dart
SEGroupCorpPres/uv_pos 4e4baec lib/features/domain/repositories/store_repository.dart
true
200
2,644
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_auth/firebase_auth.dart' as firebase_auth; import 'package:flutter/foundation.dart'; import 'package:uv_pos/features/data/remote/models/store_model.dart'; class StoreRepository { final firebase_auth.FirebaseAuth _firebaseAuth; Collecti...
7
jobjosekutty/test1
f08eb46
lib/presentation/provider/registration_provider.dart
Dart
www.github.com/jobjosekutty/test1/tree/main/lib/presentation/provider/registration_provider.dart
https://raw.githubusercontent.com/jobjosekutty/test1/f08eb46/lib/presentation/provider/registration_provider.dart
jobjosekutty/test1 f08eb46 lib/presentation/provider/registration_provider.dart
true
200
1,793
import 'dart:developer'; import 'package:flutter/material.dart'; import 'package:injectable/injectable.dart'; import 'package:studentmanegement/data/repository/registration_repo.dart'; import '../../core/error_handler.dart'; import '../../data/models/classroom_model.dart'; import '../../data/models/registration_model...
3
developersitu/2050_healthcare_patient
cd77515
lib/Screens/Doctors/AllDoctorsList.dart
Dart
www.github.com/developersitu/2050_healthcare_patient/tree/main/lib/Screens/Doctors/AllDoctorsList.dart
https://raw.githubusercontent.com/developersitu/2050_healthcare_patient/cd77515/lib/Screens/Doctors/AllDoctorsList.dart
developersitu/2050_healthcare_patient cd77515 lib/Screens/Doctors/AllDoctorsList.dart
true
200
7,595
import 'dart:async'; import 'package:connectivity_plus/connectivity_plus.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:healthcare2050/Providers/DoctorsListProvider.dart'; import 'package:healthcare2050/Screens/BottomNavigationBar/BottomNavigationBarPage.dart'; im...
4
Divinity360/misau
971d762
lib/widget/outline_dropdown.dart
Dart
www.github.com/Divinity360/misau/tree/main/lib/widget/outline_dropdown.dart
https://raw.githubusercontent.com/Divinity360/misau/971d762/lib/widget/outline_dropdown.dart
Divinity360/misau 971d762 lib/widget/outline_dropdown.dart
true
200
2,250
import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; class OutlineDropdown extends StatefulWidget { final List<String> options; const OutlineDropdown(this.options, {super.key}); @override State<OutlineDropdown> createState() => _OutlineDropdownState(); } class _OutlineDropdow...
6
manugando/hackathon-fudeo-offertelavoroflutter-it-app
c6ea1c6
offertelavoroflutter_app/lib/main.dart
Dart
www.github.com/manugando/hackathon-fudeo-offertelavoroflutter-it-app/tree/main/offertelavoroflutter_app/lib/main.dart
https://raw.githubusercontent.com/manugando/hackathon-fudeo-offertelavoroflutter-it-app/c6ea1c6/offertelavoroflutter_app/lib/main.dart
manugando/hackathon-fudeo-offertelavoroflutter-it-app c6ea1c6 offertelavoroflutter_app/lib/main.dart
true
200
10,176
import 'package:flutter/material.dart'; import 'package:flutter_native_splash/flutter_native_splash.dart'; import 'package:flutter/services.dart'; import 'package:hive_flutter/adapters.dart'; import 'package:intl/intl_standalone.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:flutter_dotenv/flut...
1
dominous0114/nnotee
b57cdac
lib/widget/customer/about_product.dart
Dart
www.github.com/dominous0114/nnotee/tree/main/lib/widget/customer/about_product.dart
https://raw.githubusercontent.com/dominous0114/nnotee/b57cdac/lib/widget/customer/about_product.dart
dominous0114/nnotee b57cdac lib/widget/customer/about_product.dart
true
200
3,419
import 'package:flutter/material.dart'; import 'package:nnotee/Services/productServices.dart'; import 'package:nnotee/model/product.dart'; import 'package:nnotee/model/store_model.dart'; //import 'package:nnotee/utility/my_style.dart'; class AboutProduct extends StatefulWidget { final StoreModel storeModel; const ...
5
salileo1/calculadoras
9ef039c
lib/pages/calc_semente3.dart
Dart
www.github.com/salileo1/calculadoras/tree/main/lib/pages/calc_semente3.dart
https://raw.githubusercontent.com/salileo1/calculadoras/9ef039c/lib/pages/calc_semente3.dart
salileo1/calculadoras 9ef039c lib/pages/calc_semente3.dart
true
200
6,253
import 'dart:ffi'; import 'package:flutter/material.dart'; import 'resultado.dart'; void main() { runApp(calc_semente3()); } class calc_semente3 extends StatefulWidget { @override _calc_semente3State createState() => _calc_semente3State(); } class _calc_semente3State extends State<calc_semente3> { TextEditin...
0
PiamNaJa/CourseZ_Frontend
48a8e51
lib/view_model/auth_view_model.dart
Dart
www.github.com/PiamNaJa/CourseZ_Frontend/tree/main/lib/view_model/auth_view_model.dart
https://raw.githubusercontent.com/PiamNaJa/CourseZ_Frontend/48a8e51/lib/view_model/auth_view_model.dart
PiamNaJa/CourseZ_Frontend 48a8e51 lib/view_model/auth_view_model.dart
true
200
8,105
import 'dart:convert'; import 'dart:io'; import 'package:coursez/controllers/auth_controller.dart'; import 'package:coursez/model/experience.dart'; import 'package:coursez/model/user.dart'; import 'package:coursez/model/userTeacher.dart'; import 'package:firebase_storage/firebase_storage.dart'; import 'package:flutter/...
2
padmanava1/public_pk_repo
c0f1918
Homepage_coupons/make_my_trip/lib/features/booking/data/model/booking_model.dart
Dart
www.github.com/padmanava1/public_pk_repo/tree/main/Homepage_coupons/make_my_trip/lib/features/booking/data/model/booking_model.dart
https://raw.githubusercontent.com/padmanava1/public_pk_repo/c0f1918/Homepage_coupons/make_my_trip/lib/features/booking/data/model/booking_model.dart
padmanava1/public_pk_repo c0f1918 Homepage_coupons/make_my_trip/lib/features/booking/data/model/booking_model.dart
true
200
2,439
import 'dart:convert'; /// hotelid : 1 /// hotelName : "Hotel Khyber Palace" /// address : "Sanand Cir, Sarkhej, Ahmedabad, Gujarat, India 382210" /// rating : 1.0 /// checkInDate : "2020-08-08T00:00:00.000Z" /// checkOutDate : "2020-08-10T00:00:00.000Z" /// roomId : [105,109] /// roomPrice : 13500 /// noOfDays : 2 //...
7
hamadafarj/Verto_App
a60dfdb
lib/app/modules/signup_page/view.dart
Dart
www.github.com/hamadafarj/Verto_App/tree/main/lib/app/modules/signup_page/view.dart
https://raw.githubusercontent.com/hamadafarj/Verto_App/a60dfdb/lib/app/modules/signup_page/view.dart
hamadafarj/Verto_App a60dfdb lib/app/modules/signup_page/view.dart
true
200
11,680
import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:get/get.dart'; import 'package:second_task/app/core/values/colors.dart'; import 'package:second_task/app/modules/home_page/view.dart'; import 'controller.da...
4
HosenShahadath/Oop-In-Dart
cef0829
Mixin/Mixin 1.dart
Dart
www.github.com/HosenShahadath/Oop-In-Dart/tree/main/Mixin/Mixin 1.dart
https://raw.githubusercontent.com/HosenShahadath/Oop-In-Dart/cef0829/Mixin/Mixin%201.dart
HosenShahadath/Oop-In-Dart cef0829 Mixin/Mixin 1.dart
true
200
321
mixin ElectricVariant{ void electricVariant(){ print('This is an electric variant'); } } mixin PetrolVariant{ void petrolVariant(){ print('This is a petrol variant'); } } class Car with ElectricVariant, PetrolVariant{ } void main(){ Car car = Car(); car.electricVariant(); car.petrolVariant(); ...
3
vsharma-va/BNPL-Flutter
4c76f45
#lib/screens/Home/user_info.dart
Dart
www.github.com/vsharma-va/BNPL-Flutter/tree/main/#lib/screens/Home/user_info.dart
https://raw.githubusercontent.com/vsharma-va/BNPL-Flutter/4c76f45/%23lib/screens/Home/user_info.dart
vsharma-va/BNPL-Flutter 4c76f45 #lib/screens/Home/user_info.dart
true
200
7,526
import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import './components/user_name_form.dart'; import '../components/animated_indexed_stack.dart'; import './components/pan_card_form.dart'; import '../Home/temp.dart'; import './components/profession_form.dart'; import '../auth/compo...
6
AliEl-Saka/Circle-Sync
df6850e
lib/features/settings/presentaion/maneger/themeCubit/theme_cubit.dart
Dart
www.github.com/AliEl-Saka/Circle-Sync/tree/main/lib/features/settings/presentaion/maneger/themeCubit/theme_cubit.dart
https://raw.githubusercontent.com/AliEl-Saka/Circle-Sync/df6850e/lib/features/settings/presentaion/maneger/themeCubit/theme_cubit.dart
AliEl-Saka/Circle-Sync df6850e lib/features/settings/presentaion/maneger/themeCubit/theme_cubit.dart
true
200
1,201
import 'package:circlesync/core/utils/prefs_keys.dart'; import 'package:circlesync/features/settings/presentaion/maneger/themeCubit/theme_state.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:shared_preferences/shared_preferences.dart'; class ThemeCubit e...
5
ShyamSundhar1411/Pokedex-Flutter
250711a
lib/data/pokemon_types.dart
Dart
www.github.com/ShyamSundhar1411/Pokedex-Flutter/tree/main/lib/data/pokemon_types.dart
https://raw.githubusercontent.com/ShyamSundhar1411/Pokedex-Flutter/250711a/lib/data/pokemon_types.dart
ShyamSundhar1411/Pokedex-Flutter 250711a lib/data/pokemon_types.dart
true
200
652
import 'package:flutter/material.dart'; import '../providers/TypeProvider.dart'; List<Type> types = [ Type("Normal", Color(0xFFA8A878)), Type("Fire", Color(0xFFF08030)), Type("Water", Color(0xFF6890F0)), Type("Grass", Color(0xFF78C850)), Type("Electric", Color(0xFFF8D030)), Type("Ice", Color(0xFF98D8D8)), ...
2
AungKhantOo99/guess_number
512b35f
lib/Util/extension.dart
Dart
www.github.com/AungKhantOo99/guess_number/tree/main/lib/Util/extension.dart
https://raw.githubusercontent.com/AungKhantOo99/guess_number/512b35f/lib/Util/extension.dart
AungKhantOo99/guess_number 512b35f lib/Util/extension.dart
true
200
447
import 'package:flutter/material.dart'; extension NavigationContext on BuildContext { void navigateTo(Widget page) { Navigator.of(this).push( MaterialPageRoute(builder: (context) => page), ); } } extension NavigationRemoveContext on BuildContext { void navigateAndRemove(Widget page) { Navigato...
0
arisslee/FYP_NursingHomeManagementSystem
9dde73c
lib/doctor_communication_portal.dart
Dart
www.github.com/arisslee/FYP_NursingHomeManagementSystem/tree/main/lib/doctor_communication_portal.dart
https://raw.githubusercontent.com/arisslee/FYP_NursingHomeManagementSystem/9dde73c/lib/doctor_communication_portal.dart
arisslee/FYP_NursingHomeManagementSystem 9dde73c lib/doctor_communication_portal.dart
true
200
16,616
import 'package:flutter/material.dart'; import 'package:intl/intl.dart'; import 'package:image_picker/image_picker.dart'; import 'package:photo_view/photo_view.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_storage/firebase_storage.dart'; import 'package:firebase_auth/firebase_au...
3
Z1V4N4/DItonton
18353d3
lib/presentation/bloc/movie_top_rated/movie_top_rate_bloc.dart
Dart
www.github.com/Z1V4N4/DItonton/tree/main/lib/presentation/bloc/movie_top_rated/movie_top_rate_bloc.dart
https://raw.githubusercontent.com/Z1V4N4/DItonton/18353d3/lib/presentation/bloc/movie_top_rated/movie_top_rate_bloc.dart
Z1V4N4/DItonton 18353d3 lib/presentation/bloc/movie_top_rated/movie_top_rate_bloc.dart
true
200
835
import 'package:bloc/bloc.dart'; import 'package:ditonton/domain/usecases/get_top_rated_movies.dart'; import 'package:ditonton/presentation/bloc/movie_top_rated/movie_top_rated_event.dart'; import 'package:ditonton/presentation/bloc/movie_top_rated/movie_top_rated_state.dart'; class MoviesTopRatedBloc extends Bloc<Mov...
4
unjoo31/project_all_guide_front
93b30ea
lib/ui/pages/all_guide/widgets/recommend_keyword_list.dart
Dart
www.github.com/unjoo31/project_all_guide_front/tree/main/lib/ui/pages/all_guide/widgets/recommend_keyword_list.dart
https://raw.githubusercontent.com/unjoo31/project_all_guide_front/93b30ea/lib/ui/pages/all_guide/widgets/recommend_keyword_list.dart
unjoo31/project_all_guide_front 93b30ea lib/ui/pages/all_guide/widgets/recommend_keyword_list.dart
true
200
1,992
import 'package:flutter/material.dart'; import 'package:logger/logger.dart'; import '../../../../_core/constants/colors.dart'; import '../../../../data/model/keyword.dart'; class RecommendKeywordList extends StatefulWidget { const RecommendKeywordList({required this.onSelectedKeywordsChanged}) : super(); f...
1
nuneshp/TCC
8ff9e8a
lib/routes.dart
Dart
www.github.com/nuneshp/TCC/tree/main/lib/routes.dart
https://raw.githubusercontent.com/nuneshp/TCC/8ff9e8a/lib/routes.dart
nuneshp/TCC 8ff9e8a lib/routes.dart
true
200
2,853
import 'package:flutter/material.dart'; import 'package:tcc_hugo/auth_check.dart'; import 'package:tcc_hugo/pages/avaliacao_page/avaliacao_page.dart'; import 'package:tcc_hugo/pages/home_page/components/calendario.dart'; import 'package:tcc_hugo/pages/home_page/home_page.dart'; import 'package:tcc_hugo/pages/perfil_pag...
7
golfcnt19/my_flutter
7a39455
lib/src/app.dart
Dart
www.github.com/golfcnt19/my_flutter/tree/main/lib/src/app.dart
https://raw.githubusercontent.com/golfcnt19/my_flutter/7a39455/lib/src/app.dart
golfcnt19/my_flutter 7a39455 lib/src/app.dart
true
200
348
import 'package:flutter/material.dart'; import 'package:my_flutter/src/pages/login/login_page.dart'; class App extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( primarySwatch: Colors.blue, ), hom...
6
CharmFlex-98/Flutter-Online-Chinese-Chess-Game
4eabffd
lib/widgets/lobby_widgets/room_list_box.dart
Dart
www.github.com/CharmFlex-98/Flutter-Online-Chinese-Chess-Game/tree/main/lib/widgets/lobby_widgets/room_list_box.dart
https://raw.githubusercontent.com/CharmFlex-98/Flutter-Online-Chinese-Chess-Game/4eabffd/lib/widgets/lobby_widgets/room_list_box.dart
CharmFlex-98/Flutter-Online-Chinese-Chess-Game 4eabffd lib/widgets/lobby_widgets/room_list_box.dart
true
200
3,221
import 'package:flutter/material.dart'; import 'package:mobile_chinese_chess/UI/game_ui.dart'; import 'package:mobile_chinese_chess/client/socket_methods.dart'; import '../../info/lobby_info.dart'; class RoomListBox extends StatefulWidget { final LobbyInfo lobbyInfo; const RoomListBox({required this.lobbyInfo, Ke...
5
Nodir772/Uy-ishilarim
905f4c5
lib/features/signUp/presentation/widgets/complete_profile_gender.dart
Dart
www.github.com/Nodir772/Uy-ishilarim/tree/main/lib/features/signUp/presentation/widgets/complete_profile_gender.dart
https://raw.githubusercontent.com/Nodir772/Uy-ishilarim/905f4c5/lib/features/signUp/presentation/widgets/complete_profile_gender.dart
Nodir772/Uy-ishilarim 905f4c5 lib/features/signUp/presentation/widgets/complete_profile_gender.dart
true
200
1,214
import 'package:flutter/material.dart'; import '../../../../core/l10n/app_localizations.dart'; import '../../../../core/utils/app_colors.dart'; class CompleteProfileGender extends StatelessWidget { const CompleteProfileGender({ super.key, }); @override Widget build(BuildContext context) { final locali...
2
dzDev01/plant_store
8af145e
lib/features/account/presentation/view/widgets/custom_app_bar_w.dart
Dart
www.github.com/dzDev01/plant_store/tree/main/lib/features/account/presentation/view/widgets/custom_app_bar_w.dart
https://raw.githubusercontent.com/dzDev01/plant_store/8af145e/lib/features/account/presentation/view/widgets/custom_app_bar_w.dart
dzDev01/plant_store 8af145e lib/features/account/presentation/view/widgets/custom_app_bar_w.dart
true
200
727
import 'package:flutter/material.dart'; import 'package:plant_store/core/utils/constants/app_colors.dart'; import 'package:plant_store/core/utils/constants/constants.dart'; class CustomAppBarAccountW extends StatelessWidget { const CustomAppBarAccountW({super.key}); @override Widget build(BuildContext context) ...
0
Hatsanay/flutter_garage
265189e
lib/components/home/home_screen.dart
Dart
www.github.com/Hatsanay/flutter_garage/tree/main/lib/components/home/home_screen.dart
https://raw.githubusercontent.com/Hatsanay/flutter_garage/265189e/lib/components/home/home_screen.dart
Hatsanay/flutter_garage 265189e lib/components/home/home_screen.dart
true
200
9,427
import 'package:flutter/material.dart'; import 'package:flutter_garage/components/home/components/body.dart'; import 'package:flutter_garage/components/notification/components/body.dart'; import 'package:flutter_garage/components/notification/home_screen.dart'; import 'package:flutter_garage/constans.dart'; import 'pac...
7
Mach-web/dart_flutter
dbed28f
shopping_list/lib/screens/new_item.dart
Dart
www.github.com/Mach-web/dart_flutter/tree/main/shopping_list/lib/screens/new_item.dart
https://raw.githubusercontent.com/Mach-web/dart_flutter/dbed28f/shopping_list/lib/screens/new_item.dart
Mach-web/dart_flutter dbed28f shopping_list/lib/screens/new_item.dart
true
200
4,094
import 'package:flutter/material.dart'; import 'package:shopping_list/data/categories.dart'; import 'package:shopping_list/models/category.dart'; import 'package:shopping_list/models/grocery_item.dart'; import 'package:http/http.dart' as http; class NewItem extends StatefulWidget{ const NewItem({super.key}); @over...
1
ghostofbug/otto-gallery-app
dc03989
lib/login/view/login_page.dart
Dart
www.github.com/ghostofbug/otto-gallery-app/tree/main/lib/login/view/login_page.dart
https://raw.githubusercontent.com/ghostofbug/otto-gallery-app/dc03989/lib/login/view/login_page.dart
ghostofbug/otto-gallery-app dc03989 lib/login/view/login_page.dart
true
200
5,852
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:flutter_easyloading/flutter_easyloading.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:gallery_app/common/colors.dart'; import 'package:gallery_app/common/component/custom_button.d...
4
HeroicMastodon/super_notes
81f21f7
lib/list/notes_list_view.dart
Dart
www.github.com/HeroicMastodon/super_notes/tree/main/lib/list/notes_list_view.dart
https://raw.githubusercontent.com/HeroicMastodon/super_notes/81f21f7/lib/list/notes_list_view.dart
HeroicMastodon/super_notes 81f21f7 lib/list/notes_list_view.dart
true
200
832
import 'package:flutter/material.dart'; import 'package:flutter_hooks/flutter_hooks.dart'; import 'package:flutter_mobx/flutter_mobx.dart'; import 'package:notes/list/note/note_view.dart'; import 'package:notes/list/notes_list_view_model.dart'; class NotesListView extends HookWidget { NotesListView({ super.key, ...
6
mohrizkyputraajiutama/EcommerceApp
5853fb0
lib/widgets/form_tile.dart
Dart
www.github.com/mohrizkyputraajiutama/EcommerceApp/tree/main/lib/widgets/form_tile.dart
https://raw.githubusercontent.com/mohrizkyputraajiutama/EcommerceApp/5853fb0/lib/widgets/form_tile.dart
mohrizkyputraajiutama/EcommerceApp 5853fb0 lib/widgets/form_tile.dart
true
200
1,676
import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; class FormTile extends StatelessWidget { String text; String hintText; FormTile({required this.text, required this.hintText}); @override Widget build(BuildContext context) { return Column( crossAxisAlignment:...
5
Laiq37/Laiq37.github.io
ce0046e
lib/data/repositories/contact_repository.dart
Dart
www.github.com/Laiq37/Laiq37.github.io/tree/main/lib/data/repositories/contact_repository.dart
https://raw.githubusercontent.com/Laiq37/Laiq37.github.io/ce0046e/lib/data/repositories/contact_repository.dart
Laiq37/Laiq37.github.io ce0046e lib/data/repositories/contact_repository.dart
true
200
515
import 'package:flutter_dotenv/flutter_dotenv.dart'; import 'package:portfolio/data/client/base_client.dart'; import 'package:portfolio/data/models/contact_info.dart'; class ContactRepository { Future sendEmail(UserMailInfo emailInfo) async { await BaseClient().post("https://api.emailjs.com/api/v1.0/email/send",...
2
Nikola7383/offlineapp
cedfb56
test/security/data_integrity_guard_test.dart
Dart
www.github.com/Nikola7383/offlineapp/tree/main/test/security/data_integrity_guard_test.dart
https://raw.githubusercontent.com/Nikola7383/offlineapp/cedfb56/test/security/data_integrity_guard_test.dart
Nikola7383/offlineapp cedfb56 test/security/data_integrity_guard_test.dart
true
200
4,177
import 'package:flutter_test/flutter_test.dart'; import 'package:mockito/mockito.dart'; import '../../lib/security/integrity/data_integrity_guard.dart'; import '../../lib/core/interfaces/data_integrity_interface.dart'; import '../mocks/security_mocks.mocks.dart'; void main() { late MockILoggerService mockLogger; l...
0
Barzi-Yassin/api_test
88ff897
lib/src/features/products/presentation/screens/products_screen.dart
Dart
www.github.com/Barzi-Yassin/api_test/tree/main/lib/src/features/products/presentation/screens/products_screen.dart
https://raw.githubusercontent.com/Barzi-Yassin/api_test/88ff897/lib/src/features/products/presentation/screens/products_screen.dart
Barzi-Yassin/api_test 88ff897 lib/src/features/products/presentation/screens/products_screen.dart
true
200
4,444
import 'package:flutter/material.dart'; import 'package:api_test/src/app.dart'; import 'package:api_test/src/features/products/models/product/product_model.dart'; import 'package:api_test/src/features/products/models/product_pack/product_pack_model.dart'; import 'package:api_test/src/features/products/services/local/p...
3
doch2/humap-flutter
d6a4885
lib/services/remote_config.dart
Dart
www.github.com/doch2/humap-flutter/tree/main/lib/services/remote_config.dart
https://raw.githubusercontent.com/doch2/humap-flutter/d6a4885/lib/services/remote_config.dart
doch2/humap-flutter d6a4885 lib/services/remote_config.dart
true
200
757
import 'package:firebase_remote_config/firebase_remote_config.dart'; import 'package:get/get.dart'; class RemoteConfigService extends GetxService { final FirebaseRemoteConfig _remoteConfig = FirebaseRemoteConfig.instance; @override onInit() async { super.onInit(); await _remoteConfig.setDefaults({"isA...
1
AKN-RAOS7/fly_vihanga
81c76e0
lib/FEATURES/SPLASH/splash_screen.dart
Dart
www.github.com/AKN-RAOS7/fly_vihanga/tree/main/lib/FEATURES/SPLASH/splash_screen.dart
https://raw.githubusercontent.com/AKN-RAOS7/fly_vihanga/81c76e0/lib/FEATURES/SPLASH/splash_screen.dart
AKN-RAOS7/fly_vihanga 81c76e0 lib/FEATURES/SPLASH/splash_screen.dart
true
200
3,009
import 'package:flutter/material.dart'; import 'package:fly_vihanga/COMMON/size_box.dart'; import 'package:fly_vihanga/UTILS/CONSTANTS/cust_image_strings.dart'; import 'package:fly_vihanga/UTILS/CONSTANTS/cust_text_strings.dart'; import 'package:fly_vihanga/UTILS/CONSTANTS/project_text.dart'; import 'package:fly_vihang...
4
dev-RodrigoLopez/conection_checker
25053de
lib/main.dart
Dart
www.github.com/dev-RodrigoLopez/conection_checker/tree/main/lib/main.dart
https://raw.githubusercontent.com/dev-RodrigoLopez/conection_checker/25053de/lib/main.dart
dev-RodrigoLopez/conection_checker 25053de lib/main.dart
true
200
2,615
import 'package:internet_connection_checker_plus/internet_connection_checker_plus.dart'; import 'package:flutter/material.dart'; void main() => runApp(const MyApp()); class MyApp extends StatefulWidget { const MyApp({super.key}); @override State<MyApp> createState() => _MyAppState(); } class _MyAppState exten...
6
lecodeur228/quiz_template_apk
57f09b8
lib/widgets/quiz_card.dart
Dart
www.github.com/lecodeur228/quiz_template_apk/tree/main/lib/widgets/quiz_card.dart
https://raw.githubusercontent.com/lecodeur228/quiz_template_apk/57f09b8/lib/widgets/quiz_card.dart
lecodeur228/quiz_template_apk 57f09b8 lib/widgets/quiz_card.dart
true
200
1,178
import 'package:flutter/material.dart'; import 'package:quiz_template_apk/constants.dart'; class QuizCard extends StatelessWidget { const QuizCard({super.key, required this.imageUrl, required this.name, required this.nbrQuestion}); final String imageUrl; final String name; final String nbrQuestion; @override...
5
xiangjiana/pmbwapp
3f8eec2
api/models/lib/src/page_response.dart
Dart
www.github.com/xiangjiana/pmbwapp/tree/main/api/models/lib/src/page_response.dart
https://raw.githubusercontent.com/xiangjiana/pmbwapp/3f8eec2/api/models/lib/src/page_response.dart
xiangjiana/pmbwapp 3f8eec2 api/models/lib/src/page_response.dart
true
200
4,624
import 'package:dart_json_mapper/dart_json_mapper.dart'; import 'package:models/models.dart'; import 'package:models/src/bw_message_announcement.dart'; import 'package:models/src/bw_message_bonus_detail.dart'; import 'package:models/src/bw_message_notice_detail.dart'; import 'package:models/src/deposit_details.dart'; i...
3
Akshat4096/Auth_payment_app
ea355ee
lib/Services/Payment_stripe.dart
Dart
www.github.com/Akshat4096/Auth_payment_app/tree/main/lib/Services/Payment_stripe.dart
https://raw.githubusercontent.com/Akshat4096/Auth_payment_app/ea355ee/lib/Services/Payment_stripe.dart
Akshat4096/Auth_payment_app ea355ee lib/Services/Payment_stripe.dart
true
200
1,338
import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:flutter_stripe/flutter_stripe.dart'; import 'package:http/http.dart'as http ; class payment_stripe extends StatefulWidget { const payment_stripe({super.key}); @override State<payment_stripe> createState() => _payment_stripeState(); } ...
0
alheekmahlib/syntactic
2a478ef
lib/presentation/screens/splashScreen/widgets/alheekmah_and_loading.dart
Dart
www.github.com/alheekmahlib/syntactic/tree/main/lib/presentation/screens/splashScreen/widgets/alheekmah_and_loading.dart
https://raw.githubusercontent.com/alheekmahlib/syntactic/2a478ef/lib/presentation/screens/splashScreen/widgets/alheekmah_and_loading.dart
alheekmahlib/syntactic 2a478ef lib/presentation/screens/splashScreen/widgets/alheekmah_and_loading.dart
true
200
1,034
import 'package:flutter/material.dart'; import 'package:nahawi/core/utils/constants/extensions/svg_extensions.dart'; import '../../../../core/utils/constants/lottie.dart'; import '../../../../core/utils/constants/svg_constants.dart'; class AlheekmahAndLoading extends StatelessWidget { const AlheekmahAndLoading({sup...
7
ahsanaliSWE/task
3f28e97
lib/todos/screens/product_list_screen.dart
Dart
www.github.com/ahsanaliSWE/task/tree/main/lib/todos/screens/product_list_screen.dart
https://raw.githubusercontent.com/ahsanaliSWE/task/3f28e97/lib/todos/screens/product_list_screen.dart
ahsanaliSWE/task 3f28e97 lib/todos/screens/product_list_screen.dart
true
200
1,757
import 'package:task/todos/screens/cart_screen.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:task/todos/product.dart'; import 'package:task/todos/provider/cart_provider.dart'; class ProductListScreen extends StatelessWidget { final List<Product> products = [...
1
juanmartin8a/Happ
525e616
happ_client/lib/src/screens/profile/profile.dart
Dart
www.github.com/juanmartin8a/Happ/tree/main/happ_client/lib/src/screens/profile/profile.dart
https://raw.githubusercontent.com/juanmartin8a/Happ/525e616/happ_client/lib/src/screens/profile/profile.dart
juanmartin8a/Happ 525e616 happ_client/lib/src/screens/profile/profile.dart
true
200
29,407
import 'dart:io'; import 'package:eva_icons_flutter/eva_icons_flutter.dart'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:go_router/go_router.dart'; import 'package:happ_client/src/api/graphql/graphql_api.dart'; import 'package:happ_client/src/riverpo...
6
WILFRIEDGNAHORE/Ecommerce_shoes_shop
da141f5
lib/views/login/welcome_view.dart
Dart
www.github.com/WILFRIEDGNAHORE/Ecommerce_shoes_shop/tree/main/lib/views/login/welcome_view.dart
https://raw.githubusercontent.com/WILFRIEDGNAHORE/Ecommerce_shoes_shop/da141f5/lib/views/login/welcome_view.dart
WILFRIEDGNAHORE/Ecommerce_shoes_shop da141f5 lib/views/login/welcome_view.dart
true
200
2,218
import 'package:e_bookapp/common_widget/round_button.dart'; import 'package:e_bookapp/views/login/sign_in_view.dart'; import 'package:flutter/material.dart'; class WelcomeView extends StatefulWidget { const WelcomeView({super.key}); @override State<WelcomeView> createState() => _WelcomeViewState(); } class _We...
4
bharatsirvi/SirviMobileApp
7099ff4
sirvi_mobile_app/lib/Screen/mainScreen.dart
Dart
www.github.com/bharatsirvi/SirviMobileApp/tree/main/sirvi_mobile_app/lib/Screen/mainScreen.dart
https://raw.githubusercontent.com/bharatsirvi/SirviMobileApp/7099ff4/sirvi_mobile_app/lib/Screen/mainScreen.dart
bharatsirvi/SirviMobileApp 7099ff4 sirvi_mobile_app/lib/Screen/mainScreen.dart
true
200
3,596
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_localization/flutter_localization.dart'; import 'package:sirvi_mobile_app/Screen/eventScreen.dart'; import 'package:sirvi_mobile_app/Screen/homeScreen.dart'; import 'package:sirvi_mobile_app/Screen/imageScreen.dart';...
2
yaksh1/Hamara-Sehyog
698f940
lib/services/auth/auth_gate.dart
Dart
www.github.com/yaksh1/Hamara-Sehyog/tree/main/lib/services/auth/auth_gate.dart
https://raw.githubusercontent.com/yaksh1/Hamara-Sehyog/698f940/lib/services/auth/auth_gate.dart
yaksh1/Hamara-Sehyog 698f940 lib/services/auth/auth_gate.dart
true
200
932
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:hamarasehyog/views/log_in.dart'; import 'package:hamarasehyog/views/main_ui_page/main_ui_page.dart'; class AuthGate extends StatelessWidget { const AuthGate({super.key}); @override Widget build(BuildConte...
5
DonixApp/donix
b610619
lib/utils/chatbot_provider.dart
Dart
www.github.com/DonixApp/donix/tree/main/lib/utils/chatbot_provider.dart
https://raw.githubusercontent.com/DonixApp/donix/b610619/lib/utils/chatbot_provider.dart
DonixApp/donix b610619 lib/utils/chatbot_provider.dart
true
200
10,237
import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; class ChatMessage { final String text; final bool isUser; final DateTime timestamp; ChatMessage({ required this.text, required this.isUser, DateTime? timestamp, }) : timestamp = timestamp ?? DateTime...
3
Naawaal/Text-Repeater
5e11324
lib/controllers/userfield_controller.dart
Dart
www.github.com/Naawaal/Text-Repeater/tree/main/lib/controllers/userfield_controller.dart
https://raw.githubusercontent.com/Naawaal/Text-Repeater/5e11324/lib/controllers/userfield_controller.dart
Naawaal/Text-Repeater 5e11324 lib/controllers/userfield_controller.dart
true
200
1,792
import 'package:flutter/material.dart'; import 'package:get/get.dart'; class UserfieldController extends GetxController { final textController = TextEditingController().obs; final repeatController = TextEditingController().obs; RxString generateText = ''.obs; RxString generatedRepeat = ''.obs; RxBool isGiv...
0
GDSC-RTU/Super-App
9d9fac9
lib/error/error_screen.dart
Dart
www.github.com/GDSC-RTU/Super-App/tree/main/lib/error/error_screen.dart
https://raw.githubusercontent.com/GDSC-RTU/Super-App/9d9fac9/lib/error/error_screen.dart
GDSC-RTU/Super-App 9d9fac9 lib/error/error_screen.dart
true
200
915
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:get/get_core/src/get_main.dart'; import 'package:get/get_instance/src/extension_instance.dart'; import 'package:spd/error/error_screen_controller.dart'; class ErrorScreen extends StatelessWidget { ErrorScreen({super.key}...
7
justin-htun/huap_exam
b58ec65
lib/blocs/category_bloc/category_bloc.dart
Dart
www.github.com/justin-htun/huap_exam/tree/main/lib/blocs/category_bloc/category_bloc.dart
https://raw.githubusercontent.com/justin-htun/huap_exam/b58ec65/lib/blocs/category_bloc/category_bloc.dart
justin-htun/huap_exam b58ec65 lib/blocs/category_bloc/category_bloc.dart
true
200
1,363
import 'package:bloc/bloc.dart'; import 'package:easy_localization/easy_localization.dart'; import 'package:equatable/equatable.dart'; import 'package:huap_exam/models/category.dart'; import 'package:huap_exam/resources/api_repository.dart'; import 'package:huap_exam/resources/db_provider.dart'; import 'package:meta/me...
1
hasanboynazirboyev1/test-clean-arxitecture
7ca0c85
lib/features/home/data/models/test_model.dart
Dart
www.github.com/hasanboynazirboyev1/test-clean-arxitecture/tree/main/lib/features/home/data/models/test_model.dart
https://raw.githubusercontent.com/hasanboynazirboyev1/test-clean-arxitecture/7ca0c85/lib/features/home/data/models/test_model.dart
hasanboynazirboyev1/test-clean-arxitecture 7ca0c85 lib/features/home/data/models/test_model.dart
true
200
3,876
// To parse this JSON data, do // // final testModel = testModelFromJson(jsonString); import 'dart:convert'; import 'package:testapp/features/home/domain/entitites/test_entity.dart' as entity; TestModel testModelFromJson(String str) => TestModel.fromJson(json.decode(str)); String testModelToJson(TestModel d...
4
FranciscoRecio/mikmok
c6b2064
lib/services/persona_service.dart
Dart
www.github.com/FranciscoRecio/mikmok/tree/main/lib/services/persona_service.dart
https://raw.githubusercontent.com/FranciscoRecio/mikmok/c6b2064/lib/services/persona_service.dart
FranciscoRecio/mikmok c6b2064 lib/services/persona_service.dart
true
200
4,684
import 'dart:convert'; import 'package:http/http.dart' as http; import 'package:cloud_firestore/cloud_firestore.dart'; import '../models/persona.dart'; class PersonaService { final FirebaseFirestore _firestore = FirebaseFirestore.instance; final String _baseUrl = 'http://3.128.202.79:8000'; // Firestore Operati...
6
DilshadAlam98/WhatsApp-Clone2
3ed4190
lib/screens/chat/chat_listing/ui/chat_listing_screen.dart
Dart
www.github.com/DilshadAlam98/WhatsApp-Clone2/tree/main/lib/screens/chat/chat_listing/ui/chat_listing_screen.dart
https://raw.githubusercontent.com/DilshadAlam98/WhatsApp-Clone2/3ed4190/lib/screens/chat/chat_listing/ui/chat_listing_screen.dart
DilshadAlam98/WhatsApp-Clone2 3ed4190 lib/screens/chat/chat_listing/ui/chat_listing_screen.dart
true
200
3,262
import 'package:chat_application/constant/global.dart'; import 'package:chat_application/screens/chat/chat_listing/bloc/chat_listing_bloc.dart'; import 'package:chat_application/screens/chat/chat_listing/models/all_users.dart'; import 'package:chat_application/screens/chat/chat_room/chat_room_screen.dart'; import 'pack...
2
kbrdn1/TP-Flutter
f938aab
TP-02-casino/lib/main.dart
Dart
www.github.com/kbrdn1/TP-Flutter/tree/main/TP-02-casino/lib/main.dart
https://raw.githubusercontent.com/kbrdn1/TP-Flutter/f938aab/TP-02-casino/lib/main.dart
kbrdn1/TP-Flutter f938aab TP-02-casino/lib/main.dart
true
200
444
import 'package:flutter/cupertino.dart'; import 'bandit_manchot/index.dart'; void main() { runApp(const Casino()); } class Casino extends StatelessWidget { const Casino({super.key}); @override Widget build(BuildContext context) { return const CupertinoApp( title: 'Casino', theme: CupertinoThe...
5
JoaoGuilhermeMA/projeto_primeira_unidade
50fbf8b
lib/data/database/dao/equipe_dao.dart
Dart
www.github.com/JoaoGuilhermeMA/projeto_primeira_unidade/tree/main/lib/data/database/dao/equipe_dao.dart
https://raw.githubusercontent.com/JoaoGuilhermeMA/projeto_primeira_unidade/50fbf8b/lib/data/database/dao/equipe_dao.dart
JoaoGuilhermeMA/projeto_primeira_unidade 50fbf8b lib/data/database/dao/equipe_dao.dart
true
200
431
import 'package:floor/floor.dart'; import '../entity/equipe_entity.dart'; @dao abstract class EquipeDao { @insert Future<void> insertPokemon(EquipeEntity equipe); @Query('SELECT * FROM equipe') Future<List<EquipeEntity>> findAllPokemons(); @delete Future<void> deletePokemon(EquipeEntity equipe); @Quer...
3
StnFlu/WhatThatMeans
98788e1
lib/saved/view/saved_view.dart
Dart
www.github.com/StnFlu/WhatThatMeans/tree/main/lib/saved/view/saved_view.dart
https://raw.githubusercontent.com/StnFlu/WhatThatMeans/98788e1/lib/saved/view/saved_view.dart
StnFlu/WhatThatMeans 98788e1 lib/saved/view/saved_view.dart
true
200
2,143
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:whats_that_mean/saved/cubit/saved_cubit.dart'; import 'package:whats_that_mean/search/widgets/word_tile.dart'; class SavedView extends StatefulWidget { const SavedView({Key? key}) : super(key: key); @override...
0
breez/misty-breez
6354907
lib/utils/json_parsing/json_parsing.dart
Dart
www.github.com/breez/misty-breez/tree/main/lib/utils/json_parsing/json_parsing.dart
https://raw.githubusercontent.com/breez/misty-breez/6354907/lib/utils/json_parsing/json_parsing.dart
breez/misty-breez 6354907 lib/utils/json_parsing/json_parsing.dart
true
200
1,825
import 'package:logging/logging.dart'; final Logger _logger = Logger('JsonParsingUtils'); /// Utility functions for parsing JSON values class JsonParsingUtils { /// Parses a dynamic value to BigInt, handling both string and integer inputs /// If [defaultValue] is not provided, BigInt.zero will be used as default ...
7
yannainghtwe0505/EasyExam
829b19d
lib/widgets/elevated_button_widget.dart
Dart
www.github.com/yannainghtwe0505/EasyExam/tree/main/lib/widgets/elevated_button_widget.dart
https://raw.githubusercontent.com/yannainghtwe0505/EasyExam/829b19d/lib/widgets/elevated_button_widget.dart
yannainghtwe0505/EasyExam 829b19d lib/widgets/elevated_button_widget.dart
true
200
1,048
import 'dart:ui'; import 'package:flutter/material.dart'; class ElevatedButtonWidget extends StatelessWidget { final String title; final Color borderColor, bgColor, textColor; const ElevatedButtonWidget( this.title, this.borderColor, this.bgColor, this.textColor, {super.key}); @overrid...
1
MuhammedKasujja/flutter-offline-pos
2bfb86c
lib/core/tablet/transaction/transaction_screen_landscape.dart
Dart
www.github.com/MuhammedKasujja/flutter-offline-pos/tree/main/lib/core/tablet/transaction/transaction_screen_landscape.dart
https://raw.githubusercontent.com/MuhammedKasujja/flutter-offline-pos/2bfb86c/lib/core/tablet/transaction/transaction_screen_landscape.dart
MuhammedKasujja/flutter-offline-pos 2bfb86c lib/core/tablet/transaction/transaction_screen_landscape.dart
true
200
732
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:http/http.dart' as http; import 'package:get/get.dart'; import '../../mobile/transaction_history/bloc/transaction_bloc.dart'; import 'transaction_landscape.dart'; class TransactionScreenLandscape extends Stateless...
6
BiswayanMazumder/LuxeLayers-Mobile
0a8a774
lib/Sneakers Category/Slides.dart
Dart
www.github.com/BiswayanMazumder/LuxeLayers-Mobile/tree/main/lib/Sneakers Category/Slides.dart
https://raw.githubusercontent.com/BiswayanMazumder/LuxeLayers-Mobile/0a8a774/lib/Sneakers%20Category/Slides.dart
BiswayanMazumder/LuxeLayers-Mobile 0a8a774 lib/Sneakers Category/Slides.dart
true
200
9,843
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import 'dart:math'; import 'package:flutter/foundation.dart'; import 'package:luxelayers/Sneaker%20Detail%20Page/productdetai...
4
karimbo20/Never_lost
ea30bb2
lib/screens/details/components/body.dart
Dart
www.github.com/karimbo20/Never_lost/tree/main/lib/screens/details/components/body.dart
https://raw.githubusercontent.com/karimbo20/Never_lost/ea30bb2/lib/screens/details/components/body.dart
karimbo20/Never_lost ea30bb2 lib/screens/details/components/body.dart
true
200
862
import 'package:flutter/material.dart'; import 'package:never_lost/screens/details/components/description_text.dart'; import 'package:never_lost/screens/details/components/detail_image.dart'; class Body extends StatelessWidget { const Body({Key? key}) : super(key: key); @override Widget build(BuildContext cont...
5
senateseo/battle-brain
8785f34
flutter/lib/ui/widgets/premium_category_access_badge.dart
Dart
www.github.com/senateseo/battle-brain/tree/main/flutter/lib/ui/widgets/premium_category_access_badge.dart
https://raw.githubusercontent.com/senateseo/battle-brain/8785f34/flutter/lib/ui/widgets/premium_category_access_badge.dart
senateseo/battle-brain 8785f34 flutter/lib/ui/widgets/premium_category_access_badge.dart
true
200
911
import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:flutterquiz/utils/ui_utils.dart'; /// Renders a premium category access badge icon. /// /// Parameters: /// - [isPremium] - Bool indicating if category is premium. /// - [hasUnlocked] - Bool indicating if premium cat...
3
sh4b33r/afreen_project
aead54b
lib/features/auth/presentation/screen/logo_screen.dart
Dart
www.github.com/sh4b33r/afreen_project/tree/main/lib/features/auth/presentation/screen/logo_screen.dart
https://raw.githubusercontent.com/sh4b33r/afreen_project/aead54b/lib/features/auth/presentation/screen/logo_screen.dart
sh4b33r/afreen_project aead54b lib/features/auth/presentation/screen/logo_screen.dart
true
200
3,158
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:livilon/features/auth/presentation/screen/splash_screen.dart'; import 'package:livilon/features/home/presentation/screen/home_screen.dart'; class LogoScreen extends StatefulWidget { const LogoScreen({super.key}...
0
ishaa-bht/Histoury
8ddc4c0
lib/screens/camera_screen.dart
Dart
www.github.com/ishaa-bht/Histoury/tree/main/lib/screens/camera_screen.dart
https://raw.githubusercontent.com/ishaa-bht/Histoury/8ddc4c0/lib/screens/camera_screen.dart
ishaa-bht/Histoury 8ddc4c0 lib/screens/camera_screen.dart
true
200
313
// lib/screens/camera_screen.dart import 'package:flutter/material.dart'; class CameraScreen extends StatelessWidget { const CameraScreen({super.key}); @override Widget build(BuildContext context) { return const Scaffold( body: Center( child: Text('Camera Screen'), ), ); } }
2
artemhula/codenames
5fb8915
lib/redux/reducers.dart
Dart
www.github.com/artemhula/codenames/tree/main/lib/redux/reducers.dart
https://raw.githubusercontent.com/artemhula/codenames/5fb8915/lib/redux/reducers.dart
artemhula/codenames 5fb8915 lib/redux/reducers.dart
true
200
1,870
import 'dart:developer'; import 'package:codenames/redux/actions.dart'; import 'package:codenames/redux/state.dart'; AppState appReducer(AppState state, action) => AppState( webSocketState: webSocketReducer(state.webSocketState, action), roomsListState: roomsListReducer(state.roomsListState, action), ...
7
Samuel01558/delivery_app
a270943
lib/services/api_service.dart
Dart
www.github.com/Samuel01558/delivery_app/tree/main/lib/services/api_service.dart
https://raw.githubusercontent.com/Samuel01558/delivery_app/a270943/lib/services/api_service.dart
Samuel01558/delivery_app a270943 lib/services/api_service.dart
true
200
3,322
import 'package:delivery_app/models/food_item.dart'; import 'package:delivery_app/models/food_category.dart'; import 'package:delivery_app/models/order.dart'; class ApiService { Future<List<FoodCategory>> getCategories() async { // Simular llamada a API await Future.delayed(const Duration(seconds: 1))...
6
iamcoderdevesh/Location_Share
3b6eaa0
lib/services/backgroundLocation.dart
Dart
www.github.com/iamcoderdevesh/Location_Share/tree/main/lib/services/backgroundLocation.dart
https://raw.githubusercontent.com/iamcoderdevesh/Location_Share/3b6eaa0/lib/services/backgroundLocation.dart
iamcoderdevesh/Location_Share 3b6eaa0 lib/services/backgroundLocation.dart
true
200
4,205
import 'dart:async'; import 'dart:isolate'; import 'dart:ui'; import 'package:background_locator_2/background_locator.dart'; import 'package:background_locator_2/location_dto.dart'; import 'package:background_locator_2/settings/android_settings.dart'; import 'package:background_locator_2/settings/ios_settings.dart'; i...
1
huguescodeur/agri
6e97875
lib/screen/account_setting_screen.dart
Dart
www.github.com/huguescodeur/agri/tree/main/lib/screen/account_setting_screen.dart
https://raw.githubusercontent.com/huguescodeur/agri/6e97875/lib/screen/account_setting_screen.dart
huguescodeur/agri 6e97875 lib/screen/account_setting_screen.dart
true
200
1,291
import 'package:flutter/material.dart'; class AccountSettingsScreen extends StatelessWidget { const AccountSettingsScreen({super.key}); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: const Text('Account Setting'), backgroundColor: const Color(0xF...
5
sunil-singh-chaudhary/animation_frist_demo
f8e843b
lib/bouncy_ball.dart
Dart
www.github.com/sunil-singh-chaudhary/animation_frist_demo/tree/main/lib/bouncy_ball.dart
https://raw.githubusercontent.com/sunil-singh-chaudhary/animation_frist_demo/f8e843b/lib/bouncy_ball.dart
sunil-singh-chaudhary/animation_frist_demo f8e843b lib/bouncy_ball.dart
true
200
2,105
import 'package:flutter/material.dart'; class BouncyBall extends StatefulWidget { const BouncyBall({Key? key}) : super(key: key); @override State<BouncyBall> createState() => _BouncyBallState(); } class _BouncyBallState extends State<BouncyBall> with SingleTickerProviderStateMixin { late AnimationControl...
0
PedroFoll/Flutter-Projects
eabfde9
Nuclone/lib/main.dart
Dart
www.github.com/PedroFoll/Flutter-Projects/tree/main/Nuclone/lib/main.dart
https://raw.githubusercontent.com/PedroFoll/Flutter-Projects/eabfde9/Nuclone/lib/main.dart
PedroFoll/Flutter-Projects eabfde9 Nuclone/lib/main.dart
true
200
719
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:nuclone/pages/home/home_page.dart'; void main() { SystemChrome.setSystemUIOverlayStyle( SystemUiOverlayStyle(statusBarBrightness: Brightness.dark)); runApp(const MyApp()); } class MyApp extends StatelessWidget { ...
4
demetriusbaker/SignInApp
7e886cb
lib/main.dart
Dart
www.github.com/demetriusbaker/SignInApp/tree/main/lib/main.dart
https://raw.githubusercontent.com/demetriusbaker/SignInApp/7e886cb/lib/main.dart
demetriusbaker/SignInApp 7e886cb lib/main.dart
true
200
573
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'pages/login_page.dart'; void main() { WidgetsFlutterBinding.ensureInitialized(); SystemChrome.setPreferredOrientations([ DeviceOrientation.portraitUp, DeviceOrientation.portraitDown, ]); runApp(const LogInApp()); ...
2
Mostafa-Ahmed-dev/fashioon
cdc543f
lib/Features/Auth/data/repos/Auth_Repo_Impl.dart
Dart
www.github.com/Mostafa-Ahmed-dev/fashioon/tree/main/lib/Features/Auth/data/repos/Auth_Repo_Impl.dart
https://raw.githubusercontent.com/Mostafa-Ahmed-dev/fashioon/cdc543f/lib/Features/Auth/data/repos/Auth_Repo_Impl.dart
Mostafa-Ahmed-dev/fashioon cdc543f lib/Features/Auth/data/repos/Auth_Repo_Impl.dart
true
200
1,691
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/cupertino.dart'; import '../../../../Core/Utils/AuthService.dart'; import 'Auth_Repo.dart'; class AuthRepoImpl implements AuthRepo { AuthService authService; AuthRepoImpl(this.authService); @override Future SignUpWithEmail({required S...
7
mydeptrai2107/CapstoneApp
173a872
lib/modules/candidate/presentations/views/company/detail_recruitment.dart
Dart
www.github.com/mydeptrai2107/CapstoneApp/tree/main/lib/modules/candidate/presentations/views/company/detail_recruitment.dart
https://raw.githubusercontent.com/mydeptrai2107/CapstoneApp/173a872/lib/modules/candidate/presentations/views/company/detail_recruitment.dart
mydeptrai2107/CapstoneApp 173a872 lib/modules/candidate/presentations/views/company/detail_recruitment.dart
true
200
23,221
// ignore_for_file: deprecated_member_use import 'dart:convert'; import 'package:app/configs/font_style_text.dart'; import 'package:app/configs/image_factory.dart'; import 'package:app/configs/route_path.dart'; import 'package:app/configs/uri.dart'; import 'package:app/modules/candidate/data/models/company_model.dart...
1
Youssefguba/Instant-Projects
a3eafd9
Round-28/st_28/threads_app_st28/lib/screens/home_screen.dart
Dart
www.github.com/Youssefguba/Instant-Projects/tree/main/Round-28/st_28/threads_app_st28/lib/screens/home_screen.dart
https://raw.githubusercontent.com/Youssefguba/Instant-Projects/a3eafd9/Round-28/st_28/threads_app_st28/lib/screens/home_screen.dart
Youssefguba/Instant-Projects a3eafd9 Round-28/st_28/threads_app_st28/lib/screens/home_screen.dart
true
200
2,017
import 'package:flutter/material.dart'; import 'package:threads_app_st28/screens/post_screen.dart'; import 'package:threads_app_st28/screens/profile_screen.dart'; import 'package:threads_app_st28/screens/search_screen.dart'; import 'package:threads_app_st28/screens/timeline_screen.dart'; import 'favourite_screen.dart'...
6