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
The-Naveen-Chandra/Taskify-Flutter
a6ef2e1
lib/app/modules/home/widgets/info_model.dart
Dart
www.github.com/The-Naveen-Chandra/Taskify-Flutter/tree/main/lib/app/modules/home/widgets/info_model.dart
https://raw.githubusercontent.com/The-Naveen-Chandra/Taskify-Flutter/a6ef2e1/lib/app/modules/home/widgets/info_model.dart
The-Naveen-Chandra/Taskify-Flutter a6ef2e1 lib/app/modules/home/widgets/info_model.dart
true
200
1,686
import 'package:flutter/material.dart'; import 'package:taskify/app/modules/home/widgets/info_cards.dart'; class InfoCardsData { final String title; final String description; final IconData icon; final Color bgColor; void Function()? onTap; InfoCardsData({ required this.title, required this.descrip...
3
leticiahelem/flutter-chat-app
8bec2eb
chatapp/lib/services/chat/chat_service.dart
Dart
www.github.com/leticiahelem/flutter-chat-app/tree/main/chatapp/lib/services/chat/chat_service.dart
https://raw.githubusercontent.com/leticiahelem/flutter-chat-app/8bec2eb/chatapp/lib/services/chat/chat_service.dart
leticiahelem/flutter-chat-app 8bec2eb chatapp/lib/services/chat/chat_service.dart
true
200
1,961
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import '../../model/message.dart'; class ChatService extends ChangeNotifier{ // get instance of auth and firestore final FirebaseAuth _firebaseAuth = FirebaseAuth.insta...
0
Nour7120/Orange-Digital-Center
0b987eb
lib/view/screens/home/home_page.dart
Dart
www.github.com/Nour7120/Orange-Digital-Center/tree/main/lib/view/screens/home/home_page.dart
https://raw.githubusercontent.com/Nour7120/Orange-Digital-Center/0b987eb/lib/view/screens/home/home_page.dart
Nour7120/Orange-Digital-Center 0b987eb lib/view/screens/home/home_page.dart
true
200
2,100
import 'package:flutter/material.dart'; import 'package:orange_digital_center/resources/colors.dart'; import 'package:orange_digital_center/view/components/home_body_components.dart'; import 'package:orange_digital_center/view/screens/home/final_page.dart'; import 'package:orange_digital_center/view/screens/home/lectur...
1
furkanansn/animal-care-flutter
35e4a80
lib/Network/LocationService.dart
Dart
www.github.com/furkanansn/animal-care-flutter/tree/main/lib/Network/LocationService.dart
https://raw.githubusercontent.com/furkanansn/animal-care-flutter/35e4a80/lib/Network/LocationService.dart
furkanansn/animal-care-flutter 35e4a80 lib/Network/LocationService.dart
true
200
1,269
import 'dart:convert'; import 'package:bi_pati/Models/City.dart'; import 'package:bi_pati/Models/County.dart'; import 'package:bi_pati/Models/Street.dart'; import 'package:bi_pati/Utilities/Constants.dart'; import 'package:http/http.dart' as http; class LocationService { Future<City> getCity() async { final res...
4
anasmufti97/fitnessInstructorApp
94d7628
lib/screens/Ins_homepage.dart
Dart
www.github.com/anasmufti97/fitnessInstructorApp/tree/main/lib/screens/Ins_homepage.dart
https://raw.githubusercontent.com/anasmufti97/fitnessInstructorApp/94d7628/lib/screens/Ins_homepage.dart
anasmufti97/fitnessInstructorApp 94d7628 lib/screens/Ins_homepage.dart
true
200
4,292
import 'package:firebase_auth/firebase_auth.dart'; import 'package:fitness_app_instructor/components/constants.dart'; import 'package:fitness_app_instructor/screens/Ins_login.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:font_awesome_flutter/font_awesome_flutter...
2
JackGilinger/n8ntest
5cfec74
lib/screens/auth/auth_screen.dart
Dart
www.github.com/JackGilinger/n8ntest/tree/main/lib/screens/auth/auth_screen.dart
https://raw.githubusercontent.com/JackGilinger/n8ntest/5cfec74/lib/screens/auth/auth_screen.dart
JackGilinger/n8ntest 5cfec74 lib/screens/auth/auth_screen.dart
true
200
6,253
// Automatic FlutterFlow imports import '/flutter_flow/flutter_flow_theme.dart'; import '/flutter_flow/flutter_flow_util.dart'; import '/custom_code/widgets/index.dart'; // Imports other custom widgets import '/flutter_flow/custom_functions.dart'; // Imports custom functions import 'package:flutter/material.dart'; // B...
5
Alicia-flores/saver
4e2c144
lib/pages/mapa.dart
Dart
www.github.com/Alicia-flores/saver/tree/main/lib/pages/mapa.dart
https://raw.githubusercontent.com/Alicia-flores/saver/4e2c144/lib/pages/mapa.dart
Alicia-flores/saver 4e2c144 lib/pages/mapa.dart
true
200
2,534
import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; import 'package:location/location.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBa...
7
ourJOURNi/Journi_App
994d578
lib/tabs/programs/programs-page.dart
Dart
www.github.com/ourJOURNi/Journi_App/tree/main/lib/tabs/programs/programs-page.dart
https://raw.githubusercontent.com/ourJOURNi/Journi_App/994d578/lib/tabs/programs/programs-page.dart
ourJOURNi/Journi_App 994d578 lib/tabs/programs/programs-page.dart
true
200
1,006
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:layout/repository/service/profile_service.dart'; import 'package:layout/tabs/programs/bloc/programs_bloc.dart'; import '../../../repository/program_repository.dart'; import '../../../repository/service/program_servi...
6
fadliz/gadis_magazine_mobile_app
42a6402
lib/models/user.dart
Dart
www.github.com/fadliz/gadis_magazine_mobile_app/tree/main/lib/models/user.dart
https://raw.githubusercontent.com/fadliz/gadis_magazine_mobile_app/42a6402/lib/models/user.dart
fadliz/gadis_magazine_mobile_app 42a6402 lib/models/user.dart
true
200
468
class User{ int? id; String? username; String? name; String? email; String? image; String? token; User({ this.id, this.username, this.name, this.email, this.image, this.token }); factory User.fromJson(Map<String, dynamic> json) { return User( id: json['id'], u...
3
kazi-farzan/MemoRise-SelfGrowth-tracker
4257b62
lib/screens/settings_screen.dart
Dart
www.github.com/kazi-farzan/MemoRise-SelfGrowth-tracker/tree/main/lib/screens/settings_screen.dart
https://raw.githubusercontent.com/kazi-farzan/MemoRise-SelfGrowth-tracker/4257b62/lib/screens/settings_screen.dart
kazi-farzan/MemoRise-SelfGrowth-tracker 4257b62 lib/screens/settings_screen.dart
true
200
3,748
import 'package:flutter/material.dart'; class SettingsScreen extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text('Settings'), ), body: ListView( padding: EdgeInsets.all(16.0), children: [ _buil...
0
lukazibert/i-migrate
79020c0
lib/views/MigrationAgentView.dart
Dart
www.github.com/lukazibert/i-migrate/tree/main/lib/views/MigrationAgentView.dart
https://raw.githubusercontent.com/lukazibert/i-migrate/79020c0/lib/views/MigrationAgentView.dart
lukazibert/i-migrate 79020c0 lib/views/MigrationAgentView.dart
true
200
2,715
import 'package:flutter/material.dart'; import '../components/cards/AgentInfoCard.dart'; import 'TaskDetailesPage.dart'; class MigrationAgentView extends StatelessWidget { const MigrationAgentView({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Container( color: C...
4
Tommymiza/approvisionnement-flutter
cc5b85a
lib/services/authentication.dart
Dart
www.github.com/Tommymiza/approvisionnement-flutter/tree/main/lib/services/authentication.dart
https://raw.githubusercontent.com/Tommymiza/approvisionnement-flutter/cc5b85a/lib/services/authentication.dart
Tommymiza/approvisionnement-flutter cc5b85a lib/services/authentication.dart
true
200
1,112
import "package:firebase_auth/firebase_auth.dart"; import "package:google_sign_in/google_sign_in.dart"; class Auth { static Future<User?> loginUser (String email, String password) async { try{ FirebaseAuth auth = FirebaseAuth.instance; UserCredential u = await auth.signInWithEmailAndPassword(email: e...
2
yusifahmadov/eunoia_chat_application
6f41a3c
lib/features/message/presentation/pages/message_page.dart
Dart
www.github.com/yusifahmadov/eunoia_chat_application/tree/main/lib/features/message/presentation/pages/message_page.dart
https://raw.githubusercontent.com/yusifahmadov/eunoia_chat_application/6f41a3c/lib/features/message/presentation/pages/message_page.dart
yusifahmadov/eunoia_chat_application 6f41a3c lib/features/message/presentation/pages/message_page.dart
true
200
14,586
import 'package:cached_network_image/cached_network_image.dart'; import 'package:eunoia_chat_application/core/shared_preferences/shared_preferences_user_manager.dart'; import 'package:eunoia_chat_application/features/main/presentation/widgets/custom_svg_icon.dart'; import 'package:eunoia_chat_application/features/messa...
5
munificent/temp-arg-split-sample-2
64d5ce7
combined_barcode_scanner_zebra_zebra_interface.dart
Dart
www.github.com/munificent/temp-arg-split-sample-2/tree/main/combined_barcode_scanner_zebra_zebra_interface.dart
https://raw.githubusercontent.com/munificent/temp-arg-split-sample-2/64d5ce7/combined_barcode_scanner_zebra_zebra_interface.dart
munificent/temp-arg-split-sample-2 64d5ce7 combined_barcode_scanner_zebra_zebra_interface.dart
true
200
3,872
// ignore_for_file: constant_identifier_names import 'dart:async'; import 'package:flutter/services.dart'; class ZebraInterface { static const MethodChannel _channel = MethodChannel('zebra'); static EventChannel? _eventChannel; static Future<bool> get isControllerSupported async { return await _channel.i...
3
Ahmad-Waseem/ArenaGo
a42e42c
lib/views/gmaps/LoadMap.dart
Dart
www.github.com/Ahmad-Waseem/ArenaGo/tree/main/lib/views/gmaps/LoadMap.dart
https://raw.githubusercontent.com/Ahmad-Waseem/ArenaGo/a42e42c/lib/views/gmaps/LoadMap.dart
Ahmad-Waseem/ArenaGo a42e42c lib/views/gmaps/LoadMap.dart
true
200
3,689
import 'dart:async'; import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; class LoadMap extends StatefulWidget { final LatLng? initialPosition; const LoadMap({Key? key, this.initialPosition}) : super(key: key); @override State<LoadMap> createState() => LoadM...
7
aceklion00/flutter-efos
3a27e6a
lib/models/quick_add_tem_add_m.dart
Dart
www.github.com/aceklion00/flutter-efos/tree/main/lib/models/quick_add_tem_add_m.dart
https://raw.githubusercontent.com/aceklion00/flutter-efos/3a27e6a/lib/models/quick_add_tem_add_m.dart
aceklion00/flutter-efos 3a27e6a lib/models/quick_add_tem_add_m.dart
true
200
464
import 'package:extra_staff/utils/ab.dart'; class QuickAddTempAdd { int userid; int tid; String code; String uniqueid; QuickAddTempAdd(this.userid, this.tid, this.code, this.uniqueid); factory QuickAddTempAdd.fromJson(Map<String, dynamic> json) { return QuickAddTempAdd( ab(json['userid'], fallb...
6
a87835546/yy_new
77d6d8c
lib/bottom_navigationbar.dart
Dart
www.github.com/a87835546/yy_new/tree/main/lib/bottom_navigationbar.dart
https://raw.githubusercontent.com/a87835546/yy_new/77d6d8c/lib/bottom_navigationbar.dart
a87835546/yy_new 77d6d8c lib/bottom_navigationbar.dart
true
200
3,461
import 'dart:async'; import 'dart:developer'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:proste_indexed_stack/proste_indexed_stack.dart'; import 'package:yy_new/customer/customer_page.dart'; import 'package:yy_new/transaction/transaction_page.dart'; import 'package...
1
Zinoe001/logistics_app
02ed6af
lib/view/home/home_view.dart
Dart
www.github.com/Zinoe001/logistics_app/tree/main/lib/view/home/home_view.dart
https://raw.githubusercontent.com/Zinoe001/logistics_app/02ed6af/lib/view/home/home_view.dart
Zinoe001/logistics_app 02ed6af lib/view/home/home_view.dart
true
200
2,253
import 'package:flutter/material.dart'; import 'package:logistics_app/core/utils/validators.dart'; import 'package:logistics_app/widgets/app_button.dart'; import 'package:logistics_app/widgets/app_textfield.dart'; class HomeView extends StatelessWidget { HomeView({super.key}); final TextEditingController _eContro...
0
Yashu-Chaudhary/Banking-Mobile-App
9d07952
lib/screens/home screen/home_screen.dart
Dart
www.github.com/Yashu-Chaudhary/Banking-Mobile-App/tree/main/lib/screens/home screen/home_screen.dart
https://raw.githubusercontent.com/Yashu-Chaudhary/Banking-Mobile-App/9d07952/lib/screens/home%20screen/home_screen.dart
Yashu-Chaudhary/Banking-Mobile-App 9d07952 lib/screens/home screen/home_screen.dart
true
200
1,572
import 'package:banking_mobile_app/screens/home%20screen/widgets/expandable_row.dart'; import 'package:banking_mobile_app/utils/constants/string_texts.dart'; import 'package:banking_mobile_app/utils/comman/header.dart'; import 'package:flutter/material.dart'; class HomeScreen extends StatelessWidget { const HomeScre...
4
stevenosse/lineai
ffd2b92
lineai/lib/src/core/line_ai.dart
Dart
www.github.com/stevenosse/lineai/tree/main/lineai/lib/src/core/line_ai.dart
https://raw.githubusercontent.com/stevenosse/lineai/ffd2b92/lineai/lib/src/core/line_ai.dart
stevenosse/lineai ffd2b92 lineai/lib/src/core/line_ai.dart
true
200
1,161
import 'package:auto_route/auto_route.dart'; import 'package:flutter/material.dart'; import 'package:lineai/src/core/i18n/l10n.dart'; import 'package:lineai/src/core/routing/app_router.dart'; import 'package:lineai/src/core/theme/app_theme.dart'; import 'package:lineai/src/shared/locator.dart'; import 'package:flutter_...
2
Balamurugan-2611/bms_shopping_app
cf317ba
lib/feature/cart/bloc/cart_event.dart
Dart
www.github.com/Balamurugan-2611/bms_shopping_app/tree/main/lib/feature/cart/bloc/cart_event.dart
https://raw.githubusercontent.com/Balamurugan-2611/bms_shopping_app/cf317ba/lib/feature/cart/bloc/cart_event.dart
Balamurugan-2611/bms_shopping_app cf317ba lib/feature/cart/bloc/cart_event.dart
true
200
793
part of 'cart_bloc.dart'; abstract class CartEvent extends Equatable { @override List<Object?> get props => []; } class CartItemUpdated extends CartEvent { final List<CartItem> cartItems; CartItemUpdated(this.cartItems); @override List<Object?> get props => [cartItems]; } class CartLoad...
3
faraz3796/shoesly
cc44b4b
lib/main.dart
Dart
www.github.com/faraz3796/shoesly/tree/main/lib/main.dart
https://raw.githubusercontent.com/faraz3796/shoesly/cc44b4b/lib/main.dart
faraz3796/shoesly cc44b4b lib/main.dart
true
200
2,215
import 'package:firebase_core/firebase_core.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:get/get.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:shoesly/controllers/analytics_co...
6
tcemectoffice/moment_flutter
3121126
lib/components/mctea/category_card.dart
Dart
www.github.com/tcemectoffice/moment_flutter/tree/main/lib/components/mctea/category_card.dart
https://raw.githubusercontent.com/tcemectoffice/moment_flutter/3121126/lib/components/mctea/category_card.dart
tcemectoffice/moment_flutter 3121126 lib/components/mctea/category_card.dart
true
200
952
import 'package:flutter/material.dart'; class CategoryCard extends StatelessWidget { final String title, bgUrl; final bool bgIsAsset; const CategoryCard( {Key? key, required this.title, required this.bgIsAsset, required this.bgUrl}) : super(key: key); @override Widget build(Bu...
7
SHOQDEV/app
51eab71
lib/components/containers.dart
Dart
www.github.com/SHOQDEV/app/tree/main/lib/components/containers.dart
https://raw.githubusercontent.com/SHOQDEV/app/51eab71/lib/components/containers.dart
SHOQDEV/app 51eab71 lib/components/containers.dart
true
200
1,687
import 'package:flutter/material.dart'; import 'package:theme_provider/theme_provider.dart'; class ContainerComponent extends StatelessWidget { final Widget child; final double? width; final double? height; const ContainerComponent({Key? key, required this.child, this.width,this.height}) : super(key: key); ...
1
Raicodesokwe/nekom
01e02c0
client/lib/utils/create_channel.dart
Dart
www.github.com/Raicodesokwe/nekom/tree/main/client/lib/utils/create_channel.dart
https://raw.githubusercontent.com/Raicodesokwe/nekom/01e02c0/client/lib/utils/create_channel.dart
Raicodesokwe/nekom 01e02c0 client/lib/utils/create_channel.dart
true
200
1,892
import 'package:grpc/grpc.dart'; import 'package:protos/protos.dart'; import '../request_interceptors.dart'; class SuppService { ///here enter your host without the http part (e.g enter google.com now http://google.com) String baseUrl = "g-p7vyglxg01zy04zpw4n7w6xyr75zd9.srv.pstmn.io"; SuppService._internal(); ...
0
brjaenu/koino
6f2fd80
lib/blocs/prayers/prayer_event.dart
Dart
www.github.com/brjaenu/koino/tree/main/lib/blocs/prayers/prayer_event.dart
https://raw.githubusercontent.com/brjaenu/koino/6f2fd80/lib/blocs/prayers/prayer_event.dart
brjaenu/koino 6f2fd80 lib/blocs/prayers/prayer_event.dart
true
200
935
part of 'prayer_bloc.dart'; class PrayerEvent extends Equatable { const PrayerEvent(); @override List<Object> get props => []; } class EventCreatePrayerStream extends PrayerEvent {} class EventProcessPrayerStream extends PrayerEvent { final List<Prayer> prayers; EventProcessPrayerStream({ @required t...
4
shopwale/ui
2cacd99
local_genie_vendor_new/lib/widgets/filled_button.dart
Dart
www.github.com/shopwale/ui/tree/main/local_genie_vendor_new/lib/widgets/filled_button.dart
https://raw.githubusercontent.com/shopwale/ui/2cacd99/local_genie_vendor_new/lib/widgets/filled_button.dart
shopwale/ui 2cacd99 local_genie_vendor_new/lib/widgets/filled_button.dart
true
200
1,351
import 'package:flutter/material.dart'; import 'package:local_genie_vendor/app_properties.dart'; MaterialButton CustomFilledButton( BuildContext context, { String text = "", VoidCallback? onPressed, bool showLoader = false, Color color = Colors.green, int screenWidth = 1, double fontSize = 18, }) => ...
5
VB10/shoppii
3d69f3b
shoppingapp/lib/core/view/widget/container/empty_widget.dart
Dart
www.github.com/VB10/shoppii/tree/main/shoppingapp/lib/core/view/widget/container/empty_widget.dart
https://raw.githubusercontent.com/VB10/shoppii/3d69f3b/shoppingapp/lib/core/view/widget/container/empty_widget.dart
VB10/shoppii 3d69f3b shoppingapp/lib/core/view/widget/container/empty_widget.dart
true
200
388
import 'package:flutter/material.dart'; import 'package:shoppingapp/core/view/base/base_stateless.dart'; class EmptyHeightWidget extends BaseStatelessWidget { const EmptyHeightWidget({super.key, this.value}); final double? value; @override Widget build(BuildContext context) { return SizedBox( height:...
2
youssef2050/flutter_Projects
a63c7dc
hw_2/lib/themes/theme_model.dart
Dart
www.github.com/youssef2050/flutter_Projects/tree/main/hw_2/lib/themes/theme_model.dart
https://raw.githubusercontent.com/youssef2050/flutter_Projects/a63c7dc/hw_2/lib/themes/theme_model.dart
youssef2050/flutter_Projects a63c7dc hw_2/lib/themes/theme_model.dart
true
200
560
import 'package:flutter/cupertino.dart'; import 'package:hw_2/themes/theme_preferences.dart'; class ThemeModel extends ChangeNotifier { bool _isDark = false; ThemePreferences _preferences = ThemePreferences(); bool get isDark => _isDark; ThemeModel() { _isDark = false; _preferences = ThemePreferences(...
3
devvNA/edspert-final-project
ae88920
lib/domain/usecase/book_usecase.dart
Dart
www.github.com/devvNA/edspert-final-project/tree/main/lib/domain/usecase/book_usecase.dart
https://raw.githubusercontent.com/devvNA/edspert-final-project/ae88920/lib/domain/usecase/book_usecase.dart
devvNA/edspert-final-project ae88920 lib/domain/usecase/book_usecase.dart
true
200
359
import 'package:dartz/dartz.dart'; import '../../data/types.dart'; import '../failures/failure.dart'; import '../repository/book_repository.dart'; class BookUseCase { BookUseCase({ required this.repository, }); BookRepository repository; Future<Either<Failure, ListBook>> getListBook() async { return...
7
jeffrijol/navegacion_flutter
e8eb56f
lib/config/helpers/rental_house_list.dart
Dart
www.github.com/jeffrijol/navegacion_flutter/tree/main/lib/config/helpers/rental_house_list.dart
https://raw.githubusercontent.com/jeffrijol/navegacion_flutter/e8eb56f/lib/config/helpers/rental_house_list.dart
jeffrijol/navegacion_flutter e8eb56f lib/config/helpers/rental_house_list.dart
true
200
804
import 'dart:convert'; import 'package:http/http.dart' as http; import '../../domain/domain.dart'; import '../enviroments.dart'; class RentalHouseList { final url = Enviroments.baseUrl; Future<List<RentalHouseModel>> getByUserId(String userId, String token) async { String urlFinal = "$url/rentalHouse/us...
1
tenzix106/quickstay-official
9036442
quickstay_official/lib/view_model/posting_view_model.dart
Dart
www.github.com/tenzix106/quickstay-official/tree/main/quickstay_official/lib/view_model/posting_view_model.dart
https://raw.githubusercontent.com/tenzix106/quickstay-official/9036442/quickstay_official/lib/view_model/posting_view_model.dart
tenzix106/quickstay-official 9036442 quickstay_official/lib/view_model/posting_view_model.dart
true
200
2,710
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_storage/firebase_storage.dart'; import 'package:quickstay_official/global.dart'; import 'package:quickstay_official/model/app_constants.dart'; import 'package:quickstay_official/model/posting_model.dart'; class PostingViewModel { addList...
0
ikhwanfaris/flutter_bstill
d3e2731
lib/app_config.dart
Dart
www.github.com/ikhwanfaris/flutter_bstill/tree/main/lib/app_config.dart
https://raw.githubusercontent.com/ikhwanfaris/flutter_bstill/d3e2731/lib/app_config.dart
ikhwanfaris/flutter_bstill d3e2731 lib/app_config.dart
true
200
1,069
import 'package:flutter/material.dart'; class AppConfig extends InheritedWidget { const AppConfig( {super.key, required this.appDisplayName, required this.appInternalId, required this.apiLink, required this.shareLink, required this.version, required this.prod, required...
4
misterahsandev/lavender_1
3b6fcec
lib/password_screen/logic.dart
Dart
www.github.com/misterahsandev/lavender_1/tree/main/lib/password_screen/logic.dart
https://raw.githubusercontent.com/misterahsandev/lavender_1/3b6fcec/lib/password_screen/logic.dart
misterahsandev/lavender_1 3b6fcec lib/password_screen/logic.dart
true
200
283
import 'package:get/get.dart'; import 'package:lavender_1/account_screen/view.dart'; import 'state.dart'; class Password_screenLogic extends GetxController { final Password_screenState state = Password_screenState(); navigationMethod(){ Get.to(Account_screenPage()); } }
5
txh0000/medicalApp
03efe2c
lib/prescription_medication.dart
Dart
www.github.com/txh0000/medicalApp/tree/main/lib/prescription_medication.dart
https://raw.githubusercontent.com/txh0000/medicalApp/03efe2c/lib/prescription_medication.dart
txh0000/medicalApp 03efe2c lib/prescription_medication.dart
true
200
591
import 'package:flutter/material.dart'; import 'medication.dart'; class PrescriptionMedication extends Medication { String prescribedBy; DateTime prescriptionDate; PrescriptionMedication({ required String id, required String name, required TimeOfDay time, required double dose, required this....
6
lingquann/flutter_M4M
93927ee
flutter__m4m/lib/views/buyers/nav_screens/store_screen.dart
Dart
www.github.com/lingquann/flutter_M4M/tree/main/flutter__m4m/lib/views/buyers/nav_screens/store_screen.dart
https://raw.githubusercontent.com/lingquann/flutter_M4M/93927ee/flutter__m4m/lib/views/buyers/nav_screens/store_screen.dart
lingquann/flutter_M4M 93927ee flutter__m4m/lib/views/buyers/nav_screens/store_screen.dart
true
200
2,715
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_svg/svg.dart'; class StoreScreen extends StatelessWidget { const StoreScreen({super.key}); @override Widget build(BuildContext context) { final Stre...
2
Falynsky/car_app
269348c
lib/features/car_adding_view/data/mappers/new_car_model_mapper.dart
Dart
www.github.com/Falynsky/car_app/tree/main/lib/features/car_adding_view/data/mappers/new_car_model_mapper.dart
https://raw.githubusercontent.com/Falynsky/car_app/269348c/lib/features/car_adding_view/data/mappers/new_car_model_mapper.dart
Falynsky/car_app 269348c lib/features/car_adding_view/data/mappers/new_car_model_mapper.dart
true
200
933
import 'package:cars_app/core/data/two_way_mapper.dart'; import 'package:cars_app/features/car_adding_view/data/dto/new_car_dto.dart'; import 'package:cars_app/features/car_adding_view/domain/models/new_car_model.dart'; import 'package:injecteo/injecteo.dart'; @inject class NewCarModelMapper implements TwoWayMapper<Ne...
3
Sbedoyab99/CommUnityMobile
682b0f9
lib/screens/apartment_screen.dart
Dart
www.github.com/Sbedoyab99/CommUnityMobile/tree/main/lib/screens/apartment_screen.dart
https://raw.githubusercontent.com/Sbedoyab99/CommUnityMobile/682b0f9/lib/screens/apartment_screen.dart
Sbedoyab99/CommUnityMobile 682b0f9 lib/screens/apartment_screen.dart
true
200
16,260
import 'package:community/dto/pet_dto.dart'; import 'package:community/dto/user_edit_dto.dart'; import 'package:community/dto/vehicle_dto.dart'; import 'package:community/models/Pet.dart'; import 'package:community/models/User.dart'; import 'package:community/models/Vehicle.dart'; import 'package:community/providers/us...
7
MoIslam-Dev/Flutter_E-commerce_App
9b18439
lib/utils/formatters/formatter.dart
Dart
www.github.com/MoIslam-Dev/Flutter_E-commerce_App/tree/main/lib/utils/formatters/formatter.dart
https://raw.githubusercontent.com/MoIslam-Dev/Flutter_E-commerce_App/9b18439/lib/utils/formatters/formatter.dart
MoIslam-Dev/Flutter_E-commerce_App 9b18439 lib/utils/formatters/formatter.dart
true
200
2,652
import 'package:intl/intl.dart'; // Provides internationalization and localization capabilities, such as formatting dates, numbers, and currencies. /// TFormatter class provides utility methods for formatting dates, currencies, and phone numbers. class EFormatter { /// Formats a [DateTime] object into a string wit...
1
SamarthMovaliya/flutter_firebase_practical
92f8390
lib/main.dart
Dart
www.github.com/SamarthMovaliya/flutter_firebase_practical/tree/main/lib/main.dart
https://raw.githubusercontent.com/SamarthMovaliya/flutter_firebase_practical/92f8390/lib/main.dart
SamarthMovaliya/flutter_firebase_practical 92f8390 lib/main.dart
true
200
1,780
import 'package:firebase_core/firebase_core.dart'; import 'package:firebase_flutter_practical_exam/helper_classes/helper_function_class.dart'; import 'package:firebase_flutter_practical_exam/views/screens/LoginScreen.dart'; import 'package:firebase_flutter_practical_exam/views/screens/chapScreen.dart'; import 'package:...
0
abolfazl7851/flutter_shop
b5615a2
lib/Fragments.dart
Dart
www.github.com/abolfazl7851/flutter_shop/tree/main/lib/Fragments.dart
https://raw.githubusercontent.com/abolfazl7851/flutter_shop/b5615a2/lib/Fragments.dart
abolfazl7851/flutter_shop b5615a2 lib/Fragments.dart
true
200
1,765
import 'package:convex_bottom_bar/convex_bottom_bar.dart'; import 'package:flutter/material.dart'; import 'package:flutter_app/BranchesPage.dart'; import 'package:flutter_app/ShoppingBasket.dart'; import 'package:flutter_app/AppHomePage.dart'; import 'package:flutter_app/Store.dart'; class Fragments extends Stateful...
4
AmanJangir07/AmanTest07
012f89c
lib/view/screen/setting/settings_screen.dart
Dart
www.github.com/AmanJangir07/AmanTest07/tree/main/lib/view/screen/setting/settings_screen.dart
https://raw.githubusercontent.com/AmanJangir07/AmanTest07/012f89c/lib/view/screen/setting/settings_screen.dart
AmanJangir07/AmanTest07 012f89c lib/view/screen/setting/settings_screen.dart
true
200
3,876
import 'package:flutter/material.dart'; import 'package:shopiana/helper/network_info.dart'; import 'package:shopiana/localization/language_constrants.dart'; import 'package:shopiana/provider/splash_provider.dart'; import 'package:shopiana/provider/theme_provider.dart'; import 'package:shopiana/utill/color_resources.dar...
5
m-dzn/doing_doing_clone
cb06ffe
lib/main.dart
Dart
www.github.com/m-dzn/doing_doing_clone/tree/main/lib/main.dart
https://raw.githubusercontent.com/m-dzn/doing_doing_clone/cb06ffe/lib/main.dart
m-dzn/doing_doing_clone cb06ffe lib/main.dart
true
200
1,805
import 'package:doing_doing_clone/provider/date_time_provider.dart'; import 'package:doing_doing_clone/provider/diaries.dart'; import 'package:doing_doing_clone/provider/todos.dart'; import 'package:doing_doing_clone/provider/year_month_provider.dart'; import 'package:doing_doing_clone/screen/screen_home.dart'; import ...
6
faatikhriziq/donezo
c87d65a
lib/core/widgets/task_card.dart
Dart
www.github.com/faatikhriziq/donezo/tree/main/lib/core/widgets/task_card.dart
https://raw.githubusercontent.com/faatikhriziq/donezo/c87d65a/lib/core/widgets/task_card.dart
faatikhriziq/donezo c87d65a lib/core/widgets/task_card.dart
true
200
2,541
import 'package:flutter/material.dart'; import 'package:percent_indicator/circular_percent_indicator.dart'; import 'package:unicons/unicons.dart'; class TaskCard extends StatelessWidget { final String title; final String category; final int task; final double percent; final String textPercent; const TaskCa...
3
Mohiuddin655-PUB/app_customizer
fb8a45f
example/lib/main.dart
Dart
www.github.com/Mohiuddin655-PUB/app_customizer/tree/main/example/lib/main.dart
https://raw.githubusercontent.com/Mohiuddin655-PUB/app_customizer/fb8a45f/example/lib/main.dart
Mohiuddin655-PUB/app_customizer fb8a45f example/lib/main.dart
true
200
2,268
import 'package:app_customizer/app_customizer.dart'; import 'package:flutter/material.dart'; void main() { runApp( AppCustomizer( customizer: Customizer( customizers: [ const CustomizerConfigData<Alignment>( name: "box", config: CustomizerConfig( mobi...
7
mdnirakib8987/Souq-Port-Said-Ecommerce-App-Provider
f80833f
lib/view/screen/cart/widget/cart_widget.dart
Dart
www.github.com/mdnirakib8987/Souq-Port-Said-Ecommerce-App-Provider/tree/main/lib/view/screen/cart/widget/cart_widget.dart
https://raw.githubusercontent.com/mdnirakib8987/Souq-Port-Said-Ecommerce-App-Provider/f80833f/lib/view/screen/cart/widget/cart_widget.dart
mdnirakib8987/Souq-Port-Said-Ecommerce-App-Provider f80833f lib/view/screen/cart/widget/cart_widget.dart
true
200
5,331
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:souq_port_said/data/model/response/card%20model/card_model.dart'; import 'package:souq_port_said/data/provider/cart%20provider/cart_provider.dart'; import 'package:souq_port_said/view/screen/cart/widget/quantity_button.dart...
1
vmarques0/Calculadora_Flutter
573abb2
lib/main.dart
Dart
www.github.com/vmarques0/Calculadora_Flutter/tree/main/lib/main.dart
https://raw.githubusercontent.com/vmarques0/Calculadora_Flutter/573abb2/lib/main.dart
vmarques0/Calculadora_Flutter 573abb2 lib/main.dart
true
200
395
import 'package:flutter/material.dart'; import 'buttons.dart'; import 'package:math_expressions/math_expressions.dart'; import 'homePage.dart'; main() { runApp(Calculadora()); } class Calculadora extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( debugShowChe...
0
mikkmikkk/MidtermExam
14ccf63
ui/lib/ProductsPage.dart
Dart
www.github.com/mikkmikkk/MidtermExam/tree/main/ui/lib/ProductsPage.dart
https://raw.githubusercontent.com/mikkmikkk/MidtermExam/14ccf63/ui/lib/ProductsPage.dart
mikkmikkk/MidtermExam 14ccf63 ui/lib/ProductsPage.dart
true
200
4,134
import 'package:flutter/material.dart'; void main() { runApp(MaterialApp( home: ProductsPage(), )); } class Product { final int id; final String name; final double price; final int stock; Product({required this.id, required this.name, required this.price, required this.stock}); } class ProductsPag...
4
Dithan/cinetopia-flutter
39adff6
lib/ui/screens/movie_details.dart
Dart
www.github.com/Dithan/cinetopia-flutter/tree/main/lib/ui/screens/movie_details.dart
https://raw.githubusercontent.com/Dithan/cinetopia-flutter/39adff6/lib/ui/screens/movie_details.dart
Dithan/cinetopia-flutter 39adff6 lib/ui/screens/movie_details.dart
true
200
2,147
import 'package:cinetopia/app/models/movie.dart'; import 'package:flutter/material.dart'; class MovieDetails extends StatelessWidget { final Movie movie; const MovieDetails({super.key, required this.movie}); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( back...
2
MostafaGadoo/mentlo
ecf08a7
lib/features/chat_page/widget/chat_widget.dart
Dart
www.github.com/MostafaGadoo/mentlo/tree/main/lib/features/chat_page/widget/chat_widget.dart
https://raw.githubusercontent.com/MostafaGadoo/mentlo/ecf08a7/lib/features/chat_page/widget/chat_widget.dart
MostafaGadoo/mentlo ecf08a7 lib/features/chat_page/widget/chat_widget.dart
true
200
1,575
import 'package:flutter/material.dart'; import 'package:mentlo/core/utils/shared_widgets/ChatWidget.dart'; import 'package:mentlo/core/utils/styles/colors.dart'; class ChatWidget extends StatelessWidget { const ChatWidget({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return S...
5
JadonZufall/cs4900
b5e67ed
lib/components/like_button.dart
Dart
www.github.com/JadonZufall/cs4900/tree/main/lib/components/like_button.dart
https://raw.githubusercontent.com/JadonZufall/cs4900/b5e67ed/lib/components/like_button.dart
JadonZufall/cs4900 b5e67ed lib/components/like_button.dart
true
200
3,389
import 'dart:developer'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; final FirebaseFirestore db = FirebaseFirestore.instance; class LikeButtonComponent extends StatefulWidget { final String imageId; final bool sta...
6
Austin-Godwin/Tomel_news_app
d7e9a68
lib/views/home_view/news_home_view.dart
Dart
www.github.com/Austin-Godwin/Tomel_news_app/tree/main/lib/views/home_view/news_home_view.dart
https://raw.githubusercontent.com/Austin-Godwin/Tomel_news_app/d7e9a68/lib/views/home_view/news_home_view.dart
Austin-Godwin/Tomel_news_app d7e9a68 lib/views/home_view/news_home_view.dart
true
200
3,252
import 'package:flutter/material.dart'; import 'package:tomel_news_app/views/home_view/components/breaking_news_items.dart'; import 'package:tomel_news_app/views/home_view/components/trending_news_items.dart'; import '../../utils/all_methods.dart'; import '../../utils/text.dart'; class NewsHomeView extends StatefulWid...
3
PushkarTipre/CourseApp
f589d69
lib/pages/author_page/view/author_page_view.dart
Dart
www.github.com/PushkarTipre/CourseApp/tree/main/lib/pages/author_page/view/author_page_view.dart
https://raw.githubusercontent.com/PushkarTipre/CourseApp/f589d69/lib/pages/author_page/view/author_page_view.dart
PushkarTipre/CourseApp f589d69 lib/pages/author_page/view/author_page_view.dart
true
200
3,020
import 'package:course_app/common/widgets/app_bar.dart'; import 'package:course_app/pages/author_page/controller/author_controller.dart'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import '../widget/autho...
7
Hari3614/Flink
98f25fd
lib/settingsscreen/settings_screen.dart
Dart
www.github.com/Hari3614/Flink/tree/main/lib/settingsscreen/settings_screen.dart
https://raw.githubusercontent.com/Hari3614/Flink/98f25fd/lib/settingsscreen/settings_screen.dart
Hari3614/Flink 98f25fd lib/settingsscreen/settings_screen.dart
true
200
3,256
import 'package:flink/settingsscreen/screen_so_fsettings/about_screen.dart'; import 'package:flink/settingsscreen/screen_so_fsettings/edit_account.dart'; import 'package:flink/settingsscreen/screen_so_fsettings/privacy_policy.dart'; import 'package:flink/settingsscreen/screen_so_fsettings/terms_and_condition.dart'; imp...
1
lpemeg/pdv_api
2a9f07a
lib/main.dart
Dart
www.github.com/lpemeg/pdv_api/tree/main/lib/main.dart
https://raw.githubusercontent.com/lpemeg/pdv_api/2a9f07a/lib/main.dart
lpemeg/pdv_api 2a9f07a lib/main.dart
true
200
1,120
import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:get/get.dart'; import 'package:pdv_api/components/global.dart'; import 'package:pdv_api/components/tema.dart'; import 'package:pdv_api/view/login/login_view.dart'; import 'package:syncfusion_locali...
4
codewith-usama/todo
489c9bc
lib/app/data/providers/task/task_provider.dart
Dart
www.github.com/codewith-usama/todo/tree/main/lib/app/data/providers/task/task_provider.dart
https://raw.githubusercontent.com/codewith-usama/todo/489c9bc/lib/app/data/providers/task/task_provider.dart
codewith-usama/todo 489c9bc lib/app/data/providers/task/task_provider.dart
true
200
589
import 'dart:convert'; import 'package:get/get.dart'; import 'package:todo_app/app/core/utils/keys.dart'; import 'package:todo_app/app/data/models/task.dart'; import 'package:todo_app/app/data/services/storage/storage_service.dart'; class TaskProvider { final StorageService _storage = Get.find<StorageService>(); ...
0
LucasMoria/APP-JAPA
4006939
lib/database/planet_dao.dart
Dart
www.github.com/LucasMoria/APP-JAPA/tree/main/lib/database/planet_dao.dart
https://raw.githubusercontent.com/LucasMoria/APP-JAPA/4006939/lib/database/planet_dao.dart
LucasMoria/APP-JAPA 4006939 lib/database/planet_dao.dart
true
200
963
import 'package:sqflite/sqflite.dart'; import '../models/planet.dart'; import 'planet_database.dart'; class PlanetDao { Future<int> insertPlanet(Planet planet) async { final db = await PlanetDatabase.instance.database; return await db.insert('planets', planet.toMap()); } Future<List<Planet>> getAllPlane...
2
nourhaine1/lab6
beaa946
lib/widgets/adaptive_flat_button.dart
Dart
www.github.com/nourhaine1/lab6/tree/main/lib/widgets/adaptive_flat_button.dart
https://raw.githubusercontent.com/nourhaine1/lab6/beaa946/lib/widgets/adaptive_flat_button.dart
nourhaine1/lab6 beaa946 lib/widgets/adaptive_flat_button.dart
true
200
793
import 'dart:io'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; class AdaptiveFlatButton extends StatelessWidget { final String text; final VoidCallback handler; AdaptiveFlatButton(this.text, this.handler); @override Widget build(BuildContext context) { return Platf...
5
nhlynn/unsplash_image_getx
8317815
lib/view/detail_page.dart
Dart
www.github.com/nhlynn/unsplash_image_getx/tree/main/lib/view/detail_page.dart
https://raw.githubusercontent.com/nhlynn/unsplash_image_getx/8317815/lib/view/detail_page.dart
nhlynn/unsplash_image_getx 8317815 lib/view/detail_page.dart
true
200
2,590
import 'package:cached_network_image/cached_network_image.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:loading_animation_widget/loading_animation_widget.dart'; import '../data/model/image_model.dart'; import '../route/app_route.dart'; class DetailPage extends Stateless...
6
darshit1425/diceapp
6d5b85b
lib/Home.dart
Dart
www.github.com/darshit1425/diceapp/tree/main/lib/Home.dart
https://raw.githubusercontent.com/darshit1425/diceapp/6d5b85b/lib/Home.dart
darshit1425/diceapp 6d5b85b lib/Home.dart
true
200
2,127
import 'dart:math'; import 'package:flutter/material.dart'; class Home1 extends StatefulWidget { @override State<Home1> createState() => _Home1State(); } class _Home1State extends State<Home1> { List l2 = []; List l1 = [ "assets/images/dice1.png", "assets/images/dice2.png", "assets/images/dice3....
3
mohamedyasin2020/flutter-geo-location
e26ed44
lib/googlemap_screen.dart
Dart
www.github.com/mohamedyasin2020/flutter-geo-location/tree/main/lib/googlemap_screen.dart
https://raw.githubusercontent.com/mohamedyasin2020/flutter-geo-location/e26ed44/lib/googlemap_screen.dart
mohamedyasin2020/flutter-geo-location e26ed44 lib/googlemap_screen.dart
true
200
5,567
import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; import 'package:permission_handler/permission_handler.dart'; import 'package:geolocator/geolocator.dart'; class LocationPermissionScreen extends StatefulWidget { @override _LocationPermissionScreenState createSta...
7
MARtinMarjan/mobile-information-systems-quiz-app
b32c6c3
lib/screens/sounds/sound_test.dart
Dart
www.github.com/MARtinMarjan/mobile-information-systems-quiz-app/tree/main/lib/screens/sounds/sound_test.dart
https://raw.githubusercontent.com/MARtinMarjan/mobile-information-systems-quiz-app/b32c6c3/lib/screens/sounds/sound_test.dart
MARtinMarjan/mobile-information-systems-quiz-app b32c6c3 lib/screens/sounds/sound_test.dart
true
200
6,301
import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:quiz_app/screens/sounds/platform_options.dart'; import 'package:soundpool/soundpool.dart'; class SoundpoolInitializer extends StatefulWidget { const SoundpoolInitializer({super.ke...
1
HorcruxOP/uber_eats_clone
c3f5dd9
lib/data/repositories/user_repository.dart
Dart
www.github.com/HorcruxOP/uber_eats_clone/tree/main/lib/data/repositories/user_repository.dart
https://raw.githubusercontent.com/HorcruxOP/uber_eats_clone/c3f5dd9/lib/data/repositories/user_repository.dart
HorcruxOP/uber_eats_clone c3f5dd9 lib/data/repositories/user_repository.dart
true
200
1,463
import 'dart:convert'; import 'package:dio/dio.dart'; import 'package:uber_eats_clone/data/models/user_model.dart'; import 'package:uber_eats_clone/core/api.dart'; class UserRepository { final _api = Api(); Future<UserModel> createAccount({ required String email, required String fullName, required St...
4
Bahm/7GUIs
8c52ac8
timer/lib/ui/screens/timer/manager.dart
Dart
www.github.com/Bahm/7GUIs/tree/main/timer/lib/ui/screens/timer/manager.dart
https://raw.githubusercontent.com/Bahm/7GUIs/8c52ac8/timer/lib/ui/screens/timer/manager.dart
Bahm/7GUIs 8c52ac8 timer/lib/ui/screens/timer/manager.dart
true
200
638
import 'package:event/event.dart'; import 'package:get_it/get_it.dart'; import '/services/timer_service.dart'; class TimerManager { final _service = GetIt.I<TimerService>(); final int stepMs; final durationChangedEvent = Event(); double get elapsed => _service.getElapsed(); double get duration => _service...
0
TensuAlsina/Flutter_News_App
dc0fa0e
lib/models/all_news.dart
Dart
www.github.com/TensuAlsina/Flutter_News_App/tree/main/lib/models/all_news.dart
https://raw.githubusercontent.com/TensuAlsina/Flutter_News_App/dc0fa0e/lib/models/all_news.dart
TensuAlsina/Flutter_News_App dc0fa0e lib/models/all_news.dart
true
200
773
import 'package:hive/hive.dart'; part 'all_news.g.dart'; @HiveType(typeId: 0) class AllNews { @HiveField(0) final String author; @HiveField(1) final String content; @HiveField(2) final String date; @HiveField(3) final String imageUrl; @HiveField(4) final String time; @HiveField(5) final String...
2
rafipsv/CS-Provider
8d90293
lib/Page3.dart
Dart
www.github.com/rafipsv/CS-Provider/tree/main/lib/Page3.dart
https://raw.githubusercontent.com/rafipsv/CS-Provider/8d90293/lib/Page3.dart
rafipsv/CS-Provider 8d90293 lib/Page3.dart
true
200
899
// ignore_for_file: file_names, unused_local_variable import 'package:cs_provider/Providers/ValueProvider.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; class Page3 extends StatelessWidget { const Page3({ super.key, }); @override Widget build(BuildContext context)...
5
IlhomSh/webview_camera_maps_playback_flutter
4104444
camera_test/lib/home_screen.dart
Dart
www.github.com/IlhomSh/webview_camera_maps_playback_flutter/tree/main/camera_test/lib/home_screen.dart
https://raw.githubusercontent.com/IlhomSh/webview_camera_maps_playback_flutter/4104444/camera_test/lib/home_screen.dart
IlhomSh/webview_camera_maps_playback_flutter 4104444 camera_test/lib/home_screen.dart
true
200
963
import 'package:camera_test/camera_screen.dart'; import 'package:flutter/material.dart'; import 'gallery_screen.dart'; class HomeScreen extends StatefulWidget { @override State<HomeScreen> createState() => _HomeScreenState(); } class _HomeScreenState extends State<HomeScreen> { int _currentIndex = 0; final ...
6
abhixen07/Bloc-Clean-Architecture
774daf7
lib/views/splash/splash_screen.dart
Dart
www.github.com/abhixen07/Bloc-Clean-Architecture/tree/main/lib/views/splash/splash_screen.dart
https://raw.githubusercontent.com/abhixen07/Bloc-Clean-Architecture/774daf7/lib/views/splash/splash_screen.dart
abhixen07/Bloc-Clean-Architecture 774daf7 lib/views/splash/splash_screen.dart
true
200
1,057
import 'package:bloc_clean_coding/config/components/internet_exception_widget.dart'; import 'package:bloc_clean_coding/config/components/loading_widget.dart'; import 'package:bloc_clean_coding/config/components/round_button.dart'; import 'package:bloc_clean_coding/config/routes/routes_name.dart'; import 'package:bloc_c...
7
ridhoalpian/Mobile-Project-SM4
f8cd8f1
lib/home/profile/profile_page.dart
Dart
www.github.com/ridhoalpian/Mobile-Project-SM4/tree/main/lib/home/profile/profile_page.dart
https://raw.githubusercontent.com/ridhoalpian/Mobile-Project-SM4/f8cd8f1/lib/home/profile/profile_page.dart
ridhoalpian/Mobile-Project-SM4 f8cd8f1 lib/home/profile/profile_page.dart
true
200
7,452
import 'package:flutter/material.dart'; import 'package:projectone/Models/UserData.dart'; import 'package:projectone/database/DBHelper.dart'; import 'package:projectone/home/profile/edit_profile.dart'; import 'package:projectone/home/profile/ganti_password.dart'; import 'package:projectone/login_register/login_page.dar...
3
nvtanhh/woofie
11458a9
lib/modules/social_network/app/profile/medical_record/widgets/not_have_data_widget.dart
Dart
www.github.com/nvtanhh/woofie/tree/main/lib/modules/social_network/app/profile/medical_record/widgets/not_have_data_widget.dart
https://raw.githubusercontent.com/nvtanhh/woofie/11458a9/lib/modules/social_network/app/profile/medical_record/widgets/not_have_data_widget.dart
nvtanhh/woofie 11458a9 lib/modules/social_network/app/profile/medical_record/widgets/not_have_data_widget.dart
true
200
1,231
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:meowoof/core/extensions/string_ext.dart'; import 'package:meowoof/core/ui/button.dart'; import 'package:meowoof/locale_keys.g.dart'; import 'package:meowoof/theme/ui_text_style.dart'; class NotHaveData ...
4
CristinaKulczynski/ZelenBank
3713b9c
test/layers/data/datasources/local/get_balance_visibility_local_datasource_test.dart
Dart
www.github.com/CristinaKulczynski/ZelenBank/tree/main/test/layers/data/datasources/local/get_balance_visibility_local_datasource_test.dart
https://raw.githubusercontent.com/CristinaKulczynski/ZelenBank/3713b9c/test/layers/data/datasources/local/get_balance_visibility_local_datasource_test.dart
CristinaKulczynski/ZelenBank 3713b9c test/layers/data/datasources/local/get_balance_visibility_local_datasource_test.dart
true
200
2,044
import 'package:flutter_test/flutter_test.dart'; import 'package:mocktail/mocktail.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'package:zelenbank/core/utils/constants/local_storage_constants.dart'; import 'package:zelenbank/layers/data/datasources/local/get_balance_visibility_local_dataso...
1
jbrady02/AttendEase
9a54596
lib/qr_code.dart
Dart
www.github.com/jbrady02/AttendEase/tree/main/lib/qr_code.dart
https://raw.githubusercontent.com/jbrady02/AttendEase/9a54596/lib/qr_code.dart
jbrady02/AttendEase 9a54596 lib/qr_code.dart
true
200
1,011
import 'package:flutter/material.dart'; import 'package:qr_flutter/qr_flutter.dart'; class QRCodePage extends StatelessWidget { final String formURL; const QRCodePage(this.formURL, {super.key}); // Theme static const Color primaryColor = Color.fromARGB(255, 255, 100, 100); @override Widget build(BuildCo...
0
DipeshTimsina3/Build-Me
348dba3
lib/app/components/thrift_card.dart
Dart
www.github.com/DipeshTimsina3/Build-Me/tree/main/lib/app/components/thrift_card.dart
https://raw.githubusercontent.com/DipeshTimsina3/Build-Me/348dba3/lib/app/components/thrift_card.dart
DipeshTimsina3/Build-Me 348dba3 lib/app/components/thrift_card.dart
true
200
3,006
import 'package:ecom_2/app/constants.dart'; import 'package:ecom_2/app/model/thrift.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:get/get_core/src/get_main.dart'; import '../routes/app_pages.dart'; class ThriftCard extends StatelessWidget { final Thrift thrift; con...
2
KONGINBAE/fluttergit
53739d9
lib/common/provider/pagination_provider.dart
Dart
www.github.com/KONGINBAE/fluttergit/tree/main/lib/common/provider/pagination_provider.dart
https://raw.githubusercontent.com/KONGINBAE/fluttergit/53739d9/lib/common/provider/pagination_provider.dart
KONGINBAE/fluttergit 53739d9 lib/common/provider/pagination_provider.dart
true
200
2,910
import 'package:actual/common/model/model_with_id.dart'; import 'package:actual/common/model/pagination_params.dart'; import 'package:actual/common/repository/base_pagination_repository.dart'; import 'package:actual/restaurant/repository/restaurant_rating_repository.dart'; import 'package:flutter_riverpod/flutter_river...
5
mishtiaqparis/marcha
6259e22
lib/main.dart
Dart
www.github.com/mishtiaqparis/marcha/tree/main/lib/main.dart
https://raw.githubusercontent.com/mishtiaqparis/marcha/6259e22/lib/main.dart
mishtiaqparis/marcha 6259e22 lib/main.dart
true
200
3,945
import 'package:firebase_core/firebase_core.dart'; import 'package:firebase_dynamic_links/firebase_dynamic_links.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:get/get.dart'; import 'package:marcha/state/DataBase.da...
6
brito101/flutterfood
d370b7d
lib/screens/carts/cart_page.dart
Dart
www.github.com/brito101/flutterfood/tree/main/lib/screens/carts/cart_page.dart
https://raw.githubusercontent.com/brito101/flutterfood/d370b7d/lib/screens/carts/cart_page.dart
brito101/flutterfood d370b7d lib/screens/carts/cart_page.dart
true
200
6,621
// ignore_for_file: prefer_const_constructors, avoid_unnecessary_containers, prefer_const_literals_to_create_immutables import 'package:flutter/material.dart'; import '../../widgets/flutter_bottom_navigator.dart'; import '../../widgets/show_image_cached_network.dart'; class CartScreen extends StatelessWidget { con...
7
Avaneesh8/avaneesh-maheshwari
ea2e009
lib/backend/schema/blogs_record.dart
Dart
www.github.com/Avaneesh8/avaneesh-maheshwari/tree/main/lib/backend/schema/blogs_record.dart
https://raw.githubusercontent.com/Avaneesh8/avaneesh-maheshwari/ea2e009/lib/backend/schema/blogs_record.dart
Avaneesh8/avaneesh-maheshwari ea2e009 lib/backend/schema/blogs_record.dart
true
200
4,301
import 'dart:async'; import 'package:collection/collection.dart'; import '/backend/schema/util/firestore_util.dart'; import '/backend/schema/util/schema_util.dart'; import 'index.dart'; import '/utilities/util.dart'; class BlogsRecord extends FirestoreRecord { BlogsRecord._( super.reference, super.data, ...
3
kutsanov/elki
7799987
lib/pages/houses/houses_form_filter.dart
Dart
www.github.com/kutsanov/elki/tree/main/lib/pages/houses/houses_form_filter.dart
https://raw.githubusercontent.com/kutsanov/elki/7799987/lib/pages/houses/houses_form_filter.dart
kutsanov/elki 7799987 lib/pages/houses/houses_form_filter.dart
true
200
1,755
import 'package:elki/pages/houses/bloc/houses_bloc.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; class FormFilter extends StatelessWidget { const FormFilter({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Row( child...
1
simasleman12/managmentAppForClinic
5307098
lib/model/logsmodel.dart
Dart
www.github.com/simasleman12/managmentAppForClinic/tree/main/lib/model/logsmodel.dart
https://raw.githubusercontent.com/simasleman12/managmentAppForClinic/5307098/lib/model/logsmodel.dart
simasleman12/managmentAppForClinic 5307098 lib/model/logsmodel.dart
true
200
399
class LogEntry { String? userFullName; String? message; DateTime? createdAt; LogEntry({ this.userFullName, this.message, this.createdAt, }); factory LogEntry.fromJson(Map<String, dynamic> json) { return LogEntry( userFullName: json['user_name'] , message: json[...
4
Istiakahmed180/cashair_flutter
9ba057e
lib/screens/products/model/product_list_model.dart
Dart
www.github.com/Istiakahmed180/cashair_flutter/tree/main/lib/screens/products/model/product_list_model.dart
https://raw.githubusercontent.com/Istiakahmed180/cashair_flutter/9ba057e/lib/screens/products/model/product_list_model.dart
Istiakahmed180/cashair_flutter 9ba057e lib/screens/products/model/product_list_model.dart
true
200
7,382
const List<Map<String, dynamic>> productListModel = [ { "productName": "Apple iPhone 13", "productCode": "IP13-001", "category": "Electronics", "editProductController": "Electronics", "quantity": 50, "purchasePrice": 799.00, "sellingPrice": 999.00, "taxRate": 0.15, "unitOfMeasure":...
0
afiffarishudaifi/module_flutter_login
ca1a350
lib/screens/splash_screen.dart
Dart
www.github.com/afiffarishudaifi/module_flutter_login/tree/main/lib/screens/splash_screen.dart
https://raw.githubusercontent.com/afiffarishudaifi/module_flutter_login/ca1a350/lib/screens/splash_screen.dart
afiffarishudaifi/module_flutter_login ca1a350 lib/screens/splash_screen.dart
true
200
900
import 'dart:async'; import 'package:flutter/material.dart'; import 'package:flutter_login/screens/login.dart'; class SplashScreen extends StatelessWidget { const SplashScreen({Key? key}) : super(key: key); navigateToMain(BuildContext context) async { Timer( Duration(seconds: 3), () => Naviga...
2
pierremrtn/dotfiles
fd4cd41
macos/User/History/-5c26cc2/6ilO.dart
Dart
www.github.com/pierremrtn/dotfiles/tree/main/macos/User/History/-5c26cc2/6ilO.dart
https://raw.githubusercontent.com/pierremrtn/dotfiles/fd4cd41/macos/User/History/-5c26cc2/6ilO.dart
pierremrtn/dotfiles fd4cd41 macos/User/History/-5c26cc2/6ilO.dart
true
200
416
import 'dart:async'; import 'package:models/models.dart'; import 'package:tbt_api/tbt_api.dart'; import 'package:tech_by_tech/auth/auth.dart'; class CandidateRepository { CandidateRepository({required AuthRepository authRepository}) : _candidateApi = authRepository.tbtPrivateClient.candidate; final Candida...
5
defin85/part_catalog
a415ce8
lib/features/home/models/navigation_item.dart
Dart
www.github.com/defin85/part_catalog/tree/main/lib/features/home/models/navigation_item.dart
https://raw.githubusercontent.com/defin85/part_catalog/a415ce8/lib/features/home/models/navigation_item.dart
defin85/part_catalog a415ce8 lib/features/home/models/navigation_item.dart
true
200
604
import 'package:flutter/material.dart'; /// Модель, объединяющая экран и его метаданные для навигации class NavigationItem { /// Экран для отображения final Widget screen; /// Иконка для элемента навигации final IconData icon; /// Функция для получения заголовка с учетом локализации final String? Functio...
6
akbarraihanm/snack-app
57704d4
lib/home/widgets/top_section.dart
Dart
www.github.com/akbarraihanm/snack-app/tree/main/lib/home/widgets/top_section.dart
https://raw.githubusercontent.com/akbarraihanm/snack-app/57704d4/lib/home/widgets/top_section.dart
akbarraihanm/snack-app 57704d4 lib/home/widgets/top_section.dart
true
200
2,196
import 'package:flutter/material.dart'; class TopSection extends StatelessWidget { const TopSection({super.key}); @override Widget build(BuildContext context) { return Padding( padding: const EdgeInsets.symmetric(horizontal: 16), child: Row( children: [ Container( p...
7
ironeto/TaskManager
34a3415
test/login_test.dart
Dart
www.github.com/ironeto/TaskManager/tree/main/test/login_test.dart
https://raw.githubusercontent.com/ironeto/TaskManager/34a3415/test/login_test.dart
ironeto/TaskManager 34a3415 test/login_test.dart
true
200
3,683
import 'package:firebase_core/firebase_core.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:mocktail/mocktail.dart'; import 'package:task_manager/screens/sign_in_screen.dart'; import 'firebase_auth_mock.d...
3
kodecosmo/MedIQ-Flutter-New
af1c0b2
lib/screen/splash.dart
Dart
www.github.com/kodecosmo/MedIQ-Flutter-New/tree/main/lib/screen/splash.dart
https://raw.githubusercontent.com/kodecosmo/MedIQ-Flutter-New/af1c0b2/lib/screen/splash.dart
kodecosmo/MedIQ-Flutter-New af1c0b2 lib/screen/splash.dart
true
200
1,234
import 'package:flutter/material.dart'; import 'package:mediq_flutter/screen/login.dart'; class SplashScreen extends StatefulWidget { const SplashScreen({Key? key}) : super(key: key); // Corrected constructor @override State<SplashScreen> createState() => _SplashState(); } class _SplashState extends State<Spla...
1
ssk22311/ecommerce_app
def1d0e
lib/src/features/favorites/data/local/sembast_favorites_repository.dart
Dart
www.github.com/ssk22311/ecommerce_app/tree/main/lib/src/features/favorites/data/local/sembast_favorites_repository.dart
https://raw.githubusercontent.com/ssk22311/ecommerce_app/def1d0e/lib/src/features/favorites/data/local/sembast_favorites_repository.dart
ssk22311/ecommerce_app def1d0e lib/src/features/favorites/data/local/sembast_favorites_repository.dart
true
200
1,810
import 'package:ecommerce_app/src/features/favorites/data/local/local_favorites_repository.dart'; import 'package:ecommerce_app/src/features/favorites/domain/favorites.dart'; import 'package:flutter/foundation.dart'; import 'package:path_provider/path_provider.dart'; import 'package:sembast/sembast.dart'; import 'packa...
4
sonnh37/smart-thrive-mobile
0a1aff1
lib/screens/register_screen.dart
Dart
www.github.com/sonnh37/smart-thrive-mobile/tree/main/lib/screens/register_screen.dart
https://raw.githubusercontent.com/sonnh37/smart-thrive-mobile/0a1aff1/lib/screens/register_screen.dart
sonnh37/smart-thrive-mobile 0a1aff1 lib/screens/register_screen.dart
true
200
6,658
import 'package:flutter/material.dart'; import 'package:smart_thrive_mobile/services/api_service.dart'; import 'package:smart_thrive_mobile/components/my_button.dart'; import 'package:smart_thrive_mobile/components/my_textfield.dart'; import 'package:smart_thrive_mobile/components/square_tile.dart'; class RegisterPage...
0
umang564/frontendExpense
11b03a7
lib/feature/login/login_bloc.dart
Dart
www.github.com/umang564/frontendExpense/tree/main/lib/feature/login/login_bloc.dart
https://raw.githubusercontent.com/umang564/frontendExpense/11b03a7/lib/feature/login/login_bloc.dart
umang564/frontendExpense 11b03a7 lib/feature/login/login_bloc.dart
true
200
2,912
import 'package:bloc/bloc.dart'; import 'package:equatable/equatable.dart'; import 'package:flutterproject/feature/dio.dart'; import 'package:flutter_secure_storage/flutter_secure_storage.dart'; import 'package:flutterproject/feature/constant.dart'; import 'package:dio/dio.dart'; import 'package:flutterproject/feature/...
2
Ahmed2120/E.platform2
8187923
lib/pages/courses_and_groups/components/custom_step.dart
Dart
www.github.com/Ahmed2120/E.platform2/tree/main/lib/pages/courses_and_groups/components/custom_step.dart
https://raw.githubusercontent.com/Ahmed2120/E.platform2/8187923/lib/pages/courses_and_groups/components/custom_step.dart
Ahmed2120/E.platform2 8187923 lib/pages/courses_and_groups/components/custom_step.dart
true
200
1,546
import 'package:eplatform/core/utility/app_colors.dart'; import 'package:flutter/material.dart'; class CustomStep extends StatelessWidget { const CustomStep({Key? key, required this.title, required this.subTitle, required this.stepNum, required this.onTap, required this.icon, required this.price, r...
6
occasionalcode/Hemalens
8e73c81
main/lib/widget/LinkText.dart
Dart
www.github.com/occasionalcode/Hemalens/tree/main/main/lib/widget/LinkText.dart
https://raw.githubusercontent.com/occasionalcode/Hemalens/8e73c81/main/lib/widget/LinkText.dart
occasionalcode/Hemalens 8e73c81 main/lib/widget/LinkText.dart
true
200
774
import 'package:flutter/material.dart'; import 'package:main/pallete.dart'; class LinkText extends StatelessWidget { final label; final Color pallete; final double fontSize; final Widget routeName; const LinkText( {super.key, required this.label, this.pallete = Pallete.forgotPass, th...
5
nmcajulao/pdax-work-trial
8e1387d
lib/features/person_list/presentation/widgets/person_details_go_back_button_widget.dart
Dart
www.github.com/nmcajulao/pdax-work-trial/tree/main/lib/features/person_list/presentation/widgets/person_details_go_back_button_widget.dart
https://raw.githubusercontent.com/nmcajulao/pdax-work-trial/8e1387d/lib/features/person_list/presentation/widgets/person_details_go_back_button_widget.dart
nmcajulao/pdax-work-trial 8e1387d lib/features/person_list/presentation/widgets/person_details_go_back_button_widget.dart
true
200
541
import 'package:eva_icons_flutter/eva_icons_flutter.dart'; import 'package:flutter/material.dart'; class PersonDetailsGoBackButtonWidget extends StatelessWidget { const PersonDetailsGoBackButtonWidget({super.key}); @override Widget build(BuildContext context) { void onGoBack() { Navigator.of(context)....
3
NoemiGNG/Navegator_bottom
ca41432
lib/pages/people.dart
Dart
www.github.com/NoemiGNG/Navegator_bottom/tree/main/lib/pages/people.dart
https://raw.githubusercontent.com/NoemiGNG/Navegator_bottom/ca41432/lib/pages/people.dart
NoemiGNG/Navegator_bottom ca41432 lib/pages/people.dart
true
200
321
import 'package:flutter/material.dart'; class People extends StatelessWidget { const People({super.key}); @override Widget build(BuildContext context) { return Container( child: Text("Bienvenido a People", style: TextStyle(color: Colors.green, fontWeight: FontWeight.bold, fontSize: 20.0),), ); } ...
1
Zhongpeiqi/plant_disease_identification_app
5e833d2
lib/ui/page/updateUserDetailPage.dart
Dart
www.github.com/Zhongpeiqi/plant_disease_identification_app/tree/main/lib/ui/page/updateUserDetailPage.dart
https://raw.githubusercontent.com/Zhongpeiqi/plant_disease_identification_app/5e833d2/lib/ui/page/updateUserDetailPage.dart
Zhongpeiqi/plant_disease_identification_app 5e833d2 lib/ui/page/updateUserDetailPage.dart
true
200
7,520
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:get/get.dart'; import 'package:plant_disease_identification_app/config/net_config.dart'; import 'package:plant_disease_identification_app/state/profileChangeNotif...
7
akshmohan/Kings-Labs-Machine-Test
170d367
lib/core/widgets/custom_text_field.dart
Dart
www.github.com/akshmohan/Kings-Labs-Machine-Test/tree/main/lib/core/widgets/custom_text_field.dart
https://raw.githubusercontent.com/akshmohan/Kings-Labs-Machine-Test/170d367/lib/core/widgets/custom_text_field.dart
akshmohan/Kings-Labs-Machine-Test 170d367 lib/core/widgets/custom_text_field.dart
true
200
2,105
import 'package:flutter/material.dart'; import 'package:kingslabs_mt/core/constants/app_colors.dart'; class CustomTextField extends StatefulWidget { final TextEditingController controller; final String label; final String hintText; final bool obscureText; final Widget? suffixIcon; final Widget? prefixIco...
4
anexjnr/flavorMix_frontend
24a970e
Games/Call of Duty - WWII/doc/lib/student_request_service.dart
Dart
www.github.com/anexjnr/flavorMix_frontend/tree/main/Games/Call of Duty - WWII/doc/lib/student_request_service.dart
https://raw.githubusercontent.com/anexjnr/flavorMix_frontend/24a970e/Games/Call%20of%20Duty%20-%20WWII/doc/lib/student_request_service.dart
anexjnr/flavorMix_frontend 24a970e Games/Call of Duty - WWII/doc/lib/student_request_service.dart
true
200
936
import 'dart:convert'; import 'package:http/http.dart' as http; import 'student_request_model.dart'; class StudentRequestService { static const String baseUrl = 'http://your-api-url.com'; Future<List<StudentRequest>> fetchStudentRequests({ String? date, String? email, String? name, String? admissi...
0
abdelfattah90/flutter-data-handling
3bee6d8
lib/screens/home_screen.dart
Dart
www.github.com/abdelfattah90/flutter-data-handling/tree/main/lib/screens/home_screen.dart
https://raw.githubusercontent.com/abdelfattah90/flutter-data-handling/3bee6d8/lib/screens/home_screen.dart
abdelfattah90/flutter-data-handling 3bee6d8 lib/screens/home_screen.dart
true
200
1,952
import 'package:flutter/material.dart'; import 'load_data/models/product.dart'; import 'load_data/local_data_screen.dart'; import 'load_data/url_data_screen.dart'; import 'search/search_url_screen.dart'; class HomeScreen extends StatefulWidget { const HomeScreen({super.key}); @override State<HomeScreen> create...
2
Balamurugan-2611/bms_shopping_app
cf317ba
lib/widget/alert_dialog.dart
Dart
www.github.com/Balamurugan-2611/bms_shopping_app/tree/main/lib/widget/alert_dialog.dart
https://raw.githubusercontent.com/Balamurugan-2611/bms_shopping_app/cf317ba/lib/widget/alert_dialog.dart
Balamurugan-2611/bms_shopping_app cf317ba lib/widget/alert_dialog.dart
true
200
784
import 'package:flutter/material.dart'; void showAlertDialog({ required BuildContext context, required String title, required String msg, required VoidCallback onYesAction, }) { // Set up the buttons Widget okButton = TextButton( child: Text("OK"), onPressed: () { onYesAction(); ...
5
DeepakSingh89/srinivas_72N
4568ead
lib/app/modules/signup/controllers/signup_controller.dart
Dart
www.github.com/DeepakSingh89/srinivas_72N/tree/main/lib/app/modules/signup/controllers/signup_controller.dart
https://raw.githubusercontent.com/DeepakSingh89/srinivas_72N/4568ead/lib/app/modules/signup/controllers/signup_controller.dart
DeepakSingh89/srinivas_72N 4568ead lib/app/modules/signup/controllers/signup_controller.dart
true
200
2,010
import 'dart:developer'; import 'package:direct2u/app/core/utils/app_repositories.dart'; import 'package:direct2u/app/core/utils/app_utils.dart'; import 'package:direct2u/app/domain/params/auth/send_otp_for_register_params.dart'; import 'package:direct2u/app/routes/app_pages.dart'; import 'package:flutter/widgets.dart...
6
Ujjwols/SportSync_Project
5ff93a7
mobile_application_project/test/features/post/data/model/post_api_model_test.dart
Dart
www.github.com/Ujjwols/SportSync_Project/tree/main/mobile_application_project/test/features/post/data/model/post_api_model_test.dart
https://raw.githubusercontent.com/Ujjwols/SportSync_Project/5ff93a7/mobile_application_project/test/features/post/data/model/post_api_model_test.dart
Ujjwols/SportSync_Project 5ff93a7 mobile_application_project/test/features/post/data/model/post_api_model_test.dart
true
200
3,900
import 'package:mobile_application_project/features/post/data/model/post_api_model.dart'; import 'package:mobile_application_project/features/post/domain/entity/post_entity.dart'; import 'package:test/test.dart'; void main() { group('PostApiModel Tests', () { test( 'should correctly convert from PostEnti...
3