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
PiuSen/WhatsApp_Clone
bfaeb2e
lib/widgets/mymessagecard.dart
Dart
www.github.com/PiuSen/WhatsApp_Clone/tree/main/lib/widgets/mymessagecard.dart
https://raw.githubusercontent.com/PiuSen/WhatsApp_Clone/bfaeb2e/lib/widgets/mymessagecard.dart
PiuSen/WhatsApp_Clone bfaeb2e lib/widgets/mymessagecard.dart
true
200
1,477
import 'package:flutter/material.dart'; import 'package:whatsapp/widgets/colors.dart'; class MyMessageCard extends StatelessWidget { final String message; final String date; const MyMessageCard({super.key, required this.message, required this.date}); @override Widget build(BuildContext context) { return ...
5
anisur-rahman-samim/chat-app
e4b3aed
lib/core/router/not_found_screen.dart
Dart
www.github.com/anisur-rahman-samim/chat-app/tree/main/lib/core/router/not_found_screen.dart
https://raw.githubusercontent.com/anisur-rahman-samim/chat-app/e4b3aed/lib/core/router/not_found_screen.dart
anisur-rahman-samim/chat-app e4b3aed lib/core/router/not_found_screen.dart
true
200
514
import 'package:chat_app/core/translation/l10n.dart'; import 'package:chat_app/shared/widgets/empty_placeholder_widget.dart'; import 'package:flutter/material.dart'; /// Simple not found screen used for 404 errors (page not found on web) class NotFoundScreen extends StatelessWidget { const NotFoundScreen({super.key}...
2
Saddamwassan/calculator-app
2724652
lib/components/SmartButton.dart
Dart
www.github.com/Saddamwassan/calculator-app/tree/main/lib/components/SmartButton.dart
https://raw.githubusercontent.com/Saddamwassan/calculator-app/2724652/lib/components/SmartButton.dart
Saddamwassan/calculator-app 2724652 lib/components/SmartButton.dart
true
200
962
import 'package:flutter/material.dart'; // this is our component class SmartBotton extends StatelessWidget { final String title; final Color color; final VoidCallback onpress; const SmartBotton( {super.key, required this.title, this.color = const Color(0xffa5a5a5), required this.onpress...
0
Pradeep-d123/ShopeX
8f09a73
lib/cartscreen.dart
Dart
www.github.com/Pradeep-d123/ShopeX/tree/main/lib/cartscreen.dart
https://raw.githubusercontent.com/Pradeep-d123/ShopeX/8f09a73/lib/cartscreen.dart
Pradeep-d123/ShopeX 8f09a73 lib/cartscreen.dart
true
200
2,373
import 'package:flutter/material.dart'; import 'package:flutter/src/widgets/framework.dart'; import 'package:flutter/src/widgets/placeholder.dart'; import 'package:flutter_application_using_getx/controller/cart_controller.dart'; import 'package:flutter_application_using_getx/singleproduct.dart'; import 'package:get/get...
1
adarshmaharjan/flutter_drift
77728ba
lib/screen/add_employee.dart
Dart
www.github.com/adarshmaharjan/flutter_drift/tree/main/lib/screen/add_employee.dart
https://raw.githubusercontent.com/adarshmaharjan/flutter_drift/77728ba/lib/screen/add_employee.dart
adarshmaharjan/flutter_drift 77728ba lib/screen/add_employee.dart
true
200
3,947
import 'package:drift_tuts/db/app_db.dart'; import 'package:drift_tuts/widget/custom_date_picker.dart'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart'; import '../widget/custom_text_form_field.dart'; import 'package:drift/drift.dart' as drift; class AddEmployeeScreen extends StatefulWidget { ...
4
alfianprabowo/flutter_alfianprabowo
feb8094
lib/app/data/models/hospital.dart
Dart
www.github.com/alfianprabowo/flutter_alfianprabowo/tree/main/lib/app/data/models/hospital.dart
https://raw.githubusercontent.com/alfianprabowo/flutter_alfianprabowo/feb8094/lib/app/data/models/hospital.dart
alfianprabowo/flutter_alfianprabowo feb8094 lib/app/data/models/hospital.dart
true
200
2,058
import 'package:equatable/equatable.dart'; class Hospital extends Equatable { final int? id; final String? name; final String? image; final String? address; final String? province; final String? city; final String? district; final String? subDistrict; final String? lat; final String? lng; final S...
6
nadeerep07/Zoyo_bathware_main
62824b9
lib/utilitis/image_picker.dart
Dart
www.github.com/nadeerep07/Zoyo_bathware_main/tree/main/lib/utilitis/image_picker.dart
https://raw.githubusercontent.com/nadeerep07/Zoyo_bathware_main/62824b9/lib/utilitis/image_picker.dart
nadeerep07/Zoyo_bathware_main 62824b9 lib/utilitis/image_picker.dart
true
200
855
import 'dart:io'; import 'package:image_picker/image_picker.dart'; class ImagePickerHelper { final ImagePicker _picker = ImagePicker(); /// Pick an image from the gallery Future<File?> pickImageFromGallery() async { final XFile? pickedFile = await _picker.pickImage(source: ImageSource.gallery); ...
3
siyadas878/sales
252b4b7
lib/presentation/screens/home_screen/widgets/advertisement_widget.dart
Dart
www.github.com/siyadas878/sales/tree/main/lib/presentation/screens/home_screen/widgets/advertisement_widget.dart
https://raw.githubusercontent.com/siyadas878/sales/252b4b7/lib/presentation/screens/home_screen/widgets/advertisement_widget.dart
siyadas878/sales 252b4b7 lib/presentation/screens/home_screen/widgets/advertisement_widget.dart
true
200
1,837
import 'package:flutter/material.dart'; import 'package:carousel_slider/carousel_slider.dart'; List<String> images = [ 'https://blog.placeit.net/wp-content/uploads/2017/03/facebook-ad-image-promoting-t-shirts-1024x536.png', 'https://i.pinimg.com/originals/33/66/d6/3366d610aa2e1cd2fa668a3730d8b649.jpg', 'https://...
7
sefadmrr/testmulakat
e08948f
lib/widgets/popular/paragraph.dart
Dart
www.github.com/sefadmrr/testmulakat/tree/main/lib/widgets/popular/paragraph.dart
https://raw.githubusercontent.com/sefadmrr/testmulakat/e08948f/lib/widgets/popular/paragraph.dart
sefadmrr/testmulakat e08948f lib/widgets/popular/paragraph.dart
true
200
474
import 'package:flutter/material.dart'; class Paragraph extends StatelessWidget { const Paragraph({ Key? key, required this.paragraph, }) : super(key: key); final String paragraph; @override Widget build(BuildContext context) { return Padding( padding: const EdgeInsets.only(left: 33.0, right: 3...
5
LennyThompson/nested_navigator
db94dff
lib/states/date_time.state.dart
Dart
www.github.com/LennyThompson/nested_navigator/tree/main/lib/states/date_time.state.dart
https://raw.githubusercontent.com/LennyThompson/nested_navigator/db94dff/lib/states/date_time.state.dart
LennyThompson/nested_navigator db94dff lib/states/date_time.state.dart
true
200
1,508
import 'package:cougar_db_filter/cougar_db_filter.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; class DateTimeContext { DateTimeContext._() : useDateTime = false, dateTime = DateTime(1900), dateTimeUpper = DateTime(1900), filterType = FilterType.equals; DateTimeCont...
2
hardik-ghuge/Wall-e
9836eea
lib/PAGES/mainpage.dart
Dart
www.github.com/hardik-ghuge/Wall-e/tree/main/lib/PAGES/mainpage.dart
https://raw.githubusercontent.com/hardik-ghuge/Wall-e/9836eea/lib/PAGES/mainpage.dart
hardik-ghuge/Wall-e 9836eea lib/PAGES/mainpage.dart
true
200
770
import 'package:flutter/material.dart'; import 'package:flutter_gemini/flutter_gemini.dart'; import 'package:sem5_walle/CONSTANTS/constants.dart'; import 'package:sem5_walle/PAGES/homepage1.dart'; void main()async{ Gemini.init(apiKey: API_KEY); runApp( const MyApp1()); } class MyApp1 extends StatefulWidget { co...
0
federicopaschetta/Private-Lessons-Booking-Android-Application
f28a370
Android/lib/components/teachers.dart
Dart
www.github.com/federicopaschetta/Private-Lessons-Booking-Android-Application/tree/main/Android/lib/components/teachers.dart
https://raw.githubusercontent.com/federicopaschetta/Private-Lessons-Booking-Android-Application/f28a370/Android/lib/components/teachers.dart
federicopaschetta/Private-Lessons-Booking-Android-Application f28a370 Android/lib/components/teachers.dart
true
200
1,068
import 'package:flutter/material.dart'; import 'package:settings_ui/settings_ui.dart'; import 'package:get/get.dart'; class Teacher extends StatelessWidget { const Teacher ({Key? key, required this.teacher}) : super(key:key); static const kBlue = Color(0xFF122b62); static const kWhite = Colors.white; static ...
1
ShivamGairola/Flutter_demo
de2fb7a
home_page.dart
Dart
www.github.com/ShivamGairola/Flutter_demo/tree/main/home_page.dart
https://raw.githubusercontent.com/ShivamGairola/Flutter_demo/de2fb7a/home_page.dart
ShivamGairola/Flutter_demo de2fb7a home_page.dart
true
200
626
import 'package:flutter/material.dart'; import 'package:my_app/learn_flutter_page.dart'; import 'package:my_app/main.dart'; class HomePage extends StatelessWidget { const HomePage({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Center( child: ElevatedButton( ...
6
KamaTAEWOO/daily-step-app
832a069
lib/common/extension/datetime_extension.dart
Dart
www.github.com/KamaTAEWOO/daily-step-app/tree/main/lib/common/extension/datetime_extension.dart
https://raw.githubusercontent.com/KamaTAEWOO/daily-step-app/832a069/lib/common/extension/datetime_extension.dart
KamaTAEWOO/daily-step-app 832a069 lib/common/extension/datetime_extension.dart
true
200
1,197
import 'package:intl/intl.dart'; extension DateTimeExtension on DateTime { String get apiFormattedDate => DateFormat('yyyy-MM-dd').format(this); String get formattedDate => DateFormat('yyyy.MM.dd').format(this); String get formattedMonth => DateFormat('yyyy.MM').format(this); String get formattedTime => DateF...
4
abdulla056/ThriveQuit
9041209
lib/auth/auth_gate.dart
Dart
www.github.com/abdulla056/ThriveQuit/tree/main/lib/auth/auth_gate.dart
https://raw.githubusercontent.com/abdulla056/ThriveQuit/9041209/lib/auth/auth_gate.dart
abdulla056/ThriveQuit 9041209 lib/auth/auth_gate.dart
true
200
4,883
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_auth/firebase_auth.dart' hide EmailAuthProvider; import 'package:firebase_ui_auth/firebase_ui_auth.dart'; import 'package:firebase_ui_oauth_google/firebase_ui_oauth_google.dart'; import 'package:flutter/material.dart'; import 'package:thriv...
3
developerInvtechPro/soltecapp
d49e74e
lib/View/Widgets/related_products_widget.dart
Dart
www.github.com/developerInvtechPro/soltecapp/tree/main/lib/View/Widgets/related_products_widget.dart
https://raw.githubusercontent.com/developerInvtechPro/soltecapp/d49e74e/lib/View/Widgets/related_products_widget.dart
developerInvtechPro/soltecapp d49e74e lib/View/Widgets/related_products_widget.dart
true
200
5,909
import 'dart:convert'; import 'package:auto_size_text/auto_size_text.dart'; import 'package:eshop/Constants/colors.dart'; import 'package:eshop/Constants/variables.dart'; import 'package:eshop/View/Screens/Category/category.dart'; import 'package:eshop/models/itemsbysearch_models.dart'; import 'package:flutter/foundat...
7
Govind-Lms/shop_init_admin
4be9b9b
lib/src/presentations/views/product/view/product_details.dart
Dart
www.github.com/Govind-Lms/shop_init_admin/tree/main/lib/src/presentations/views/product/view/product_details.dart
https://raw.githubusercontent.com/Govind-Lms/shop_init_admin/4be9b9b/lib/src/presentations/views/product/view/product_details.dart
Govind-Lms/shop_init_admin 4be9b9b lib/src/presentations/views/product/view/product_details.dart
true
200
12,120
import 'package:cached_network_image/cached_network_image.dart'; import 'package:flutter/material.dart'; import 'package:gap/gap.dart'; import 'package:shop_init_admin/src/consts/constant.dart'; import 'package:shop_init_admin/src/consts/style.dart'; import 'package:shop_init_admin/src/consts/uiconst.dart'; import 'pac...
2
saqlain062/advocatepro
dd149b1
lib/features/authenticate/controllers/signup/signup_controller.dart
Dart
www.github.com/saqlain062/advocatepro/tree/main/lib/features/authenticate/controllers/signup/signup_controller.dart
https://raw.githubusercontent.com/saqlain062/advocatepro/dd149b1/lib/features/authenticate/controllers/signup/signup_controller.dart
saqlain062/advocatepro dd149b1 lib/features/authenticate/controllers/signup/signup_controller.dart
true
200
3,605
import 'package:advocatepro_f/common/widgets/loaders/loaders.dart'; import 'package:advocatepro_f/data/repositories/authentication/authentication_repository.dart'; import 'package:advocatepro_f/data/repositories/user/user_repository.dart'; import 'package:advocatepro_f/features/personalization/models/user_model.dart'; ...
5
Charan-BS/know_your_weather
b78b213
lib/screens/location_page.dart
Dart
www.github.com/Charan-BS/know_your_weather/tree/main/lib/screens/location_page.dart
https://raw.githubusercontent.com/Charan-BS/know_your_weather/b78b213/lib/screens/location_page.dart
Charan-BS/know_your_weather b78b213 lib/screens/location_page.dart
true
200
5,480
import 'package:flutter/material.dart'; import 'package:flutter_spinkit/flutter_spinkit.dart'; import 'package:know_your_weather/screens/loading_screen.dart'; import 'package:know_your_weather/screens/search_city.dart'; import 'package:know_your_weather/utilities/constants.dart'; import 'package:know_your_weather/servi...
0
firoos18/imdb_movies_list
050f6b6
lib/services/http.dart
Dart
www.github.com/firoos18/imdb_movies_list/tree/main/lib/services/http.dart
https://raw.githubusercontent.com/firoos18/imdb_movies_list/050f6b6/lib/services/http.dart
firoos18/imdb_movies_list 050f6b6 lib/services/http.dart
true
200
1,868
import 'package:http/http.dart' as http; import 'package:imdb_movies/models/actor_specific.dart'; import 'dart:convert'; import 'package:imdb_movies/models/items.dart'; import 'package:imdb_movies/models/title_specific.dart'; String url = 'https://imdb-api.com/en/API/'; class ApiService { Future getRequest() async ...
1
Xenax33/Mobile-Application-Development
445cb20
2021-CS-172 Quiz2/quiz2_task1/lib/account_screen.dart
Dart
www.github.com/Xenax33/Mobile-Application-Development/tree/main/2021-CS-172 Quiz2/quiz2_task1/lib/account_screen.dart
https://raw.githubusercontent.com/Xenax33/Mobile-Application-Development/445cb20/2021-CS-172%20Quiz2/quiz2_task1/lib/account_screen.dart
Xenax33/Mobile-Application-Development 445cb20 2021-CS-172 Quiz2/quiz2_task1/lib/account_screen.dart
true
200
4,617
import 'package:flutter/material.dart'; import 'user_accounts_screen.dart'; class Account { final String name; final String email; final String imageUrl; Account({required this.name, required this.email, required this.imageUrl}); } class AccountScreen extends StatefulWidget { @override _AccountScreenStat...
6
crosswind19/first
0dfd621
lib/pages/auth/login_page.dart
Dart
www.github.com/crosswind19/first/tree/main/lib/pages/auth/login_page.dart
https://raw.githubusercontent.com/crosswind19/first/0dfd621/lib/pages/auth/login_page.dart
crosswind19/first 0dfd621 lib/pages/auth/login_page.dart
true
200
3,600
import 'package:first/components/custom_bottom_wording.dart'; import 'package:first/components/custom_square_tile.dart'; import 'package:first/components/custom_top_logo_banner.dart'; import 'package:first/components/form/custom_form_submit_button.dart'; import 'package:first/components/form/custom_text_form_field.dart...
3
asilbek5884153/Express_24
8a0f9f3
lib/ThetwentythirdPage.dart
Dart
www.github.com/asilbek5884153/Express_24/tree/main/lib/ThetwentythirdPage.dart
https://raw.githubusercontent.com/asilbek5884153/Express_24/8a0f9f3/lib/ThetwentythirdPage.dart
asilbek5884153/Express_24 8a0f9f3 lib/ThetwentythirdPage.dart
true
200
1,138
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; class ThetwentythirdPage extends StatelessWidget{ @override Widget build(BuildContext context) { return Scaffold( body: Column( children: [ Container( margin: EdgeInsets.fromLTRB(0, 20, 0, 0), ...
7
andreleitejr/levy
3093ad8
lib/features/bus/presentation/shimmers/bus_shimmer.dart
Dart
www.github.com/andreleitejr/levy/tree/main/lib/features/bus/presentation/shimmers/bus_shimmer.dart
https://raw.githubusercontent.com/andreleitejr/levy/3093ad8/lib/features/bus/presentation/shimmers/bus_shimmer.dart
andreleitejr/levy 3093ad8 lib/features/bus/presentation/shimmers/bus_shimmer.dart
true
200
1,615
import 'package:flutter/material.dart'; import 'package:levy/core/theme/theme_colors.dart'; import 'package:levy/core/theme/theme_icons.dart'; import 'package:levy/features/bus/presentation/utils/bus_translation.dart'; import 'package:levy/features/commons/widgets/theme_app_bar_widget.dart'; import 'package:shimmer/shi...
2
RkrSukant/sukant_flutter_boilerplate
56c2590
lib/shared/exceptions/exception_handler_mixin.dart
Dart
www.github.com/RkrSukant/sukant_flutter_boilerplate/tree/main/lib/shared/exceptions/exception_handler_mixin.dart
https://raw.githubusercontent.com/RkrSukant/sukant_flutter_boilerplate/56c2590/lib/shared/exceptions/exception_handler_mixin.dart
RkrSukant/sukant_flutter_boilerplate 56c2590 lib/shared/exceptions/exception_handler_mixin.dart
true
200
1,843
import 'dart:developer'; import 'dart:io'; import 'package:dio/dio.dart'; import 'package:sukant_flutter_boilerplate/shared/exceptions/app_exception.dart'; import 'package:sukant_flutter_boilerplate/shared/models/either.dart'; import 'package:sukant_flutter_boilerplate/shared/models/response.dart' as response; import ...
5
Elr03/weather_app
ce3af7c
lib/ui/widgets/bottom_nav_bar.dart
Dart
www.github.com/Elr03/weather_app/tree/main/lib/ui/widgets/bottom_nav_bar.dart
https://raw.githubusercontent.com/Elr03/weather_app/ce3af7c/lib/ui/widgets/bottom_nav_bar.dart
Elr03/weather_app ce3af7c lib/ui/widgets/bottom_nav_bar.dart
true
200
3,658
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:weather_app/domain/providers/weather_provider.dart'; import 'package:weather_app/ui/city_list_screen.dart'; import 'package:weather_app/ui/widgets/add_dialog.dart'; import 'package:weather_app/ui/widgets/bottom_curve_contai...
0
abdelrahman3003/ecommerce4
5d3dbc8
lib/view/cart/widget/cart/cart_button.dart
Dart
www.github.com/abdelrahman3003/ecommerce4/tree/main/lib/view/cart/widget/cart/cart_button.dart
https://raw.githubusercontent.com/abdelrahman3003/ecommerce4/5d3dbc8/lib/view/cart/widget/cart/cart_button.dart
abdelrahman3003/ecommerce4 5d3dbc8 lib/view/cart/widget/cart/cart_button.dart
true
200
755
import 'package:eccommerce4/controller/cart/cart_controller.dart'; import 'package:eccommerce4/core/constant/colors.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../../../../core/shared/widgets/buttons/onboarding_Button.dart'; class CartButton extends GetView<CartControllerImp>...
1
evicoach/cribstock
35e0ce9
lib/core/presentation/app_button.dart
Dart
www.github.com/evicoach/cribstock/tree/main/lib/core/presentation/app_button.dart
https://raw.githubusercontent.com/evicoach/cribstock/35e0ce9/lib/core/presentation/app_button.dart
evicoach/cribstock 35e0ce9 lib/core/presentation/app_button.dart
true
200
3,109
import 'package:flutter/material.dart'; import '../../utility/app_colors.dart'; import 'app_widget.dart'; class AppButton extends StatelessWidget { final bool enabled; final String text; final IconData? icon; final void Function()? onPressed; final Color? backgroundColor; final Color? fontColor; final F...
4
ahmed-moha/Mutualis-App
aa7827f
lib/app/data/ambulance_model.dart
Dart
www.github.com/ahmed-moha/Mutualis-App/tree/main/lib/app/data/ambulance_model.dart
https://raw.githubusercontent.com/ahmed-moha/Mutualis-App/aa7827f/lib/app/data/ambulance_model.dart
ahmed-moha/Mutualis-App aa7827f lib/app/data/ambulance_model.dart
true
200
1,202
class AmbulanceModel { int? id; String? nom; String? telephone; String? photo; String? matriculation; String? adresse; String? createdAt; String? updatedAt; AmbulanceModel( {this.id, this.nom, this.telephone, this.photo, this.matriculation, this.adresse, this...
3
AmrEl-basuony/itsp
fd37458
lib/core/routing/router.dart
Dart
www.github.com/AmrEl-basuony/itsp/tree/main/lib/core/routing/router.dart
https://raw.githubusercontent.com/AmrEl-basuony/itsp/fd37458/lib/core/routing/router.dart
AmrEl-basuony/itsp fd37458 lib/core/routing/router.dart
true
200
3,363
import 'package:go_router/go_router.dart'; import 'package:itsp/core/routing/routes.dart'; import 'package:itsp/features/2/presentation/screens/about_us_screen.dart'; import 'package:itsp/features/2/presentation/screens/digital_marketing_category_screen.dart'; import 'package:itsp/features/2/presentation/screens/main_l...
7
endevspa/flutter-yesnoapp
794e34a
lib/config/theme/app_theme.dart
Dart
www.github.com/endevspa/flutter-yesnoapp/tree/main/lib/config/theme/app_theme.dart
https://raw.githubusercontent.com/endevspa/flutter-yesnoapp/794e34a/lib/config/theme/app_theme.dart
endevspa/flutter-yesnoapp 794e34a lib/config/theme/app_theme.dart
true
200
609
import 'package:flutter/material.dart'; const Color _customColor = Color(0xFF1D86AD); const List<Color> _colorTheme = [ _customColor, Colors.black, Colors.cyan, Colors.green, Colors.teal, Colors.yellow, Colors.orange, ]; class AppTheme { final int selectedColor; AppTheme({this.selectedColor = 0}) ...
2
alejandrosalesianos/BlocPosty-DAM2022
81bda30
blocPosty_flutter/lib/model/bloc_model/all_blocs_response.dart
Dart
www.github.com/alejandrosalesianos/BlocPosty-DAM2022/tree/main/blocPosty_flutter/lib/model/bloc_model/all_blocs_response.dart
https://raw.githubusercontent.com/alejandrosalesianos/BlocPosty-DAM2022/81bda30/blocPosty_flutter/lib/model/bloc_model/all_blocs_response.dart
alejandrosalesianos/BlocPosty-DAM2022 81bda30 blocPosty_flutter/lib/model/bloc_model/all_blocs_response.dart
true
200
4,312
class AllBlocsResponse { AllBlocsResponse({ required this.content, required this.pageable, required this.last, required this.totalPages, required this.totalElements, required this.size, required this.number, required this.sort, required this.first, required this.numberOfElement...
5
Rashmika2590/tourism_app_Host
100de45
tourism_host_app/lib/screens/Add property/Place Shining/add_amenities.dart
Dart
www.github.com/Rashmika2590/tourism_app_Host/tree/main/tourism_host_app/lib/screens/Add property/Place Shining/add_amenities.dart
https://raw.githubusercontent.com/Rashmika2590/tourism_app_Host/100de45/tourism_host_app/lib/screens/Add%20property/Place%20Shining/add_amenities.dart
Rashmika2590/tourism_app_Host 100de45 tourism_host_app/lib/screens/Add property/Place Shining/add_amenities.dart
true
200
8,563
import 'package:flutter/material.dart'; class SelectAmenitiesPage extends StatefulWidget { @override _SelectAmenitiesPageState createState() => _SelectAmenitiesPageState(); } class _SelectAmenitiesPageState extends State<SelectAmenitiesPage> { // A list to hold the selected amenities List<String> _selectedAme...
0
sghick/moflu
1a4e177
lib/pages/module/module_page.dart
Dart
www.github.com/sghick/moflu/tree/main/lib/pages/module/module_page.dart
https://raw.githubusercontent.com/sghick/moflu/1a4e177/lib/pages/module/module_page.dart
sghick/moflu 1a4e177 lib/pages/module/module_page.dart
true
200
445
import 'package:moflu/supports/styles/common_styles.dart'; import 'package:flutter/material.dart'; class ModulePage extends StatefulWidget { @override State<StatefulWidget> createState() => _ModulePageState(); } class _ModulePageState extends State<ModulePage> { @override void initState() { super.initStat...
6
rodrigogodinho/clean_architecture_flutter_001
6287b3e
test/core/domain/usecase/get_list_person_test.dart
Dart
www.github.com/rodrigogodinho/clean_architecture_flutter_001/tree/main/test/core/domain/usecase/get_list_person_test.dart
https://raw.githubusercontent.com/rodrigogodinho/clean_architecture_flutter_001/6287b3e/test/core/domain/usecase/get_list_person_test.dart
rodrigogodinho/clean_architecture_flutter_001 6287b3e test/core/domain/usecase/get_list_person_test.dart
true
200
1,447
import 'package:clean_architecture_flutter_001/core/person/domain/entity/person.dart'; import 'package:clean_architecture_flutter_001/core/person/domain/repository/person_repository.dart'; import 'package:clean_architecture_flutter_001/core/person/domain/usecase/get_list_person.dart'; import 'package:dartz/dartz.dart';...
1
AKaLee-IK27/an_cu
37a769d
lib/Controllers/location_provider.dart
Dart
www.github.com/AKaLee-IK27/an_cu/tree/main/lib/Controllers/location_provider.dart
https://raw.githubusercontent.com/AKaLee-IK27/an_cu/37a769d/lib/Controllers/location_provider.dart
AKaLee-IK27/an_cu 37a769d lib/Controllers/location_provider.dart
true
200
924
import 'package:an_cu/Model/model.dart'; import 'package:an_cu/Services/location_service.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; final locationProvider = StateNotifierProvider<LocationNotifier, AsyncValue<List<Province>>>( (ref) => LocationNotifier(ref), ); class LocationNotifier extends...
4
oukpov/KFA_WebAdmin
5ab956b
lib/page/navigate_home/Valuation/component/date.dart
Dart
www.github.com/oukpov/KFA_WebAdmin/tree/main/lib/page/navigate_home/Valuation/component/date.dart
https://raw.githubusercontent.com/oukpov/KFA_WebAdmin/5ab956b/lib/page/navigate_home/Valuation/component/date.dart
oukpov/KFA_WebAdmin 5ab956b lib/page/navigate_home/Valuation/component/date.dart
true
200
2,227
import 'package:flutter/material.dart'; import 'package:intl/intl.dart'; import '../../../../components/colors.dart'; typedef OnChangeCallback = void Function(dynamic value); class Data_FromEnd extends StatefulWidget { const Data_FromEnd({super.key, required this.lable, required this.valueDate}); final String la...
7
AlexhHr23/App_cine
bdd7041
lib/infrastructure/repositories/movie_repository_implementation.dart
Dart
www.github.com/AlexhHr23/App_cine/tree/main/lib/infrastructure/repositories/movie_repository_implementation.dart
https://raw.githubusercontent.com/AlexhHr23/App_cine/bdd7041/lib/infrastructure/repositories/movie_repository_implementation.dart
AlexhHr23/App_cine bdd7041 lib/infrastructure/repositories/movie_repository_implementation.dart
true
200
802
import 'package:cinemapedia/domain/datasources/movies_datasources.dart'; import 'package:cinemapedia/domain/entitites/movie.dart'; import 'package:cinemapedia/domain/repositories/movies_repository.dart'; class MovieRepositoryImp extends MoviesRepository { final MoviesDatasource datasource; MovieRepositoryImp(this...
3
sid-fireskull/medshop_app
c083959
lib/entity/monthlySalesInfo.dart
Dart
www.github.com/sid-fireskull/medshop_app/tree/main/lib/entity/monthlySalesInfo.dart
https://raw.githubusercontent.com/sid-fireskull/medshop_app/c083959/lib/entity/monthlySalesInfo.dart
sid-fireskull/medshop_app c083959 lib/entity/monthlySalesInfo.dart
true
200
454
import 'package:json_annotation/json_annotation.dart'; part 'monthlySalesInfo.g.dart'; @JsonSerializable() class MonthlySalesInfo { int productAlias; String productName; double quantity; MonthlySalesInfo({this.productAlias, this.productName, this.quantity}); factory MonthlySalesInfo.fromJson(Map<String, dy...
1
cishida/superconnector-vm
7ed748f
lib/ui/components/underline.dart
Dart
www.github.com/cishida/superconnector-vm/tree/main/lib/ui/components/underline.dart
https://raw.githubusercontent.com/cishida/superconnector-vm/7ed748f/lib/ui/components/underline.dart
cishida/superconnector-vm 7ed748f lib/ui/components/underline.dart
true
200
493
import 'package:flutter/material.dart'; import 'package:superconnector_vm/core/utils/constants/colors.dart'; class Underline extends StatelessWidget { const Underline({ Key? key, this.margin = const EdgeInsets.all(0), this.color, }) : super(key: key); final EdgeInsets margin; final Color? color; ...
5
ajalil20/drivy_driver
6284644
lib/Model/new/my_rides.dart
Dart
www.github.com/ajalil20/drivy_driver/tree/main/lib/Model/new/my_rides.dart
https://raw.githubusercontent.com/ajalil20/drivy_driver/6284644/lib/Model/new/my_rides.dart
ajalil20/drivy_driver 6284644 lib/Model/new/my_rides.dart
true
200
2,873
import 'package:drivy_driver/Model/new/rides.dart'; import 'package:drivy_driver/Model/user_model.dart'; class MyRideListData { int? id; int? userId; int? driverId; int? carId; int? pickupId; int? dropoffId; int? promocodeId; String? tripType; double? amount; String? status; String? driverStatus;...
4
imqamarali/poker_app_front
4ebb10c
lib/Views/Player/partner_screen.dart
Dart
www.github.com/imqamarali/poker_app_front/tree/main/lib/Views/Player/partner_screen.dart
https://raw.githubusercontent.com/imqamarali/poker_app_front/4ebb10c/lib/Views/Player/partner_screen.dart
imqamarali/poker_app_front 4ebb10c lib/Views/Player/partner_screen.dart
true
200
2,969
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import '../../Customs/image/paths.dart'; import '../../Customs/screens/player_screens.dart'; import '../../Customs/styles/font_sizes.dart'; import '../../Customs/widgets/appbar_widget.dart'; import '../../Customs/widge...
0
ANBithi/CSE438
01e28a3
lib/Post/image_viewer.dart
Dart
www.github.com/ANBithi/CSE438/tree/main/lib/Post/image_viewer.dart
https://raw.githubusercontent.com/ANBithi/CSE438/01e28a3/lib/Post/image_viewer.dart
ANBithi/CSE438 01e28a3 lib/Post/image_viewer.dart
true
200
1,627
import 'package:cached_network_image/cached_network_image.dart'; import 'package:flutter/material.dart'; class ImageViewer extends StatefulWidget { final String imageUrl; const ImageViewer({Key? key, required this.imageUrl}) : super(key: key); @override State<ImageViewer> createState() => _ImageViewerState()...
2
prayatnaaa/explora_app
ecafbfc
lib/components/place_card.dart
Dart
www.github.com/prayatnaaa/explora_app/tree/main/lib/components/place_card.dart
https://raw.githubusercontent.com/prayatnaaa/explora_app/ecafbfc/lib/components/place_card.dart
prayatnaaa/explora_app ecafbfc lib/components/place_card.dart
true
200
2,048
import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; class PlaceCard extends StatelessWidget { final String id, name, email; const PlaceCard( {super.key, required this.id, required this.name, required this.email}); @override Widget build(BuildContext context) { fi...
7
muzzuaspira7/travel_planner_app
462b0d9
lib/screens/meuseum.dart
Dart
www.github.com/muzzuaspira7/travel_planner_app/tree/main/lib/screens/meuseum.dart
https://raw.githubusercontent.com/muzzuaspira7/travel_planner_app/462b0d9/lib/screens/meuseum.dart
muzzuaspira7/travel_planner_app 462b0d9 lib/screens/meuseum.dart
true
200
1,446
import 'package:flutter/material.dart'; import 'package:nothing/reusable/reusablecart.dart'; class meuseumPlace extends StatefulWidget { const meuseumPlace({super.key}); @override State<meuseumPlace> createState() => _meuseumPlaceState(); } // ******************************Linked the reusable widget here *****...
3
inzamam9494/Ecommerce_Mall
a759dba
lib/crazzyhub/services/models/m_store_slider_model.dart
Dart
www.github.com/inzamam9494/Ecommerce_Mall/tree/main/lib/crazzyhub/services/models/m_store_slider_model.dart
https://raw.githubusercontent.com/inzamam9494/Ecommerce_Mall/a759dba/lib/crazzyhub/services/models/m_store_slider_model.dart
inzamam9494/Ecommerce_Mall a759dba lib/crazzyhub/services/models/m_store_slider_model.dart
true
200
2,417
class MSliderStoreListModel { String? msg; int? count; List<SliderData>? data; String? token; MSliderStoreListModel({this.msg, this.count, this.data, this.token}); MSliderStoreListModel.fromJson(Map<String, dynamic> json) { msg = json['msg']; count = json['count']; if (json['data'] != null) { ...
1
AnselmeGildas/agriPilaloApp
b816f3c
lib/modele/services.dart
Dart
www.github.com/AnselmeGildas/agriPilaloApp/tree/main/lib/modele/services.dart
https://raw.githubusercontent.com/AnselmeGildas/agriPilaloApp/b816f3c/lib/modele/services.dart
AnselmeGildas/agriPilaloApp b816f3c lib/modele/services.dart
true
200
4,131
// ignore_for_file: non_constant_identifier_names import 'dart:convert'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:intl/intl.dart'; class Services { String uid; String user_uid; String nom; String description; String titre; String created_at; String cretad_at_heure; Strin...
6
nkqdr/Monity
40a3080
lib/theme/custom_themes.dart
Dart
www.github.com/nkqdr/Monity/tree/main/lib/theme/custom_themes.dart
https://raw.githubusercontent.com/nkqdr/Monity/40a3080/lib/theme/custom_themes.dart
nkqdr/Monity 40a3080 lib/theme/custom_themes.dart
true
200
2,063
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; class CustomThemes { static final darkTheme = ThemeData( scaffoldBackgroundColor: Colors.black, colorScheme: ColorScheme.dark(primary: Colors.blue[300] as Color), secondaryHeaderColor:...
5
igormidev/igorcurriculum
8868944
lib/sections/packages_section.dart
Dart
www.github.com/igormidev/igorcurriculum/tree/main/lib/sections/packages_section.dart
https://raw.githubusercontent.com/igormidev/igorcurriculum/8868944/lib/sections/packages_section.dart
igormidev/igorcurriculum 8868944 lib/sections/packages_section.dart
true
200
18,220
import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:igorcurriculum/services/analytics_service.dart'; import 'package:igorcurriculum/shared/optimized_asset.dart'; import 'package:url_launcher/url_launcher.dart'; List<Widget> packagesSection(BuildContext context) => [ Si...
4
Shahadat4303191162/ecom_users
52cb183
lib/utils/helper_function.dart
Dart
www.github.com/Shahadat4303191162/ecom_users/tree/main/lib/utils/helper_function.dart
https://raw.githubusercontent.com/Shahadat4303191162/ecom_users/52cb183/lib/utils/helper_function.dart
Shahadat4303191162/ecom_users 52cb183 lib/utils/helper_function.dart
true
200
326
import 'package:flutter/material.dart'; import 'package:intl/intl.dart'; void showMsg(BuildContext context, String msg) => ScaffoldMessenger .of(context) .showSnackBar(SnackBar(content: Text(msg))); String getFormattedDateTime(DateTime dateTime, String format) => DateFormat(format).format(date...
0
gulansarii/wall_app
e928005
lib/LoginOtp.dart
Dart
www.github.com/gulansarii/wall_app/tree/main/lib/LoginOtp.dart
https://raw.githubusercontent.com/gulansarii/wall_app/e928005/lib/LoginOtp.dart
gulansarii/wall_app e928005 lib/LoginOtp.dart
true
200
3,945
import 'package:flutter/material.dart'; import 'package:flutter/src/widgets/framework.dart'; import 'package:flutter/src/widgets/placeholder.dart'; import 'package:flutter_application_0/Home.dart'; import 'package:flutter_application_0/controllers/loginController.dart'; import 'package:flutter_application_0/controllers...
2
belhoutahmed/MeFormer_Frontend
44096e8
lib/presentation/pages/home.dart
Dart
www.github.com/belhoutahmed/MeFormer_Frontend/tree/main/lib/presentation/pages/home.dart
https://raw.githubusercontent.com/belhoutahmed/MeFormer_Frontend/44096e8/lib/presentation/pages/home.dart
belhoutahmed/MeFormer_Frontend 44096e8 lib/presentation/pages/home.dart
true
200
5,841
import 'package:flutter/material.dart'; import '../../logic/repositories/articles_repository.dart'; class Home extends StatefulWidget { const Home({super.key}); @override State<Home> createState() => _ArticlesPageState(); } class _ArticlesPageState extends State<Home> { final ArticlesRepository _articlesRepo...
3
4n4n14s/despesas
1fce191
despesas/lib/components/chart_bar.dart
Dart
www.github.com/4n4n14s/despesas/tree/main/despesas/lib/components/chart_bar.dart
https://raw.githubusercontent.com/4n4n14s/despesas/1fce191/despesas/lib/components/chart_bar.dart
4n4n14s/despesas 1fce191 despesas/lib/components/chart_bar.dart
true
200
1,585
import 'package:flutter/material.dart'; class ChartBar extends StatelessWidget { ChartBar( {required this.label, required this.value, required this.percentage}); final String label; final double value; final double percentage; @override Widget build(BuildContext context) { return Column( ...
7
VHKhai2003/MobileProject
a59f478
lib/features/chat/models/Assistant.dart
Dart
www.github.com/VHKhai2003/MobileProject/tree/main/lib/features/chat/models/Assistant.dart
https://raw.githubusercontent.com/VHKhai2003/MobileProject/a59f478/lib/features/chat/models/Assistant.dart
VHKhai2003/MobileProject a59f478 lib/features/chat/models/Assistant.dart
true
200
448
class Assistant { final String id; final String model; final String name; Assistant({required this.id, required this.model, required this.name}); factory Assistant.fromJson(Map<String, dynamic> json) { return Assistant( id: json['id'], model: json['model'], name: json['name'], ...
6
mangukiyamahesh/dinihari
034087b
lib/practice.dart
Dart
www.github.com/mangukiyamahesh/dinihari/tree/main/lib/practice.dart
https://raw.githubusercontent.com/mangukiyamahesh/dinihari/034087b/lib/practice.dart
mangukiyamahesh/dinihari 034087b lib/practice.dart
true
200
1,601
import 'package:flutter/material.dart'; class Practice extends StatelessWidget { List<Map<String, dynamic>> list = [ {"image": "assets/images/mobile.png", "name": "Mobile", "Price": "\$2000"}, {"image": "assets/images/charger.png", "name": "charger", "Price": "\$100"}, {"image": "assets/images/head...
1
Boulos2001/charity_user
890551b
lib/features/auth/data/model/user_model.dart
Dart
www.github.com/Boulos2001/charity_user/tree/main/lib/features/auth/data/model/user_model.dart
https://raw.githubusercontent.com/Boulos2001/charity_user/890551b/lib/features/auth/data/model/user_model.dart
Boulos2001/charity_user 890551b lib/features/auth/data/model/user_model.dart
true
200
814
import 'package:freezed_annotation/freezed_annotation.dart'; part 'user_model.freezed.dart'; part 'user_model.g.dart'; @freezed class UserResponseModel with _$UserResponseModel { const factory UserResponseModel({ UserDataModel? data, String? key, dynamic permission, String? message, }) = _UserResp...
5
RainbOwKid30/DoAn_Chuyen_Nganh_QuanLyChiTieu
5b7e5fc
lib/features/screens/Pages/home_page_custom/home_page_add_budget.dart
Dart
www.github.com/RainbOwKid30/DoAn_Chuyen_Nganh_QuanLyChiTieu/tree/main/lib/features/screens/Pages/home_page_custom/home_page_add_budget.dart
https://raw.githubusercontent.com/RainbOwKid30/DoAn_Chuyen_Nganh_QuanLyChiTieu/5b7e5fc/lib/features/screens/Pages/home_page_custom/home_page_add_budget.dart
RainbOwKid30/DoAn_Chuyen_Nganh_QuanLyChiTieu 5b7e5fc lib/features/screens/Pages/home_page_custom/home_page_add_budget.dart
true
200
11,683
import 'package:awesome_dialog/awesome_dialog.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:font_awesome_flutter/font_awesome_flutter.dart'; import 'package:...
0
asbiqalalawi/testimony
6a0e6e2
lib/model/language_model.dart
Dart
www.github.com/asbiqalalawi/testimony/tree/main/lib/model/language_model.dart
https://raw.githubusercontent.com/asbiqalalawi/testimony/6a0e6e2/lib/model/language_model.dart
asbiqalalawi/testimony 6a0e6e2 lib/model/language_model.dart
true
200
334
class LanguageModel { final String code; final String value; const LanguageModel({ required this.code, required this.value, }); } class Languages { const Languages._(); static const languages = [ LanguageModel(code: 'en', value: 'English'), LanguageModel(code: 'id', value: 'Bahasa Indon...
2
AmirmahdiNourkazemi/flutter-admin-Uni
f99fb48
lib/data/model/ticket_uuid/get_ticket.dart
Dart
www.github.com/AmirmahdiNourkazemi/flutter-admin-Uni/tree/main/lib/data/model/ticket_uuid/get_ticket.dart
https://raw.githubusercontent.com/AmirmahdiNourkazemi/flutter-admin-Uni/f99fb48/lib/data/model/ticket_uuid/get_ticket.dart
AmirmahdiNourkazemi/flutter-admin-Uni f99fb48 lib/data/model/ticket_uuid/get_ticket.dart
true
200
1,162
import '../users/User.dart'; import 'message.dart'; class GetTicket { int id; int userId; String? title; String? description; int category; int status; String uuid; String createdAt; String? updatedAt; User user; List<Message>? messages; GetTicket({ required this.id, required this.user...
3
PeeJeeDR/corda-music
3568253
lib/pages/search_page.dart
Dart
www.github.com/PeeJeeDR/corda-music/tree/main/lib/pages/search_page.dart
https://raw.githubusercontent.com/PeeJeeDR/corda-music/3568253/lib/pages/search_page.dart
PeeJeeDR/corda-music 3568253 lib/pages/search_page.dart
true
200
3,185
import 'dart:async'; import 'package:corda_music/widgets/music_tile.dart'; import 'package:flutter/material.dart'; import 'package:corda_music/services/youtube_downloader.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:youtube_explode_dart/youtube_explode_dart.dart'; import 'package:easy...
7
pohara60/cross_number
735498a
lib/knowyouronion/puzzle.dart
Dart
www.github.com/pohara60/cross_number/tree/main/lib/knowyouronion/puzzle.dart
https://raw.githubusercontent.com/pohara60/cross_number/735498a/lib/knowyouronion/puzzle.dart
pohara60/cross_number 735498a lib/knowyouronion/puzzle.dart
true
200
2,124
import 'package:crossnumber/generators.dart'; import '../expression.dart'; import '../monadic.dart'; import '../polyadic.dart'; import 'clue.dart'; import '../puzzle.dart'; import '../variable.dart'; // Numbers < 200 that are a power of a prime number class KnowYourOnionVariable extends Variable { KnowYourOnionVar...
6
MesudSURUCU/telephone_directory_app-firebase
075230e
lib/presentation/views/home_page.dart
Dart
www.github.com/MesudSURUCU/telephone_directory_app-firebase/tree/main/lib/presentation/views/home_page.dart
https://raw.githubusercontent.com/MesudSURUCU/telephone_directory_app-firebase/075230e/lib/presentation/views/home_page.dart
MesudSURUCU/telephone_directory_app-firebase 075230e lib/presentation/views/home_page.dart
true
200
6,149
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:telephone_directory_app_firebase/constants/constants.dart'; import 'package:telephone_directory_app_firebase/cubit/home_page_cubit.dart'; import 'package:telephone_directory_app_firebase/models/entities/persons.dart...
1
HamiHamasaeed/CodifyApp
67dd4aa
lib/views/ui/favorite_page.dart
Dart
www.github.com/HamiHamasaeed/CodifyApp/tree/main/lib/views/ui/favorite_page.dart
https://raw.githubusercontent.com/HamiHamasaeed/CodifyApp/67dd4aa/lib/views/ui/favorite_page.dart
HamiHamasaeed/CodifyApp 67dd4aa lib/views/ui/favorite_page.dart
true
200
496
import '../shared/export.dart'; class FavoritesPage extends StatefulWidget { const FavoritesPage({super.key}); @override State<FavoritesPage> createState() => _FavoritesPageState(); } class _FavoritesPageState extends State<FavoritesPage> { @override Widget build(BuildContext context) { return Center( ...
5
thomazandreywalicoski/projetos-flutter
115babb
projeto_loja/lib/screens/product_detail_screen.dart
Dart
www.github.com/thomazandreywalicoski/projetos-flutter/tree/main/projeto_loja/lib/screens/product_detail_screen.dart
https://raw.githubusercontent.com/thomazandreywalicoski/projetos-flutter/115babb/projeto_loja/lib/screens/product_detail_screen.dart
thomazandreywalicoski/projetos-flutter 115babb projeto_loja/lib/screens/product_detail_screen.dart
true
200
1,670
import 'package:flutter/material.dart'; import '../models/product.dart'; import 'product_form_screen.dart'; import '../services/product_service.dart'; class ProductDetailScreen extends StatelessWidget { final Product product; ProductDetailScreen({required this.product}); @override Widget build(BuildContext c...
0
YOUSTINA1/movie
72d491f
bloc/auth/rest_password.dart
Dart
www.github.com/YOUSTINA1/movie/tree/main/bloc/auth/rest_password.dart
https://raw.githubusercontent.com/YOUSTINA1/movie/72d491f/bloc/auth/rest_password.dart
YOUSTINA1/movie 72d491f bloc/auth/rest_password.dart
true
200
1,559
import 'dart:convert'; import 'package:bloc/bloc.dart'; import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import 'package:movies/bloc/states/auth/rest_password.dart'; import 'package:movies/core/class/app_links_api.dart'; import 'package:shared_preferences/shared_preferences.dart'; clas...
3
muhammedisik0/quran-interpretation
f725b19
lib/views/home/widgets/page_navigation_bar_widget.dart
Dart
www.github.com/muhammedisik0/quran-interpretation/tree/main/lib/views/home/widgets/page_navigation_bar_widget.dart
https://raw.githubusercontent.com/muhammedisik0/quran-interpretation/f725b19/lib/views/home/widgets/page_navigation_bar_widget.dart
muhammedisik0/quran-interpretation f725b19 lib/views/home/widgets/page_navigation_bar_widget.dart
true
200
2,528
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import '../../../constants/color_constants.dart'; import '../../../constants/path_constants.dart'; import '../../../helpers/bottom_sheet_helper.dart'; import '../../../models/surah_model.dart'; import '../../../view_models/home_view_model...
2
otabekmuradov/rickandmortyapp_clean
880696e
lib/feature/presentation/widgets/custom_search_delegate.dart
Dart
www.github.com/otabekmuradov/rickandmortyapp_clean/tree/main/lib/feature/presentation/widgets/custom_search_delegate.dart
https://raw.githubusercontent.com/otabekmuradov/rickandmortyapp_clean/880696e/lib/feature/presentation/widgets/custom_search_delegate.dart
otabekmuradov/rickandmortyapp_clean 880696e lib/feature/presentation/widgets/custom_search_delegate.dart
true
200
3,165
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:rickandmortyapp/feature/domain/entities/person_entity.dart'; import 'package:rickandmortyapp/feature/presentation/bloc/search_bloc/seach_bloc.dart'; import 'package:rickandmortyapp/feature/presentation/bloc/search_b...
7
koji-1009/flutter_exercise
3b81163
cat_pics_provider/lib/view/home.dart
Dart
www.github.com/koji-1009/flutter_exercise/tree/main/cat_pics_provider/lib/view/home.dart
https://raw.githubusercontent.com/koji-1009/flutter_exercise/3b81163/cat_pics_provider/lib/view/home.dart
koji-1009/flutter_exercise 3b81163 cat_pics_provider/lib/view/home.dart
true
200
1,535
import 'package:cat_pics_provider/logic/home_tab_state.dart'; import 'package:cat_pics_provider/view/home_future.dart'; import 'package:cat_pics_provider/view/home_proxy.dart'; import 'package:cat_pics_provider/view/tag_select.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; clas...
6
Drum4life9/CSC_351
a2a4210
dart_tests/test/dart_tests_test.dart
Dart
www.github.com/Drum4life9/CSC_351/tree/main/dart_tests/test/dart_tests_test.dart
https://raw.githubusercontent.com/Drum4life9/CSC_351/a2a4210/dart_tests/test/dart_tests_test.dart
Drum4life9/CSC_351 a2a4210 dart_tests/test/dart_tests_test.dart
true
200
1,603
import 'package:test/test.dart'; void main() { group('String', () { test('.split() splits the string on the delimiter', () { var string = 'foo,bar,baz'; expect(string.split(','), equals(['foo', 'bar', 'baz'])); }); test('.trim() removes surrounding whitespace', () { var string = ' foo...
4
Turskyi/flutter_life_coaching_ai
565bf3c
core/models/lib/src/code.dart
Dart
www.github.com/Turskyi/flutter_life_coaching_ai/tree/main/core/models/lib/src/code.dart
https://raw.githubusercontent.com/Turskyi/flutter_life_coaching_ai/565bf3c/core/models/lib/src/code.dart
Turskyi/flutter_life_coaching_ai 565bf3c core/models/lib/src/code.dart
true
200
392
import 'package:formz/formz.dart'; import 'package:models/src/validation_error.dart'; class Code extends FormzInput<String, CodeValidationError> { const Code.pure() : super.pure(''); const Code.dirty([super.value = '']) : super.dirty(); @override CodeValidationError? validator(String value) { if (value.i...
1
sabin79/flutter_widgets
c1fc544
lib/date_and_time/screen/date_time_picker.dart
Dart
www.github.com/sabin79/flutter_widgets/tree/main/lib/date_and_time/screen/date_time_picker.dart
https://raw.githubusercontent.com/sabin79/flutter_widgets/c1fc544/lib/date_and_time/screen/date_time_picker.dart
sabin79/flutter_widgets c1fc544 lib/date_and_time/screen/date_time_picker.dart
true
200
1,864
import 'package:flutter/material.dart'; import 'package:intl/intl.dart'; class DateTimePickerPage extends StatefulWidget { const DateTimePickerPage({super.key}); @override State<DateTimePickerPage> createState() => _DateTimePickerPageState(); } class _DateTimePickerPageState extends State<DateTimePickerPage> {...
5
shivam-md/cw_fintech
cf0188a
lib/user/pages/desktop_again.dart
Dart
www.github.com/shivam-md/cw_fintech/tree/main/lib/user/pages/desktop_again.dart
https://raw.githubusercontent.com/shivam-md/cw_fintech/cf0188a/lib/user/pages/desktop_again.dart
shivam-md/cw_fintech cf0188a lib/user/pages/desktop_again.dart
true
200
1,411
import 'package:flutter/material.dart'; class DesktopMain extends StatelessWidget { const DesktopMain({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Scaffold( backgroundColor: Colors.black, body: Flexible( child: Row( children: [ ...
0
Chondro14/news_app
ac07cd1
lib/module/list_news/presentation/widgets/list_headline_news.dart
Dart
www.github.com/Chondro14/news_app/tree/main/lib/module/list_news/presentation/widgets/list_headline_news.dart
https://raw.githubusercontent.com/Chondro14/news_app/ac07cd1/lib/module/list_news/presentation/widgets/list_headline_news.dart
Chondro14/news_app ac07cd1 lib/module/list_news/presentation/widgets/list_headline_news.dart
true
200
2,854
import 'package:cached_network_image/cached_network_image.dart'; import 'package:flutter/material.dart'; import 'package:salt_test_project/module/detail_news/data/model/detail_news_model.dart'; import 'package:salt_test_project/module/detail_news/presentation/page/detail_news_page.dart'; import 'package:salt_test_proje...
3
gemecode/Chat_App
00c16bf
lib/widgets/custom_button.dart
Dart
www.github.com/gemecode/Chat_App/tree/main/lib/widgets/custom_button.dart
https://raw.githubusercontent.com/gemecode/Chat_App/00c16bf/lib/widgets/custom_button.dart
gemecode/Chat_App 00c16bf lib/widgets/custom_button.dart
true
200
567
import 'package:flutter/material.dart'; class CustomButton extends StatelessWidget { const CustomButton({super.key, required this.txt, this.onTap}); final String txt; final VoidCallback? onTap; @override Widget build(BuildContext context) { return GestureDetector( onTap: onTap, child: Contai...
2
perter-parker/flutter_social_login
7b7698a
lib/main.dart
Dart
www.github.com/perter-parker/flutter_social_login/tree/main/lib/main.dart
https://raw.githubusercontent.com/perter-parker/flutter_social_login/7b7698a/lib/main.dart
perter-parker/flutter_social_login 7b7698a lib/main.dart
true
200
633
import 'package:flutter/material.dart'; import 'package:kakao_flutter_sdk_user/kakao_flutter_sdk_user.dart'; import 'kakao_login.dart'; void main() { KakaoSdk.init(nativeAppKey: '6efaa2175b55fc8d65f0a1d99e65530c'); runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @over...
7
izoo0/car
e029208
lib/utils/routes.dart
Dart
www.github.com/izoo0/car/tree/main/lib/utils/routes.dart
https://raw.githubusercontent.com/izoo0/car/e029208/lib/utils/routes.dart
izoo0/car e029208 lib/utils/routes.dart
true
200
510
import 'package:car/screens/HomeView.dart'; import 'package:flutter/material.dart'; import '../screens/carpage.dart'; class AppsRoute { static const home = '/'; static const detailview = 'detailview'; static Route<dynamic>? onGenerateRoute(RouteSettings settings) { switch (settings.name) { case home:...
6
linxkaa/peruri_app
8526e67
lib/presentation/widgets/molecules/platform_app_bar.dart
Dart
www.github.com/linxkaa/peruri_app/tree/main/lib/presentation/widgets/molecules/platform_app_bar.dart
https://raw.githubusercontent.com/linxkaa/peruri_app/8526e67/lib/presentation/widgets/molecules/platform_app_bar.dart
linxkaa/peruri_app 8526e67 lib/presentation/widgets/molecules/platform_app_bar.dart
true
200
1,077
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:peruri_app/presentation/widgets/atoms/platform_widget.dart'; import 'package:peruri_app/presentation/widgets/organisms/ui_helper.dart'; class PlatformAppBar extends PlatformWidget<CupertinoNavigationBar, AppBar> implements...
1
3MR7OSSAM/Task02_E-Shoppping
74e002f
lib/presentation/pages/search/bloc/search_cubit.dart
Dart
www.github.com/3MR7OSSAM/Task02_E-Shoppping/tree/main/lib/presentation/pages/search/bloc/search_cubit.dart
https://raw.githubusercontent.com/3MR7OSSAM/Task02_E-Shoppping/74e002f/lib/presentation/pages/search/bloc/search_cubit.dart
3MR7OSSAM/Task02_E-Shoppping 74e002f lib/presentation/pages/search/bloc/search_cubit.dart
true
200
594
import 'package:bloc/bloc.dart'; import 'package:equatable/equatable.dart'; import 'package:task02/data/models/products.dart'; part 'search_state.dart'; class SearchCubit extends Cubit<SearchState> { final List<Product> products; SearchCubit(this.products) : super(SearchInitial()); void search(String query) {...
5
S00209631/GuitatTunerProject300
922a6da
lib/auth.dart
Dart
www.github.com/S00209631/GuitatTunerProject300/tree/main/lib/auth.dart
https://raw.githubusercontent.com/S00209631/GuitatTunerProject300/922a6da/lib/auth.dart
S00209631/GuitatTunerProject300 922a6da lib/auth.dart
true
200
549
import 'package:firebase_auth/firebase_auth.dart'; class Auth{ final FirebaseAuth _firebaseAuth = FirebaseAuth.instance; User? get currentUser => _firebaseAuth.currentUser; Stream<User?> get authStateChange => _firebaseAuth.authStateChanges(); Future <void> signInWithEmailAndPassword({ required String ema...
0
atultiwari7388/r_service_app
3d7f33a
rabbit_service_d_app/lib/views/app/cloudNotiMsg/cloud_noti_msg.dart
Dart
www.github.com/atultiwari7388/r_service_app/tree/main/rabbit_service_d_app/lib/views/app/cloudNotiMsg/cloud_noti_msg.dart
https://raw.githubusercontent.com/atultiwari7388/r_service_app/3d7f33a/rabbit_service_d_app/lib/views/app/cloudNotiMsg/cloud_noti_msg.dart
atultiwari7388/r_service_app 3d7f33a rabbit_service_d_app/lib/views/app/cloudNotiMsg/cloud_noti_msg.dart
true
200
11,664
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:get/get.dart'; import 'package:regal_service_d_app/services/collection_references.dart'; import 'package:regal_service_d_app/utils/app_styles.dart'; import 'package:regal_service_d_app/utils/constants.da...
4
NgocNguyenC3/lettutor_edu
9ef4c4e
lib/ui/course_detail/course_detail_page.dart
Dart
www.github.com/NgocNguyenC3/lettutor_edu/tree/main/lib/ui/course_detail/course_detail_page.dart
https://raw.githubusercontent.com/NgocNguyenC3/lettutor_edu/9ef4c4e/lib/ui/course_detail/course_detail_page.dart
NgocNguyenC3/lettutor_edu 9ef4c4e lib/ui/course_detail/course_detail_page.dart
true
200
6,561
// ignore_for_file: public_member_api_docs, sort_constructors_first import 'package:cached_network_image/cached_network_image.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:lettutor_edu_clone/data/models/course.dart'; import 'package:lettutor_edu_clone/res/colors/colors_c...
2
terisuke/FlutterSNS
ffa3bba
lib/details/post_like_button.dart
Dart
www.github.com/terisuke/FlutterSNS/tree/main/lib/details/post_like_button.dart
https://raw.githubusercontent.com/terisuke/FlutterSNS/ffa3bba/lib/details/post_like_button.dart
terisuke/FlutterSNS ffa3bba lib/details/post_like_button.dart
true
200
1,849
// flutter import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; // model import 'package:udemy_flutter_sns/models/main_model.dart'; // domain import 'package:udemy_flutter_sns/domain/post/post.dart'; import 'package:udemy_flutter_sns/models/posts_model.dart'; class PostLikeBut...
6
Leviansky/advance_style_with_bloc
d1edc68
lib/app/modules/home/presentation/widgets/places_content.dart
Dart
www.github.com/Leviansky/advance_style_with_bloc/tree/main/lib/app/modules/home/presentation/widgets/places_content.dart
https://raw.githubusercontent.com/Leviansky/advance_style_with_bloc/d1edc68/lib/app/modules/home/presentation/widgets/places_content.dart
Leviansky/advance_style_with_bloc d1edc68 lib/app/modules/home/presentation/widgets/places_content.dart
true
200
908
import 'package:flutter/material.dart'; class places_content extends StatelessWidget { const places_content({ Key? key, required this.home_pict, }) : super(key: key); final List home_pict; @override Widget build(BuildContext context) { return ListView.builder( scrollDirection: Axis.horizo...
3
parallelbox-lab/clean_arch_practice
19aa51b
lib/presentation/screens/delivery_status/delivery_status.dart
Dart
www.github.com/parallelbox-lab/clean_arch_practice/tree/main/lib/presentation/screens/delivery_status/delivery_status.dart
https://raw.githubusercontent.com/parallelbox-lab/clean_arch_practice/19aa51b/lib/presentation/screens/delivery_status/delivery_status.dart
parallelbox-lab/clean_arch_practice 19aa51b lib/presentation/screens/delivery_status/delivery_status.dart
true
200
935
import 'package:flutter/material.dart'; import 'package:pharmserv/presentation/screens/delivery_status/widgets/delivery_status_form.dart'; import 'package:pharmserv/presentation/utils/constants.dart'; import 'package:pharmserv/presentation/widgets/back_button.dart'; class DeliveryStatus extends StatelessWidget { cons...
7
theotrin/flutter_data_persistence
92778e5
lib/data/task_dao.dart
Dart
www.github.com/theotrin/flutter_data_persistence/tree/main/lib/data/task_dao.dart
https://raw.githubusercontent.com/theotrin/flutter_data_persistence/92778e5/lib/data/task_dao.dart
theotrin/flutter_data_persistence 92778e5 lib/data/task_dao.dart
true
200
2,693
import 'package:project/components/task.dart'; import 'package:project/data/database.dart'; import 'package:sqflite/sqflite.dart'; class TaskDao { static const String tableSql = 'CREATE TABLE $_tablename(' '$_name TEXT,' '$_difficulty INTEGER,' '$_image TEXT)'; static const String _tablename = '...
1
RafaelRPontara2023/ted-app-getx
1807544
lib/app/repositories/users_repository.dart
Dart
www.github.com/RafaelRPontara2023/ted-app-getx/tree/main/lib/app/repositories/users_repository.dart
https://raw.githubusercontent.com/RafaelRPontara2023/ted-app-getx/1807544/lib/app/repositories/users_repository.dart
RafaelRPontara2023/ted-app-getx 1807544 lib/app/repositories/users_repository.dart
true
200
523
import '../models/user_model.dart'; import '../services/http_manager.dart'; class UserRepository { HttpManager httpManager = HttpManager(); Future<List<UserModel>> getAll() async { final response = await httpManager.request( url: "https://ilearn.appke.com.br/api/users", method: HttpMethods.get, ...
0
QossayAbuamriya/custommedia
a52ddc4
lib/common/checkout.dart
Dart
www.github.com/QossayAbuamriya/custommedia/tree/main/lib/common/checkout.dart
https://raw.githubusercontent.com/QossayAbuamriya/custommedia/a52ddc4/lib/common/checkout.dart
QossayAbuamriya/custommedia a52ddc4 lib/common/checkout.dart
true
200
4,317
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:custommedia/common/reciept.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:flutter_paypal_checkout/flutter_paypal_checkout.dart'; class CheckoutPage extends StatefulWidget { final...
5
RezaNazari051/Chortkeh
35c4891
lib/features/home/data/repository/home_repository.dart
Dart
www.github.com/RezaNazari051/Chortkeh/tree/main/lib/features/home/data/repository/home_repository.dart
https://raw.githubusercontent.com/RezaNazari051/Chortkeh/35c4891/lib/features/home/data/repository/home_repository.dart
RezaNazari051/Chortkeh 35c4891 lib/features/home/data/repository/home_repository.dart
true
200
2,244
import 'package:chortkeh/core/models/pie_chart_data_model.dart'; import 'package:chortkeh/core/resources/data_state.dart'; import 'package:chortkeh/features/transaction/data/data_source/categories.dart'; import 'package:chortkeh/features/transaction/data/data_source/local/transaction_data_helper.dart'; import 'package:...
4
jhs60110/campusMeet_test
8dd1985
campus_meet/lib/screens/SignUp_Screen.dart
Dart
www.github.com/jhs60110/campusMeet_test/tree/main/campus_meet/lib/screens/SignUp_Screen.dart
https://raw.githubusercontent.com/jhs60110/campusMeet_test/8dd1985/campus_meet/lib/screens/SignUp_Screen.dart
jhs60110/campusMeet_test 8dd1985 campus_meet/lib/screens/SignUp_Screen.dart
true
200
14,539
import 'package:flutter/material.dart'; import 'package:campus_meet/main.dart'; import 'package:wc_form_validators/wc_form_validators.dart'; import 'package:flutter/services.dart'; import 'package:intl/intl.dart'; import ' terms _screen.dart'; import 'home_screen.dart'; import 'package:flutter/services.dart'; enum Gen...
2
AlmohsenMyya/gogesh_user
02fcd03
lib/Utils.dart
Dart
www.github.com/AlmohsenMyya/gogesh_user/tree/main/lib/Utils.dart
https://raw.githubusercontent.com/AlmohsenMyya/gogesh_user/02fcd03/lib/Utils.dart
AlmohsenMyya/gogesh_user 02fcd03 lib/Utils.dart
true
200
3,113
import 'dart:math'; import 'package:easy_localization/easy_localization.dart'; import 'package:flutter/material.dart'; import 'package:image_picker/image_picker.dart'; import 'app/locator.dart'; import 'data/local_data_source/local_data_keys.dart'; import 'data/local_data_source/local_data_source.dart'; final ImageP...
3
khanadnan10/aie-task
57e1a4e
lib/chooseProfile/view/choose_profile_student.dart
Dart
www.github.com/khanadnan10/aie-task/tree/main/lib/chooseProfile/view/choose_profile_student.dart
https://raw.githubusercontent.com/khanadnan10/aie-task/57e1a4e/lib/chooseProfile/view/choose_profile_student.dart
khanadnan10/aie-task 57e1a4e lib/chooseProfile/view/choose_profile_student.dart
true
200
2,065
import 'package:aie_task/chooseProfile/view/choose_profile_parent.dart'; import 'package:aie_task/chooseProfile/widgets/client_card.dart'; import 'package:flutter/material.dart'; import 'package:aie_task/fillName/widgets/heading_text.dart'; import 'package:aie_task/fillName/widgets/top_container.dart'; import '../../f...
6
SahanaRaja/CUSTOMER_IOS---ANDROID_FINALIZED_CODE
c426219
lib/home/domain/forgotpassword/super_user/entities/reset_send_otp.dart
Dart
www.github.com/SahanaRaja/CUSTOMER_IOS---ANDROID_FINALIZED_CODE/tree/main/lib/home/domain/forgotpassword/super_user/entities/reset_send_otp.dart
https://raw.githubusercontent.com/SahanaRaja/CUSTOMER_IOS---ANDROID_FINALIZED_CODE/c426219/lib/home/domain/forgotpassword/super_user/entities/reset_send_otp.dart
SahanaRaja/CUSTOMER_IOS---ANDROID_FINALIZED_CODE c426219 lib/home/domain/forgotpassword/super_user/entities/reset_send_otp.dart
true
200
295
import 'package:equatable/equatable.dart'; class ResetPasswordOTP extends Equatable { final String? message; final int? result; final String? shopid; const ResetPasswordOTP({this.message, this.result,this.shopid}); @override List<Object?> get props => [message, result,shopid]; }
7
ekakshjanweja/NotWhatsapp
06abe3c
lib/router.dart
Dart
www.github.com/ekakshjanweja/NotWhatsapp/tree/main/lib/router.dart
https://raw.githubusercontent.com/ekakshjanweja/NotWhatsapp/06abe3c/lib/router.dart
ekakshjanweja/NotWhatsapp 06abe3c lib/router.dart
true
200
2,777
import 'dart:io'; import 'package:flutter/material.dart'; import 'package:not_whatsapp/common/widgets/error_screen.dart'; import 'package:not_whatsapp/features/authentication/screens/login_screen.dart'; import 'package:not_whatsapp/features/authentication/screens/otp_screen.dart'; import 'package:not_whatsapp/features...
1
plotsklapps/beatboks
62e8726
lib/modals/verify_bottomsheet.dart
Dart
www.github.com/plotsklapps/beatboks/tree/main/lib/modals/verify_bottomsheet.dart
https://raw.githubusercontent.com/plotsklapps/beatboks/62e8726/lib/modals/verify_bottomsheet.dart
plotsklapps/beatboks 62e8726 lib/modals/verify_bottomsheet.dart
true
200
2,504
import 'package:beatboks/firebase/firebase_service.dart'; import 'package:beatboks/firebase/firestore_service.dart'; import 'package:beatboks/navigation/navigation.dart'; import 'package:beatboks/widgets/bottomsheetheader.dart'; import 'package:beatboks/widgets/snackbars.dart'; import 'package:flutter/material.dart'; i...
5
IKinDev/hotel_app
c8ba5ba
lib/core/navigation/main_navigation.dart
Dart
www.github.com/IKinDev/hotel_app/tree/main/lib/core/navigation/main_navigation.dart
https://raw.githubusercontent.com/IKinDev/hotel_app/c8ba5ba/lib/core/navigation/main_navigation.dart
IKinDev/hotel_app c8ba5ba lib/core/navigation/main_navigation.dart
true
200
1,088
import 'package:flutter/material.dart'; import 'package:hotel_app/features/hotel/hotel_screen.dart'; import 'package:hotel_app/features/hotel_rooms/presentation/hotel_rooms_screen.dart'; import 'package:hotel_app/features/payment/payment_screen.dart'; import 'package:hotel_app/features/reservation_room/presentation/res...
4
ArtisansDev/F-B-Point-of-Sales
346b294
fnb_point_sale_app/lib/model/payment_screen/payment_type/credit_card_view/controller/credit_card_view_controller.dart
Dart
www.github.com/ArtisansDev/F-B-Point-of-Sales/tree/main/fnb_point_sale_app/lib/model/payment_screen/payment_type/credit_card_view/controller/credit_card_view_controller.dart
https://raw.githubusercontent.com/ArtisansDev/F-B-Point-of-Sales/346b294/fnb_point_sale_app/lib/model/payment_screen/payment_type/credit_card_view/controller/credit_card_view_controller.dart
ArtisansDev/F-B-Point-of-Sales 346b294 fnb_point_sale_app/lib/model/payment_screen/payment_type/credit_card_view/controller/credit_card_view_controller.dart
true
200
643
// ignore_for_file: depend_on_referenced_packages import 'package:flutter/material.dart'; import 'package:get/get.dart'; class CreditCardViewController extends GetxController { Rx<TextEditingController> nameController = TextEditingController().obs; Rxn<Function> onPaymentClick = Rxn<Function>(); CreditCardView...
0
ludovn/genius-bank
9797dc9
lib/module/transfer/transfer_list/bloc/transfer_list_bloc.dart
Dart
www.github.com/ludovn/genius-bank/tree/main/lib/module/transfer/transfer_list/bloc/transfer_list_bloc.dart
https://raw.githubusercontent.com/ludovn/genius-bank/9797dc9/lib/module/transfer/transfer_list/bloc/transfer_list_bloc.dart
ludovn/genius-bank 9797dc9 lib/module/transfer/transfer_list/bloc/transfer_list_bloc.dart
true
200
957
import 'dart:async'; import 'package:bloc/bloc.dart'; import '../../../../app_helper/enums.dart'; import '../../../../repositories/transfer_repository.dart'; import 'transfer_list_event.dart'; import 'transfer_list_state.dart'; class TransferListBloc extends Bloc<TransferListEvent, TransferListState> { TransferRep...
2
DarioJoske/imdb_task
c87fcb8
lib/src/core/router/app_router.dart
Dart
www.github.com/DarioJoske/imdb_task/tree/main/lib/src/core/router/app_router.dart
https://raw.githubusercontent.com/DarioJoske/imdb_task/c87fcb8/lib/src/core/router/app_router.dart
DarioJoske/imdb_task c87fcb8 lib/src/core/router/app_router.dart
true
200
1,851
import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; import '../../app_scaffold.dart'; import '../../features/favourites/presentation/view/favourites_page.dart'; import '../../features/movie_details/presentation/movie_details_page.dart'; import '../../features/movies/domain/entities/movie...
3
KaianNovais/flutter-project-udemy
3191855
lib/screen/home_page.dart
Dart
www.github.com/KaianNovais/flutter-project-udemy/tree/main/lib/screen/home_page.dart
https://raw.githubusercontent.com/KaianNovais/flutter-project-udemy/3191855/lib/screen/home_page.dart
KaianNovais/flutter-project-udemy 3191855 lib/screen/home_page.dart
true
200
8,495
import 'package:api_consumo_flutter_movies/model/movie_model.dart'; import 'package:api_consumo_flutter_movies/services/filme_service.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; class TelaPrincipal extends StatelessWidget { TelaPrincipal({super.key}); final formKey = Glo...
7
alinaavanesyan/dyslexia_app
c897bee
lib/services/firebase_stream.dart
Dart
www.github.com/alinaavanesyan/dyslexia_app/tree/main/lib/services/firebase_stream.dart
https://raw.githubusercontent.com/alinaavanesyan/dyslexia_app/c897bee/lib/services/firebase_stream.dart
alinaavanesyan/dyslexia_app c897bee lib/services/firebase_stream.dart
true
200
905
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:dyslexia_project/screens/verify_email_screen.dart'; import 'package:dyslexia_project/screens/welcome_screen.dart'; class FirebaseStream extends StatelessWidget { const FirebaseStream({super.key}); @override ...
6