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
Baqaisooo/food_delivery_application
d664886
lib/checkout/checkout_form.dart
Dart
www.github.com/Baqaisooo/food_delivery_application/tree/main/lib/checkout/checkout_form.dart
https://raw.githubusercontent.com/Baqaisooo/food_delivery_application/d664886/lib/checkout/checkout_form.dart
Baqaisooo/food_delivery_application d664886 lib/checkout/checkout_form.dart
true
200
10,843
import 'dart:io'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:device_info_plus/device_info_plus.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:food_delivery_application/my_cart/cart_model.dart'; import 'package:food_delivery_applicatio...
5
jimyyy/Primary-School-Mobile
3dfb511
lib/pages/auth/register2.dart
Dart
www.github.com/jimyyy/Primary-School-Mobile/tree/main/lib/pages/auth/register2.dart
https://raw.githubusercontent.com/jimyyy/Primary-School-Mobile/3dfb511/lib/pages/auth/register2.dart
jimyyy/Primary-School-Mobile 3dfb511 lib/pages/auth/register2.dart
true
200
1,161
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:pfemobile/components/dropdown.dart'; class test extends StatefulWidget { @override State<test> createState() => _testState(); } class _testState extends State<test> { DateTime date =DateTime(2022,12,4); @ove...
3
anvu1911/EXE201
aed4d83
lib/widgets/swipte_button.dart
Dart
www.github.com/anvu1911/EXE201/tree/main/lib/widgets/swipte_button.dart
https://raw.githubusercontent.com/anvu1911/EXE201/aed4d83/lib/widgets/swipte_button.dart
anvu1911/EXE201 aed4d83 lib/widgets/swipte_button.dart
true
200
827
import 'package:flutter/material.dart'; import 'package:swipeable_button_view/swipeable_button_view.dart'; class SwipeButton extends StatelessWidget { final void Function() onFinish; final void Function() onWaitingProcess; final Color activeColor; final Color iconColor; const SwipeButton({ Key? key, ...
0
Mikias-Miessa/Mugit-auth-app
31996a3
lib/pages/splash_screen.dart
Dart
www.github.com/Mikias-Miessa/Mugit-auth-app/tree/main/lib/pages/splash_screen.dart
https://raw.githubusercontent.com/Mikias-Miessa/Mugit-auth-app/31996a3/lib/pages/splash_screen.dart
Mikias-Miessa/Mugit-auth-app 31996a3 lib/pages/splash_screen.dart
true
200
1,944
import 'package:flutter/material.dart'; import 'login_page.dart'; class SplashScreen extends StatefulWidget { static const routeName = '/splash'; @override _SplashScreenState createState() => _SplashScreenState(); } class _SplashScreenState extends State<SplashScreen> with SingleTickerProviderStateMixin { ...
2
nelsonngala/flutter-news
d154595
lib/presentation/widgets/TabViews/sports_news.dart
Dart
www.github.com/nelsonngala/flutter-news/tree/main/lib/presentation/widgets/TabViews/sports_news.dart
https://raw.githubusercontent.com/nelsonngala/flutter-news/d154595/lib/presentation/widgets/TabViews/sports_news.dart
nelsonngala/flutter-news d154595 lib/presentation/widgets/TabViews/sports_news.dart
true
200
1,745
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:flutter_news/logic/SportsNewsbloc/sports_news_bloc.dart'; import 'package:flutter_news/presentation/widgets/news_error.dart'; import 'package:flutter_news/presentation/widgets/news_loaded.dart'; import 'package:flut...
7
amgadelmarghny/store_app
366f1a6
lib/features/address/presentation/widgets/my_addresses_view_body.dart
Dart
www.github.com/amgadelmarghny/store_app/tree/main/lib/features/address/presentation/widgets/my_addresses_view_body.dart
https://raw.githubusercontent.com/amgadelmarghny/store_app/366f1a6/lib/features/address/presentation/widgets/my_addresses_view_body.dart
amgadelmarghny/store_app 366f1a6 lib/features/address/presentation/widgets/my_addresses_view_body.dart
true
200
2,668
import 'package:conditional_builder_null_safety/conditional_builder_null_safety.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:modal_progress_hud_nsn/modal_progress_hud_nsn.dart'; import 'package:soagmb/features/address/presentation/cubit/address_cubit.da...
1
Jarquen/Isilir_flutter
bb79912
lib/src/widgets/scan_button.dart
Dart
www.github.com/Jarquen/Isilir_flutter/tree/main/lib/src/widgets/scan_button.dart
https://raw.githubusercontent.com/Jarquen/Isilir_flutter/bb79912/lib/src/widgets/scan_button.dart
Jarquen/Isilir_flutter bb79912 lib/src/widgets/scan_button.dart
true
200
587
import 'package:flutter/material.dart'; import 'package:flutter_svg/svg.dart'; class ScanButton extends StatelessWidget { const ScanButton({Key? key, required this.onPressed}) : super(key: key); final VoidCallback onPressed; @override Widget build(BuildContext context) { return FloatingActionButton( ...
6
PauBotella/Deliver_Eats
3fb222f
lib/pages/home_page.dart
Dart
www.github.com/PauBotella/Deliver_Eats/tree/main/lib/pages/home_page.dart
https://raw.githubusercontent.com/PauBotella/Deliver_Eats/3fb222f/lib/pages/home_page.dart
PauBotella/Deliver_Eats 3fb222f lib/pages/home_page.dart
true
200
713
import 'package:deliver_eats/routes/routes.dart'; import 'package:flutter/material.dart'; import '../widgets/bottom_nav.dart'; class HomePage extends StatefulWidget { HomePage({Key? key}) : super(key: key); @override State<HomePage> createState() => _HomePageState(); } class _HomePageState extends S...
5
ShravanChilka/text_recognition
2381939
lib/utils/widgets/image_view.dart
Dart
www.github.com/ShravanChilka/text_recognition/tree/main/lib/utils/widgets/image_view.dart
https://raw.githubusercontent.com/ShravanChilka/text_recognition/2381939/lib/utils/widgets/image_view.dart
ShravanChilka/text_recognition 2381939 lib/utils/widgets/image_view.dart
true
200
915
import 'dart:io'; import 'package:flutter/material.dart'; import '../utils.dart'; class ImageView extends StatelessWidget { final String imagePath; const ImageView({Key? key, required this.imagePath}) : super(key: key); @override Widget build(BuildContext context) { if (imagePath.isEmpty) { return...
3
Che-ekU/pulse_bay
755c85f
lib/app/models/trade.dart
Dart
www.github.com/Che-ekU/pulse_bay/tree/main/lib/app/models/trade.dart
https://raw.githubusercontent.com/Che-ekU/pulse_bay/755c85f/lib/app/models/trade.dart
Che-ekU/pulse_bay 755c85f lib/app/models/trade.dart
true
200
3,025
// To parse this JSON data, do // // final tradeSchema = tradeSchemaFromJson(jsonString); import 'dart:convert'; TradeSchema tradeSchemaFromJson(String str) => TradeSchema.fromJson(json.decode(str)); String tradeSchemaToJson(TradeSchema data) => json.encode(data.toJson()); class TradeSchema { final int? id;...
4
nareshsheoran/sqflite_db_demo
fa0759a
lib/page/emp_add_data.dart
Dart
www.github.com/nareshsheoran/sqflite_db_demo/tree/main/lib/page/emp_add_data.dart
https://raw.githubusercontent.com/nareshsheoran/sqflite_db_demo/fa0759a/lib/page/emp_add_data.dart
nareshsheoran/sqflite_db_demo fa0759a lib/page/emp_add_data.dart
true
200
5,033
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:sqflite_project_db/provider/emp_provider.dart'; class EmpAddDataPage extends StatefulWidget { const EmpAddDataPage({super.key}); @override State<EmpAddDataPage> createState() => _EmpAddDataPageState(); } class _Emp...
0
abdulaziz023/weather_app
f8bd95c
lib/models/weather_model/weather_model.dart
Dart
www.github.com/abdulaziz023/weather_app/tree/main/lib/models/weather_model/weather_model.dart
https://raw.githubusercontent.com/abdulaziz023/weather_app/f8bd95c/lib/models/weather_model/weather_model.dart
abdulaziz023/weather_app f8bd95c lib/models/weather_model/weather_model.dart
true
200
3,026
import 'current_conditions.dart'; import 'day_model.dart'; class WeatherModel { const WeatherModel({ required this.queryCost, required this.latitude, required this.longitude, required this.resolvedAddress, required this.address, required this.timezone, required this.tzoffset, required...
2
zq13408401721/artschool
e516a9e
lib/widgets/ClassTab.dart
Dart
www.github.com/zq13408401721/artschool/tree/main/lib/widgets/ClassTab.dart
https://raw.githubusercontent.com/zq13408401721/artschool/e516a9e/lib/widgets/ClassTab.dart
zq13408401721/artschool e516a9e lib/widgets/ClassTab.dart
true
200
3,284
import 'dart:convert'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:yhschool/BaseState.dart'; import 'package:yhschool/bean/teacher_classes_bean.dart'; import 'package:yhschool/utils/DataUtils.dart'; import...
7
windbaggary/polkadex-mobile-app
39304b3
lib/common/navigation/routes.dart
Dart
www.github.com/windbaggary/polkadex-mobile-app/tree/main/lib/common/navigation/routes.dart
https://raw.githubusercontent.com/windbaggary/polkadex-mobile-app/39304b3/lib/common/navigation/routes.dart
windbaggary/polkadex-mobile-app 39304b3 lib/common/navigation/routes.dart
true
200
13,085
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:polkadex/common/orderbook/presentation/cubit/orderbook_cubit.dart'; import 'package:polkadex/common/utils/enums.dart'; import 'package:polkadex/common/widgets/qr_code_screen.dart'; import 'package:polkadex/features/...
1
UnboringCompany/masyu_app
e64d85f
lib/widgets/tripletap.dart
Dart
www.github.com/UnboringCompany/masyu_app/tree/main/lib/widgets/tripletap.dart
https://raw.githubusercontent.com/UnboringCompany/masyu_app/e64d85f/lib/widgets/tripletap.dart
UnboringCompany/masyu_app e64d85f lib/widgets/tripletap.dart
true
200
1,018
import 'dart:async'; import 'package:flutter/material.dart'; class TripleTapButton extends StatefulWidget { final VoidCallback onPressed; final Widget child; const TripleTapButton({Key? key, required this.onPressed, required this.child}) : super(key: key); @override _TripleTapButtonState createState(...
5
Mohammad-al-rifai/clean_architecture_news_app
387d4ce
lib/src/presentation/blocs/remote_articles_bloc.dart
Dart
www.github.com/Mohammad-al-rifai/clean_architecture_news_app/tree/main/lib/src/presentation/blocs/remote_articles_bloc.dart
https://raw.githubusercontent.com/Mohammad-al-rifai/clean_architecture_news_app/387d4ce/lib/src/presentation/blocs/remote_articles_bloc.dart
Mohammad-al-rifai/clean_architecture_news_app 387d4ce lib/src/presentation/blocs/remote_articles_bloc.dart
true
200
1,662
// ignore_for_file: sort_constructors_first import 'dart:async'; import 'package:dio/dio.dart'; import 'package:equatable/equatable.dart'; import '../../core/bloc/bloc_with_state.dart'; import '../../core/params/article_request.dart'; import '../../core/resources/data_state.dart'; import '../../domain/entities/artic...
3
anhdoandeptrai/ThiBQTP
77a8cc9
lib/viewmodels/strawberry_view_model.dart
Dart
www.github.com/anhdoandeptrai/ThiBQTP/tree/main/lib/viewmodels/strawberry_view_model.dart
https://raw.githubusercontent.com/anhdoandeptrai/ThiBQTP/77a8cc9/lib/viewmodels/strawberry_view_model.dart
anhdoandeptrai/ThiBQTP 77a8cc9 lib/viewmodels/strawberry_view_model.dart
true
200
981
import 'package:get/get.dart'; import 'package:get/get_state_manager/src/simple/get_controllers.dart'; import 'package:thucpham/models/strawberry.dart'; import 'package:thucpham/services/classification_service.dart'; class StrawberryViewModel extends GetxController { var strawberry = Strawberry(imagePath: '', qualit...
4
matiasespina1991/find_a_therapist_app
60585e7
lib/utils/locale/show_language_selection_modal.dart
Dart
www.github.com/matiasespina1991/find_a_therapist_app/tree/main/lib/utils/locale/show_language_selection_modal.dart
https://raw.githubusercontent.com/matiasespina1991/find_a_therapist_app/60585e7/lib/utils/locale/show_language_selection_modal.dart
matiasespina1991/find_a_therapist_app 60585e7 lib/utils/locale/show_language_selection_modal.dart
true
200
6,971
import 'package:dash_flags/dash_flags.dart'; import 'package:findatherapistapp/app_settings/language_settings.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_localized_locales/flutter_localized_locales.dart'; import 'package:diacritic/diacritic.dart'; imp...
0
restirama147/tugas2_prakTPM
d2d73a5
lib/pages/cat_list_page.dart
Dart
www.github.com/restirama147/tugas2_prakTPM/tree/main/lib/pages/cat_list_page.dart
https://raw.githubusercontent.com/restirama147/tugas2_prakTPM/d2d73a5/lib/pages/cat_list_page.dart
restirama147/tugas2_prakTPM d2d73a5 lib/pages/cat_list_page.dart
true
200
2,552
import 'package:flutter/material.dart'; import 'package:tugas2/data/cats.dart'; import 'package:tugas2/pages/detail_page.dart'; class CatListPage extends StatelessWidget { const CatListPage({super.key}); @override Widget build(BuildContext context) { return Scaffold( backgroundColor: const Color.fro...
2
MateiEne/Flutter-Udemy
248da52
FavoritePlaces/lib/providers/favorite_places_provider.dart
Dart
www.github.com/MateiEne/Flutter-Udemy/tree/main/FavoritePlaces/lib/providers/favorite_places_provider.dart
https://raw.githubusercontent.com/MateiEne/Flutter-Udemy/248da52/FavoritePlaces/lib/providers/favorite_places_provider.dart
MateiEne/Flutter-Udemy 248da52 FavoritePlaces/lib/providers/favorite_places_provider.dart
true
200
542
import 'package:favorite_places/models/place.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; class FavoritePlacesNotifier extends StateNotifier<List<Place>> { FavoritePlacesNotifier() : super([]); void addFavoritePlace(Place place) { // final bool placeExists = state.contains(place); // state ...
6
KILLERGTG01/vible_clone
c66b404
lib/pages/animated_splash_screen.dart
Dart
www.github.com/KILLERGTG01/vible_clone/tree/main/lib/pages/animated_splash_screen.dart
https://raw.githubusercontent.com/KILLERGTG01/vible_clone/c66b404/lib/pages/animated_splash_screen.dart
KILLERGTG01/vible_clone c66b404 lib/pages/animated_splash_screen.dart
true
200
2,703
import 'package:flutter/material.dart'; import 'home_screen.dart'; class AnimatedSplashScreen extends StatefulWidget { const AnimatedSplashScreen({super.key}); @override State<AnimatedSplashScreen> createState() { return _AnimatedSplashScreenState(); } } class _AnimatedSplashScreenState extends State<Anima...
7
gurkay/bloc_pattern_2
470800f
lib/blocs/page_one/page_one_bloc.dart
Dart
www.github.com/gurkay/bloc_pattern_2/tree/main/lib/blocs/page_one/page_one_bloc.dart
https://raw.githubusercontent.com/gurkay/bloc_pattern_2/470800f/lib/blocs/page_one/page_one_bloc.dart
gurkay/bloc_pattern_2 470800f lib/blocs/page_one/page_one_bloc.dart
true
200
795
import 'package:equatable/equatable.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; part 'page_one_event.dart'; part 'page_one_state.dart'; class PageOneBloc extends Bloc<PageOneEvent, PageOneState> { PageOneBloc() : super(const PageOneState()) { on<NavigateToPageOneEvent>(_onNavigateToPageOneEvent); ...
1
MichaelGerrardStanleyH/coba-firebase
6b45177
lib/providers/vgas.dart
Dart
www.github.com/MichaelGerrardStanleyH/coba-firebase/tree/main/lib/providers/vgas.dart
https://raw.githubusercontent.com/MichaelGerrardStanleyH/coba-firebase/6b45177/lib/providers/vgas.dart
MichaelGerrardStanleyH/coba-firebase 6b45177 lib/providers/vgas.dart
true
200
1,472
import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import '../models/vga.dart'; class Vgas with ChangeNotifier{ List<Vga> _allVgas = []; List<Vga> get allVga => _allVgas; int get jumlahVga => _allVgas.length; Vga selectById(String id)=> _allVgas.f...
5
Kerbeccs/drapp
756cda6
lib/services/auth_service.dart
Dart
www.github.com/Kerbeccs/drapp/tree/main/lib/services/auth_service.dart
https://raw.githubusercontent.com/Kerbeccs/drapp/756cda6/lib/services/auth_service.dart
Kerbeccs/drapp 756cda6 lib/services/auth_service.dart
true
200
819
import 'package:firebase_auth/firebase_auth.dart'; class AuthService { final FirebaseAuth _auth = FirebaseAuth.instance; Future<UserCredential?> signInWithEmailPassword(String email, String password) async { try { return await _auth.signInWithEmailAndPassword( email: email, pass...
4
TasneemAlmasri/Eventique
b46bcbd
Front_Eventique_customers/lib/screens/navigation_bar_page.dart
Dart
www.github.com/TasneemAlmasri/Eventique/tree/main/Front_Eventique_customers/lib/screens/navigation_bar_page.dart
https://raw.githubusercontent.com/TasneemAlmasri/Eventique/b46bcbd/Front_Eventique_customers/lib/screens/navigation_bar_page.dart
TasneemAlmasri/Eventique b46bcbd Front_Eventique_customers/lib/screens/navigation_bar_page.dart
true
200
6,225
import 'package:curved_labeled_navigation_bar/curved_navigation_bar.dart'; import 'package:curved_labeled_navigation_bar/curved_navigation_bar_item.dart'; import 'package:eventique/screens/saved_screen.dart'; import 'package:eventique/screens/wallet_screen.dart'; import 'package:eventique/widgets/home/main_drawer.dart'...
0
fumbduck1/active-aspire
72b00b0
lib/main.dart
Dart
www.github.com/fumbduck1/active-aspire/tree/main/lib/main.dart
https://raw.githubusercontent.com/fumbduck1/active-aspire/72b00b0/lib/main.dart
fumbduck1/active-aspire 72b00b0 lib/main.dart
true
200
1,888
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'screen & model/theme_provider.dart'; import 'screen & model/home_screen.dart'; import 'screen & model/home_screen_model.dart'; import 'screen & model/profile_screen.dart'; import 'screen & model/settings_screen.dart'; import 'scree...
2
Ashrafmuhmed/SocializeMe-App
3ea45ee
lib/screens/ChatScreen.dart
Dart
www.github.com/Ashrafmuhmed/SocializeMe-App/tree/main/lib/screens/ChatScreen.dart
https://raw.githubusercontent.com/Ashrafmuhmed/SocializeMe-App/3ea45ee/lib/screens/ChatScreen.dart
Ashrafmuhmed/SocializeMe-App 3ea45ee lib/screens/ChatScreen.dart
true
200
2,427
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; import 'package:socializeme_app/models/userData.dart'; import 'package:socializeme_app/screens/UserProfilePage.dart'; import '../widgets/ChatScreenWidgets/ChatStream.dart'; import '../widgets/ChatScreenWidgets/MessagingField...
6
colbapnauj/example_app_EP
f0ba529
lib/residents/widgets.dart
Dart
www.github.com/colbapnauj/example_app_EP/tree/main/lib/residents/widgets.dart
https://raw.githubusercontent.com/colbapnauj/example_app_EP/f0ba529/lib/residents/widgets.dart
colbapnauj/example_app_EP f0ba529 lib/residents/widgets.dart
true
200
3,262
import 'package:edipro_prueba/UIStandard/Atoms/basic_card.dart'; import 'package:flutter/material.dart'; class ResidentCard extends StatelessWidget { const ResidentCard({ super.key, required this.name, this.phone, this.email, this.age, required this.type, required this.avatarUrl, }); ...
1
pathotii/florante
eef3db6
lib/teacher_view/game_list.dart
Dart
www.github.com/pathotii/florante/tree/main/lib/teacher_view/game_list.dart
https://raw.githubusercontent.com/pathotii/florante/eef3db6/lib/teacher_view/game_list.dart
pathotii/florante eef3db6 lib/teacher_view/game_list.dart
true
200
1,770
import 'package:flutter/material.dart'; import 'guessthecharacter.dart'; import 'matchinggame.dart'; class TeacherGameList extends StatefulWidget { const TeacherGameList({super.key}); @override _TeacherGameListState createState() => _TeacherGameListState(); } class _TeacherGameListState extends State<TeacherG...
5
AlshimaaRifaat/Coding-Challenge
8e42af8
lib/features/number/presentation/bloc/number_state.dart
Dart
www.github.com/AlshimaaRifaat/Coding-Challenge/tree/main/lib/features/number/presentation/bloc/number_state.dart
https://raw.githubusercontent.com/AlshimaaRifaat/Coding-Challenge/8e42af8/lib/features/number/presentation/bloc/number_state.dart
AlshimaaRifaat/Coding-Challenge 8e42af8 lib/features/number/presentation/bloc/number_state.dart
true
200
755
import 'package:equatable/equatable.dart'; abstract class NumberState extends Equatable { @override List<Object> get props => []; } class NumberInitial extends NumberState {} class NumberLoading extends NumberState {} class NumberError extends NumberState { final String message; NumberError(this.message); ...
3
MaratTazhetdinov/oil_helper_app
c598d18
lib/routes/router.dart
Dart
www.github.com/MaratTazhetdinov/oil_helper_app/tree/main/lib/routes/router.dart
https://raw.githubusercontent.com/MaratTazhetdinov/oil_helper_app/c598d18/lib/routes/router.dart
MaratTazhetdinov/oil_helper_app c598d18 lib/routes/router.dart
true
200
2,044
import 'package:auto_route/annotations.dart'; import 'package:auto_route/empty_router_widgets.dart'; import 'package:oil_helper_app/pages/engine_type_page.dart'; import 'package:oil_helper_app/pages/faq_answer_page.dart'; import 'package:oil_helper_app/pages/faq_page.dart'; import 'package:oil_helper_app/pages/fuel_typ...
4
ashdude1401/SolarX
cefd9aa
frontend/lib/components/toggle.button.dart
Dart
www.github.com/ashdude1401/SolarX/tree/main/frontend/lib/components/toggle.button.dart
https://raw.githubusercontent.com/ashdude1401/SolarX/cefd9aa/frontend/lib/components/toggle.button.dart
ashdude1401/SolarX cefd9aa frontend/lib/components/toggle.button.dart
true
200
1,573
import 'package:flutter/material.dart'; import 'package:frontend/components/text.voice.dart'; class ToggleButton extends StatefulWidget { final VoidCallback _sendTextMessage; final VoidCallback _sendVoiceMessage; final InputMode _inputMode; final bool _isReplying; final bool _isListening; const ToggleButto...
0
Wadha21/Zaoed-Project
bc14355
zaoed/lib/Screens/Finder/screens/bookmark_screens/bookmark_dialogs/add_bookmark_dialog.dart
Dart
www.github.com/Wadha21/Zaoed-Project/tree/main/zaoed/lib/Screens/Finder/screens/bookmark_screens/bookmark_dialogs/add_bookmark_dialog.dart
https://raw.githubusercontent.com/Wadha21/Zaoed-Project/bc14355/zaoed/lib/Screens/Finder/screens/bookmark_screens/bookmark_dialogs/add_bookmark_dialog.dart
Wadha21/Zaoed-Project bc14355 zaoed/lib/Screens/Finder/screens/bookmark_screens/bookmark_dialogs/add_bookmark_dialog.dart
true
200
1,518
import 'package:zaoed/blocs/actions_bloc/actions_bloc.dart'; import 'package:zaoed/constants/imports.dart'; class AddToBookmarkDialog extends StatelessWidget { const AddToBookmarkDialog({super.key, required this.idPoint}); final int? idPoint; @override Widget build(BuildContext context) { return InkWell(...
7
iSVDi/expenso
20c94f0
lib/modules/history/cubit/history_cubit.dart
Dart
www.github.com/iSVDi/expenso/tree/main/lib/modules/history/cubit/history_cubit.dart
https://raw.githubusercontent.com/iSVDi/expenso/20c94f0/lib/modules/history/cubit/history_cubit.dart
iSVDi/expenso 20c94f0 lib/modules/history/cubit/history_cubit.dart
true
200
9,735
import 'package:expenso/extensions/amount_converter.dart'; import 'package:expenso/modules/history/cubit/date_range_helper.dart'; import 'package:expenso/modules/history/models/chart_model.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:expenso/common/dat...
2
Dhruv-Arora-11/Flutter-E-Commerce-app
4524b3b
lib/api_calling_par/addAnotherProduct.dart
Dart
www.github.com/Dhruv-Arora-11/Flutter-E-Commerce-app/tree/main/lib/api_calling_par/addAnotherProduct.dart
https://raw.githubusercontent.com/Dhruv-Arora-11/Flutter-E-Commerce-app/4524b3b/lib/api_calling_par/addAnotherProduct.dart
Dhruv-Arora-11/Flutter-E-Commerce-app 4524b3b lib/api_calling_par/addAnotherProduct.dart
true
200
527
import 'dart:convert'; import 'package:http/http.dart' as http; class Addanotherproduct { Future<bool> addProduct(String pro_name, String pro_price, String image) async { final url = Uri.parse("https://ecommerce-backend-y3w4.onrender.com/products/post_product"); // Correct endpoint await http.post( ur...
6
GermanSima8/food-recipes
a1164ed
food_recipes/lib/src/screens/recipe_details.dart
Dart
www.github.com/GermanSima8/food-recipes/tree/main/food_recipes/lib/src/screens/recipe_details.dart
https://raw.githubusercontent.com/GermanSima8/food-recipes/a1164ed/food_recipes/lib/src/screens/recipe_details.dart
GermanSima8/food-recipes a1164ed food_recipes/lib/src/screens/recipe_details.dart
true
200
4,552
import 'package:flutter/material.dart'; import 'package:food_recipes/src/database/food_database.dart'; // Asegúrate de importar tu DatabaseHelper import 'package:food_recipes/src/models/ingredientes_model.dart'; // Asegúrate de importar tu modelo de Ingrediente import 'package:food_recipes/src/models/platillo_model.dar...
1
danielholzwarth/habit-tracker
336f989
app/lib/database/habit_database.dart
Dart
www.github.com/danielholzwarth/habit-tracker/tree/main/app/lib/database/habit_database.dart
https://raw.githubusercontent.com/danielholzwarth/habit-tracker/336f989/app/lib/database/habit_database.dart
danielholzwarth/habit-tracker 336f989 app/lib/database/habit_database.dart
true
200
2,394
import 'package:app/models/app_settings.dart'; import 'package:app/models/habit.dart'; import 'package:flutter/material.dart'; import 'package:isar/isar.dart'; import 'package:path_provider/path_provider.dart'; class HabitDatabase extends ChangeNotifier { static late Isar isar; static Future<void> initialize() as...
5
janbolot-web/alippepro_v1
4472e60
lib/main.dart
Dart
www.github.com/janbolot-web/alippepro_v1/tree/main/lib/main.dart
https://raw.githubusercontent.com/janbolot-web/alippepro_v1/4472e60/lib/main.dart
janbolot-web/alippepro_v1 4472e60 lib/main.dart
true
200
6,778
// ignore_for_file: prefer_typing_uninitialized_variables import 'dart:convert'; import 'dart:io'; import 'package:alippepro_v1/features/games/screens/createRoomScreen.dart'; import 'package:alippepro_v1/features/games/screens/game_screen.dart'; import 'package:alippepro_v1/features/games/screens/joinRoomScreen.dart'...
7
devpea-env/Bayarm
0c13b3a
bayarm/lib/screens/home/most_popular/most_popular.dart
Dart
www.github.com/devpea-env/Bayarm/tree/main/bayarm/lib/screens/home/most_popular/most_popular.dart
https://raw.githubusercontent.com/devpea-env/Bayarm/0c13b3a/bayarm/lib/screens/home/most_popular/most_popular.dart
devpea-env/Bayarm 0c13b3a bayarm/lib/screens/home/most_popular/most_popular.dart
true
200
4,437
import 'package:flutter/material.dart'; import '../../../constants/constants.dart'; import '../../../constants/responsive.dart'; import '../../../models/categories.dart'; import '../../../models/product_model.dart'; import '../../../routes/routes_name.dart'; import '../../../services/db_services.dart'; import '../../c...
0
sakshisakunde/Codex_flutter
3b9dd7f
Practical1/practical1/lib/Assignment3.dart
Dart
www.github.com/sakshisakunde/Codex_flutter/tree/main/Practical1/practical1/lib/Assignment3.dart
https://raw.githubusercontent.com/sakshisakunde/Codex_flutter/3b9dd7f/Practical1/practical1/lib/Assignment3.dart
sakshisakunde/Codex_flutter 3b9dd7f Practical1/practical1/lib/Assignment3.dart
true
200
319
import 'package:flutter/material.dart'; class Assignment3 extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text("App Demo"), backgroundColor: Color.fromARGB(255, 169, 73, 66), ), body:Text("Demo"), ); } }
6
manarMatarya/smfp
e69e171
lib/teacher/view/screens/chat_screen.dart
Dart
www.github.com/manarMatarya/smfp/tree/main/lib/teacher/view/screens/chat_screen.dart
https://raw.githubusercontent.com/manarMatarya/smfp/e69e171/lib/teacher/view/screens/chat_screen.dart
manarMatarya/smfp e69e171 lib/teacher/view/screens/chat_screen.dart
true
200
5,367
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:shimmer/shimmer.dart'; import 'package:smfp/logic/controller/message_controller.dart'; import 'package:smfp/teacher/logic/teacher_controller_basic.dart'; import 'package:smfp/utiles/theme.dart'; import 'package:smfp/view/screens/main...
4
Chino-ai/PT-Arkamaya
4a973d8
lib/api/api_service.dart
Dart
www.github.com/Chino-ai/PT-Arkamaya/tree/main/lib/api/api_service.dart
https://raw.githubusercontent.com/Chino-ai/PT-Arkamaya/4a973d8/lib/api/api_service.dart
Chino-ai/PT-Arkamaya 4a973d8 lib/api/api_service.dart
true
200
1,380
import 'dart:convert'; import 'package:http/http.dart' as http; import 'package:pt_arkamaya/model/create_user.dart'; import 'package:pt_arkamaya/model/single_user.dart'; import '../model/list_user.dart'; class ApiService{ static const String _baseUrl ="https://reqres.in"; Future<ListUser> getListUser() async{ ...
2
Christus8500/flutter_bunk
594ce0e
lib/services/database_adapter.dart
Dart
www.github.com/Christus8500/flutter_bunk/tree/main/lib/services/database_adapter.dart
https://raw.githubusercontent.com/Christus8500/flutter_bunk/594ce0e/lib/services/database_adapter.dart
Christus8500/flutter_bunk 594ce0e lib/services/database_adapter.dart
true
200
270
import "package:hive/hive.dart"; part 'database_adapter.g.dart'; @HiveType(typeId: 0) class Password { @HiveField(0) String appName; @HiveField(1) String userName; @HiveField(2) String password; Password(this.appName, this.userName, this.password); }
3
yonseiTalkingPotatoes/meetbleMobileWeb
ee618f3
lib/fluro_router.dart
Dart
www.github.com/yonseiTalkingPotatoes/meetbleMobileWeb/tree/main/lib/fluro_router.dart
https://raw.githubusercontent.com/yonseiTalkingPotatoes/meetbleMobileWeb/ee618f3/lib/fluro_router.dart
yonseiTalkingPotatoes/meetbleMobileWeb ee618f3 lib/fluro_router.dart
true
200
1,317
import 'package:fluro/fluro.dart'; import 'package:meetble/view/screens/create_screens/create_screen00.dart'; import 'package:meetble/view/screens/create_screens/error_screen.dart'; import 'package:meetble/view/screens/join_screens/join_screen00.dart'; import 'package:meetble/view/screens/result_screen.dart'; class FR...
1
TIVRA-Health/mobile-app
3d1646b
tivra_health_app/lib/common/utils/pdf_utils.dart
Dart
www.github.com/TIVRA-Health/mobile-app/tree/main/tivra_health_app/lib/common/utils/pdf_utils.dart
https://raw.githubusercontent.com/TIVRA-Health/mobile-app/3d1646b/tivra_health_app/lib/common/utils/pdf_utils.dart
TIVRA-Health/mobile-app 3d1646b tivra_health_app/lib/common/utils/pdf_utils.dart
true
200
751
import 'dart:async'; import 'dart:io'; import 'package:flutter/foundation.dart'; import 'package:path_provider/path_provider.dart'; Future<File> createFileOfPdfUrl(String url) async { Completer<File> completer = Completer(); try { final filename = url.substring(url.lastIndexOf("/") + 1); var request = awa...
5
RezaArfianta/profile_kemenkeu
face494
lib/info_pegawai/data_pokok/controller/data_pokok_controller.dart
Dart
www.github.com/RezaArfianta/profile_kemenkeu/tree/main/lib/info_pegawai/data_pokok/controller/data_pokok_controller.dart
https://raw.githubusercontent.com/RezaArfianta/profile_kemenkeu/face494/lib/info_pegawai/data_pokok/controller/data_pokok_controller.dart
RezaArfianta/profile_kemenkeu face494 lib/info_pegawai/data_pokok/controller/data_pokok_controller.dart
true
200
1,262
import 'package:get/get.dart'; import 'package:profilekemenkeu/global/ekemenkeu_storage.dart'; import 'package:profilekemenkeu/info_pegawai/data_pokok/screen/data_pokok_page.dart'; import '../../../app/repository/ekemenkeu_repository.dart'; import '../model/data_pokok_model.dart'; import '../model/data_pokok_repositor...
7
priyanshu334/em_repairs
dea3ae4
lib/pages/canceled_page.dart
Dart
www.github.com/priyanshu334/em_repairs/tree/main/lib/pages/canceled_page.dart
https://raw.githubusercontent.com/priyanshu334/em_repairs/dea3ae4/lib/pages/canceled_page.dart
priyanshu334/em_repairs dea3ae4 lib/pages/canceled_page.dart
true
200
3,860
import 'package:flutter/material.dart'; class CanceledPage extends StatefulWidget { const CanceledPage({super.key}); @override State<CanceledPage> createState() => _CanceledPageState(); } class _CanceledPageState extends State<CanceledPage> { List<Map<String, dynamic>> canceledOrders = [ // Sample data f...
2
AbeerJihad/mliaqati
ce74119
lib/Models/Product.dart
Dart
www.github.com/AbeerJihad/mliaqati/tree/main/lib/Models/Product.dart
https://raw.githubusercontent.com/AbeerJihad/mliaqati/ce74119/lib/Models/Product.dart
AbeerJihad/mliaqati ce74119 lib/Models/Product.dart
true
200
2,372
class Product { String? imgUrl; int? discount; Services? services; String? id; Product({this.imgUrl, this.discount, this.services, this.id}); Product.fromJson(Map<String, dynamic> json) { imgUrl = json['imgUrl']; discount = json['discount']; services = json['services'] != null ? new Se...
6
AndresBlandonW/control_gastos_app
955fbff
lib/providers/detallado_provider.dart
Dart
www.github.com/AndresBlandonW/control_gastos_app/tree/main/lib/providers/detallado_provider.dart
https://raw.githubusercontent.com/AndresBlandonW/control_gastos_app/955fbff/lib/providers/detallado_provider.dart
AndresBlandonW/control_gastos_app 955fbff lib/providers/detallado_provider.dart
true
200
1,531
import 'package:control_gastos/providers/historico/historicos_provider.dart'; import 'package:control_gastos/providers/usuario/usuario_provider.dart'; import 'package:hooks_riverpod/hooks_riverpod.dart'; final detalladoProvider = FutureProvider<Map>((ref) async { final modelHistorico = await ref.watch(historicoProvi...
4
zunair-tech/diabetes_control_app
48bad2b
lib/presentation/rewcord_page/widget/carbs_chart.dart
Dart
www.github.com/zunair-tech/diabetes_control_app/tree/main/lib/presentation/rewcord_page/widget/carbs_chart.dart
https://raw.githubusercontent.com/zunair-tech/diabetes_control_app/48bad2b/lib/presentation/rewcord_page/widget/carbs_chart.dart
zunair-tech/diabetes_control_app 48bad2b lib/presentation/rewcord_page/widget/carbs_chart.dart
true
200
4,519
import 'package:flutter/material.dart'; import 'package:syncfusion_flutter_charts/charts.dart'; import '../../../core/utils/size_utils.dart'; import '../../../theme/theme_helper.dart'; class CurbsChart extends StatelessWidget { final String? date; const CurbsChart({super.key, this.date}); @override Widget bu...
1
Mathiyarasan2001/razorpay
5ca4e39
lib/Services/LoginPage/OtpScreen.dart
Dart
www.github.com/Mathiyarasan2001/razorpay/tree/main/lib/Services/LoginPage/OtpScreen.dart
https://raw.githubusercontent.com/Mathiyarasan2001/razorpay/5ca4e39/lib/Services/LoginPage/OtpScreen.dart
Mathiyarasan2001/razorpay 5ca4e39 lib/Services/LoginPage/OtpScreen.dart
true
200
6,226
import 'dart:ui'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:gap/gap.dart'; import 'package:get/get.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:pin_code_fields/pin_code_fields.dart'; import 'package:cloud_firestore/cloud_firesto...
0
mdddj/flutter_simple_shop
f4e3a6d
lib/pages/detail_page/detail_imgs_widget.dart
Dart
www.github.com/mdddj/flutter_simple_shop/tree/main/lib/pages/detail_page/detail_imgs_widget.dart
https://raw.githubusercontent.com/mdddj/flutter_simple_shop/f4e3a6d/lib/pages/detail_page/detail_imgs_widget.dart
mdddj/flutter_simple_shop f4e3a6d lib/pages/detail_page/detail_imgs_widget.dart
true
200
2,126
// Flutter imports: // Package imports: import 'package:extended_image/extended_image.dart'; import 'package:flutter/material.dart'; // Project imports: import '../../modals/goods_detail_image.dart'; import '../../widgets/index.dart'; class DetailImagesWidget extends StatelessWidget { final String? images; final ...
5
abrarshahok/BookDF
5639066
frontend/lib/features/book/presentation/widgets/book_details_app_bar.dart
Dart
www.github.com/abrarshahok/BookDF/tree/main/frontend/lib/features/book/presentation/widgets/book_details_app_bar.dart
https://raw.githubusercontent.com/abrarshahok/BookDF/5639066/frontend/lib/features/book/presentation/widgets/book_details_app_bar.dart
abrarshahok/BookDF 5639066 frontend/lib/features/book/presentation/widgets/book_details_app_bar.dart
true
200
2,605
import 'dart:convert'; import 'dart:typed_data'; import 'package:auto_route/auto_route.dart'; import 'package:flutter/material.dart'; import 'package:iconly/iconly.dart'; import 'package:palette_generator/palette_generator.dart'; import '../../../../constants/app_colors.dart'; import '../../../../constants/app_images....
3
tnqcs2020/health-app
877cf68
lib/screens/health_record/widgets/add_health_record.dart
Dart
www.github.com/tnqcs2020/health-app/tree/main/lib/screens/health_record/widgets/add_health_record.dart
https://raw.githubusercontent.com/tnqcs2020/health-app/877cf68/lib/screens/health_record/widgets/add_health_record.dart
tnqcs2020/health-app 877cf68 lib/screens/health_record/widgets/add_health_record.dart
true
200
4,868
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:stronglier/common/custom_button.dart'; import 'package:stronglier/common/custom_textfield.dart'; import 'package:stronglier/common/global_variables.dart'; import 'package:stronglier/common/user_controller.dart'; import 'package:stron...
2
NTUTUalu/Flutter_DeployTrial
a93266c
Authenticating/auth/lib/profile_screen.dart
Dart
www.github.com/NTUTUalu/Flutter_DeployTrial/tree/main/Authenticating/auth/lib/profile_screen.dart
https://raw.githubusercontent.com/NTUTUalu/Flutter_DeployTrial/a93266c/Authenticating/auth/lib/profile_screen.dart
NTUTUalu/Flutter_DeployTrial a93266c Authenticating/auth/lib/profile_screen.dart
true
200
404
import 'package:flutter/material.dart'; class ProfileScreen extends StatefulWidget { const ProfileScreen({ Key? key }) : super(key: key); @override _ProfileScreenState createState() => _ProfileScreenState(); } class _ProfileScreenState extends State<ProfileScreen> { @override Widget build(BuildContext cont...
6
Base-Technology/Base-mobile
12e71f2
lib/Homepage/Send/send_contact_list.dart
Dart
www.github.com/Base-Technology/Base-mobile/tree/main/lib/Homepage/Send/send_contact_list.dart
https://raw.githubusercontent.com/Base-Technology/Base-mobile/12e71f2/lib/Homepage/Send/send_contact_list.dart
Base-Technology/Base-mobile 12e71f2 lib/Homepage/Send/send_contact_list.dart
true
200
2,558
import 'package:acy_ipay/Constant/contact_data.dart'; import 'package:acy_ipay/Settings/Contact/contact_main.dart'; import 'package:acy_ipay/widget/CustomText.dart'; import 'package:flutter/material.dart'; class SendContactList extends StatelessWidget { const SendContactList({Key? key}) : super(key: key); @overri...
7
artemki2077/N.market
f58dc03
n_market_front/lib/widgets/product.dart
Dart
www.github.com/artemki2077/N.market/tree/main/n_market_front/lib/widgets/product.dart
https://raw.githubusercontent.com/artemki2077/N.market/f58dc03/n_market_front/lib/widgets/product.dart
artemki2077/N.market f58dc03 n_market_front/lib/widgets/product.dart
true
200
1,850
import 'package:flutter/material.dart'; import 'package:url_launcher/url_launcher_string.dart'; String v_price(int s) { return s.toString().replaceAllMapped( RegExp(r"(\d)(?=(\d{3})+(?!\d))"), (match) => "${match.group(0)} "); } class Product extends StatelessWidget { final String company; final S...
4
dumasrobert13/flutterfinals
661ecde
lib/pages/home/widgets/current.dart
Dart
www.github.com/dumasrobert13/flutterfinals/tree/main/lib/pages/home/widgets/current.dart
https://raw.githubusercontent.com/dumasrobert13/flutterfinals/661ecde/lib/pages/home/widgets/current.dart
dumasrobert13/flutterfinals 661ecde lib/pages/home/widgets/current.dart
true
200
3,454
import 'package:flutter/material.dart'; import '../../../models/fitness_program.dart'; class CurrentPrograms extends StatefulWidget { const CurrentPrograms({super.key}); @override State<CurrentPrograms> createState() => _CurrentProgramsState(); } class _CurrentProgramsState extends State<CurrentPrograms> { ...
1
m0dern6/letslearn
af18620
lib/main.dart
Dart
www.github.com/m0dern6/letslearn/tree/main/lib/main.dart
https://raw.githubusercontent.com/m0dern6/letslearn/af18620/lib/main.dart
m0dern6/letslearn af18620 lib/main.dart
true
200
730
import 'package:flutter/material.dart'; import 'package:flutter_plus_firebase/login_page.dart'; import 'package:flutter_plus_firebase/signup_page.dart'; import 'package:flutter_plus_firebase/splash_screen.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key});...
5
Dylar/qcar-repo
e705389
apps/qcar_customer/test/ui/screens/intro/intro_action.dart
Dart
www.github.com/Dylar/qcar-repo/tree/main/apps/qcar_customer/test/ui/screens/intro/intro_action.dart
https://raw.githubusercontent.com/Dylar/qcar-repo/e705389/apps/qcar_customer/test/ui/screens/intro/intro_action.dart
Dylar/qcar-repo e705389 apps/qcar_customer/test/ui/screens/intro/intro_action.dart
true
200
433
import 'package:flutter_test/flutter_test.dart'; import 'package:qr_code_scanner/qr_code_scanner.dart'; import '../../../utils/test_getter.dart'; Future<void> scanOnIntroPage(WidgetTester tester, String scan, {bool settle = true}) async { getIntroViewModel().onScan(Barcode(scan, BarcodeFormat.aztec, [])); if ...
6
monoskribt/Foodly-project
9902e82
lib/screens/filters/tools/product_type_filter.dart
Dart
www.github.com/monoskribt/Foodly-project/tree/main/lib/screens/filters/tools/product_type_filter.dart
https://raw.githubusercontent.com/monoskribt/Foodly-project/9902e82/lib/screens/filters/tools/product_type_filter.dart
monoskribt/Foodly-project 9902e82 lib/screens/filters/tools/product_type_filter.dart
true
200
861
import 'package:equatable/equatable.dart'; import 'package:Foodbox/models/product_type_filter_model.dart'; class ProductTypeFilter extends Equatable { final int id; final ProductType productType; final bool value; const ProductTypeFilter({ required this.id, required this.productType, required this...
2
Subarukunowo/Dart_lanjutan
72aa061
ex11_operator_lainnya.dart
Dart
www.github.com/Subarukunowo/Dart_lanjutan/tree/main/ex11_operator_lainnya.dart
https://raw.githubusercontent.com/Subarukunowo/Dart_lanjutan/72aa061/ex11_operator_lainnya.dart
Subarukunowo/Dart_lanjutan 72aa061 ex11_operator_lainnya.dart
true
200
409
//operator lainnya void main(List<String> args) { print(2 is int); print(2 is num); print(2 is! String); print([1, 2, 3] is Map); int a = 9, b = 10; print((a as int).isOdd); print((a as int).isEven); int maks = a > b ? a : b; print('Nilai max dari $a dan $b adalah $maks'); int? aNullable = null; ...
0
SaadKhanAwan/The-Wall
2c72982
lib/view/widgets/mydrawer.dart
Dart
www.github.com/SaadKhanAwan/The-Wall/tree/main/lib/view/widgets/mydrawer.dart
https://raw.githubusercontent.com/SaadKhanAwan/The-Wall/2c72982/lib/view/widgets/mydrawer.dart
SaadKhanAwan/The-Wall 2c72982 lib/view/widgets/mydrawer.dart
true
200
1,706
import 'package:flutter/material.dart'; import 'package:the_wall/utils/routes/route_name.dart'; import 'package:the_wall/view/widgets/mylisttile.dart'; import '../../viewmodel/services/auth/auth_services.dart'; class Mydrawer extends StatelessWidget { const Mydrawer({super.key}); @override Widget build(BuildCo...
7
favadthottathil/Flight_booking_app_machine_test
2c60f3d
lib/View/Sub Pages/available_flight_screen.dart
Dart
www.github.com/favadthottathil/Flight_booking_app_machine_test/tree/main/lib/View/Sub Pages/available_flight_screen.dart
https://raw.githubusercontent.com/favadthottathil/Flight_booking_app_machine_test/2c60f3d/lib/View/Sub%20Pages/available_flight_screen.dart
favadthottathil/Flight_booking_app_machine_test 2c60f3d lib/View/Sub Pages/available_flight_screen.dart
true
200
3,154
import 'package:flight_booking_app/Model/data_model.dart'; import 'package:flight_booking_app/Utils/Resources/color.dart'; import 'package:flight_booking_app/Utils/days_calender_widget.dart'; import 'package:flight_booking_app/Utils/flight_details_card.dart'; import 'package:flight_booking_app/Utils/hard_coded_data.dar...
4
AnnaGurik/MeetMe
d2dfafe
lib/Utils/globals.dart
Dart
www.github.com/AnnaGurik/MeetMe/tree/main/lib/Utils/globals.dart
https://raw.githubusercontent.com/AnnaGurik/MeetMe/d2dfafe/lib/Utils/globals.dart
AnnaGurik/MeetMe d2dfafe lib/Utils/globals.dart
true
200
2,265
//import 'dart:ffi'; import 'dart:math'; import 'package:meet_me/Utils/ListMessages.dart'; import 'package:swipe_cards/swipe_cards.dart'; import 'MessagesClass.dart'; import 'User.dart'; const List<String> defaultText = ["Укажите свой пол","С кем вы хотите познакомиться?","Какая у вас цель знакомства?","какого ...
3
F03-PBP/SoundNest-mobile
e76a0a8
lib/BestDeals/widgets/product_card.dart
Dart
www.github.com/F03-PBP/SoundNest-mobile/tree/main/lib/BestDeals/widgets/product_card.dart
https://raw.githubusercontent.com/F03-PBP/SoundNest-mobile/e76a0a8/lib/BestDeals/widgets/product_card.dart
F03-PBP/SoundNest-mobile e76a0a8 lib/BestDeals/widgets/product_card.dart
true
200
16,224
import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart'; import 'package:provider/provider.dart'; import 'package:http/http.dart' as http; import 'package:soundnest_mobile/authentication/models/user_model.dart'; import 'package:soundnest_mobile/widgets/toast.dart'; class Product...
1
gboliknow/Faramove_test
9f18e91
lib/main.dart
Dart
www.github.com/gboliknow/Faramove_test/tree/main/lib/main.dart
https://raw.githubusercontent.com/gboliknow/Faramove_test/9f18e91/lib/main.dart
gboliknow/Faramove_test 9f18e91 lib/main.dart
true
200
747
import 'package:faramove_test/screens/main_home.dart'; import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @o...
5
soulaymen2000/webFlutter
0ca92f4
asmaDashboard/lib/widgets/calendar_widget.dart
Dart
www.github.com/soulaymen2000/webFlutter/tree/main/asmaDashboard/lib/widgets/calendar_widget.dart
https://raw.githubusercontent.com/soulaymen2000/webFlutter/0ca92f4/asmaDashboard/lib/widgets/calendar_widget.dart
soulaymen2000/webFlutter 0ca92f4 asmaDashboard/lib/widgets/calendar_widget.dart
true
200
3,539
import 'package:flutter/material.dart'; import 'package:table_calendar/table_calendar.dart'; import 'package:provider/provider.dart'; import '../providers/farm_provider.dart'; import '../screens/add_event_screen.dart'; import '../screens/calendar_screen.dart'; import '../theme/app_theme.dart'; class CalendarWidget ext...
6
Jlord12/new
8c6d998
lib/main.dart
Dart
www.github.com/Jlord12/new/tree/main/lib/main.dart
https://raw.githubusercontent.com/Jlord12/new/8c6d998/lib/main.dart
Jlord12/new 8c6d998 lib/main.dart
true
200
1,306
import 'dart:io'; import 'package:flutter/material.dart'; import 'Screens/home_screen.dart'; void main() { HttpOverrides.global =PostHttpOverrides(); runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget...
2
Jacon-ator/Flutter_Scav_App
e0738ae
lib/splash_screen.dart
Dart
www.github.com/Jacon-ator/Flutter_Scav_App/tree/main/lib/splash_screen.dart
https://raw.githubusercontent.com/Jacon-ator/Flutter_Scav_App/e0738ae/lib/splash_screen.dart
Jacon-ator/Flutter_Scav_App e0738ae lib/splash_screen.dart
true
200
802
import 'dart:async'; import 'package:flutter/material.dart'; import 'user_id_splash_screen.dart'; class SplashScreen extends StatefulWidget { const SplashScreen({super.key}); @override _SplashScreenState createState() => _SplashScreenState(); } class _SplashScreenState extends State<SplashScreen> { @override...
0
basseemos1212/SpccHrApp
f349c14
lib/screens/vacation_return_form.dart
Dart
www.github.com/basseemos1212/SpccHrApp/tree/main/lib/screens/vacation_return_form.dart
https://raw.githubusercontent.com/basseemos1212/SpccHrApp/f349c14/lib/screens/vacation_return_form.dart
basseemos1212/SpccHrApp f349c14 lib/screens/vacation_return_form.dart
true
200
12,779
import 'package:flutter/material.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:intl/intl.dart'; import 'package:dropdown_search/dropdown_search.dart'; class VacationReturnForm extends StatefulWidget { const VacationReturnForm({super.key}); @override _VacationReturnFormState creat...
7
irfanzidniofficial/flutter_riverpod_state_management
c9eb234
lib/second_page.dart
Dart
www.github.com/irfanzidniofficial/flutter_riverpod_state_management/tree/main/lib/second_page.dart
https://raw.githubusercontent.com/irfanzidniofficial/flutter_riverpod_state_management/c9eb234/lib/second_page.dart
irfanzidniofficial/flutter_riverpod_state_management c9eb234 lib/second_page.dart
true
200
783
import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; class SecondPage extends StatelessWidget { const SecondPage({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: const Text('Second Page'), ...
4
SarahTurna/paintpal
d3a350b
lib/view/screen/screen/qr_code/generate_qr_code.dart
Dart
www.github.com/SarahTurna/paintpal/tree/main/lib/view/screen/screen/qr_code/generate_qr_code.dart
https://raw.githubusercontent.com/SarahTurna/paintpal/d3a350b/lib/view/screen/screen/qr_code/generate_qr_code.dart
SarahTurna/paintpal d3a350b lib/view/screen/screen/qr_code/generate_qr_code.dart
true
200
3,213
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:paintpal/controllers/home/home_controller.dart'; import 'package:paintpal/extension/my_extension.dart'; import 'package:paintpal/helpers/prefs_helper.dart'; import 'package:paintpal/helpers/screen_shot_helper.dart'; import 'package:p...
3
Yeop-seung/Another
e2c3ac0
another_front/lib/screens/running/under_challenge_end_feed.dart
Dart
www.github.com/Yeop-seung/Another/tree/main/another_front/lib/screens/running/under_challenge_end_feed.dart
https://raw.githubusercontent.com/Yeop-seung/Another/e2c3ac0/another_front/lib/screens/running/under_challenge_end_feed.dart
Yeop-seung/Another e2c3ac0 another_front/lib/screens/running/under_challenge_end_feed.dart
true
200
10,653
import 'dart:io'; import 'package:another/constant/const/color.dart'; import 'package:another/constant/const/text_style.dart'; import 'package:another/main.dart'; import 'package:another/screens/running/api/feed_create_api.dart'; import 'package:another/screens/running/feed_create_complete.dart'; import 'package:anoth...
1
nthanhminh/Daily-Reflect
dbc17b6
lib/screens/CommonComponent/ConvexNavigationBar.dart
Dart
www.github.com/nthanhminh/Daily-Reflect/tree/main/lib/screens/CommonComponent/ConvexNavigationBar.dart
https://raw.githubusercontent.com/nthanhminh/Daily-Reflect/dbc17b6/lib/screens/CommonComponent/ConvexNavigationBar.dart
nthanhminh/Daily-Reflect dbc17b6 lib/screens/CommonComponent/ConvexNavigationBar.dart
true
200
1,747
import 'package:convex_bottom_bar/convex_bottom_bar.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:provider/provider.dart'; import '../../providers/mood_data.dart'; import '../../utilities/FakePopUpRoute.dart'; import '../AddMoodScreens/select_mood.dart'; import '../Commo...
5
DataBase18/Estadistica-II-PF
f0330e0
lib/screens/statistics/MMC/ui/MMCScreen.dart
Dart
www.github.com/DataBase18/Estadistica-II-PF/tree/main/lib/screens/statistics/MMC/ui/MMCScreen.dart
https://raw.githubusercontent.com/DataBase18/Estadistica-II-PF/f0330e0/lib/screens/statistics/MMC/ui/MMCScreen.dart
DataBase18/Estadistica-II-PF f0330e0 lib/screens/statistics/MMC/ui/MMCScreen.dart
true
200
6,923
import 'package:fisicapf/GlobalMetods.dart'; import 'package:fisicapf/mvvm/observer.dart'; import 'package:fisicapf/screens/statistics/MMC/data/MMCConstants.dart'; import 'package:fisicapf/screens/statistics/MMC/domain/MMCRepository.dart'; import 'package:fisicapf/screens/statistics/MMC/ui/MMCEvent.dart'; import 'pack...
6
sarasiyashodha/Pareteach_App
e8e2d88
lib/Screens/HomePage/splash_screen.dart
Dart
www.github.com/sarasiyashodha/Pareteach_App/tree/main/lib/Screens/HomePage/splash_screen.dart
https://raw.githubusercontent.com/sarasiyashodha/Pareteach_App/e8e2d88/lib/Screens/HomePage/splash_screen.dart
sarasiyashodha/Pareteach_App e8e2d88 lib/Screens/HomePage/splash_screen.dart
true
200
910
import 'package:flutter/material.dart'; import 'package:flutter_spinkit/flutter_spinkit.dart'; class SplashScreen extends StatefulWidget { @override _SplashScreenState createState() => _SplashScreenState(); } class _SplashScreenState extends State<SplashScreen> { @override void initState() { super.initS...
2
alisha-budhathoki/task_track
34574ed
lib/core/di/locator.dart
Dart
www.github.com/alisha-budhathoki/task_track/tree/main/lib/core/di/locator.dart
https://raw.githubusercontent.com/alisha-budhathoki/task_track/34574ed/lib/core/di/locator.dart
alisha-budhathoki/task_track 34574ed lib/core/di/locator.dart
true
200
798
import 'package:dio/dio.dart'; import 'package:get_it/get_it.dart'; import 'package:task_track/core/routing/routing_index.dart'; import 'package:task_track/data/sources/remote_source/interceptors/api_interceptor.dart'; import 'package:task_track/data/sources/remote_source/remote_source.dart'; import 'package:task_track...
7
moeezahmedminhas/MadadFYP
9c348aa
lib/screens/quiz.dart
Dart
www.github.com/moeezahmedminhas/MadadFYP/tree/main/lib/screens/quiz.dart
https://raw.githubusercontent.com/moeezahmedminhas/MadadFYP/9c348aa/lib/screens/quiz.dart
moeezahmedminhas/MadadFYP 9c348aa lib/screens/quiz.dart
true
200
1,227
import 'package:flutter/material.dart'; import './question.dart'; class Quiz extends StatelessWidget { final List<Map<String, Object>> questions; final int questionIndex; final Function answerQuestion; const Quiz({ required this.questions, required this.answerQuestion, required this.questionIndex...
0
victor-limaa/example-flutter-app
92c67fa
lib/pages/Personal/personal_login_page.dart
Dart
www.github.com/victor-limaa/example-flutter-app/tree/main/lib/pages/Personal/personal_login_page.dart
https://raw.githubusercontent.com/victor-limaa/example-flutter-app/92c67fa/lib/pages/Personal/personal_login_page.dart
victor-limaa/example-flutter-app 92c67fa lib/pages/Personal/personal_login_page.dart
true
200
336
import 'package:flutter/material.dart'; class PersonalLoginPage extends StatelessWidget { const PersonalLoginPage({super.key}); @override Widget build(BuildContext context) { return const Scaffold( body: Padding( padding: EdgeInsets.all(12.0), child: Column( children: [], )...
3
nextive-rahim/all_in_one
9cf0453
lib/src/features/student_module/mobile/course/course_details/course_price/controller/course_price_view_controller.dart
Dart
www.github.com/nextive-rahim/all_in_one/tree/main/lib/src/features/student_module/mobile/course/course_details/course_price/controller/course_price_view_controller.dart
https://raw.githubusercontent.com/nextive-rahim/all_in_one/9cf0453/lib/src/features/student_module/mobile/course/course_details/course_price/controller/course_price_view_controller.dart
nextive-rahim/all_in_one 9cf0453 lib/src/features/student_module/mobile/course/course_details/course_price/controller/course_price_view_controller.dart
true
200
1,402
import 'package:all_in_one/src/features/student_module/mobile/course/course_details/course_price/model/student_course_price_model.dart'; import 'package:all_in_one/src/core/page_state/state.dart'; import 'package:all_in_one/src/core/widgets/logger.dart'; import 'package:all_in_one/src/features/student_module/mobile/cou...
1
salehdemir/flutter-food
66aa5d0
lib/widgets/long_text.dart
Dart
www.github.com/salehdemir/flutter-food/tree/main/lib/widgets/long_text.dart
https://raw.githubusercontent.com/salehdemir/flutter-food/66aa5d0/lib/widgets/long_text.dart
salehdemir/flutter-food 66aa5d0 lib/widgets/long_text.dart
true
200
1,881
import 'package:flutter/material.dart'; import 'package:flutter_ui_project/utils/dimension.dart'; import 'package:flutter_ui_project/widgets/small_text.dart'; import '../utils/colors.dart'; class LongTextWidget extends StatefulWidget { final String text; const LongTextWidget({Key? key, required this.text}) : supe...
5
Keita-lee/SAMA-2.0
53e1c54
lib/member/communities/sections/forums/sections/topics.dart
Dart
www.github.com/Keita-lee/SAMA-2.0/tree/main/lib/member/communities/sections/forums/sections/topics.dart
https://raw.githubusercontent.com/Keita-lee/SAMA-2.0/53e1c54/lib/member/communities/sections/forums/sections/topics.dart
Keita-lee/SAMA-2.0 53e1c54 lib/member/communities/sections/forums/sections/topics.dart
true
200
6,655
import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:sama/components/CustomSearchBar.dart'; import 'package:sama/components/utility.dart'; import 'package:sama/member/communities/sections/forums/sections/viewTopic/viewTopic.dart'; import '../../../../../components/service/c...
6
beauty-dev-pedro/Furniture_Store
888c455
lib/views/details_row.dart
Dart
www.github.com/beauty-dev-pedro/Furniture_Store/tree/main/lib/views/details_row.dart
https://raw.githubusercontent.com/beauty-dev-pedro/Furniture_Store/888c455/lib/views/details_row.dart
beauty-dev-pedro/Furniture_Store 888c455 lib/views/details_row.dart
true
200
663
import 'package:flutter/material.dart'; class DetailsRowView extends StatelessWidget { final String field; final String value; const DetailsRowView({ super.key, required this.field, required this.value }); @override Widget build(BuildContext context) { return Column(children: [ Row(...
2
boutoranas/easiergym
4a4972a
flutter_app2/lib/services/date formater.dart
Dart
www.github.com/boutoranas/easiergym/tree/main/flutter_app2/lib/services/date formater.dart
https://raw.githubusercontent.com/boutoranas/easiergym/4a4972a/flutter_app2/lib/services/date%20formater.dart
boutoranas/easiergym 4a4972a flutter_app2/lib/services/date formater.dart
true
200
2,220
class DateFormater { static List monthList = [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ]; static List daysOfTheWeek = [ "Monday", "Tuesday", "Wednesday", "Thursday", ...
7
okou4/flutter_temperature_app
ac82b97
lib/ui/authenticator/loading_screen.dart
Dart
www.github.com/okou4/flutter_temperature_app/tree/main/lib/ui/authenticator/loading_screen.dart
https://raw.githubusercontent.com/okou4/flutter_temperature_app/ac82b97/lib/ui/authenticator/loading_screen.dart
okou4/flutter_temperature_app ac82b97 lib/ui/authenticator/loading_screen.dart
true
200
396
import 'package:flutter/material.dart'; import 'authenticator_app_bar.dart'; class LoadingScreen extends StatelessWidget { const LoadingScreen({super.key}); @override Widget build(BuildContext context) { return const Scaffold( appBar: AuthenticatorAppBar( title: "Loading", ), body...
0
Mahiinour/GraduationProject
ef7a44e
lib/supermarket-pages/csupermarket.dart
Dart
www.github.com/Mahiinour/GraduationProject/tree/main/lib/supermarket-pages/csupermarket.dart
https://raw.githubusercontent.com/Mahiinour/GraduationProject/ef7a44e/lib/supermarket-pages/csupermarket.dart
Mahiinour/GraduationProject ef7a44e lib/supermarket-pages/csupermarket.dart
true
200
8,680
import 'package:bel_gomlaa/cart-pages/cart-page.dart'; import 'package:bel_gomlaa/home-page/homepage.dart'; import 'package:bel_gomlaa/supermarket-pages/beverages.dart'; import 'package:bel_gomlaa/supermarket-pages/flour&sugar.dart'; import 'package:bel_gomlaa/supermarket-pages/jarred-food.dart'; import 'package:b...
4
NoaTubic/photopulse
74feff4
lib/common/presentation/photo_pulse_toast.dart
Dart
www.github.com/NoaTubic/photopulse/tree/main/lib/common/presentation/photo_pulse_toast.dart
https://raw.githubusercontent.com/NoaTubic/photopulse/74feff4/lib/common/presentation/photo_pulse_toast.dart
NoaTubic/photopulse 74feff4 lib/common/presentation/photo_pulse_toast.dart
true
200
1,994
//ignore_for_file: avoid-unused-parameters, avoid-returning-widgets import 'dart:io'; import 'package:another_flushbar/flushbar.dart'; import 'package:flutter/material.dart'; import 'package:photopulse/common/constants/duration_constants.dart'; import 'package:photopulse/common/domain/providers/base_router_provider.dar...
3
tinodewa/ditonton
cb89309
search/lib/presentation/bloc/search_event.dart
Dart
www.github.com/tinodewa/ditonton/tree/main/search/lib/presentation/bloc/search_event.dart
https://raw.githubusercontent.com/tinodewa/ditonton/cb89309/search/lib/presentation/bloc/search_event.dart
tinodewa/ditonton cb89309 search/lib/presentation/bloc/search_event.dart
true
200
428
// part of 'search_movies_bloc.dart'; // ignore_for_file: camel_case_types, prefer_const_constructors_in_immutables import 'package:equatable/equatable.dart'; abstract class SearchEvent extends Equatable { const SearchEvent(); @override List<Object> get props => []; } class onQueryChanged extends SearchEvent...
1
marcusmi4n/CampusBite-prototype-
a8bddb8
lib/onboarding_screen3.dart
Dart
www.github.com/marcusmi4n/CampusBite-prototype-/tree/main/lib/onboarding_screen3.dart
https://raw.githubusercontent.com/marcusmi4n/CampusBite-prototype-/a8bddb8/lib/onboarding_screen3.dart
marcusmi4n/CampusBite-prototype- a8bddb8 lib/onboarding_screen3.dart
true
200
2,226
import 'package:flutter/material.dart'; import 'login_screen.dart'; import 'registration_screen.dart'; class OnboardingScreen3 extends StatelessWidget { const OnboardingScreen3({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Scaffold( body: Container( width...
5
Nicholasvp/chuva_prototipo
6f6e247
lib/src/widgets/people_header.dart
Dart
www.github.com/Nicholasvp/chuva_prototipo/tree/main/lib/src/widgets/people_header.dart
https://raw.githubusercontent.com/Nicholasvp/chuva_prototipo/6f6e247/lib/src/widgets/people_header.dart
Nicholasvp/chuva_prototipo 6f6e247 lib/src/widgets/people_header.dart
true
200
1,119
import 'package:chuva_prototipo/src/domain/models/people_model.dart'; import 'package:flutter/material.dart'; class PeopleHeader extends StatelessWidget { const PeopleHeader({ super.key, required this.peopleModel, }); final PeopleModel peopleModel; @override Widget build(BuildContext context) { ...
6
47thommy/music-player
935975b
zema/lib/db/playlist_db.dart
Dart
www.github.com/47thommy/music-player/tree/main/zema/lib/db/playlist_db.dart
https://raw.githubusercontent.com/47thommy/music-player/935975b/zema/lib/db/playlist_db.dart
47thommy/music-player 935975b zema/lib/db/playlist_db.dart
true
200
1,104
import 'package:zema/db/model/zema_model.dart'; import 'package:flutter/cupertino.dart'; import 'package:hive_flutter/adapters.dart'; class PlaylistDb { static ValueNotifier<List<zemaModel>> playlistNotifier = ValueNotifier([]); static final playlistDb = Hive.box<zemaModel>('playlistDb'); static Future<void> ad...
2
ArthurWallaceIFB/violencia_mulher_flutter
67c16da
lib/view/contato_view.dart
Dart
www.github.com/ArthurWallaceIFB/violencia_mulher_flutter/tree/main/lib/view/contato_view.dart
https://raw.githubusercontent.com/ArthurWallaceIFB/violencia_mulher_flutter/67c16da/lib/view/contato_view.dart
ArthurWallaceIFB/violencia_mulher_flutter 67c16da lib/view/contato_view.dart
true
200
3,795
import 'package:final_arthur_wallace/view/styles.dart'; import 'package:flutter/material.dart'; import 'package:url_launcher/url_launcher.dart'; class ContatoView extends StatelessWidget { final List<ContactItem> contacts = [ ContactItem( title: 'Central de Atendimento à Mulher', url: 'tel:180', // S...
7
SamarAbdulaziz/algoriza_weather_app
a9f04dd
lib/features/weather/domain/entities/day.dart
Dart
www.github.com/SamarAbdulaziz/algoriza_weather_app/tree/main/lib/features/weather/domain/entities/day.dart
https://raw.githubusercontent.com/SamarAbdulaziz/algoriza_weather_app/a9f04dd/lib/features/weather/domain/entities/day.dart
SamarAbdulaziz/algoriza_weather_app a9f04dd lib/features/weather/domain/entities/day.dart
true
200
433
import 'package:equatable/equatable.dart'; class Day extends Equatable { final int maxtempC; final int mintempC; final int dailyChanceOfRain; final String icon; Day({ required this.maxtempC, required this.mintempC, required this.dailyChanceOfRain, required this.icon, }); @override Lis...
0
NathanRJohnson/live-frontend
c8ebcaf
lib/wtfridge/provider/fridge_card_provider.dart
Dart
www.github.com/NathanRJohnson/live-frontend/tree/main/lib/wtfridge/provider/fridge_card_provider.dart
https://raw.githubusercontent.com/NathanRJohnson/live-frontend/c8ebcaf/lib/wtfridge/provider/fridge_card_provider.dart
NathanRJohnson/live-frontend c8ebcaf lib/wtfridge/provider/fridge_card_provider.dart
true
200
4,284
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:http/http.dart'; import 'package:http/src/io_client.dart'; import '../components/fridge_item_card.dart'; import '../handler/fridge_handler.dart'; import '../model/f...
4
BTankut/Magic_Book
2df8273
lib/shared/models/tale.dart
Dart
www.github.com/BTankut/Magic_Book/tree/main/lib/shared/models/tale.dart
https://raw.githubusercontent.com/BTankut/Magic_Book/2df8273/lib/shared/models/tale.dart
BTankut/Magic_Book 2df8273 lib/shared/models/tale.dart
true
200
5,267
import 'package:hive/hive.dart'; import 'package:uuid/uuid.dart'; import 'package:magic_book/shared/models/tale_page.dart'; part 'tale.g.dart'; /// Masal modeli. /// /// Bu sınıf, bir masalı temsil eder. @HiveType(typeId: 1) class Tale { /// Benzersiz tanımlayıcı. @HiveField(0) final String id; /// Masal ...
1
zaidshakir12/food_pro_flutter_app
a013754
lib/allah wala/whitebiryani.dart
Dart
www.github.com/zaidshakir12/food_pro_flutter_app/tree/main/lib/allah wala/whitebiryani.dart
https://raw.githubusercontent.com/zaidshakir12/food_pro_flutter_app/a013754/lib/allah%20wala/whitebiryani.dart
zaidshakir12/food_pro_flutter_app a013754 lib/allah wala/whitebiryani.dart
true
200
1,466
import 'package:flutter/material.dart'; import '../custom_counter_button.dart'; class whitebiryani extends StatefulWidget { const whitebiryani({super.key}); @override State<whitebiryani> createState() => _whitebiryaniState(); } class _whitebiryaniState extends State<whitebiryani> { @override Widget build(...
5
Coho04/EasyWallet
4d6e38a
lib/views/components/category_list_component.dart
Dart
www.github.com/Coho04/EasyWallet/tree/main/lib/views/components/category_list_component.dart
https://raw.githubusercontent.com/Coho04/EasyWallet/4d6e38a/lib/views/components/category_list_component.dart
Coho04/EasyWallet 4d6e38a lib/views/components/category_list_component.dart
true
200
2,727
import 'package:easy_wallet/model/category.dart'; import 'package:easy_wallet/views/categories/show.dart'; import 'package:easy_wallet/views/components/auto_text.dart'; import 'package:easy_wallet/views/components/color_circle.dart'; import 'package:flutter/cupertino.dart'; class CategoryListComponent extends Stateles...
6
BokangWAV/Blooger
c7117a2
lib/home_screen.dart
Dart
www.github.com/BokangWAV/Blooger/tree/main/lib/home_screen.dart
https://raw.githubusercontent.com/BokangWAV/Blooger/c7117a2/lib/home_screen.dart
BokangWAV/Blooger c7117a2 lib/home_screen.dart
true
200
2,010
import 'package:blogger/pages/home.dart'; import 'package:blogger/pages/messages.dart'; import 'package:blogger/pages/post.dart'; import 'package:blogger/pages/profile.dart'; import 'package:blogger/pages/search.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; class Hom...
7
Raj3448/Geany_Softtech_Test
645fd28
lib/main.dart
Dart
www.github.com/Raj3448/Geany_Softtech_Test/tree/main/lib/main.dart
https://raw.githubusercontent.com/Raj3448/Geany_Softtech_Test/645fd28/lib/main.dart
Raj3448/Geany_Softtech_Test 645fd28 lib/main.dart
true
200
916
import 'package:demoapp/core/util/colors.dart'; import 'package:demoapp/feature/Auth/auth_page1.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:responsive_sizer/responsive_sizer.dart'; Future<void> main() async { WidgetsFlutterBinding.ensureInitialized(); runApp(const ...
2