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
HaiderNaqvi1435/campuslink_mobile
b2e577c
lib/res/components/auth_dropdown/auth_dropdown.dart
Dart
www.github.com/HaiderNaqvi1435/campuslink_mobile/tree/main/lib/res/components/auth_dropdown/auth_dropdown.dart
https://raw.githubusercontent.com/HaiderNaqvi1435/campuslink_mobile/b2e577c/lib/res/components/auth_dropdown/auth_dropdown.dart
HaiderNaqvi1435/campuslink_mobile b2e577c lib/res/components/auth_dropdown/auth_dropdown.dart
true
200
1,462
import 'package:campuslink_mobile/utils/app_text_styles/app_text_styles.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../../colors/app_color.dart'; class AuthDropdown extends StatelessWidget { const AuthDropdown({ super.key, required this.hintText, required this.l...
7
riskiilyas/Lelangkuy
dbd7d81
lib/app/data/provider/db.dart
Dart
www.github.com/riskiilyas/Lelangkuy/tree/main/lib/app/data/provider/db.dart
https://raw.githubusercontent.com/riskiilyas/Lelangkuy/dbd7d81/lib/app/data/provider/db.dart
riskiilyas/Lelangkuy dbd7d81 lib/app/data/provider/db.dart
true
200
8,463
import 'package:lelangkuy/app/data/model/auction.dart'; import 'package:lelangkuy/app/data/model/auction_participation.dart'; import 'package:lelangkuy/app/data/model/user.dart'; import 'package:sqflite/sqflite.dart'; import 'package:path/path.dart'; class DatabaseHelper { static final DatabaseHelper _instance = Dat...
5
yulybeltran/Reto3_MINTIC_APP_MOVIL
6713edb
lib/interfaz/chat.dart
Dart
www.github.com/yulybeltran/Reto3_MINTIC_APP_MOVIL/tree/main/lib/interfaz/chat.dart
https://raw.githubusercontent.com/yulybeltran/Reto3_MINTIC_APP_MOVIL/6713edb/lib/interfaz/chat.dart
yulybeltran/Reto3_MINTIC_APP_MOVIL 6713edb lib/interfaz/chat.dart
true
200
3,188
import 'package:chat_reto3/interfaz/login.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import '../mensajes.dart'; import '../proceso/autenticacion.dart'; class chat extends StatefulWidget { const chat({super.key...
2
minahil57/pakashiyana_web
c4c02d9
lib/widgets/header_button.dart
Dart
www.github.com/minahil57/pakashiyana_web/tree/main/lib/widgets/header_button.dart
https://raw.githubusercontent.com/minahil57/pakashiyana_web/c4c02d9/lib/widgets/header_button.dart
minahil57/pakashiyana_web c4c02d9 lib/widgets/header_button.dart
true
200
1,289
import 'package:flutter/material.dart'; class BuildHeaderButton extends StatelessWidget { final IconData icon; final String tooltip; final bool hasNotification; const BuildHeaderButton({super.key, required this.icon, required this.tooltip, this.hasNotification = false}); @override Widget build(BuildContex...
1
abdujemal/restaurant_app
2b640d1
lib/features/Database/presentation/screens/cart.dart
Dart
www.github.com/abdujemal/restaurant_app/tree/main/lib/features/Database/presentation/screens/cart.dart
https://raw.githubusercontent.com/abdujemal/restaurant_app/2b640d1/lib/features/Database/presentation/screens/cart.dart
abdujemal/restaurant_app 2b640d1 lib/features/Database/presentation/screens/cart.dart
true
200
2,616
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:restaurant_app/features/Database/presentation/controller/cart_controller/cart_bloc.dart'; import 'package:restaurant_app/features/Database/presentation/controller/cart_controller/cart_event.dart'; import 'package:re...
3
FroJhoDev/Ai-Image-Generation
f4e24a4
lib/core/widgets/default_text_field_widget.dart
Dart
www.github.com/FroJhoDev/Ai-Image-Generation/tree/main/lib/core/widgets/default_text_field_widget.dart
https://raw.githubusercontent.com/FroJhoDev/Ai-Image-Generation/f4e24a4/lib/core/widgets/default_text_field_widget.dart
FroJhoDev/Ai-Image-Generation f4e24a4 lib/core/widgets/default_text_field_widget.dart
true
200
1,183
import 'package:flutter/material.dart'; import '../styles/color_schema.dart'; class DefaultTextFieldWidget extends StatelessWidget { final String hintText; final String labelText; final void Function(String)? onChangedFunction; DefaultTextFieldWidget({ super.key, required this.hintText, required ...
4
jiya-singhal/quiz_project
89ebf63
quiz/lib/screens/level_selection_screen.dart
Dart
www.github.com/jiya-singhal/quiz_project/tree/main/quiz/lib/screens/level_selection_screen.dart
https://raw.githubusercontent.com/jiya-singhal/quiz_project/89ebf63/quiz/lib/screens/level_selection_screen.dart
jiya-singhal/quiz_project 89ebf63 quiz/lib/screens/level_selection_screen.dart
true
200
1,339
import 'package:flutter/material.dart'; import 'package:quiz/utils/level_manager.dart'; import 'package:quiz/screens/quiz_screen.dart'; class LevelSelectionScreen extends StatelessWidget { @override Widget build(BuildContext context) { return FutureBuilder<int>( future: LevelManager.getUnlockedLevel(),...
6
mookypoo/google_map_custom_icon
86fe6b9
lib/map_provider.dart
Dart
www.github.com/mookypoo/google_map_custom_icon/tree/main/lib/map_provider.dart
https://raw.githubusercontent.com/mookypoo/google_map_custom_icon/86fe6b9/lib/map_provider.dart
mookypoo/google_map_custom_icon 86fe6b9 lib/map_provider.dart
true
200
5,140
import 'dart:async' show FutureOr; import 'package:flutter/animation.dart'; import 'package:flutter/foundation.dart'; import 'package:google_map_custom_icon/map_service.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; import 'bubble_with_marker.dart'; import 'class/custom_marker.dart'; import 'c...
0
maidasabate/Leafy
8a2c565
leafy_app/lib/components/appbar.dart
Dart
www.github.com/maidasabate/Leafy/tree/main/leafy_app/lib/components/appbar.dart
https://raw.githubusercontent.com/maidasabate/Leafy/8a2c565/leafy_app/lib/components/appbar.dart
maidasabate/Leafy 8a2c565 leafy_app/lib/components/appbar.dart
true
200
1,643
import 'package:flutter/material.dart'; AppBar buildAppBar(BuildContext context, String title) { return AppBar( backgroundColor: Theme.of(context).colorScheme.primary, leading: IconButton( icon: const Icon( Icons.menu, // Ícono de menú color: Colors.white, ), onPressed: () {...
7
sillydomnom/bling-challenge
d004b97
test/widgets/agify_form_test.dart
Dart
www.github.com/sillydomnom/bling-challenge/tree/main/test/widgets/agify_form_test.dart
https://raw.githubusercontent.com/sillydomnom/bling-challenge/d004b97/test/widgets/agify_form_test.dart
sillydomnom/bling-challenge d004b97 test/widgets/agify_form_test.dart
true
200
1,956
import 'package:bling_challenge/bling_challenge.dart'; import 'package:bloc_test/bloc_test.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:mocktail/mocktail.dart'; import 'package:provider/provider.dart'; cl...
5
OmarAbdelgilil/Elevate_Ecommerce
aa59ba1
lib/features/home/presentation/home_screen/home_screen_view_models/categories_viewmodel.dart
Dart
www.github.com/OmarAbdelgilil/Elevate_Ecommerce/tree/main/lib/features/home/presentation/home_screen/home_screen_view_models/categories_viewmodel.dart
https://raw.githubusercontent.com/OmarAbdelgilil/Elevate_Ecommerce/aa59ba1/lib/features/home/presentation/home_screen/home_screen_view_models/categories_viewmodel.dart
OmarAbdelgilil/Elevate_Ecommerce aa59ba1 lib/features/home/presentation/home_screen/home_screen_view_models/categories_viewmodel.dart
true
200
1,550
import 'package:elevate_ecommerce/core/common/api_result.dart'; import 'package:elevate_ecommerce/features/home/domain/models/categories.dart'; import 'package:elevate_ecommerce/features/home/domain/models/category.dart'; import 'package:elevate_ecommerce/features/home/domain/usecases/get_categories_usecase.dart'; impo...
1
AngelNunez2605/final_project
f7cf719
lib/screens/Brie_Gallery.dart
Dart
www.github.com/AngelNunez2605/final_project/tree/main/lib/screens/Brie_Gallery.dart
https://raw.githubusercontent.com/AngelNunez2605/final_project/f7cf719/lib/screens/Brie_Gallery.dart
AngelNunez2605/final_project f7cf719 lib/screens/Brie_Gallery.dart
true
200
666
import 'package:flutter/material.dart'; class BrieGalleryScreen extends StatelessWidget { const BrieGalleryScreen({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: const Text('Gallery'), ), body: CustomScroll...
2
Eun0503/here_and_there
ec0c0c9
lib/CreateRoom.dart
Dart
www.github.com/Eun0503/here_and_there/tree/main/lib/CreateRoom.dart
https://raw.githubusercontent.com/Eun0503/here_and_there/ec0c0c9/lib/CreateRoom.dart
Eun0503/here_and_there ec0c0c9 lib/CreateRoom.dart
true
200
1,134
import 'package:flutter/material.dart'; class Createroom extends StatelessWidget { final List<Map<String, String>> rooms; final List<String> checkedNames; final Function(String) onToggleCheck; const Createroom({ Key? key, required this.rooms, required this.checkedNames, required this.onToggleC...
4
Denuvo33/bitescan
b8b25b7
lib/page/sign_up.dart
Dart
www.github.com/Denuvo33/bitescan/tree/main/lib/page/sign_up.dart
https://raw.githubusercontent.com/Denuvo33/bitescan/b8b25b7/lib/page/sign_up.dart
Denuvo33/bitescan b8b25b7 lib/page/sign_up.dart
true
200
10,961
import 'package:bitescan/page/home_page.dart'; import 'package:bitescan/page/question_page.dart'; import 'package:bitescan/page/sign_in.dart'; import 'package:firebase_database/firebase_database.dart'; import 'package:flutter/material.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:google_sign...
0
bhumika-kalaru/Alie
182677e
lib/pages/foundPage.dart
Dart
www.github.com/bhumika-kalaru/Alie/tree/main/lib/pages/foundPage.dart
https://raw.githubusercontent.com/bhumika-kalaru/Alie/182677e/lib/pages/foundPage.dart
bhumika-kalaru/Alie 182677e lib/pages/foundPage.dart
true
200
3,737
import 'package:alie/main.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; import 'showItem.dart'; import 'FaddItems.dart'; import 'package:google_fonts/google_fonts.dart'; import 'consts.dart'; class foundPage extends StatefulWidget { const foundPage({Key? key}) ...
7
hieu20022002/ecommerce
515eba6
lib/controller/ReviewController.dart
Dart
www.github.com/hieu20022002/ecommerce/tree/main/lib/controller/ReviewController.dart
https://raw.githubusercontent.com/hieu20022002/ecommerce/515eba6/lib/controller/ReviewController.dart
hieu20022002/ecommerce 515eba6 lib/controller/ReviewController.dart
true
200
514
import 'package:ecommerce/models/Review.dart'; import 'package:flutter/material.dart'; class ReviewController extends ChangeNotifier { List<Review> _reviews = []; List<Review> get reviews => _reviews; set reviews(List<Review> value) { _reviews = value; notifyListeners(); } static Future<List<Review...
5
astrozil/flutter_wish_list_app_with_sqflite
cf849aa
lib/features/sqflite/domain/usecases/get_a_wish.dart
Dart
www.github.com/astrozil/flutter_wish_list_app_with_sqflite/tree/main/lib/features/sqflite/domain/usecases/get_a_wish.dart
https://raw.githubusercontent.com/astrozil/flutter_wish_list_app_with_sqflite/cf849aa/lib/features/sqflite/domain/usecases/get_a_wish.dart
astrozil/flutter_wish_list_app_with_sqflite cf849aa lib/features/sqflite/domain/usecases/get_a_wish.dart
true
200
314
import 'package:flutter_wish_list_app_with_room/features/sqflite/domain/repository/wish_repository.dart'; import '../entities/wish.dart'; class GetAWish{ final WishRepository wishRepository; GetAWish(this.wishRepository); Future<Wish> call(int id)async{ return await wishRepository.getAWish(id); } }
1
Spikree/auth-system-in-flutter-
e485397
auth/lib/sucess.dart
Dart
www.github.com/Spikree/auth-system-in-flutter-/tree/main/auth/lib/sucess.dart
https://raw.githubusercontent.com/Spikree/auth-system-in-flutter-/e485397/auth/lib/sucess.dart
Spikree/auth-system-in-flutter- e485397 auth/lib/sucess.dart
true
200
782
import 'package:flutter/material.dart'; class Sucess extends StatefulWidget { const Sucess({super.key}); @override State<Sucess> createState() => _SucessState(); } class _SucessState extends State<Sucess> { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(title: Text...
2
andifauzy7/sp-mobile-monorepo
687181c
apps/sapa_sekolah_guru/lib/repositories/student_repository.dart
Dart
www.github.com/andifauzy7/sp-mobile-monorepo/tree/main/apps/sapa_sekolah_guru/lib/repositories/student_repository.dart
https://raw.githubusercontent.com/andifauzy7/sp-mobile-monorepo/687181c/apps/sapa_sekolah_guru/lib/repositories/student_repository.dart
andifauzy7/sp-mobile-monorepo 687181c apps/sapa_sekolah_guru/lib/repositories/student_repository.dart
true
200
1,545
import 'package:sapa_core/failure/failure.dart'; import 'package:sapa_core/failure/server_failure.dart'; import 'package:sapa_core/sapa_core.dart'; import 'package:sapa_sekolah_guru/model/students_response_model.dart'; import 'package:sapa_sekolah_guru/repositories/auth_repository.dart'; abstract class StudentReposito...
3
sauravshetty473/drive
ba301d8
lib/mvvm/ui/bidding/component/bid.dart
Dart
www.github.com/sauravshetty473/drive/tree/main/lib/mvvm/ui/bidding/component/bid.dart
https://raw.githubusercontent.com/sauravshetty473/drive/ba301d8/lib/mvvm/ui/bidding/component/bid.dart
sauravshetty473/drive ba301d8 lib/mvvm/ui/bidding/component/bid.dart
true
200
5,453
import 'package:drive/main.dart'; import 'package:drive/mvvm/foundation/extension/context.dart'; import 'package:drive/mvvm/ui/bidding/component/bid_action.dart'; import 'package:drive/pages/Login/designation.dart'; import 'package:flutter/material.dart'; import 'package:hooks_riverpod/hooks_riverpod.dart'; import '.....
4
MyPatt/gasjm_administrador
ef4484d
lib/app/modules/repartidor/pedidos/pedidos_page.dart
Dart
www.github.com/MyPatt/gasjm_administrador/tree/main/lib/app/modules/repartidor/pedidos/pedidos_page.dart
https://raw.githubusercontent.com/MyPatt/gasjm_administrador/ef4484d/lib/app/modules/repartidor/pedidos/pedidos_page.dart
MyPatt/gasjm_administrador ef4484d lib/app/modules/repartidor/pedidos/pedidos_page.dart
true
200
6,089
import 'package:flutter/material.dart'; import 'package:gasjm/app/core/theme/app_theme.dart'; import 'package:gasjm/app/global_widgets/bottom_repartidor.dart'; import 'package:gasjm/app/global_widgets/menu_lateral.dart'; import 'package:gasjm/app/global_widgets/pedido/contenido_pedido.dart'; import 'package:gasjm/app/m...
7
mohamedhamouda7897/chat_c7_friday
ecfc0f0
lib/models/my_user.dart
Dart
www.github.com/mohamedhamouda7897/chat_c7_friday/tree/main/lib/models/my_user.dart
https://raw.githubusercontent.com/mohamedhamouda7897/chat_c7_friday/ecfc0f0/lib/models/my_user.dart
mohamedhamouda7897/chat_c7_friday ecfc0f0 lib/models/my_user.dart
true
200
695
class MyUser { static const String COLLECTION_NAME = "Users"; String id; String fName; String lName; String userName; String email; MyUser( {required this.id, required this.fName, required this.lName, required this.userName, required this.email}); MyUser.fromJson(Map<Stri...
0
cloth-nest/cloth-nest-app
7bd13a4
lib/app/routes/top/top_qr_product_location.dart
Dart
www.github.com/cloth-nest/cloth-nest-app/tree/main/lib/app/routes/top/top_qr_product_location.dart
https://raw.githubusercontent.com/cloth-nest/cloth-nest-app/7bd13a4/lib/app/routes/top/top_qr_product_location.dart
cloth-nest/cloth-nest-app 7bd13a4 lib/app/routes/top/top_qr_product_location.dart
true
200
906
import 'package:beamer/beamer.dart'; import 'package:ecommerce/app/factories/presentation/product_detail/product_detail_view_factory.dart'; import 'package:ecommerce/app/routes/top/top_qr_location.dart'; import 'package:flutter/material.dart'; class TopQrProductLocation extends BeamLocation<BeamState> { TopQrProduct...
1
subuxess/DigitalKSP
ba46c0f
lib/pages/search_page/search_page.dart
Dart
www.github.com/subuxess/DigitalKSP/tree/main/lib/pages/search_page/search_page.dart
https://raw.githubusercontent.com/subuxess/DigitalKSP/ba46c0f/lib/pages/search_page/search_page.dart
subuxess/DigitalKSP ba46c0f lib/pages/search_page/search_page.dart
true
200
8,717
import 'dart:async'; import 'package:digitalksp/providers/search_providers.dart'; import 'package:digitalksp/widgets/form_field_widget.dart'; import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:provider/provider.dart'; import 'components/author_list.dart'; import 'comp...
6
husseinayyad20/winnersHome
949d287
winners/lib/user_app/core/widgets/error_dialog/custom_dialog_props.dart
Dart
www.github.com/husseinayyad20/winnersHome/tree/main/winners/lib/user_app/core/widgets/error_dialog/custom_dialog_props.dart
https://raw.githubusercontent.com/husseinayyad20/winnersHome/949d287/winners/lib/user_app/core/widgets/error_dialog/custom_dialog_props.dart
husseinayyad20/winnersHome 949d287 winners/lib/user_app/core/widgets/error_dialog/custom_dialog_props.dart
true
200
412
import 'package:flutter/material.dart'; class CustomDialogProps { CustomDialogProps({ this.isSuccess, this.title, this.message, this.buttonTitle, this.secbuttonTitle, this.firstTap, this.secTap, }); final String? title; final String? message; final String? buttonTitle; final Str...
2
kaanygit/mobilecasestudty_beforesunsetai
d84e25b
lib/screens/intro_screen.dart
Dart
www.github.com/kaanygit/mobilecasestudty_beforesunsetai/tree/main/lib/screens/intro_screen.dart
https://raw.githubusercontent.com/kaanygit/mobilecasestudty_beforesunsetai/d84e25b/lib/screens/intro_screen.dart
kaanygit/mobilecasestudty_beforesunsetai d84e25b lib/screens/intro_screen.dart
true
200
6,168
import 'package:beforesunsetai_mobile_case_study/constant/colors.dart'; import 'package:beforesunsetai_mobile_case_study/constant/fonts.dart'; import 'package:beforesunsetai_mobile_case_study/widgets/buttons.dart'; import 'package:beforesunsetai_mobile_case_study/widgets/flask_message.dart'; import 'package:beforesunse...
3
atkhyati/mio_moda
d6ed2c6
sololuxury-flutter/lib/app/presentation/screens/influencer_registraction/widget/common_text_form_field.dart
Dart
www.github.com/atkhyati/mio_moda/tree/main/sololuxury-flutter/lib/app/presentation/screens/influencer_registraction/widget/common_text_form_field.dart
https://raw.githubusercontent.com/atkhyati/mio_moda/d6ed2c6/sololuxury-flutter/lib/app/presentation/screens/influencer_registraction/widget/common_text_form_field.dart
atkhyati/mio_moda d6ed2c6 sololuxury-flutter/lib/app/presentation/screens/influencer_registraction/widget/common_text_form_field.dart
true
200
2,129
import '../../../../../all_imports.dart'; class CommonTextFormField extends StatelessWidget { const CommonTextFormField( {Key? key, required this.hintText, required this.height, this.validation, required this.bottomPadding, required this.topPadding, this.controller}) :...
4
MimiV/DeliveryPortal
64af100
lib/views/drivers/widgets/drivers_search_bar.dart
Dart
www.github.com/MimiV/DeliveryPortal/tree/main/lib/views/drivers/widgets/drivers_search_bar.dart
https://raw.githubusercontent.com/MimiV/DeliveryPortal/64af100/lib/views/drivers/widgets/drivers_search_bar.dart
MimiV/DeliveryPortal 64af100 lib/views/drivers/widgets/drivers_search_bar.dart
true
200
1,318
import 'package:flutter/material.dart'; import 'package:flutter/src/foundation/key.dart'; import 'package:flutter/src/widgets/framework.dart'; class DriversSearchBar extends StatefulWidget { Function(String) filterList; DriversSearchBar({Key? key, required this.filterList}) : super(key: key); @override State<...
5
mostafa1021999/News-App
f77de96
lib/main.dart
Dart
www.github.com/mostafa1021999/News-App/tree/main/lib/main.dart
https://raw.githubusercontent.com/mostafa1021999/News-App/f77de96/lib/main.dart
mostafa1021999/News-App f77de96 lib/main.dart
true
200
475
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:untitled/modules/shared%20prefrences.dart'; import 'package:untitled/modules/my%20app.dart'; import 'dio/dio.dart'; Future<Null> main()async{ WidgetsFlutterBinding.ensureInitialized(); Bloc.observer = BlocObse...
0
faizankhan800/JOY_APP
a701e3e
lib/pages/Professionals/Professional Doctor/Medicines/doctor_pharmacy_screen.dart
Dart
www.github.com/faizankhan800/JOY_APP/tree/main/lib/pages/Professionals/Professional Doctor/Medicines/doctor_pharmacy_screen.dart
https://raw.githubusercontent.com/faizankhan800/JOY_APP/a701e3e/lib/pages/Professionals/Professional%20Doctor/Medicines/doctor_pharmacy_screen.dart
faizankhan800/JOY_APP a701e3e lib/pages/Professionals/Professional Doctor/Medicines/doctor_pharmacy_screen.dart
true
200
5,114
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:get/get.dart'; import '../../../../AppLayers/Streaming/Overseer.dart'; import '../../../../theme/theme_manager.dart'; import '../../../../utils/colors.dart'; import '../../../../widgets/search_textfield....
6
Hazem12Bakr/instagram-fluuter-project
f9fb0b6
lib/responsive/responsive.dart
Dart
www.github.com/Hazem12Bakr/instagram-fluuter-project/tree/main/lib/responsive/responsive.dart
https://raw.githubusercontent.com/Hazem12Bakr/instagram-fluuter-project/f9fb0b6/lib/responsive/responsive.dart
Hazem12Bakr/instagram-fluuter-project f9fb0b6 lib/responsive/responsive.dart
true
200
772
// ignore_for_file: prefer_typing_uninitialized_variables import 'package:flutter/material.dart'; class Responsive extends StatefulWidget { final mymobilescreen; final mywebscreen; const Responsive({super.key,required this.mymobilescreen,required this.mywebscreen}); @override State<Responsive> createState(...
2
princetomar27/flutter-employee-management
39d21fc
lib/src/features/home/presentation/cubit/home_screen_cubit.dart
Dart
www.github.com/princetomar27/flutter-employee-management/tree/main/lib/src/features/home/presentation/cubit/home_screen_cubit.dart
https://raw.githubusercontent.com/princetomar27/flutter-employee-management/39d21fc/lib/src/features/home/presentation/cubit/home_screen_cubit.dart
princetomar27/flutter-employee-management 39d21fc lib/src/features/home/presentation/cubit/home_screen_cubit.dart
true
200
6,648
import 'dart:async'; import 'dart:convert'; import 'package:equatable/equatable.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:geolocator/geolocator.dart'; import '../../../../core/errors/failures.dart'; import '../../../../core/storage/storage_helper.d...
7
Imdavyking/flutter_browser_app-master
8c26ae0
lib/utils/bitcoin_util.dart
Dart
www.github.com/Imdavyking/flutter_browser_app-master/tree/main/lib/utils/bitcoin_util.dart
https://raw.githubusercontent.com/Imdavyking/flutter_browser_app-master/8c26ae0/lib/utils/bitcoin_util.dart
Imdavyking/flutter_browser_app-master 8c26ae0 lib/utils/bitcoin_util.dart
true
200
5,661
import 'dart:convert'; import 'dart:math'; import '../utils/pos_networks.dart'; import '../utils/rpc_urls.dart'; import 'package:hive/hive.dart'; import 'package:flutter/foundation.dart'; import 'package:bitcoin_flutter/bitcoin_flutter.dart'; import 'package:bitcoin_flutter/bitcoin_flutter.dart' as bitcoin; import 'pac...
3
nik09877/Flutter_Insta_Biz_UK
11737df
lib/pages/managepayee.dart
Dart
www.github.com/nik09877/Flutter_Insta_Biz_UK/tree/main/lib/pages/managepayee.dart
https://raw.githubusercontent.com/nik09877/Flutter_Insta_Biz_UK/11737df/lib/pages/managepayee.dart
nik09877/Flutter_Insta_Biz_UK 11737df lib/pages/managepayee.dart
true
200
9,924
import 'package:flutter/material.dart'; import 'dart:convert'; import 'package:http/http.dart' as http; import 'instabiz.dart'; // void main() { // runApp(MyApp()); // } // class MyApp extends StatelessWidget { // @override // Widget build(BuildContext context) { // return MaterialApp( // home: PayeeS...
4
Alan-varghese/Ecommerce_App
a1a1237
lib/common/widgets/products/cart/cart_item.dart
Dart
www.github.com/Alan-varghese/Ecommerce_App/tree/main/lib/common/widgets/products/cart/cart_item.dart
https://raw.githubusercontent.com/Alan-varghese/Ecommerce_App/a1a1237/lib/common/widgets/products/cart/cart_item.dart
Alan-varghese/Ecommerce_App a1a1237 lib/common/widgets/products/cart/cart_item.dart
true
200
2,411
import 'package:flutter/material.dart'; import 'package:t_store/common/widgets/images/t_rounded_image.dart'; import 'package:t_store/common/widgets/texts/product_title_text.dart'; import 'package:t_store/common/widgets/texts/t_brand_tirle_text_with_varified_icon.dart'; import 'package:t_store/utils/constants/colors.dar...
1
Kumarmani234/flutter_projects
741078f
approval_system/lib/Screens/AddGuest.dart
Dart
www.github.com/Kumarmani234/flutter_projects/tree/main/approval_system/lib/Screens/AddGuest.dart
https://raw.githubusercontent.com/Kumarmani234/flutter_projects/741078f/approval_system/lib/Screens/AddGuest.dart
Kumarmani234/flutter_projects 741078f approval_system/lib/Screens/AddGuest.dart
true
200
6,454
import 'package:flutter/material.dart'; import '../Authantication.dart'; class AddGuestForm extends StatefulWidget { final String title; const AddGuestForm({required this.title}); @override _AddGuestFormState createState() => _AddGuestFormState(); } class _AddGuestFormState extends State<AddGuestForm> {...
0
sugimoto-0419/goal_tracker_x
32e1bb6
lib/view/common_widget/ui/image_label_ui.dart
Dart
www.github.com/sugimoto-0419/goal_tracker_x/tree/main/lib/view/common_widget/ui/image_label_ui.dart
https://raw.githubusercontent.com/sugimoto-0419/goal_tracker_x/32e1bb6/lib/view/common_widget/ui/image_label_ui.dart
sugimoto-0419/goal_tracker_x 32e1bb6 lib/view/common_widget/ui/image_label_ui.dart
true
200
610
import '../../../barrel/view_barrel.dart'; import '../../../constants/assets.dart'; class ImageLabelUi extends ConsumerWidget { /// 画像を設置するUI /// 画像はflex6、左右の隙間はflex2になっている。 const ImageLabelUi( this.imageName, { super.key, }); final String imageName; @override Widget build(BuildContext context...
5
Masumraj1/Comunitye-E_commerce
4399e20
lib/main.dart
Dart
www.github.com/Masumraj1/Comunitye-E_commerce/tree/main/lib/main.dart
https://raw.githubusercontent.com/Masumraj1/Comunitye-E_commerce/4399e20/lib/main.dart
Masumraj1/Comunitye-E_commerce 4399e20 lib/main.dart
true
200
988
import 'package:community_ecommerce/themes/light_themes.dart'; import 'package:community_ecommerce/view/bottom_navigation_bar/persistent_navigation_bar.dart'; import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:get/get.dart'; import 'routes/routes.dart';...
6
areascript22/Cofee-Shop-App-Flutter
5cdf381
lib/components/coffee_tile.dart
Dart
www.github.com/areascript22/Cofee-Shop-App-Flutter/tree/main/lib/components/coffee_tile.dart
https://raw.githubusercontent.com/areascript22/Cofee-Shop-App-Flutter/5cdf381/lib/components/coffee_tile.dart
areascript22/Cofee-Shop-App-Flutter 5cdf381 lib/components/coffee_tile.dart
true
200
913
import 'package:coffe_shop/models/coffee.dart'; import 'package:flutter/material.dart'; class CoffeeTile extends StatelessWidget { final Coffee coffee; final void Function()? onPressed; final Widget icon; const CoffeeTile({ super.key, required this.coffee, required this.onPressed, required this...
2
Caspar-Baumeister/playground
76a82ba
playground_app/lib/graphql/login_api.dart
Dart
www.github.com/Caspar-Baumeister/playground/tree/main/playground_app/lib/graphql/login_api.dart
https://raw.githubusercontent.com/Caspar-Baumeister/playground/76a82ba/playground_app/lib/graphql/login_api.dart
Caspar-Baumeister/playground 76a82ba playground_app/lib/graphql/login_api.dart
true
200
722
import 'dart:convert'; import 'package:http/http.dart'; import 'package:playground_app/utiles/urls.dart'; Future loginApi(String email, String password) async { Uri uri = Uri.http(DATABASE_HOST, UNENCODED_PATH); try { final response = await post(uri, headers: { 'content-type': 'application/js...
3
DivyanshVish/Almanet
8fbd114
lib/responsive/provider/crm_provider.dart
Dart
www.github.com/DivyanshVish/Almanet/tree/main/lib/responsive/provider/crm_provider.dart
https://raw.githubusercontent.com/DivyanshVish/Almanet/8fbd114/lib/responsive/provider/crm_provider.dart
DivyanshVish/Almanet 8fbd114 lib/responsive/provider/crm_provider.dart
true
200
3,380
import 'dart:developer'; import 'package:almanet/constants/dummy_data/industries_dummy_data.dart'; import 'package:almanet/responsive/models/lead_model.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; class CRMProvider extends ChangeNotifier { bool _isLoading = f...
7
Abdul-AzeezO/tdd_edu_app
bc421ee
test/src/authentication/domain/usecases/update_user_test.dart
Dart
www.github.com/Abdul-AzeezO/tdd_edu_app/tree/main/test/src/authentication/domain/usecases/update_user_test.dart
https://raw.githubusercontent.com/Abdul-AzeezO/tdd_edu_app/bc421ee/test/src/authentication/domain/usecases/update_user_test.dart
Abdul-AzeezO/tdd_edu_app bc421ee test/src/authentication/domain/usecases/update_user_test.dart
true
200
1,203
import 'package:dartz/dartz.dart'; import 'package:education_app/src/authentication/domain/repositories/authentication_repository.dart'; import 'package:education_app/src/authentication/domain/usecases/update_user.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:mocktail/mocktail.dart'; import '...
5
mohamedelkony1997/rn
5551fbb
lib/features/EmployeesDetails/logic/bloc/employee_details_state.dart
Dart
www.github.com/mohamedelkony1997/rn/tree/main/lib/features/EmployeesDetails/logic/bloc/employee_details_state.dart
https://raw.githubusercontent.com/mohamedelkony1997/rn/5551fbb/lib/features/EmployeesDetails/logic/bloc/employee_details_state.dart
mohamedelkony1997/rn 5551fbb lib/features/EmployeesDetails/logic/bloc/employee_details_state.dart
true
200
699
import 'package:equatable/equatable.dart'; import 'package:rn/features/EmployeesDetails/data/employedetailsdata.dart'; abstract class EmployeeState extends Equatable { const EmployeeState(); @override List<Object> get props => []; } class EmployeeInitial extends EmployeeState {} class EmployeeLoading extend...
1
LinhAndroidDev/TikTok-Clone
cae4f10
lib/screens/setting/setting_route.dart
Dart
www.github.com/LinhAndroidDev/TikTok-Clone/tree/main/lib/screens/setting/setting_route.dart
https://raw.githubusercontent.com/LinhAndroidDev/TikTok-Clone/cae4f10/lib/screens/setting/setting_route.dart
LinhAndroidDev/TikTok-Clone cae4f10 lib/screens/setting/setting_route.dart
true
200
523
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:tiktok_clone/routes/app_route.dart'; import 'setting_binding.dart'; import 'setting_page.dart'; class SettingRoute extends AppRouteable { @override Route createRoute(RouteSettings settings) { return GetPageRoute( sett...
4
Knewton25/movingstreaming-app
5095de3
lib/view/screens/movie_details/widget/video_player_widget/add_player_preloader_image.dart
Dart
www.github.com/Knewton25/movingstreaming-app/tree/main/lib/view/screens/movie_details/widget/video_player_widget/add_player_preloader_image.dart
https://raw.githubusercontent.com/Knewton25/movingstreaming-app/5095de3/lib/view/screens/movie_details/widget/video_player_widget/add_player_preloader_image.dart
Knewton25/movingstreaming-app 5095de3 lib/view/screens/movie_details/widget/video_player_widget/add_player_preloader_image.dart
true
200
1,502
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:play_lab/core/utils/my_color.dart'; import '../../../bottom_nav_pages/home/widget/custom_network_image/custom_network_image.dart'; class PlayerPreLoaderImage extends StatelessWidget { final VoidCallback? press; final bool fromLi...
0
Antonio-Zizzari/JustPet
46821a0
lib/main.dart
Dart
www.github.com/Antonio-Zizzari/JustPet/tree/main/lib/main.dart
https://raw.githubusercontent.com/Antonio-Zizzari/JustPet/46821a0/lib/main.dart
Antonio-Zizzari/JustPet 46821a0 lib/main.dart
true
200
4,335
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:justpet/customer/components/petshop.dart'; import 'package:justpet/customer/screens/animal-card.dart'; import 'package:justpet/customer/screens/favorite_dogs_race_screen.dart'; import 'package:justpet/custome...
2
smrTofighi/todo_infinity_app
6a50646
lib/features/main/main_page.dart
Dart
www.github.com/smrTofighi/todo_infinity_app/tree/main/lib/features/main/main_page.dart
https://raw.githubusercontent.com/smrTofighi/todo_infinity_app/6a50646/lib/features/main/main_page.dart
smrTofighi/todo_infinity_app 6a50646 lib/features/main/main_page.dart
true
200
3,615
import 'package:animated_bottom_navigation_bar/animated_bottom_navigation_bar.dart'; import 'package:flutter/material.dart'; import 'package:font_awesome_flutter/font_awesome_flutter.dart'; import 'package:get/get.dart'; import 'package:todo_infinity_app/core/gen/assets.gen.dart'; import 'package:todo_infinity_app/core...
6
IPD-Hate-Speech-Detection/IPD-DigniFy-App
fe9b349
lib/services/video_detection_service.dart
Dart
www.github.com/IPD-Hate-Speech-Detection/IPD-DigniFy-App/tree/main/lib/services/video_detection_service.dart
https://raw.githubusercontent.com/IPD-Hate-Speech-Detection/IPD-DigniFy-App/fe9b349/lib/services/video_detection_service.dart
IPD-Hate-Speech-Detection/IPD-DigniFy-App fe9b349 lib/services/video_detection_service.dart
true
200
2,159
import 'dart:convert'; import 'package:http/http.dart' as http; import 'package:http_parser/http_parser.dart'; class VideoHateDetectionService { final String apiUrl = 'https://ipd-video-render-deploy.onrender.com/predict'; Future<Map<String, dynamic>> uploadVideo(String? filePath) async { if (filePath == null...
3
Naga283/orders_screen
b36e379
lib/screens/orders/components/order_summary.dart
Dart
www.github.com/Naga283/orders_screen/tree/main/lib/screens/orders/components/order_summary.dart
https://raw.githubusercontent.com/Naga283/orders_screen/b36e379/lib/screens/orders/components/order_summary.dart
Naga283/orders_screen b36e379 lib/screens/orders/components/order_summary.dart
true
200
3,287
import 'package:dotted_line/dotted_line.dart'; import 'package:flutter/material.dart'; import 'package:freelancing/utils/colors.dart'; class OrderSummary extends StatelessWidget { const OrderSummary({ super.key, }); @override Widget build(BuildContext context) { return Column( crossAxisAlignment...
5
ertigers/Flutter
c96c6a8
yanhe-app/lib/model/mistake_folder_model.dart
Dart
www.github.com/ertigers/Flutter/tree/main/yanhe-app/lib/model/mistake_folder_model.dart
https://raw.githubusercontent.com/ertigers/Flutter/c96c6a8/yanhe-app/lib/model/mistake_folder_model.dart
ertigers/Flutter c96c6a8 yanhe-app/lib/model/mistake_folder_model.dart
true
200
708
class MistakeFolderModel { int id; int uid; String name; int subjectId; int itemCount; MistakeFolderModel({ this.id, this.uid, this.name, this.subjectId, this.itemCount }); MistakeFolderModel.fromJson(Map<String, dynamic> json) { id = json['id']; uid = json['uid']; name...
4
MauriAleman35/agenda_movil_parcial
34adfc0
lib/screens/student/task_student.dart
Dart
www.github.com/MauriAleman35/agenda_movil_parcial/tree/main/lib/screens/student/task_student.dart
https://raw.githubusercontent.com/MauriAleman35/agenda_movil_parcial/34adfc0/lib/screens/student/task_student.dart
MauriAleman35/agenda_movil_parcial 34adfc0 lib/screens/student/task_student.dart
true
200
14,453
import 'package:flutter/material.dart'; import 'package:intl/intl.dart'; import 'dart:async'; // Para el auto-scroll del carrusel class TasksScreen extends StatefulWidget { const TasksScreen({super.key}); @override TasksScreenState createState() => TasksScreenState(); } class TasksScreenState extends State<Tas...
1
biswa2210/COMICS-CORNER-FLUTTER-APP
826dd00
lib/screens_flutter_ecom/wishlist/wishlist_full_flutter_ecom.dart
Dart
www.github.com/biswa2210/COMICS-CORNER-FLUTTER-APP/tree/main/lib/screens_flutter_ecom/wishlist/wishlist_full_flutter_ecom.dart
https://raw.githubusercontent.com/biswa2210/COMICS-CORNER-FLUTTER-APP/826dd00/lib/screens_flutter_ecom/wishlist/wishlist_full_flutter_ecom.dart
biswa2210/COMICS-CORNER-FLUTTER-APP 826dd00 lib/screens_flutter_ecom/wishlist/wishlist_full_flutter_ecom.dart
true
200
4,395
import 'package:flutter/material.dart'; import 'package:flutter_ecom_project/inner_screens_flutter_ecom/product_details_flutter_ecom.dart'; import 'package:flutter_ecom_project/models/fav_attribute_biswa2210.dart'; import 'package:flutter_ecom_project/provider_flutter_ecom/fav_provider_biswa2210.dart'; import 'package:...
0
amraniheitem/mediapro
23b3a8e
lib/Bottom/Component/voice.dart
Dart
www.github.com/amraniheitem/mediapro/tree/main/lib/Bottom/Component/voice.dart
https://raw.githubusercontent.com/amraniheitem/mediapro/23b3a8e/lib/Bottom/Component/voice.dart
amraniheitem/mediapro 23b3a8e lib/Bottom/Component/voice.dart
true
200
3,504
import 'package:flutter/material.dart'; import 'package:mediapro/Pages/Voice/Voice.dart'; class VoiceOverProfile extends StatelessWidget { final String name; final String photoUrl; final String language; final double rating; const VoiceOverProfile({ Key? key, required this.name, required this.ph...
2
vukbundalo/fond_check
9b6a185
lib/screens/main_screen.dart
Dart
www.github.com/vukbundalo/fond_check/tree/main/lib/screens/main_screen.dart
https://raw.githubusercontent.com/vukbundalo/fond_check/9b6a185/lib/screens/main_screen.dart
vukbundalo/fond_check 9b6a185 lib/screens/main_screen.dart
true
200
20,658
import 'package:flutter/material.dart'; import 'package:fond_check/utils/constants.dart'; import 'package:intl/intl.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'package:http/http.dart' as http; import 'dart:convert'; import 'settings_screen.dart'; import 'package:url_launcher/url_launcher...
6
nicovig/Nu3VirtualMobile
56ecaa9
lib/core/services/monitoring/monitoring_service_api.dart
Dart
www.github.com/nicovig/Nu3VirtualMobile/tree/main/lib/core/services/monitoring/monitoring_service_api.dart
https://raw.githubusercontent.com/nicovig/Nu3VirtualMobile/56ecaa9/lib/core/services/monitoring/monitoring_service_api.dart
nicovig/Nu3VirtualMobile 56ecaa9 lib/core/services/monitoring/monitoring_service_api.dart
true
200
899
import 'package:nu3virtual/core/models/monitoring_model.dart'; import 'package:nu3virtual/core/services/http/http_service.dart'; import 'package:nu3virtual/core/services/monitoring/monitoring_service.dart'; import 'package:nu3virtual/service_locator.dart'; class MonitoringServiceApi extends MonitoringService { final...
7
leonid22231/04.12-Clean-Home
8b3dcab
CleanHome/lib/api/models/OptionModel.dart
Dart
www.github.com/leonid22231/04.12-Clean-Home/tree/main/CleanHome/lib/api/models/OptionModel.dart
https://raw.githubusercontent.com/leonid22231/04.12-Clean-Home/8b3dcab/CleanHome/lib/api/models/OptionModel.dart
leonid22231/04.12-Clean-Home 8b3dcab CleanHome/lib/api/models/OptionModel.dart
true
200
487
import 'package:json_annotation/json_annotation.dart'; part 'OptionModel.g.dart'; @JsonSerializable() class OptionModel{ final String id; final String name; final String? description; final double price; OptionModel({ required this.id, required this.name, this.description, required this.p...
3
jakstepn/tennis-match-meter
9e372c6
lib/pages/authentication/auth_cubit.dart
Dart
www.github.com/jakstepn/tennis-match-meter/tree/main/lib/pages/authentication/auth_cubit.dart
https://raw.githubusercontent.com/jakstepn/tennis-match-meter/9e372c6/lib/pages/authentication/auth_cubit.dart
jakstepn/tennis-match-meter 9e372c6 lib/pages/authentication/auth_cubit.dart
true
200
2,591
import 'dart:async'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:tennis_match_meter/authentication/auth_service.dart'; class AuthCubit extends Cubit<AuthState> { AuthCubit({required this.authService}) : super(authService.isSignedIn ? const SignedInState() : const S...
5
krunaldodiya/pauzr-flutter
84ab5fb
lib/src/atp/screens/tabs.dart
Dart
www.github.com/krunaldodiya/pauzr-flutter/tree/main/lib/src/atp/screens/tabs.dart
https://raw.githubusercontent.com/krunaldodiya/pauzr-flutter/84ab5fb/lib/src/atp/screens/tabs.dart
krunaldodiya/pauzr-flutter 84ab5fb lib/src/atp/screens/tabs.dart
true
200
375
import 'package:flutter/material.dart'; import 'package:meta/meta.dart'; class Tabs { Color backgroundColor; Color appBarBackgroundColor; Tabs({ @required this.backgroundColor, @required this.appBarBackgroundColor, }); factory Tabs.initial() { return Tabs( backgroundColor: Colors.black, ...
4
Naveen-RS22/QAmaudit
33afaa4
lib/app/data/network/dto/GetAllLineQCsDefectdetailsByRangeHourlyDefectsModel.dart
Dart
www.github.com/Naveen-RS22/QAmaudit/tree/main/lib/app/data/network/dto/GetAllLineQCsDefectdetailsByRangeHourlyDefectsModel.dart
https://raw.githubusercontent.com/Naveen-RS22/QAmaudit/33afaa4/lib/app/data/network/dto/GetAllLineQCsDefectdetailsByRangeHourlyDefectsModel.dart
Naveen-RS22/QAmaudit 33afaa4 lib/app/data/network/dto/GetAllLineQCsDefectdetailsByRangeHourlyDefectsModel.dart
true
200
2,674
import 'dart:convert'; class GetAllLineQCsDefectdetailsByRangeHourlyDefectsModel { bool? isSuccess; String? message; List<GetAllLineQCsDefectdetailsByRangeHourlyDefectsModelData>? data; GetAllLineQCsDefectdetailsByRangeHourlyDefectsModel( {this.isSuccess, this.message, this.data}); GetAllLineQCsDefec...
0
Marwansalem122/Whats-App-clone
ab8f420
lib/features/status/data/remote/status_remote_data_source_impl.dart
Dart
www.github.com/Marwansalem122/Whats-App-clone/tree/main/lib/features/status/data/remote/status_remote_data_source_impl.dart
https://raw.githubusercontent.com/Marwansalem122/Whats-App-clone/ab8f420/lib/features/status/data/remote/status_remote_data_source_impl.dart
Marwansalem122/Whats-App-clone ab8f420 lib/features/status/data/remote/status_remote_data_source_impl.dart
true
200
6,239
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:whatsapp_clone/features/status/data/remote/status_remote_data_source.dart'; import '../../../app/const/firebase_collection_const.dart'; import '../../domain/entities/status_entity.dart'; import '../../domain/entities/status_image_entity.dart'; im...
1
EZshippDelivery/mobile-app
6902c7c
lib/Provider/auth_controller.dart
Dart
www.github.com/EZshippDelivery/mobile-app/tree/main/lib/Provider/auth_controller.dart
https://raw.githubusercontent.com/EZshippDelivery/mobile-app/6902c7c/lib/Provider/auth_controller.dart
EZshippDelivery/mobile-app 6902c7c lib/Provider/auth_controller.dart
true
200
2,354
import 'dart:convert'; import 'dart:io'; import 'package:flutter/material.dart'; import 'package:http/http.dart'; import '../utils/http_requests.dart'; import '../utils/variables.dart'; class AuthController extends ChangeNotifier { String userType = "driver"; Map? profile; registerUser(bool mounted, BuildCont...
6
Moviles202320Grupo12/Unimaps_Flutter
27cb23d
stuzonefinal/lib/src/utils/database_helper.dart
Dart
www.github.com/Moviles202320Grupo12/Unimaps_Flutter/tree/main/stuzonefinal/lib/src/utils/database_helper.dart
https://raw.githubusercontent.com/Moviles202320Grupo12/Unimaps_Flutter/27cb23d/stuzonefinal/lib/src/utils/database_helper.dart
Moviles202320Grupo12/Unimaps_Flutter 27cb23d stuzonefinal/lib/src/utils/database_helper.dart
true
200
2,312
import 'package:sqflite/sqflite.dart'; import 'package:path/path.dart'; import 'package:stuzonefinal/src/features/authentication/models/user_model.dart'; class DatabaseHelper { static const int _version = 1; static const String _dbName = "Users.db"; //0000000000000000000000000000000000 static final DatabaseHel...
2
BetoHack64/ewallet_app-main
8002de5
lib/Views/home/detail/components/detail_header.dart
Dart
www.github.com/BetoHack64/ewallet_app-main/tree/main/lib/Views/home/detail/components/detail_header.dart
https://raw.githubusercontent.com/BetoHack64/ewallet_app-main/8002de5/lib/Views/home/detail/components/detail_header.dart
BetoHack64/ewallet_app-main 8002de5 lib/Views/home/detail/components/detail_header.dart
true
200
1,088
import 'package:ewallt_app/size_config.dart'; import 'package:flutter/material.dart'; class DetailHeader extends StatelessWidget { final double? sheetProgress; const DetailHeader({Key? key, this.sheetProgress}) : super(key: key); @override Widget build(BuildContext context) { return Align( alignme...
7
webgakushu2020/flutterapp
819055b
sample/lib/main_bkp.dart
Dart
www.github.com/webgakushu2020/flutterapp/tree/main/sample/lib/main_bkp.dart
https://raw.githubusercontent.com/webgakushu2020/flutterapp/819055b/sample/lib/main_bkp.dart
webgakushu2020/flutterapp 819055b sample/lib/main_bkp.dart
true
200
2,536
import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Profile', theme: ThemeData( primarySwat...
3
aalok-y/linklytics
aceaad4
lib/controllers/portfolio_controller.dart
Dart
www.github.com/aalok-y/linklytics/tree/main/lib/controllers/portfolio_controller.dart
https://raw.githubusercontent.com/aalok-y/linklytics/aceaad4/lib/controllers/portfolio_controller.dart
aalok-y/linklytics aceaad4 lib/controllers/portfolio_controller.dart
true
200
2,698
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../api/api_service.dart'; import '../models/portfolio.dart'; import 'package:logger/logger.dart'; final logger = Logger(); class PortfolioLink { final int id; final String name; final String originalUrl; final String shortUrl; fi...
5
Azbesciak/Stocker
2c43dac
lib/symbol/symbol_page.dart
Dart
www.github.com/Azbesciak/Stocker/tree/main/lib/symbol/symbol_page.dart
https://raw.githubusercontent.com/Azbesciak/Stocker/2c43dac/lib/symbol/symbol_page.dart
Azbesciak/Stocker 2c43dac lib/symbol/symbol_page.dart
true
200
5,154
import 'dart:async'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:rxdart/rxdart.dart'; import 'package:stocker/favourites/favourites_button.dart'; import 'package:stocker/favourites/favourites_store.dart'; import 'package:stocker/preferences/preferences.dart'; import...
1
sholfoo/sims_ppob_nutech
0ea9ef2
lib/model/transaction.dart
Dart
www.github.com/sholfoo/sims_ppob_nutech/tree/main/lib/model/transaction.dart
https://raw.githubusercontent.com/sholfoo/sims_ppob_nutech/0ea9ef2/lib/model/transaction.dart
sholfoo/sims_ppob_nutech 0ea9ef2 lib/model/transaction.dart
true
200
1,782
// To parse this JSON data, do // // final transaction = transactionFromJson(jsonString); import 'dart:convert'; Transaction transactionFromJson(String str) => Transaction.fromJson(json.decode(str)); String transactionToJson(Transaction data) => json.encode(data.toJson()); class Transaction { int status; ...
6
ashishworkspace/flutter-prod
452088c
frontend/lib/model/error_message.dart
Dart
www.github.com/ashishworkspace/flutter-prod/tree/main/frontend/lib/model/error_message.dart
https://raw.githubusercontent.com/ashishworkspace/flutter-prod/452088c/frontend/lib/model/error_message.dart
ashishworkspace/flutter-prod 452088c frontend/lib/model/error_message.dart
true
200
483
import 'dart:convert'; ErrorMessage errorMessageFromJson(String str) => ErrorMessage.fromJson(json.decode(str)); String errorMessageToJson(ErrorMessage data) => json.encode(data.toJson()); class ErrorMessage { String message; ErrorMessage({ required this.message, }); factory ErrorMessage.fromJson(M...
0
nirbhay-pundir/College-Space
e6aff25
lib/src/common_widgets/cs_register_signup_text.dart
Dart
www.github.com/nirbhay-pundir/College-Space/tree/main/lib/src/common_widgets/cs_register_signup_text.dart
https://raw.githubusercontent.com/nirbhay-pundir/College-Space/e6aff25/lib/src/common_widgets/cs_register_signup_text.dart
nirbhay-pundir/College-Space e6aff25 lib/src/common_widgets/cs_register_signup_text.dart
true
200
1,335
import 'package:auto_size_text/auto_size_text.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import '../constants/text_styles.dart'; class CsRegisterSignUpText extends StatelessWidget { const CsRegisterSignUpText({ super.key, required this.colorScheme, required th...
2
AkashShahriar55/ohmpad_flutter
0fc811f
lib/ui/connection/scan_devices.dart
Dart
www.github.com/AkashShahriar55/ohmpad_flutter/tree/main/lib/ui/connection/scan_devices.dart
https://raw.githubusercontent.com/AkashShahriar55/ohmpad_flutter/0fc811f/lib/ui/connection/scan_devices.dart
AkashShahriar55/ohmpad_flutter 0fc811f lib/ui/connection/scan_devices.dart
true
200
8,354
import 'dart:io'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:ohm_pad/custom_widget/RoundedGradientButton.dart'; import 'package:ohm_pad/custom_widget/progress_view.dart'; import 'package:ohm_pad/ui/connection/scan_devices_controller.dart'; import 'package:ohm_pad/utils/commo...
7
HIEUQQ223/TimkiemQuocgia
1b0c090
timkiemquocgia/lib/ListScreen.dart
Dart
www.github.com/HIEUQQ223/TimkiemQuocgia/tree/main/timkiemquocgia/lib/ListScreen.dart
https://raw.githubusercontent.com/HIEUQQ223/TimkiemQuocgia/1b0c090/timkiemquocgia/lib/ListScreen.dart
HIEUQQ223/TimkiemQuocgia 1b0c090 timkiemquocgia/lib/ListScreen.dart
true
200
3,179
import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import 'dart:convert'; class ListScreen extends StatefulWidget { final String NameCountrie; const ListScreen({super.key, required this.NameCountrie}); @override State<ListScreen> createState() => _ListScreenState(); } class _Lis...
3
FUJI-Yamao/flutter_pos
0f413ff
lib/app/sys/syst/sys_main.dart
Dart
www.github.com/FUJI-Yamao/flutter_pos/tree/main/lib/app/sys/syst/sys_main.dart
https://raw.githubusercontent.com/FUJI-Yamao/flutter_pos/0f413ff/lib/app/sys/syst/sys_main.dart
FUJI-Yamao/flutter_pos 0f413ff lib/app/sys/syst/sys_main.dart
true
200
34,416
/* * (C)2023 TERAOKA SEIKO Co., Ltd./株式会社寺岡精工 * CONFIDENTIAL/社外秘 * 無断開示・無断複製禁止 */ import 'dart:io'; import 'dart:isolate'; import 'dart:ui'; import 'package:flutter/cupertino.dart'; import 'package:path_provider/path_provider.dart'; import 'package:sprintf/sprintf.dart'; import '../../../postgres_library/src/db_...
4
DenisKintsel/Kintselproduction
4f55565
news_64/lib/domain/usecases/detailedNews/detailed_news_usecases.dart
Dart
www.github.com/DenisKintsel/Kintselproduction/tree/main/news_64/lib/domain/usecases/detailedNews/detailed_news_usecases.dart
https://raw.githubusercontent.com/DenisKintsel/Kintselproduction/4f55565/news_64/lib/domain/usecases/detailedNews/detailed_news_usecases.dart
DenisKintsel/Kintselproduction 4f55565 news_64/lib/domain/usecases/detailedNews/detailed_news_usecases.dart
true
200
914
import 'package:dartz/dartz.dart'; import 'package:equatable/equatable.dart'; import '../../../core_global/error/failure.dart'; import '../../../core_global/models/news_detailed_model/news_detailed_model.dart'; import '../../repositories/repository.dart'; import '../NoParams/usecase.dart'; class DetailedNewsUseCases ...
5
OCodeJK/Uni_Projects
0666e31
Project Archives/Flutter_MiniProject/screens/detail_page.dart
Dart
www.github.com/OCodeJK/Uni_Projects/tree/main/Project Archives/Flutter_MiniProject/screens/detail_page.dart
https://raw.githubusercontent.com/OCodeJK/Uni_Projects/0666e31/Project%20Archives/Flutter_MiniProject/screens/detail_page.dart
OCodeJK/Uni_Projects 0666e31 Project Archives/Flutter_MiniProject/screens/detail_page.dart
true
200
1,906
import 'package:flutter/material.dart'; import 'package:location/location.dart'; import 'dart:async'; import 'package:google_maps_flutter/google_maps_flutter.dart'; class DetailPage extends StatefulWidget { final LocationData userLocation; DetailPage({Key key, this.userLocation}) : super(key: key); @ov...
1
oldtimers/oldtimersAppOld
39a55d7
lib/model/authentication.dart
Dart
www.github.com/oldtimers/oldtimersAppOld/tree/main/lib/model/authentication.dart
https://raw.githubusercontent.com/oldtimers/oldtimersAppOld/39a55d7/lib/model/authentication.dart
oldtimers/oldtimersAppOld 39a55d7 lib/model/authentication.dart
true
200
515
import 'package:json_annotation/json_annotation.dart'; part 'authentication.g.dart'; @JsonSerializable() class Authentication { final String access; final String refresh; final DateTime expirationDate; final String username; final int userId; Authentication(this.access, this.refresh, this.expirationDate,...
0
alamayub/quiz_app_appwrite
966f63e
lib/config/constants.dart
Dart
www.github.com/alamayub/quiz_app_appwrite/tree/main/lib/config/constants.dart
https://raw.githubusercontent.com/alamayub/quiz_app_appwrite/966f63e/lib/config/constants.dart
alamayub/quiz_app_appwrite 966f63e lib/config/constants.dart
true
200
1,076
// ignore_for_file: constant_identifier_names import 'package:flutter/material.dart'; final GlobalKey<NavigatorState> navigatorKey = GlobalKey<NavigatorState>(); final GlobalKey<ScaffoldMessengerState> scaffoldMessengerKey = GlobalKey<ScaffoldMessengerState>(); const textColor = Color(0xFF35485d); const primary...
6
yalda-student/seven_learn_excersize_three
877252e
lib/data/datasource/category_datasource.dart
Dart
www.github.com/yalda-student/seven_learn_excersize_three/tree/main/lib/data/datasource/category_datasource.dart
https://raw.githubusercontent.com/yalda-student/seven_learn_excersize_three/877252e/lib/data/datasource/category_datasource.dart
yalda-student/seven_learn_excersize_three 877252e lib/data/datasource/category_datasource.dart
true
200
1,553
import 'package:dio/dio.dart'; import 'package:seven_learn_exercise_three/common/constants.dart'; import 'package:seven_learn_exercise_three/common/exception.dart'; import 'package:seven_learn_exercise_three/data/product.dart'; abstract class ICategoryDataSource { Future<List<String>> getAllCategories(); Future<L...
2
shivDarbar/firebase-task
280f9e9
lib/providers/firebase_provider.dart
Dart
www.github.com/shivDarbar/firebase-task/tree/main/lib/providers/firebase_provider.dart
https://raw.githubusercontent.com/shivDarbar/firebase-task/280f9e9/lib/providers/firebase_provider.dart
shivDarbar/firebase-task 280f9e9 lib/providers/firebase_provider.dart
true
200
6,656
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_task_app/models/user.dart'; import 'package:firebase_task_app/screens/home_screen.dart'; import 'package:flutter/material.dart'; class FirebaseProvider with ChangeNotifier { final List<User> _userList = []; List<User> get userList { ...
7
mohamed-mmdouh156/Algoriza-Weather-App
15df557
lib/presentation/styles/theme_manager.dart
Dart
www.github.com/mohamed-mmdouh156/Algoriza-Weather-App/tree/main/lib/presentation/styles/theme_manager.dart
https://raw.githubusercontent.com/mohamed-mmdouh156/Algoriza-Weather-App/15df557/lib/presentation/styles/theme_manager.dart
mohamed-mmdouh156/Algoriza-Weather-App 15df557 lib/presentation/styles/theme_manager.dart
true
200
826
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:weather_app/presentation/styles/colors_manager.dart'; ThemeData getApplicationTheme () { return ThemeData( // color theme primaryColor: ColorManager.primary1, disabledColor: ColorManager.lightGrey, splashC...
4
trujunzhang/nuxt-deploy
4504e4a
packages/appGetx/app/lib/app/ui/pages/detail/peopleInEvent/select_recipe/state.dart
Dart
www.github.com/trujunzhang/nuxt-deploy/tree/main/packages/appGetx/app/lib/app/ui/pages/detail/peopleInEvent/select_recipe/state.dart
https://raw.githubusercontent.com/trujunzhang/nuxt-deploy/4504e4a/packages/appGetx/app/lib/app/ui/pages/detail/peopleInEvent/select_recipe/state.dart
trujunzhang/nuxt-deploy 4504e4a packages/appGetx/app/lib/app/ui/pages/detail/peopleInEvent/select_recipe/state.dart
true
200
1,789
import 'package:app_models/app_models.dart'; import 'package:get/get.dart'; import 'package:getx_firebase/getx_firebase.dart'; class SelectRecipeState { FirebaseController firebaseController = Get.find(); RxList<String> unorderedRecipeIds = RxList<String>([]); final Rx<ParseModelPeopleInEvent?> _peopleInEvent =...
3
UsamaTariq321/courier_application
80feb43
lib/Screen/UploadId/UploadId.dart
Dart
www.github.com/UsamaTariq321/courier_application/tree/main/lib/Screen/UploadId/UploadId.dart
https://raw.githubusercontent.com/UsamaTariq321/courier_application/80feb43/lib/Screen/UploadId/UploadId.dart
UsamaTariq321/courier_application 80feb43 lib/Screen/UploadId/UploadId.dart
true
200
3,374
import 'dart:io'; import 'package:courier_application/Provider/UploadIdProvider.dart'; import 'package:courier_application/Widgets/DrawerSide.dart'; import 'package:flutter/material.dart'; import 'package:fluttertoast/fluttertoast.dart'; import 'package:image_picker/image_picker.dart'; import 'package:provider/provide...
5
AhmedAbdEllatiif/Solid
33d80d9
lib/presentation/journeys/home/home_screen.dart
Dart
www.github.com/AhmedAbdEllatiif/Solid/tree/main/lib/presentation/journeys/home/home_screen.dart
https://raw.githubusercontent.com/AhmedAbdEllatiif/Solid/33d80d9/lib/presentation/journeys/home/home_screen.dart
AhmedAbdEllatiif/Solid 33d80d9 lib/presentation/journeys/home/home_screen.dart
true
200
2,113
import 'package:flutter/material.dart'; import 'package:solid_test/common/functions/show_snack_bar.dart'; import 'package:solid_test/di/git_it.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:solid_test/presentation/logic/cubit/change_color_cubit.dart'; import '../../widgets/salute_text.dart'; ...
6
a01r066/FlutterHybridApp
652bf8d
viez_module/lib/pages/sample/sample_state.dart
Dart
www.github.com/a01r066/FlutterHybridApp/tree/main/viez_module/lib/pages/sample/sample_state.dart
https://raw.githubusercontent.com/a01r066/FlutterHybridApp/652bf8d/viez_module/lib/pages/sample/sample_state.dart
a01r066/FlutterHybridApp 652bf8d viez_module/lib/pages/sample/sample_state.dart
true
200
597
part of 'sample_cubit.dart'; enum MyStatus { initial, loading, success, error } class SampleState extends Equatable { const SampleState({required this.status, this.numberTrivia}); final MyStatus status; final String? numberTrivia; @override List<Object> get props => [status]; factory SampleState.init...
1
haroldj01/KDME
0b40759
lib/components/app/guide_box.dart
Dart
www.github.com/haroldj01/KDME/tree/main/lib/components/app/guide_box.dart
https://raw.githubusercontent.com/haroldj01/KDME/0b40759/lib/components/app/guide_box.dart
haroldj01/KDME 0b40759 lib/components/app/guide_box.dart
true
200
2,369
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:kdmadeeasy/animations/fade_in_animation.dart'; class GuideBox extends StatelessWidget { const GuideBox({required this.isFirst, Key? key}) : super(key: key); final bool isFirst; ...
4
mohamedamara/book-app-client
66f3d1b
lib/features/onboarding/views/onboarding_view/onboarding_view.dart
Dart
www.github.com/mohamedamara/book-app-client/tree/main/lib/features/onboarding/views/onboarding_view/onboarding_view.dart
https://raw.githubusercontent.com/mohamedamara/book-app-client/66f3d1b/lib/features/onboarding/views/onboarding_view/onboarding_view.dart
mohamedamara/book-app-client 66f3d1b lib/features/onboarding/views/onboarding_view/onboarding_view.dart
true
200
2,657
import 'package:books_app_client/core/extensions/context_extension.dart'; import 'package:flutter/material.dart'; import 'package:flutter_hooks/flutter_hooks.dart'; import 'onboarding_data.dart'; import '../authentication_options_view/authentication_options_view.dart'; import 'widgets/onboarding_single_view.dart'; imp...
7
Ak1802005/Instagram-Clone
92719ab
lib/View/Screens/uploadpost.dart
Dart
www.github.com/Ak1802005/Instagram-Clone/tree/main/lib/View/Screens/uploadpost.dart
https://raw.githubusercontent.com/Ak1802005/Instagram-Clone/92719ab/lib/View/Screens/uploadpost.dart
Ak1802005/Instagram-Clone 92719ab lib/View/Screens/uploadpost.dart
true
200
4,627
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:getwidget/getwidget.dart'; import 'package:socialapp/Constant/strings.dart'; import 'package:socialapp/Controller/normal_control.dart'; import 'package:socialapp/main.dart'; import '../../Constant/list-storage.dart'; class PostUplo...
2
graduation-team-project-1/flutter_splash-onboarding
3a3f4ba
lib/features/calender/view/widgets/custom_date_and_time_picker_overllay.dart
Dart
www.github.com/graduation-team-project-1/flutter_splash-onboarding/tree/main/lib/features/calender/view/widgets/custom_date_and_time_picker_overllay.dart
https://raw.githubusercontent.com/graduation-team-project-1/flutter_splash-onboarding/3a3f4ba/lib/features/calender/view/widgets/custom_date_and_time_picker_overllay.dart
graduation-team-project-1/flutter_splash-onboarding 3a3f4ba lib/features/calender/view/widgets/custom_date_and_time_picker_overllay.dart
true
200
1,830
import 'package:app/core/resource/assets.dart'; import 'package:app/core/resource/color_manager.dart'; import 'package:app/core/widgets/space_widget.dart'; import 'package:app/features/calender/view/widgets/custom_date_and_time_picker.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter_svg/svg.dart'...
3
dreamicalwestswim/flutter_note
cb3fbf6
lib/examples/layout/layout_builder_example.dart
Dart
www.github.com/dreamicalwestswim/flutter_note/tree/main/lib/examples/layout/layout_builder_example.dart
https://raw.githubusercontent.com/dreamicalwestswim/flutter_note/cb3fbf6/lib/examples/layout/layout_builder_example.dart
dreamicalwestswim/flutter_note cb3fbf6 lib/examples/layout/layout_builder_example.dart
true
200
2,811
import 'package:flutter/material.dart'; /// LayoutWidgetBuilder = Widget Function(BuildContext context, BoxConstraints constraints); class LayoutBuilderExample extends StatefulWidget { final String title; const LayoutBuilderExample({Key? key, required this.title}) : super(key: key); @override State<LayoutBu...
0
ulilabshar/RPL-apps
60999a6
lib/ulil/custom_order/custom_order_widget.dart
Dart
www.github.com/ulilabshar/RPL-apps/tree/main/lib/ulil/custom_order/custom_order_widget.dart
https://raw.githubusercontent.com/ulilabshar/RPL-apps/60999a6/lib/ulil/custom_order/custom_order_widget.dart
ulilabshar/RPL-apps 60999a6 lib/ulil/custom_order/custom_order_widget.dart
true
200
3,994
import '/flutter_flow/flutter_flow_icon_button.dart'; import '/flutter_flow/flutter_flow_theme.dart'; import '/flutter_flow/flutter_flow_util.dart'; import '/flutter_flow/flutter_flow_widgets.dart'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:provider/provide...
6
shehab-eldein/CALife
7e00e22
lib/Views/Shared/addPostPopUp.dart
Dart
www.github.com/shehab-eldein/CALife/tree/main/lib/Views/Shared/addPostPopUp.dart
https://raw.githubusercontent.com/shehab-eldein/CALife/7e00e22/lib/Views/Shared/addPostPopUp.dart
shehab-eldein/CALife 7e00e22 lib/Views/Shared/addPostPopUp.dart
true
200
7,722
import 'dart:convert'; import 'package:canadianslife/Controllers/TopicController.dart'; import 'package:canadianslife/Extinsions/extensions.dart'; import 'package:canadianslife/Helper/Constants.dart'; import 'package:canadianslife/Helper/responsive.dart'; import 'package:canadianslife/Managers/ImagePickerManager.dart';...
1
SUSAJJIT/Cura
50d4070
lib/individual/user_chat_screen.dart
Dart
www.github.com/SUSAJJIT/Cura/tree/main/lib/individual/user_chat_screen.dart
https://raw.githubusercontent.com/SUSAJJIT/Cura/50d4070/lib/individual/user_chat_screen.dart
SUSAJJIT/Cura 50d4070 lib/individual/user_chat_screen.dart
true
200
12,972
import 'package:cura/shared/widgets/gradient_background.dart'; import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; class ChatScreen extends StatefulWidget { static const String routeName = '/ChatScreen'; final String orgName, imgUrl; const ChatScreen({Key? key, re...
4
bugrahanuguz/Calories-App
6f80266
lib/components/login__register_page/signButton.dart
Dart
www.github.com/bugrahanuguz/Calories-App/tree/main/lib/components/login__register_page/signButton.dart
https://raw.githubusercontent.com/bugrahanuguz/Calories-App/6f80266/lib/components/login__register_page/signButton.dart
bugrahanuguz/Calories-App 6f80266 lib/components/login__register_page/signButton.dart
true
200
1,019
// ignore_for_file: public_member_api_docs, sort_constructors_first import 'package:flutter/material.dart'; import 'package:flutter/src/widgets/framework.dart'; import 'package:flutter/src/widgets/placeholder.dart'; import '../../views/home_page.dart'; class SignButton extends StatelessWidget { final String text; ...
7
reaperizy/restaurant_app_sub3
f32b442
lib/ui/detail_screen.dart
Dart
www.github.com/reaperizy/restaurant_app_sub3/tree/main/lib/ui/detail_screen.dart
https://raw.githubusercontent.com/reaperizy/restaurant_app_sub3/f32b442/lib/ui/detail_screen.dart
reaperizy/restaurant_app_sub3 f32b442 lib/ui/detail_screen.dart
true
200
1,992
import 'package:flutter/material.dart'; import 'package:http/http.dart'; import 'package:provider/provider.dart'; import 'package:restaurant_app/data/api_service/api_service.dart'; import 'package:restaurant_app/data/model/restaurant.dart'; import 'package:restaurant_app/provider/detail_provider.dart'; import 'package:...
3
KevinUHM/App-flutter
5d28bef
conexio_dart_api/lib/view/municipioView/home_screen_municipio.dart
Dart
www.github.com/KevinUHM/App-flutter/tree/main/conexio_dart_api/lib/view/municipioView/home_screen_municipio.dart
https://raw.githubusercontent.com/KevinUHM/App-flutter/5d28bef/conexio_dart_api/lib/view/municipioView/home_screen_municipio.dart
KevinUHM/App-flutter 5d28bef conexio_dart_api/lib/view/municipioView/home_screen_municipio.dart
true
200
1,220
import 'package:conexio_dart_api/view/municipioView/bottom_navigator_bar_municipio.dart'; import 'package:conexio_dart_api/view/municipioView/municipioViewMethod/home_screen_muni_addhome.dart'; import 'package:conexio_dart_api/view/municipioView/municipioViewMethod/home_screen_muni_getAll.dart'; import 'package:conexio...
5
youseftarek98/PcKode-Admin-Store-Oline
1d2797a
lib/main.dart
Dart
www.github.com/youseftarek98/PcKode-Admin-Store-Oline/tree/main/lib/main.dart
https://raw.githubusercontent.com/youseftarek98/PcKode-Admin-Store-Oline/1d2797a/lib/main.dart
youseftarek98/PcKode-Admin-Store-Oline 1d2797a lib/main.dart
true
200
954
import 'package:admin/bindings/intialbindings.dart'; import 'package:admin/core/localization/translation.dart'; import 'package:admin/core/services/services.dart'; import 'package:admin/routes.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'core/localization/change_local.dart'; v...
0
samuelspineli34/Aplicativo-Risco-UV
19c606d
lib/SelecionarDispositivo.dart
Dart
www.github.com/samuelspineli34/Aplicativo-Risco-UV/tree/main/lib/SelecionarDispositivo.dart
https://raw.githubusercontent.com/samuelspineli34/Aplicativo-Risco-UV/19c606d/lib/SelecionarDispositivo.dart
samuelspineli34/Aplicativo-Risco-UV 19c606d lib/SelecionarDispositivo.dart
true
200
3,537
import 'dart:async'; import 'package:flutter/material.dart'; import 'package:flutter_bluetooth_serial/flutter_bluetooth_serial.dart'; import 'package:layout/ListaBluetooth.dart'; import 'package:layout/HomePage.dart'; import 'package:layout/provider/StatusConexaoProvider.dart'; import 'package:provider/provider.dart'; ...
2
Israel001/thrivia
55bf523
lib/feat_startup/ui/splash/startup_viewmodel.dart
Dart
www.github.com/Israel001/thrivia/tree/main/lib/feat_startup/ui/splash/startup_viewmodel.dart
https://raw.githubusercontent.com/Israel001/thrivia/55bf523/lib/feat_startup/ui/splash/startup_viewmodel.dart
Israel001/thrivia 55bf523 lib/feat_startup/ui/splash/startup_viewmodel.dart
true
200
1,403
import 'package:stacked/stacked.dart'; import 'package:thrivia_app/app/app.locator.dart'; import 'package:thrivia_app/app/app.logger.dart'; import 'package:thrivia_app/app/app.router.dart'; import 'package:stacked_services/stacked_services.dart'; import 'package:thrivia_app/main.dart'; import 'package:thrivia_app/servi...
1
Petzh0000/RecipeApp
71a00f6
lib/main.dart
Dart
www.github.com/Petzh0000/RecipeApp/tree/main/lib/main.dart
https://raw.githubusercontent.com/Petzh0000/RecipeApp/71a00f6/lib/main.dart
Petzh0000/RecipeApp 71a00f6 lib/main.dart
true
200
1,871
import 'package:flutter/material.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:recipemanager/page/splash_screen.dart'; import 'package:recipemanager/page/edit_recipe_page.dart'; import 'page/login_page.dart'; import 'page/signup_page.dart'; ...
6
Husseinghanem3351/new_flutter_udemy_abdullah_mansour
403d440
lib/modules/basics/users/UsersScreen.dart
Dart
www.github.com/Husseinghanem3351/new_flutter_udemy_abdullah_mansour/tree/main/lib/modules/basics/users/UsersScreen.dart
https://raw.githubusercontent.com/Husseinghanem3351/new_flutter_udemy_abdullah_mansour/403d440/lib/modules/basics/users/UsersScreen.dart
Husseinghanem3351/new_flutter_udemy_abdullah_mansour 403d440 lib/modules/basics/users/UsersScreen.dart
true
200
4,130
import 'package:flutter/material.dart'; import '../../../models/user/user_model.dart'; class UsersScreen extends StatelessWidget { List<UsersModel> users = [ UsersModel(id: 1, name: 'Hussein Ghanem', phone: '0931890899'), UsersModel(id: 2, name: 'Ibrahim Ghanem', phone: '0932609319'), UsersModel(id: 3,...
3
PradipKhandare/Bus-Booking-Application
e04d54f
lib/models/response_model.dart
Dart
www.github.com/PradipKhandare/Bus-Booking-Application/tree/main/lib/models/response_model.dart
https://raw.githubusercontent.com/PradipKhandare/Bus-Booking-Application/e04d54f/lib/models/response_model.dart
PradipKhandare/Bus-Booking-Application e04d54f lib/models/response_model.dart
true
200
561
import 'package:freezed_annotation/freezed_annotation.dart'; import '../utils/constants.dart'; part 'response_model.freezed.dart'; part 'response_model.g.dart'; @unfreezed class ResponseModel with _$ResponseModel { factory ResponseModel({ @Default(ResponseStatus.SAVED) ResponseStatus responseStatus, ...
7