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
porntavee/mangcoo-mobile
1768884
lib/splash.dart
Dart
www.github.com/porntavee/mangcoo-mobile/tree/main/lib/splash.dart
https://raw.githubusercontent.com/porntavee/mangcoo-mobile/1768884/lib/splash.dart
porntavee/mangcoo-mobile 1768884 lib/splash.dart
true
200
2,852
import 'dart:async'; import 'package:flutter/material.dart'; import 'package:flutter_secure_storage/flutter_secure_storage.dart'; import 'package:wereward/shared/api_provider.dart'; import 'home.dart'; import 'home_mart.dart'; class SplashPage extends StatefulWidget { @override _SplashPageState createState() => _...
1
AhmedHussein1000/fruit_hub
d567f57
lib/features/login/data/repository/login_repos_impl.dart
Dart
www.github.com/AhmedHussein1000/fruit_hub/tree/main/lib/features/login/data/repository/login_repos_impl.dart
https://raw.githubusercontent.com/AhmedHussein1000/fruit_hub/d567f57/lib/features/login/data/repository/login_repos_impl.dart
AhmedHussein1000/fruit_hub d567f57 lib/features/login/data/repository/login_repos_impl.dart
true
200
4,144
import 'dart:convert'; import 'dart:developer'; import 'package:dartz/dartz.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:fruit_hub/core/errors/exceptions.dart'; import 'package:fruit_hub/core/errors/failures.dart'; import 'package:fruit_hub/core/functions/add_user_data.dart'; import 'packa...
0
smarts-uz/flutterflow_responsive_crm_app
f2df593
lib/pages/main_pages/add_company/add_company_model.dart
Dart
www.github.com/smarts-uz/flutterflow_responsive_crm_app/tree/main/lib/pages/main_pages/add_company/add_company_model.dart
https://raw.githubusercontent.com/smarts-uz/flutterflow_responsive_crm_app/f2df593/lib/pages/main_pages/add_company/add_company_model.dart
smarts-uz/flutterflow_responsive_crm_app f2df593 lib/pages/main_pages/add_company/add_company_model.dart
true
200
2,098
import '/backend/supabase/supabase.dart'; import '/components/web_nav/web_nav_widget.dart'; import '/flutter_flow/flutter_flow_icon_button.dart'; import '/flutter_flow/flutter_flow_theme.dart'; import '/flutter_flow/flutter_flow_util.dart'; import '/flutter_flow/flutter_flow_widgets.dart'; import 'add_company_widget.da...
6
aathif12/fitnest1
e6ae61f
lib/Pages/Register/Register1.dart
Dart
www.github.com/aathif12/fitnest1/tree/main/lib/Pages/Register/Register1.dart
https://raw.githubusercontent.com/aathif12/fitnest1/e6ae61f/lib/Pages/Register/Register1.dart
aathif12/fitnest1 e6ae61f lib/Pages/Register/Register1.dart
true
200
2,760
import 'package:fitnest/Pages/Register/Signin.dart'; import 'package:flutter/material.dart'; import 'package:gradient_elevated_button/gradient_elevated_button.dart'; final List<String> gender = ["Male", "Female"]; class Register1 extends StatefulWidget { const Register1({super.key}); @override _Register1State ...
7
RafaelNTeixeira/GIG
7b53534
lib/components/elements/service-details.dart
Dart
www.github.com/RafaelNTeixeira/GIG/tree/main/lib/components/elements/service-details.dart
https://raw.githubusercontent.com/RafaelNTeixeira/GIG/7b53534/lib/components/elements/service-details.dart
RafaelNTeixeira/GIG 7b53534 lib/components/elements/service-details.dart
true
200
2,654
import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:gig/components/buttons/sign_up-button.dart'; import 'package:maps_launcher/maps_launcher.dart'; class ServiceDetails extends StatelessWidget { final String? price; final String? location; final String? category; fin...
4
DixitRam/Rupees-Expense_Manager
b4ec407
lib/group/group_home_screen.dart
Dart
www.github.com/DixitRam/Rupees-Expense_Manager/tree/main/lib/group/group_home_screen.dart
https://raw.githubusercontent.com/DixitRam/Rupees-Expense_Manager/b4ec407/lib/group/group_home_screen.dart
DixitRam/Rupees-Expense_Manager b4ec407 lib/group/group_home_screen.dart
true
200
2,775
import 'package:flutter/material.dart'; import 'create_group_screen.dart'; import 'group_details_screen.dart'; import 'models.dart'; class groupHomeScreen extends StatefulWidget { const groupHomeScreen({super.key}); @override _groupHomeScreenState createState() => _groupHomeScreenState(); } class _...
2
jishnu6241/Escooter_admin
048ab89
lib/main.dart
Dart
www.github.com/jishnu6241/Escooter_admin/tree/main/lib/main.dart
https://raw.githubusercontent.com/jishnu6241/Escooter_admin/048ab89/lib/main.dart
jishnu6241/Escooter_admin 048ab89 lib/main.dart
true
200
1,573
import 'package:escooter_admin/ui/screen/login.dart'; import 'package:flutter/material.dart'; import 'package:supabase_flutter/supabase_flutter.dart'; void main() async { await Supabase.initialize( url: 'https://rovptkqybifeaarerqky.supabase.co', anonKey: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3M...
5
SamirMan3/FYP-MealMate-Flutter
0964a11
lib/presentation/signup_screen.dart
Dart
www.github.com/SamirMan3/FYP-MealMate-Flutter/tree/main/lib/presentation/signup_screen.dart
https://raw.githubusercontent.com/SamirMan3/FYP-MealMate-Flutter/0964a11/lib/presentation/signup_screen.dart
SamirMan3/FYP-MealMate-Flutter 0964a11 lib/presentation/signup_screen.dart
true
200
16,614
import 'package:flutter/material.dart'; import 'package:http/http.dart'; import 'package:image_picker/image_picker.dart'; import 'package:mealmate/core/app_export.dart'; import 'package:mealmate/core/utils/config.dart'; import 'package:mealmate/widgets/custom_elevated_button.dart'; // import 'package:firebase_auth/fire...
3
basunia/live_news_flutter
3116336
lib/main/home_nav_drawer.dart
Dart
www.github.com/basunia/live_news_flutter/tree/main/lib/main/home_nav_drawer.dart
https://raw.githubusercontent.com/basunia/live_news_flutter/3116336/lib/main/home_nav_drawer.dart
basunia/live_news_flutter 3116336 lib/main/home_nav_drawer.dart
true
200
2,925
import 'package:easy_localization/easy_localization.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import '../../utils/localization.dart'; import '../localization/localization_settings.dart'; import '../settings/cubit/settings_cubit.dart'; import '../settings/cubit/setti...
1
jeisoniglesias/app-isa
580adab
lib/views/splash.view1.dart
Dart
www.github.com/jeisoniglesias/app-isa/tree/main/lib/views/splash.view1.dart
https://raw.githubusercontent.com/jeisoniglesias/app-isa/580adab/lib/views/splash.view1.dart
jeisoniglesias/app-isa 580adab lib/views/splash.view1.dart
true
200
1,160
import 'package:application/views/login.view.dart'; import 'package:flutter/material.dart'; import 'dart:async'; import 'package:application/utils/global.colors.dart'; import 'package:get/get.dart'; class SplashView1 extends StatelessWidget { const SplashView1({Key? key}) : super(key: key); @override Widget bu...
0
westalley17/SpotifyMimic-Flutter
6c6a0ea
lib/widgets/login_page.dart
Dart
www.github.com/westalley17/SpotifyMimic-Flutter/tree/main/lib/widgets/login_page.dart
https://raw.githubusercontent.com/westalley17/SpotifyMimic-Flutter/6c6a0ea/lib/widgets/login_page.dart
westalley17/SpotifyMimic-Flutter 6c6a0ea lib/widgets/login_page.dart
true
200
10,019
import 'dart:async'; import 'dart:convert'; import 'package:first_app/config/env_config.dart'; import 'package:first_app/widgets/register_page.dart'; import 'package:http/http.dart' as http; import 'package:flutter/material.dart'; import 'package:status_alert/status_alert.dart'; //import 'package:shared_preferences/sh...
6
mohamedebrahim4399/reddit_example
8b527b8
lib/reals/ui/reals_state.dart
Dart
www.github.com/mohamedebrahim4399/reddit_example/tree/main/lib/reals/ui/reals_state.dart
https://raw.githubusercontent.com/mohamedebrahim4399/reddit_example/8b527b8/lib/reals/ui/reals_state.dart
mohamedebrahim4399/reddit_example 8b527b8 lib/reals/ui/reals_state.dart
true
200
826
import 'package:equatable/equatable.dart'; import 'package:reddit_task/reals/doman/models/real_entity.dart'; import 'package:reddit_task/utils/async.dart'; class RealsState extends Equatable { final Async<RealEntity> real; final Async<void> like; final Async<void> unLike; const RealsState( this.real, ...
2
SyazwaniAzriza/Portfolio
03e4ee9
FYP/signUp.dart
Dart
www.github.com/SyazwaniAzriza/Portfolio/tree/main/FYP/signUp.dart
https://raw.githubusercontent.com/SyazwaniAzriza/Portfolio/03e4ee9/FYP/signUp.dart
SyazwaniAzriza/Portfolio 03e4ee9 FYP/signUp.dart
true
200
2,914
import 'package:code/navigationWidget.dart'; import 'package:code/reusableWidget.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; class SignUp extends StatefulWidget { const SignUp({Key? key}) : super(key: key); @override _SignUpState createState() => _Sig...
5
niroulasaugat/Shop_app
35cdfc0
lib/widgets/Productitem.dart
Dart
www.github.com/niroulasaugat/Shop_app/tree/main/lib/widgets/Productitem.dart
https://raw.githubusercontent.com/niroulasaugat/Shop_app/35cdfc0/lib/widgets/Productitem.dart
niroulasaugat/Shop_app 35cdfc0 lib/widgets/Productitem.dart
true
200
2,235
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:shop/providers/products.dart'; import 'package:shop/screens/Product_detail_screen.dart'; import '../screens/ProductOverviewscreen.dart'; import '../providers/product.dart'; import '../providers/cart.dart'; class ProductIte...
6
Yasminingrum/myportfolioapp
8e5df4a
lib/main.dart
Dart
www.github.com/Yasminingrum/myportfolioapp/tree/main/lib/main.dart
https://raw.githubusercontent.com/Yasminingrum/myportfolioapp/8e5df4a/lib/main.dart
Yasminingrum/myportfolioapp 8e5df4a lib/main.dart
true
200
1,897
import 'package:flutter/material.dart'; import 'screens/home_screen.dart'; import 'screens/projects_screen.dart'; import 'screens/contact_screen.dart'; void main() { runApp (const MyPortfolioApp()); } class MyPortfolioApp extends StatelessWidget { // Constructor tanpa super.key untuk kompatibilitas const MyPort...
3
Elumalai24/Provider_APiCall
71ef032
lib/model/user_model.dart
Dart
www.github.com/Elumalai24/Provider_APiCall/tree/main/lib/model/user_model.dart
https://raw.githubusercontent.com/Elumalai24/Provider_APiCall/71ef032/lib/model/user_model.dart
Elumalai24/Provider_APiCall 71ef032 lib/model/user_model.dart
true
200
418
class Users { final int id; final int userId; final String title; final bool completed; Users({ required this.id, required this.userId, required this.title, required this.completed, }); factory Users.fromJson(Map<String, dynamic> json) { return Users( id: json['id'], use...
0
uttamnagvadiya/Semester-4
610c6bc
Flutter/Android_Projects/Matrimony/matrimony/lib/RestAPI/api_new_user.dart
Dart
www.github.com/uttamnagvadiya/Semester-4/tree/main/Flutter/Android_Projects/Matrimony/matrimony/lib/RestAPI/api_new_user.dart
https://raw.githubusercontent.com/uttamnagvadiya/Semester-4/610c6bc/Flutter/Android_Projects/Matrimony/matrimony/lib/RestAPI/api_new_user.dart
uttamnagvadiya/Semester-4 610c6bc Flutter/Android_Projects/Matrimony/matrimony/lib/RestAPI/api_new_user.dart
true
200
7,165
//region Import Statements... import 'package:flutter/material.dart'; import 'package:dio/dio.dart'; import 'package:matrimony/RestAPI/API_Model/UserListItem.dart'; import 'package:matrimony/RestAPI/rest_client.dart'; //endregion class ApiNewUser extends StatefulWidget { UserListItem? data; ApiNewUser({super.key, ...
7
ICP-hub/Eakazi-Jobs-ICP
65b35ad
lib/features/shared_widgets/reviews/write_review.dart
Dart
www.github.com/ICP-hub/Eakazi-Jobs-ICP/tree/main/lib/features/shared_widgets/reviews/write_review.dart
https://raw.githubusercontent.com/ICP-hub/Eakazi-Jobs-ICP/65b35ad/lib/features/shared_widgets/reviews/write_review.dart
ICP-hub/Eakazi-Jobs-ICP 65b35ad lib/features/shared_widgets/reviews/write_review.dart
true
200
9,047
import 'dart:io'; import 'dart:convert'; import 'dart:typed_data'; import 'package:eakazijobs/features/authentication/login/view/screen/sign_in.dart' as SignIn; import 'package:eakazijobs/integrations.dart'; import '../../../helpers/routes/app_pages.dart'; import '../input_text.dart'; import 'package:get/get.dart';...
1
ApplicationPaker/b2b420
e8ec268
lib/screens/splash/splash.dart
Dart
www.github.com/ApplicationPaker/b2b420/tree/main/lib/screens/splash/splash.dart
https://raw.githubusercontent.com/ApplicationPaker/b2b420/e8ec268/lib/screens/splash/splash.dart
ApplicationPaker/b2b420 e8ec268 lib/screens/splash/splash.dart
true
200
3,580
import 'package:cirilla/constants/assets.dart'; import 'package:cirilla/constants/constants.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:ui/painter/zoom_painter.dart'; import '../../store/auth/auth_store.dart'; import '../../types/types.dart'; import '../../ut...
4
cocoalabspvtltd/prezentyCardAppFrontend
adc009e
lib/models/view_products.dart
Dart
www.github.com/cocoalabspvtltd/prezentyCardAppFrontend/tree/main/lib/models/view_products.dart
https://raw.githubusercontent.com/cocoalabspvtltd/prezentyCardAppFrontend/adc009e/lib/models/view_products.dart
cocoalabspvtltd/prezentyCardAppFrontend adc009e lib/models/view_products.dart
true
200
3,250
class ViewProducts { List<Data>? data; int? total; int? perPage; int? currentPage; int? lastPage; String? nextPageUrl; Null? prevPageUrl; ViewProducts( {this.data, this.total, this.perPage, this.currentPage, this.lastPage, this.nextPageUrl, this.pre...
2
L0-St/weather_app_last_edited
0fcc380
lib/pages/search/search_page.dart
Dart
www.github.com/L0-St/weather_app_last_edited/tree/main/lib/pages/search/search_page.dart
https://raw.githubusercontent.com/L0-St/weather_app_last_edited/0fcc380/lib/pages/search/search_page.dart
L0-St/weather_app_last_edited 0fcc380 lib/pages/search/search_page.dart
true
200
7,764
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:flutter_slidable/flutter_slidable.dart'; import 'package:get/get.dart'; import 'package:weather_app_last_edited/pages/home/home_page.dart'; import '../../helpers/api_helper/cubit/api_weather_cubit.dart'; import '../...
5
Mohammedomargallya39/besmkallahom
a692382
lib/features/home/date/data_source/home_remote_date_source.dart
Dart
www.github.com/Mohammedomargallya39/besmkallahom/tree/main/lib/features/home/date/data_source/home_remote_date_source.dart
https://raw.githubusercontent.com/Mohammedomargallya39/besmkallahom/a692382/lib/features/home/date/data_source/home_remote_date_source.dart
Mohammedomargallya39/besmkallahom a692382 lib/features/home/date/data_source/home_remote_date_source.dart
true
200
2,257
import 'package:dio/dio.dart'; import '../../../../core/network/remote/api_endpoints.dart'; import '../../../../core/network/remote/dio_helper.dart'; import '../models/adan_model.dart'; import '../models/hadith_model.dart'; import '../models/tafseer_model.dart'; abstract class HomeBaseRemoteDataSource { Future<List<...
3
MottoMottoBR/superfood
498725e
lib/pages/pages_controller/sign_up_controller.dart
Dart
www.github.com/MottoMottoBR/superfood/tree/main/lib/pages/pages_controller/sign_up_controller.dart
https://raw.githubusercontent.com/MottoMottoBR/superfood/498725e/lib/pages/pages_controller/sign_up_controller.dart
MottoMottoBR/superfood 498725e lib/pages/pages_controller/sign_up_controller.dart
true
200
555
import 'package:flutter/foundation.dart'; import 'package:superfood/pages/pages_controller/sign_up_state.dart'; class SignUpController extends ChangeNotifier { SignUpState _state = SignUpInitialState(); SignUpState get state => _state; void _changeState(SignUpState newState) { _state = newState; notifyLi...
6
DavidOk14/EatExperts
a24140b
eatexperts/lib/main.dart
Dart
www.github.com/DavidOk14/EatExperts/tree/main/eatexperts/lib/main.dart
https://raw.githubusercontent.com/DavidOk14/EatExperts/a24140b/eatexperts/lib/main.dart
DavidOk14/EatExperts a24140b eatexperts/lib/main.dart
true
200
4,416
// Routes import 'package:eatexperts/Screens/Home/home_page.dart'; import 'package:eatexperts/Screens/Home/main_screen.dart'; import 'package:eatexperts/Screens/Login/signup.dart'; import 'package:eatexperts/Screens/Login/login.dart'; import 'package:eatexperts/Screens/Startup/SplashScreen.dart'; import 'package:eatexp...
0
abdulrahman0842/rx_manager
1d26d5b
lib/services/content_service.dart
Dart
www.github.com/abdulrahman0842/rx_manager/tree/main/lib/services/content_service.dart
https://raw.githubusercontent.com/abdulrahman0842/rx_manager/1d26d5b/lib/services/content_service.dart
abdulrahman0842/rx_manager 1d26d5b lib/services/content_service.dart
true
200
350
import 'package:cloud_firestore/cloud_firestore.dart'; class ContentService { final FirebaseFirestore _firestore = FirebaseFirestore.instance; Future<void> addContent(String content) async { try { _firestore.collection('content').add({'content': content}); } on FirebaseException catch (e) { th...
7
sumanpdneupane/flutter_ddd_with_firebase
2308780
lib/application/notes/note_form/NoteFormBloc.dart
Dart
www.github.com/sumanpdneupane/flutter_ddd_with_firebase/tree/main/lib/application/notes/note_form/NoteFormBloc.dart
https://raw.githubusercontent.com/sumanpdneupane/flutter_ddd_with_firebase/2308780/lib/application/notes/note_form/NoteFormBloc.dart
sumanpdneupane/flutter_ddd_with_firebase 2308780 lib/application/notes/note_form/NoteFormBloc.dart
true
200
2,287
import 'dart:async'; import 'package:bloc/bloc.dart'; import 'package:dartz/dartz.dart'; import 'package:flutter_ddd_with_firebase/domain/notes/INoteRepository.dart'; import 'package:flutter_ddd_with_firebase/domain/notes/NoteFailure.dart'; import 'package:flutter_ddd_with_firebase/domain/notes/ValueObjects.dart'; imp...
1
p1pahareAlpha/svojasweb_flutter
e894888
lib/utilities/dropdown_field_custom.dart
Dart
www.github.com/p1pahareAlpha/svojasweb_flutter/tree/main/lib/utilities/dropdown_field_custom.dart
https://raw.githubusercontent.com/p1pahareAlpha/svojasweb_flutter/e894888/lib/utilities/dropdown_field_custom.dart
p1pahareAlpha/svojasweb_flutter e894888 lib/utilities/dropdown_field_custom.dart
true
200
1,829
import 'package:flutter/material.dart'; class DropDownFieldCustm extends StatelessWidget { const DropDownFieldCustm( {Key? key, required this.controller, this.obscure = false, this.label = '', this.showLabel = false, required this.focusNode, this.validate, this.options...
4
quad-solutions/sporty
90e4eae
lib/main.dart
Dart
www.github.com/quad-solutions/sporty/tree/main/lib/main.dart
https://raw.githubusercontent.com/quad-solutions/sporty/90e4eae/lib/main.dart
quad-solutions/sporty 90e4eae lib/main.dart
true
200
5,716
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'package:sporty_mc_sportface/models/settings.dart'; import 'package:sporty_mc_sportface/views/dashboard.dart'; import 'package:sporty_mc_sportface/views/settings_view.dart...
5
poqueque/plexus_2024_fitness_time
0a8d951
lib/screens/profile_page.dart
Dart
www.github.com/poqueque/plexus_2024_fitness_time/tree/main/lib/screens/profile_page.dart
https://raw.githubusercontent.com/poqueque/plexus_2024_fitness_time/0a8d951/lib/screens/profile_page.dart
poqueque/plexus_2024_fitness_time 0a8d951 lib/screens/profile_page.dart
true
200
2,442
import 'package:fitness_time/styles/app_styles.dart'; import 'package:fitness_time/widgets/data_card.dart'; import 'package:flutter/material.dart'; class ProfilePage extends StatelessWidget { const ProfilePage({super.key}); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar...
3
Shuhaibch/Karngea4u
971f124
lib/features/cv/screens/cv_video/cv_video_card_widget.dart
Dart
www.github.com/Shuhaibch/Karngea4u/tree/main/lib/features/cv/screens/cv_video/cv_video_card_widget.dart
https://raw.githubusercontent.com/Shuhaibch/Karngea4u/971f124/lib/features/cv/screens/cv_video/cv_video_card_widget.dart
Shuhaibch/Karngea4u 971f124 lib/features/cv/screens/cv_video/cv_video_card_widget.dart
true
200
3,034
import 'package:flutter/material.dart'; import 'package:flutter_slidable/flutter_slidable.dart'; import 'package:iconsax/iconsax.dart'; import 'package:karngea4u/core/commen/widgets/container/card_widget.dart'; import 'package:karngea4u/core/utils/color/colors.dart'; import 'package:karngea4u/core/utils/sizes/sizes.dar...
6
PyKt/Flutter_Components
92a2de4
lib/providers/text_form.dart
Dart
www.github.com/PyKt/Flutter_Components/tree/main/lib/providers/text_form.dart
https://raw.githubusercontent.com/PyKt/Flutter_Components/92a2de4/lib/providers/text_form.dart
PyKt/Flutter_Components 92a2de4 lib/providers/text_form.dart
true
200
1,328
import 'package:flutter/material.dart'; class TextFormModified extends StatelessWidget { final String? hintText; final String? labelText; final String? helperText; final Icon? prefixIcon; final TextInputType? keyboardType; final bool obscureText; final String formProperty; final Map<String, String> for...
0
SalmaRazeq/quran_app
024ae3b
lib/presentation/home/home_screen.dart
Dart
www.github.com/SalmaRazeq/quran_app/tree/main/lib/presentation/home/home_screen.dart
https://raw.githubusercontent.com/SalmaRazeq/quran_app/024ae3b/lib/presentation/home/home_screen.dart
SalmaRazeq/quran_app 024ae3b lib/presentation/home/home_screen.dart
true
200
2,521
import 'package:flutter/material.dart'; import 'package:quran_app/core/utils/assets_manager.dart'; import 'package:quran_app/core/utils/strings_manager.dart'; import 'package:quran_app/presentation/home/tabs/hadith_tab/hadith_tab.dart'; import 'package:quran_app/presentation/home/tabs/quran_tab/quran_tab.dart'; import ...
7
LuisESouza/MobileTrab2
ded9526
lib/screens/splash_screen.dart
Dart
www.github.com/LuisESouza/MobileTrab2/tree/main/lib/screens/splash_screen.dart
https://raw.githubusercontent.com/LuisESouza/MobileTrab2/ded9526/lib/screens/splash_screen.dart
LuisESouza/MobileTrab2 ded9526 lib/screens/splash_screen.dart
true
200
1,558
import 'package:flutter/material.dart'; import '../routes/app_routes.dart'; class SplashScreen extends StatefulWidget { const SplashScreen({super.key}); @override _SplashScreenState createState() => _SplashScreenState(); } class _SplashScreenState extends State<SplashScreen> { @override void initState() { ...
1
RanaAshraf20/weather_app
7ba98d3
lib/shared_components/text_input_field.dart
Dart
www.github.com/RanaAshraf20/weather_app/tree/main/lib/shared_components/text_input_field.dart
https://raw.githubusercontent.com/RanaAshraf20/weather_app/7ba98d3/lib/shared_components/text_input_field.dart
RanaAshraf20/weather_app 7ba98d3 lib/shared_components/text_input_field.dart
true
200
2,575
import 'package:flutter/material.dart'; class TextInputField extends StatelessWidget { const TextInputField({ super.key, this.controller, required this.onSubmitted, this.hintText = '', this.hintColor = Colors.grey, this.focusedBorderColor = Colors.blue, this.borderRadius = 0, this.lab...
2
dart1492/flugo
0bf281a
lib/features/jokes/presentation/blocs/search_textfield.dart/search_textfield_cubit.dart
Dart
www.github.com/dart1492/flugo/tree/main/lib/features/jokes/presentation/blocs/search_textfield.dart/search_textfield_cubit.dart
https://raw.githubusercontent.com/dart1492/flugo/0bf281a/lib/features/jokes/presentation/blocs/search_textfield.dart/search_textfield_cubit.dart
dart1492/flugo 0bf281a lib/features/jokes/presentation/blocs/search_textfield.dart/search_textfield_cubit.dart
true
200
452
import 'package:bloc/bloc.dart'; import 'package:flugo_mobile/features/jokes/presentation/blocs/search_textfield.dart/search_textfield_state.dart'; /// Search textfield cubit class SearchTextfieldCubit extends Cubit<SearchTextFieldState> { /// Search textfield cubit SearchTextfieldCubit() : super( ...
4
jtavio/prueba-tecnica-movie-avilatek
80b0e6e
lib/src/pages/detail/detailMovieScreen.dart
Dart
www.github.com/jtavio/prueba-tecnica-movie-avilatek/tree/main/lib/src/pages/detail/detailMovieScreen.dart
https://raw.githubusercontent.com/jtavio/prueba-tecnica-movie-avilatek/80b0e6e/lib/src/pages/detail/detailMovieScreen.dart
jtavio/prueba-tecnica-movie-avilatek 80b0e6e lib/src/pages/detail/detailMovieScreen.dart
true
200
6,591
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:pruebamovieavilatek/src/blocs/bloc.dart'; import 'package:pruebamovieavilatek/src/models/movie_credits.dart'; import 'package:pruebamovieavilatek/src/models/movie_popular.dart'; class DetailsMovieScreen extends Sta...
3
ishaan-singhal24/NOVA_SOCIAL_admin_application
1979c15
lib/base/app_material_input_field.dart
Dart
www.github.com/ishaan-singhal24/NOVA_SOCIAL_admin_application/tree/main/lib/base/app_material_input_field.dart
https://raw.githubusercontent.com/ishaan-singhal24/NOVA_SOCIAL_admin_application/1979c15/lib/base/app_material_input_field.dart
ishaan-singhal24/NOVA_SOCIAL_admin_application 1979c15 lib/base/app_material_input_field.dart
true
200
5,233
import 'package:flutter/material.dart'; // import 'package:month_year_picker/month_year_picker.dart'; import 'package:novasocial_admin/data/constants/app_colors.dart'; import 'package:novasocial_admin/data/constants/app_strings.dart'; import 'package:novasocial_admin/data/constants/app_text_styles.dart'; import 'packag...
6
amirrahi29/moon-walker-flutter-app
8716f86
lib/view_model/ProductViewModel.dart
Dart
www.github.com/amirrahi29/moon-walker-flutter-app/tree/main/lib/view_model/ProductViewModel.dart
https://raw.githubusercontent.com/amirrahi29/moon-walker-flutter-app/8716f86/lib/view_model/ProductViewModel.dart
amirrahi29/moon-walker-flutter-app 8716f86 lib/view_model/ProductViewModel.dart
true
200
19,286
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:infinite_scroll_pagination/infinite_scroll_pagination.dart'; import 'package:moon_walker/custom_classes/GlobalEquipments.dart'; import 'package:moon_walker/model/ColorsModel.dart'; import 'package:moon_walker/model/ProductDetailsMode...
5
yanuarnv/baswara_app
9872d2b
lib/widget/logout_dialog_widget.dart
Dart
www.github.com/yanuarnv/baswara_app/tree/main/lib/widget/logout_dialog_widget.dart
https://raw.githubusercontent.com/yanuarnv/baswara_app/9872d2b/lib/widget/logout_dialog_widget.dart
yanuarnv/baswara_app 9872d2b lib/widget/logout_dialog_widget.dart
true
200
2,751
import 'package:baswara_app/authentication/presentation/manager/auth_bloc.dart'; import 'package:baswara_app/core/local_auth_storage.dart'; import 'package:baswara_app/onBoarding/presentation/pages/onboarding_page.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'pa...
1
minhducnt/WakDak_Shop
90cf474
mobile/lib/ui/screen/address/delivery_address_screen.dart
Dart
www.github.com/minhducnt/WakDak_Shop/tree/main/mobile/lib/ui/screen/address/delivery_address_screen.dart
https://raw.githubusercontent.com/minhducnt/WakDak_Shop/90cf474/mobile/lib/ui/screen/address/delivery_address_screen.dart
minhducnt/WakDak_Shop 90cf474 mobile/lib/ui/screen/address/delivery_address_screen.dart
true
200
18,835
import 'dart:async'; import 'package:connectivity_plus/connectivity_plus.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:flutter_svg/svg.dart'; import 'package:wakDak/app/ro...
0
Maghwyn/flutter-rider
bc36540
lib/modules/user/user.page.dart
Dart
www.github.com/Maghwyn/flutter-rider/tree/main/lib/modules/user/user.page.dart
https://raw.githubusercontent.com/Maghwyn/flutter-rider/bc36540/lib/modules/user/user.page.dart
Maghwyn/flutter-rider bc36540 lib/modules/user/user.page.dart
true
200
3,934
import 'package:flutter/material.dart'; import 'package:flutter_project/modules/admin/admin.page.dart'; import 'package:flutter_project/modules/horses/horses.page.dart'; import 'package:flutter_project/modules/user/user.controller.dart'; import 'package:flutter_project/modules/user/user.service.dart'; import 'package:f...
7
AbdugaffarovIqboljon/shop_app
53acfe7
lib/screens/home_screen/home_screen_views/special_offer.dart
Dart
www.github.com/AbdugaffarovIqboljon/shop_app/tree/main/lib/screens/home_screen/home_screen_views/special_offer.dart
https://raw.githubusercontent.com/AbdugaffarovIqboljon/shop_app/53acfe7/lib/screens/home_screen/home_screen_views/special_offer.dart
AbdugaffarovIqboljon/shop_app 53acfe7 lib/screens/home_screen/home_screen_views/special_offer.dart
true
200
3,098
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:provider/provider.dart'; import 'package:shop_app/providers/special_offers_provider.dart'; import '../../../components/special_offer_widget.dart'; class SpecialOffers extends StatelessWidget { const ...
4
anoochit/simply_bills
b2ac9e5
simply_bills_manager/lib/app/routes/app_pages.dart
Dart
www.github.com/anoochit/simply_bills/tree/main/simply_bills_manager/lib/app/routes/app_pages.dart
https://raw.githubusercontent.com/anoochit/simply_bills/b2ac9e5/simply_bills_manager/lib/app/routes/app_pages.dart
anoochit/simply_bills b2ac9e5 simply_bills_manager/lib/app/routes/app_pages.dart
true
200
1,086
import 'package:get/get.dart'; import '../../middlewares/load_data.dart'; import '../../middlewares/route_guard.dart'; import '../modules/create_invoice/bindings/create_invoice_binding.dart'; import '../modules/create_invoice/views/create_invoice_view.dart'; import '../modules/home/bindings/home_binding.dart'; import ...
2
simform-chetan/weather_app
8e1d620
lib/features/current_weather/presentation/bloc/current_weather_state.dart
Dart
www.github.com/simform-chetan/weather_app/tree/main/lib/features/current_weather/presentation/bloc/current_weather_state.dart
https://raw.githubusercontent.com/simform-chetan/weather_app/8e1d620/lib/features/current_weather/presentation/bloc/current_weather_state.dart
simform-chetan/weather_app 8e1d620 lib/features/current_weather/presentation/bloc/current_weather_state.dart
true
200
930
part of 'current_weather_bloc.dart'; sealed class CurrentWeatherState extends Equatable { const CurrentWeatherState(); } final class CurrentWeatherLoading extends CurrentWeatherState { const CurrentWeatherLoading(); @override List<Object> get props => List.empty(); } final class CurrentWeatherSuccess extend...
3
yusufmsabeh/gif_app
3a5de2b
lib/Screens/MyGifsScreen.dart
Dart
www.github.com/yusufmsabeh/gif_app/tree/main/lib/Screens/MyGifsScreen.dart
https://raw.githubusercontent.com/yusufmsabeh/gif_app/3a5de2b/lib/Screens/MyGifsScreen.dart
yusufmsabeh/gif_app 3a5de2b lib/Screens/MyGifsScreen.dart
true
200
2,215
import 'package:easy_localization/easy_localization.dart'; import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:flutter_staggered_grid_view/flutter_staggered_grid_view.dart'; import 'package:gif_app/Providers/AuthProvider.dart'; import 'package:gif_app/Pro...
5
ooeunoo/pookaboo_app
a864990
lib/layers/presentation/pages/profile/widgets/update_user_data_v1_sheet.dart
Dart
www.github.com/ooeunoo/pookaboo_app/tree/main/lib/layers/presentation/pages/profile/widgets/update_user_data_v1_sheet.dart
https://raw.githubusercontent.com/ooeunoo/pookaboo_app/a864990/lib/layers/presentation/pages/profile/widgets/update_user_data_v1_sheet.dart
ooeunoo/pookaboo_app a864990 lib/layers/presentation/pages/profile/widgets/update_user_data_v1_sheet.dart
true
200
9,637
import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; import 'package:pookabu/layers/data/models/user/app_user.dart'; import 'package:pookabu/layers/domain/entities/user/update_user_params.dart'; import 'package:pookabu/layers/presentation/bloc/user/user_bloc.dart'; import 'package:pookabu/...
1
isavita/advent_generated
875d0b5
dart/day6_part2_2017.dart
Dart
www.github.com/isavita/advent_generated/tree/main/dart/day6_part2_2017.dart
https://raw.githubusercontent.com/isavita/advent_generated/875d0b5/dart/day6_part2_2017.dart
isavita/advent_generated 875d0b5 dart/day6_part2_2017.dart
true
200
684
import 'dart:io'; import 'dart:convert'; void main() async { var data = await File('input.txt').readAsString(); var banks = data.trim().split(RegExp(r'\s+')).map(int.parse).toList(); var seen = <String, int>{}; int cycles = 0; while (true) { var state = banks.join(','); if (seen.containsKey(stat...
7
ricaciosantanadeAlbuquerque/Flutter
3a946a3
Flutter_udemy/perguntas04/lib/resposta.dart
Dart
www.github.com/ricaciosantanadeAlbuquerque/Flutter/tree/main/Flutter_udemy/perguntas04/lib/resposta.dart
https://raw.githubusercontent.com/ricaciosantanadeAlbuquerque/Flutter/3a946a3/Flutter_udemy/perguntas04/lib/resposta.dart
ricaciosantanadeAlbuquerque/Flutter 3a946a3 Flutter_udemy/perguntas04/lib/resposta.dart
true
200
359
import 'package:flutter/material.dart'; class Resposta extends StatelessWidget{ final String texto; final void Function() funcao; const Resposta({super.key,required this.texto, required this.funcao,}); @override Widget build(BuildContext context){ return ElevatedButton( onPressed: funcao, ...
6
hesi100/metro
97cbbd7
lib/services/storage/storage_controller.dart
Dart
www.github.com/hesi100/metro/tree/main/lib/services/storage/storage_controller.dart
https://raw.githubusercontent.com/hesi100/metro/97cbbd7/lib/services/storage/storage_controller.dart
hesi100/metro 97cbbd7 lib/services/storage/storage_controller.dart
true
200
420
import 'package:get/get.dart'; import 'package:metro/services/storage/storage.dart'; class StorageController { static bool isFirst() { bool? isFirst = StorageService.get('isFirst', StorageType.boolType); return isFirst ?? true; } static void setFirst() { StorageService.set('isFirst', false, Stor...
0
JustIncDev/Communify
dd7fabd
lib/src/features/connect/presentation/widgets/social_button_widget.dart
Dart
www.github.com/JustIncDev/Communify/tree/main/lib/src/features/connect/presentation/widgets/social_button_widget.dart
https://raw.githubusercontent.com/JustIncDev/Communify/dd7fabd/lib/src/features/connect/presentation/widgets/social_button_widget.dart
JustIncDev/Communify dd7fabd lib/src/features/connect/presentation/widgets/social_button_widget.dart
true
200
1,098
import 'package:flutter/material.dart'; import 'package:flutter_svg/svg.dart'; import '../../../../../gen/assets.gen.dart'; enum SocialNetworkType { apple, google, twitter, discord, } class SocialButtonWidget extends StatelessWidget { const SocialButtonWidget({ required this.type, required this.onP...
2
godsmith53/Rove
6c84018
lib/customs/customAppBar.dart
Dart
www.github.com/godsmith53/Rove/tree/main/lib/customs/customAppBar.dart
https://raw.githubusercontent.com/godsmith53/Rove/6c84018/lib/customs/customAppBar.dart
godsmith53/Rove 6c84018 lib/customs/customAppBar.dart
true
200
2,113
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:rove/screens/loginPage.dart'; import 'package:rove/screens/notificationPage.dart'; import 'package:rove/screens/profilePage.dart'; import 'package:rove/utils/colors.dart'; class CustomAppBar extends StatelessWidg...
4
nawapons/justnote
58a2421
lib/widgets/groupTasks.dart
Dart
www.github.com/nawapons/justnote/tree/main/lib/widgets/groupTasks.dart
https://raw.githubusercontent.com/nawapons/justnote/58a2421/lib/widgets/groupTasks.dart
nawapons/justnote 58a2421 lib/widgets/groupTasks.dart
true
200
5,111
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:justnote/screen/addgroup.dart'; import 'package:justnote/screen/groupdescription.dart'; class GroupTasksWidget extends StatefulWidget { const GroupTasksWid...
3
HamzaJawed-HJ/Flutter--Projects
715113b
movie_app/lib/movie.dart
Dart
www.github.com/HamzaJawed-HJ/Flutter--Projects/tree/main/movie_app/lib/movie.dart
https://raw.githubusercontent.com/HamzaJawed-HJ/Flutter--Projects/715113b/movie_app/lib/movie.dart
HamzaJawed-HJ/Flutter--Projects 715113b movie_app/lib/movie.dart
true
200
5,747
class Movie { final String tittle; final String imageurl; final double imdbRating; final List<String> genere; final int playbackTime; Movie( {required this.tittle, required this.imageurl, required this.imdbRating, required this.genere, required this.playbackTime}); static L...
1
BenjaminMacaulay/resmanExchange
92f6dce
lib/security/welcome_pincode_screen/welcome_pincode_screen_model.dart
Dart
www.github.com/BenjaminMacaulay/resmanExchange/tree/main/lib/security/welcome_pincode_screen/welcome_pincode_screen_model.dart
https://raw.githubusercontent.com/BenjaminMacaulay/resmanExchange/92f6dce/lib/security/welcome_pincode_screen/welcome_pincode_screen_model.dart
BenjaminMacaulay/resmanExchange 92f6dce lib/security/welcome_pincode_screen/welcome_pincode_screen_model.dart
true
200
5,153
import '/auth/firebase_auth/auth_util.dart'; import '/components/button_numberfor_pin_widget.dart'; import '/components/error_screen_widget.dart'; import '/components/single_pin_field_widget.dart'; import '/flutter_flow/flutter_flow_theme.dart'; import '/flutter_flow/flutter_flow_util.dart'; import '/flutter_flow/flutt...
6
jeanmmlima/DIM0524-DDM-20242
9caa502
f08_eshop_app/lib/model/product_list.dart
Dart
www.github.com/jeanmmlima/DIM0524-DDM-20242/tree/main/f08_eshop_app/lib/model/product_list.dart
https://raw.githubusercontent.com/jeanmmlima/DIM0524-DDM-20242/9caa502/f08_eshop_app/lib/model/product_list.dart
jeanmmlima/DIM0524-DDM-20242 9caa502 f08_eshop_app/lib/model/product_list.dart
true
200
3,353
import 'dart:convert'; import 'dart:math'; import 'package:f08_eshop_app/data/dummy_data.dart'; import 'package:f08_eshop_app/model/product.dart'; import 'package:flutter/cupertino.dart'; import 'package:http/http.dart' as http; class ProductList with ChangeNotifier { final _baseUrl = 'https://ddm20242-8e4a5-defaul...
5
Akimskate/the_movie_data_base
3dade1e
lib/domain/blocs/tv_show_details_bloc/tv_show_details_bloc.dart
Dart
www.github.com/Akimskate/the_movie_data_base/tree/main/lib/domain/blocs/tv_show_details_bloc/tv_show_details_bloc.dart
https://raw.githubusercontent.com/Akimskate/the_movie_data_base/3dade1e/lib/domain/blocs/tv_show_details_bloc/tv_show_details_bloc.dart
Akimskate/the_movie_data_base 3dade1e lib/domain/blocs/tv_show_details_bloc/tv_show_details_bloc.dart
true
200
2,660
// ignore_for_file: public_member_api_docs, sort_constructors_first import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:moviedb/domain/entity/local_entities/tv_show_details_local.dart'; import 'package:moviedb/domain/services/show_service.dart'; abstract class TVShowDetailsEvent {} class LoadTVShowDetai...
0
MuhammadZaeemIlyas/fullapp
7df4a51
lib/screens/Shoppincart.dart
Dart
www.github.com/MuhammadZaeemIlyas/fullapp/tree/main/lib/screens/Shoppincart.dart
https://raw.githubusercontent.com/MuhammadZaeemIlyas/fullapp/7df4a51/lib/screens/Shoppincart.dart
MuhammadZaeemIlyas/fullapp 7df4a51 lib/screens/Shoppincart.dart
true
200
6,418
import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:mini_ui_project/MainData/Data.dart'; import 'package:mini_ui_project/constan/appColors.dart'; import 'package:mini_ui_project/constan/appIcons.dart'; import 'package:mini_ui_project/screens/Address/Address_Screen.dart...
7
japheth26/budget_booklet
57862d9
lib/features/category/presentation/atoms/tag_pill_atom.dart
Dart
www.github.com/japheth26/budget_booklet/tree/main/lib/features/category/presentation/atoms/tag_pill_atom.dart
https://raw.githubusercontent.com/japheth26/budget_booklet/57862d9/lib/features/category/presentation/atoms/tag_pill_atom.dart
japheth26/budget_booklet 57862d9 lib/features/category/presentation/atoms/tag_pill_atom.dart
true
200
1,202
import 'package:flutter/material.dart'; import '../../../../core/sizes/app_sizes.dart'; class TagPillAtom extends StatelessWidget { const TagPillAtom({ super.key, this.color, this.label, }); final Color? color; final String? label; @override Widget build(BuildContext context) { return Con...
2
sorencoder/firebase
563f07c
lib/main.dart
Dart
www.github.com/sorencoder/firebase/tree/main/lib/main.dart
https://raw.githubusercontent.com/sorencoder/firebase/563f07c/lib/main.dart
sorencoder/firebase 563f07c lib/main.dart
true
200
938
import 'package:firebase/firebase_options.dart'; import 'package:firebase/playerController.dart'; import 'package:firebase/screens/firebaseSongs.dart'; import 'package:firebase/screens/homepage.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:flutter/material.dart'; void main() async { ...
3
MonaAbdelaziz2024/care_app_project_one
db62dc6
lib/screens/widgets/signup_info_two.dart
Dart
www.github.com/MonaAbdelaziz2024/care_app_project_one/tree/main/lib/screens/widgets/signup_info_two.dart
https://raw.githubusercontent.com/MonaAbdelaziz2024/care_app_project_one/db62dc6/lib/screens/widgets/signup_info_two.dart
MonaAbdelaziz2024/care_app_project_one db62dc6 lib/screens/widgets/signup_info_two.dart
true
200
4,731
import 'package:care_app_project_one/screens/signup_screen_three.dart'; import 'package:care_app_project_one/screens/widgets/custom_button.dart'; import 'package:care_app_project_one/screens/widgets/custom_dropdown_dateofbirth.dart'; import 'package:care_app_project_one/screens/widgets/custom_dropdown_list.dart'; impor...
4
dewaara/KeyTest-AdminDashboard
7c9358c
keytest_admin/lib/app/config/themes/app_theme.dart
Dart
www.github.com/dewaara/KeyTest-AdminDashboard/tree/main/keytest_admin/lib/app/config/themes/app_theme.dart
https://raw.githubusercontent.com/dewaara/KeyTest-AdminDashboard/7c9358c/keytest_admin/lib/app/config/themes/app_theme.dart
dewaara/KeyTest-AdminDashboard 7c9358c keytest_admin/lib/app/config/themes/app_theme.dart
true
200
1,065
import 'package:flutter/material.dart'; import 'package:keytest_admin/app/constans/app_constants.dart'; /// all custom application theme class AppTheme { static ThemeData get basic => ThemeData( fontFamily: Font.poppins, primaryColorDark: const Color.fromRGBO(38, 198, 218, 1.0), primaryColor:...
1
NguyenKhaiHoan/hnk_on_demand_grocery
1d26cb1
lib/src/features/shop/views/list/widgets/list_bottom_appbar.dart
Dart
www.github.com/NguyenKhaiHoan/hnk_on_demand_grocery/tree/main/lib/src/features/shop/views/list/widgets/list_bottom_appbar.dart
https://raw.githubusercontent.com/NguyenKhaiHoan/hnk_on_demand_grocery/1d26cb1/lib/src/features/shop/views/list/widgets/list_bottom_appbar.dart
NguyenKhaiHoan/hnk_on_demand_grocery 1d26cb1 lib/src/features/shop/views/list/widgets/list_bottom_appbar.dart
true
200
1,690
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:on_demand_grocery/src/constants/app_colors.dart'; import 'package:on_demand_grocery/src/features/shop/controllers/product_controller.dart'; import 'package:on_demand_grocery/src/features/shop/controllers/store_controller.dart'; impor...
6
variskadri92/chat_app
b8dbf75
lib/pages/login_page.dart
Dart
www.github.com/variskadri92/chat_app/tree/main/lib/pages/login_page.dart
https://raw.githubusercontent.com/variskadri92/chat_app/b8dbf75/lib/pages/login_page.dart
variskadri92/chat_app b8dbf75 lib/pages/login_page.dart
true
200
2,625
import 'package:chatapp/auth/auth_service.dart'; import 'package:chatapp/componets/my_textfield.dart'; import 'package:chatapp/componets/my_button.dart'; import 'package:flutter/material.dart'; class LoginPage extends StatelessWidget { final TextEditingController _emailController =TextEditingController(); final T...
0
wajahat232/clock
71ddfe0
lib/myhome.dart
Dart
www.github.com/wajahat232/clock/tree/main/lib/myhome.dart
https://raw.githubusercontent.com/wajahat232/clock/71ddfe0/lib/myhome.dart
wajahat232/clock 71ddfe0 lib/myhome.dart
true
200
3,837
import 'package:alramingclock/Clock_view.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:intl/intl.dart'; class MyHomePage extends StatelessWidget { const MyHomePage({super.key}); @override Widget build(BuildContext c...
5
niyazu4549/flutter_basic_topics
586324d
lib/flutter_phone_direct_caller.dart
Dart
www.github.com/niyazu4549/flutter_basic_topics/tree/main/lib/flutter_phone_direct_caller.dart
https://raw.githubusercontent.com/niyazu4549/flutter_basic_topics/586324d/lib/flutter_phone_direct_caller.dart
niyazu4549/flutter_basic_topics 586324d lib/flutter_phone_direct_caller.dart
true
200
1,283
import 'package:flutter/material.dart'; import 'package:flutter_phone_direct_caller/flutter_phone_direct_caller.dart'; class FlutterPhoneDirectCall extends StatefulWidget { const FlutterPhoneDirectCall({super.key}); @override State<FlutterPhoneDirectCall> createState() => _FlutterPhoneDirectCallState(); } clas...
7
sushil6120/gfo
bc22b82
lib/viewmodel/cartViewModel.dart
Dart
www.github.com/sushil6120/gfo/tree/main/lib/viewmodel/cartViewModel.dart
https://raw.githubusercontent.com/sushil6120/gfo/bc22b82/lib/viewmodel/cartViewModel.dart
sushil6120/gfo bc22b82 lib/viewmodel/cartViewModel.dart
true
200
1,486
import 'package:flutter/material.dart'; import 'package:gfo/model/costumer/getcartModel.dart'; import 'package:gfo/repository/costumerRepo/cart_repo.dart'; import '../response/apiResponse.dart'; class CartViewModel with ChangeNotifier { CartRepo cartRepo = CartRepo(); GetCartModel? getCartModel; bool loading ...
2
rogerioTuzolana/furniture_store
ee0d633
lib/views/components/cardRect.dart
Dart
www.github.com/rogerioTuzolana/furniture_store/tree/main/lib/views/components/cardRect.dart
https://raw.githubusercontent.com/rogerioTuzolana/furniture_store/ee0d633/lib/views/components/cardRect.dart
rogerioTuzolana/furniture_store ee0d633 lib/views/components/cardRect.dart
true
200
3,416
// ignore_for_file: file_names import 'package:flutter/material.dart'; class CardRectComponent extends StatelessWidget { final String name; final String image; final String price; // ignore: prefer_typing_uninitialized_variables final routeTo; const CardRectComponent( {super.key, required this...
4
Abdullah3010/Flutter-Course
c16a13b
chat_app/lib/core/widgets/my_button.dart
Dart
www.github.com/Abdullah3010/Flutter-Course/tree/main/chat_app/lib/core/widgets/my_button.dart
https://raw.githubusercontent.com/Abdullah3010/Flutter-Course/c16a13b/chat_app/lib/core/widgets/my_button.dart
Abdullah3010/Flutter-Course c16a13b chat_app/lib/core/widgets/my_button.dart
true
200
904
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; class MyButton extends StatelessWidget { const MyButton({ super.key, required this.onPressed, required this.text, }); final void Function()? onPressed; final String text; @override Widget build...
1
gmulonga/TODO-app
5cdc39b
lib/presentation/pages/edit_todo_page.dart
Dart
www.github.com/gmulonga/TODO-app/tree/main/lib/presentation/pages/edit_todo_page.dart
https://raw.githubusercontent.com/gmulonga/TODO-app/5cdc39b/lib/presentation/pages/edit_todo_page.dart
gmulonga/TODO-app 5cdc39b lib/presentation/pages/edit_todo_page.dart
true
200
4,035
import 'package:flutter/material.dart'; import 'package:todo/core/constants.dart'; import 'package:todo/logic/todo_bloc/todo_state.dart'; import 'package:todo/presentation/widgets/confirmational_modal.dart'; import 'package:todo/presentation/widgets/custom_button.dart'; import 'package:todo/data/models/todo_model.dart'...
3
DGgrx/sphinx_2023
9bc1b6d
lib/screens/login/repo/login_repo.dart
Dart
www.github.com/DGgrx/sphinx_2023/tree/main/lib/screens/login/repo/login_repo.dart
https://raw.githubusercontent.com/DGgrx/sphinx_2023/9bc1b6d/lib/screens/login/repo/login_repo.dart
DGgrx/sphinx_2023 9bc1b6d lib/screens/login/repo/login_repo.dart
true
200
2,093
import 'dart:convert'; import 'package:google_sign_in/google_sign_in.dart'; import 'package:http/http.dart' as http; import 'package:sphinx_2023/models/profile.dart'; import '../../../models/event.dart'; class LoginRepo { Future<Profile> login({required String email,required String password})async{ final resp...
6
NanthiniMadhavan/Skypad_latest
61a0f08
lib/Screens/AddExpenses.dart
Dart
www.github.com/NanthiniMadhavan/Skypad_latest/tree/main/lib/Screens/AddExpenses.dart
https://raw.githubusercontent.com/NanthiniMadhavan/Skypad_latest/61a0f08/lib/Screens/AddExpenses.dart
NanthiniMadhavan/Skypad_latest 61a0f08 lib/Screens/AddExpenses.dart
true
200
14,180
import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import 'package:intl/intl.dart'; import 'package:shared_preferences/shared_preferences.dart'; import '../constant/url.dart'; import '../models/Constants.dart'; class AddExpensePage extends StatefulWidget { @override _AddExpensePageSt...
7
aliasghar256/appdev_final_paklawlib
58b760b
test/bloc/notifications_bloc/notifications_bloc_test.dart
Dart
www.github.com/aliasghar256/appdev_final_paklawlib/tree/main/test/bloc/notifications_bloc/notifications_bloc_test.dart
https://raw.githubusercontent.com/aliasghar256/appdev_final_paklawlib/58b760b/test/bloc/notifications_bloc/notifications_bloc_test.dart
aliasghar256/appdev_final_paklawlib 58b760b test/bloc/notifications_bloc/notifications_bloc_test.dart
true
200
3,318
import 'package:bloc_test/bloc_test.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:mocktail/mocktail.dart'; import 'package:finalproject/bloc/notifications_bloc/notifications_bloc.dart'; import 'package:finalproject/bloc/notifications_bloc/notifications_event.dart'; import 'package:finalproject...
5
CheNgot/base_riverpod
48bbf62
lib/data/local/hive/hive_provider.dart
Dart
www.github.com/CheNgot/base_riverpod/tree/main/lib/data/local/hive/hive_provider.dart
https://raw.githubusercontent.com/CheNgot/base_riverpod/48bbf62/lib/data/local/hive/hive_provider.dart
CheNgot/base_riverpod 48bbf62 lib/data/local/hive/hive_provider.dart
true
200
3,108
import 'dart:convert'; import 'package:base_riverpod/data/model/common/common_location.dart'; import 'package:base_riverpod/constants.dart'; import 'package:base_riverpod/data/model/auth/user.dart'; import 'package:base_riverpod/data/model/common/common_location.dart'; import 'package:base_riverpod/data/model/common/t...
0
GunterHellrigl/dd360-challenge
0b435da
lib/presentation/flows/home/home_page.dart
Dart
www.github.com/GunterHellrigl/dd360-challenge/tree/main/lib/presentation/flows/home/home_page.dart
https://raw.githubusercontent.com/GunterHellrigl/dd360-challenge/0b435da/lib/presentation/flows/home/home_page.dart
GunterHellrigl/dd360-challenge 0b435da lib/presentation/flows/home/home_page.dart
true
200
4,201
import 'package:dd3challenge/presentation/constants/text_styles.dart'; import 'package:dd3challenge/presentation/flows/home/home_controller.dart'; import 'package:dd3challenge/presentation/states.dart'; import 'package:dd3challenge/presentation/widgets/image_list/image_item.dart'; import 'package:dd3challenge/presentat...
2
MohammedGhazaly/TO-DO-App
4e703f8
lib/tabs/settings/theme_section.dart
Dart
www.github.com/MohammedGhazaly/TO-DO-App/tree/main/lib/tabs/settings/theme_section.dart
https://raw.githubusercontent.com/MohammedGhazaly/TO-DO-App/4e703f8/lib/tabs/settings/theme_section.dart
MohammedGhazaly/TO-DO-App 4e703f8 lib/tabs/settings/theme_section.dart
true
200
2,079
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:todo_app/my_theme.dart'; import 'package:todo_app/providers/app_config_provider.dart'; import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:todo_app/tabs/settings/theme_bottom_sheet.dart'; class Th...
1
ziad500/hasad_app
8560fc9
lib/features/invoice/data/mapper/bidding_mapper.dart
Dart
www.github.com/ziad500/hasad_app/tree/main/lib/features/invoice/data/mapper/bidding_mapper.dart
https://raw.githubusercontent.com/ziad500/hasad_app/8560fc9/lib/features/invoice/data/mapper/bidding_mapper.dart
ziad500/hasad_app 8560fc9 lib/features/invoice/data/mapper/bidding_mapper.dart
true
200
1,322
import 'package:hasad_app/features/direct_selling/all/data/mapper/mapper.dart'; import 'package:hasad_app/features/invoice/data/response/bidding_invoice_response.dart'; import 'package:hasad_app/features/invoice/domain/models/bidding.dart'; extension InvoiceadvertisementResponseMapper on BiddingInvoiceadvertisementRes...
4
carriebarrett/financial_mindset
d79a3ae
lib/widgets/affirmation_card.dart
Dart
www.github.com/carriebarrett/financial_mindset/tree/main/lib/widgets/affirmation_card.dart
https://raw.githubusercontent.com/carriebarrett/financial_mindset/d79a3ae/lib/widgets/affirmation_card.dart
carriebarrett/financial_mindset d79a3ae lib/widgets/affirmation_card.dart
true
200
580
import 'package:flutter/material.dart'; import '../constants.dart'; Widget affirmationCard(text, category) { return Semantics( button: true, label: 'Affirmation tile', hint: 'Click here to add this affirmation to your favorites', child: Card( child: Container( decorat...
3
s17476/under_control_v2
37ec5ab
test/features/knowledge_base/data/model/item_category/instruction_category_model_test.dart
Dart
www.github.com/s17476/under_control_v2/tree/main/test/features/knowledge_base/data/model/item_category/instruction_category_model_test.dart
https://raw.githubusercontent.com/s17476/under_control_v2/37ec5ab/test/features/knowledge_base/data/model/item_category/instruction_category_model_test.dart
s17476/under_control_v2 37ec5ab test/features/knowledge_base/data/model/item_category/instruction_category_model_test.dart
true
200
1,229
import 'package:flutter_test/flutter_test.dart'; import 'package:under_control_v2/features/knowledge_base/data/models/inventory_category/instruction_category_model.dart'; import 'package:under_control_v2/features/knowledge_base/domain/entities/instruction_category/instruction_category.dart'; void main() { const tIns...
6
SanchitBatra-DevelopAnything/muskan-chef
720f7e9
lib/OrderPage.dart
Dart
www.github.com/SanchitBatra-DevelopAnything/muskan-chef/tree/main/lib/OrderPage.dart
https://raw.githubusercontent.com/SanchitBatra-DevelopAnything/muskan-chef/720f7e9/lib/OrderPage.dart
SanchitBatra-DevelopAnything/muskan-chef 720f7e9 lib/OrderPage.dart
true
200
14,881
import 'dart:collection'; import 'package:firebase_messaging/firebase_messaging.dart'; import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import 'package:muskan_chef_app/MainDrawer.dart'; import 'package:muskan_chef_app/item.dart'; import 'dart:convert'; import 'package:muskan_chef_app/o...
5
elsankary99/firebase-notes
13f6d85
lib/view/widget/auth_widget/welcome_text.dart
Dart
www.github.com/elsankary99/firebase-notes/tree/main/lib/view/widget/auth_widget/welcome_text.dart
https://raw.githubusercontent.com/elsankary99/firebase-notes/13f6d85/lib/view/widget/auth_widget/welcome_text.dart
elsankary99/firebase-notes 13f6d85 lib/view/widget/auth_widget/welcome_text.dart
true
200
766
import 'package:fb_note/core/extension/media_query.dart'; import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; class WelcomeText extends StatelessWidget { final String title1; final String title2; const WelcomeText({ super.key, required this.title1, req...
7
Hanan-Haseem/LLHRS
3776e7f
llhrs-app-main (1)/llhrs-app-main/lib/repositories/rechedule_repo.dart
Dart
www.github.com/Hanan-Haseem/LLHRS/tree/main/llhrs-app-main (1)/llhrs-app-main/lib/repositories/rechedule_repo.dart
https://raw.githubusercontent.com/Hanan-Haseem/LLHRS/3776e7f/llhrs-app-main%20%281%29/llhrs-app-main/lib/repositories/rechedule_repo.dart
Hanan-Haseem/LLHRS 3776e7f llhrs-app-main (1)/llhrs-app-main/lib/repositories/rechedule_repo.dart
true
200
3,161
import 'package:dio/dio.dart'; import 'package:flutter/material.dart'; import 'package:reserv/configs/apis.dart'; import 'package:reserv/models/available_slot.dart'; import 'package:reserv/models/session.dart'; import 'package:reserv/services/api_service.dart'; import 'package:shared_preferences/shared_preferences.dart...
0
AymaneD2000/gde_web
75aeb45
lib/models/Structure.dart
Dart
www.github.com/AymaneD2000/gde_web/tree/main/lib/models/Structure.dart
https://raw.githubusercontent.com/AymaneD2000/gde_web/75aeb45/lib/models/Structure.dart
AymaneD2000/gde_web 75aeb45 lib/models/Structure.dart
true
200
2,230
import 'package:gde_web/models/Options.dart'; import 'package:gde_web/models/Poste.dart'; import 'package:gde_web/models/formation.dart'; class Structure { String id; String nom; String description; String typeStructure; String logo; String localisation; List<Publication>? publications; List<Formation>...
2
prinagangani/log_in
01deaed
lib/screens/sign_in/view/sign_in.dart
Dart
www.github.com/prinagangani/log_in/tree/main/lib/screens/sign_in/view/sign_in.dart
https://raw.githubusercontent.com/prinagangani/log_in/01deaed/lib/screens/sign_in/view/sign_in.dart
prinagangani/log_in 01deaed lib/screens/sign_in/view/sign_in.dart
true
200
3,486
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:log_in/utils/sharep.dart'; class SignIn extends StatefulWidget { const SignIn({Key? key}) : super(key: key); @override State<SignIn> createState() => _SignInState(); } class _SignInState extends State<SignIn> { T...
1
Parasshirishvaidya/mausam_aka_weather_app
7040c83
lib/Services/weather_service.dart
Dart
www.github.com/Parasshirishvaidya/mausam_aka_weather_app/tree/main/lib/Services/weather_service.dart
https://raw.githubusercontent.com/Parasshirishvaidya/mausam_aka_weather_app/7040c83/lib/Services/weather_service.dart
Parasshirishvaidya/mausam_aka_weather_app 7040c83 lib/Services/weather_service.dart
true
200
1,462
import 'package:geocoding/geocoding.dart'; import 'package:geolocator/geolocator.dart'; import 'package:http/http.dart' as http; import 'package:mausamapp/models/weather_model.dart'; import 'dart:convert'; class WeatherService { static const BASE_URL = "http://api.openweathermap.org/data/2.5/weather"; late final S...
4
abdelstarMo66/art_space_user
d7a1769
lib/features/cart/logic/cart_cubit.dart
Dart
www.github.com/abdelstarMo66/art_space_user/tree/main/lib/features/cart/logic/cart_cubit.dart
https://raw.githubusercontent.com/abdelstarMo66/art_space_user/d7a1769/lib/features/cart/logic/cart_cubit.dart
abdelstarMo66/art_space_user d7a1769 lib/features/cart/logic/cart_cubit.dart
true
200
4,101
import 'package:art_space_user/core/networking/local/prefs_manager.dart'; import 'package:art_space_user/core/networking/local/shared_preferences.dart'; import 'package:art_space_user/core/networking/remote/api_error_handler.dart'; import 'package:art_space_user/features/cart/data/models/response/add_cart_response.dart...
3
nmd1406/Flutter-Chat-App
f9d3565
lib/widgets/file_message_bubble.dart
Dart
www.github.com/nmd1406/Flutter-Chat-App/tree/main/lib/widgets/file_message_bubble.dart
https://raw.githubusercontent.com/nmd1406/Flutter-Chat-App/f9d3565/lib/widgets/file_message_bubble.dart
nmd1406/Flutter-Chat-App f9d3565 lib/widgets/file_message_bubble.dart
true
200
3,060
import 'dart:io'; import 'package:chat_app/services/file_service.dart'; import 'package:chat_app/widgets/image_message.dart'; import 'package:chat_app/widgets/other_file_message.dart'; import 'package:chat_app/widgets/video_message.dart'; import 'package:flutter/material.dart'; final _fileService = FileService(); con...
6
elolm2/tela_simples_banco
225617b
lib/componentes/sections/card.dart
Dart
www.github.com/elolm2/tela_simples_banco/tree/main/lib/componentes/sections/card.dart
https://raw.githubusercontent.com/elolm2/tela_simples_banco/225617b/lib/componentes/sections/card.dart
elolm2/tela_simples_banco 225617b lib/componentes/sections/card.dart
true
200
565
import 'package:flutter/material.dart'; // TEMA DO CARDS class BoxCard extends StatelessWidget { final Widget BoxContent; const BoxCard({Key? Key, required this.BoxContent }) : super(key: Key); @override Widget build(BuildContext context){ // ink = mesma coisa que o container return Ink( padd...
5
tuk4ngketik/ismile
3fd8b7b
lib/Service/deteksi.dart
Dart
www.github.com/tuk4ngketik/ismile/tree/main/lib/Service/deteksi.dart
https://raw.githubusercontent.com/tuk4ngketik/ismile/3fd8b7b/lib/Service/deteksi.dart
tuk4ngketik/ismile 3fd8b7b lib/Service/deteksi.dart
true
200
948
// ignore_for_file: avoid_print, unnecessary_nullable_for_final_variable_declarations import 'package:google_ml_kit/google_ml_kit.dart'; class Deteksi{ late Face face; Face getFace() => face; late FaceDetector faceDetector ; initialize(){ final options = FaceDetectorOptions( performanceMode:...
7
kleberkunha/ProjectManagementFrontFlutter
806ed8f
lib/pages/home.dart
Dart
www.github.com/kleberkunha/ProjectManagementFrontFlutter/tree/main/lib/pages/home.dart
https://raw.githubusercontent.com/kleberkunha/ProjectManagementFrontFlutter/806ed8f/lib/pages/home.dart
kleberkunha/ProjectManagementFrontFlutter 806ed8f lib/pages/home.dart
true
200
435
import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; class Home extends StatelessWidget { const Home({super.key}); @override Widget build(BuildContext context) { return Scaffold( floatingActionButton: FloatingActionButton( onPressed: () => context.go('/login'), ...
0
Sammitdk/campus_app
d6376f4
lib/faculty/faculty_event.dart
Dart
www.github.com/Sammitdk/campus_app/tree/main/lib/faculty/faculty_event.dart
https://raw.githubusercontent.com/Sammitdk/campus_app/d6376f4/lib/faculty/faculty_event.dart
Sammitdk/campus_app d6376f4 lib/faculty/faculty_event.dart
true
200
1,315
import 'package:campus_subsystem/faculty/faculty_sub_event.dart'; import 'package:campus_subsystem/redux/reducer.dart'; import 'package:flutter/material.dart'; import 'package:flutter_redux/flutter_redux.dart'; import '../components/event.dart'; class FacultyEvent extends StatefulWidget { const FacultyEvent({Key? ke...
4
AlaaSobhyAbdelhaleem/Burgan-task
4616796
lib/utils/progress_dialog.dart
Dart
www.github.com/AlaaSobhyAbdelhaleem/Burgan-task/tree/main/lib/utils/progress_dialog.dart
https://raw.githubusercontent.com/AlaaSobhyAbdelhaleem/Burgan-task/4616796/lib/utils/progress_dialog.dart
AlaaSobhyAbdelhaleem/Burgan-task 4616796 lib/utils/progress_dialog.dart
true
200
4,325
// ignore_for_file: invalid_use_of_protected_member import 'package:flutter/material.dart'; import 'package:flutter/cupertino.dart'; String? _dialogMessage = "Loading..."; enum ProgressDialogType { circle, bar } ProgressDialogType? _progressDialogType = ProgressDialogType.circle; double? _progress = 0.0; class Pro...
1
VengeanceTeam/Qcode
08c8179
lib/screens/NotificationsScreen.dart
Dart
www.github.com/VengeanceTeam/Qcode/tree/main/lib/screens/NotificationsScreen.dart
https://raw.githubusercontent.com/VengeanceTeam/Qcode/08c8179/lib/screens/NotificationsScreen.dart
VengeanceTeam/Qcode 08c8179 lib/screens/NotificationsScreen.dart
true
200
3,239
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:date_time_format/date_time_format.dart'; class NotificationsScreen extends StatefulWidget { const NotificationsScreen({super.key}); @override State<No...
3
adilsontchameia/dart_tips_and_flutter_apps
f8ace41
1.basic_dart_logic/02.list_iterables_sets.dart
Dart
www.github.com/adilsontchameia/dart_tips_and_flutter_apps/tree/main/1.basic_dart_logic/02.list_iterables_sets.dart
https://raw.githubusercontent.com/adilsontchameia/dart_tips_and_flutter_apps/f8ace41/1.basic_dart_logic/02.list_iterables_sets.dart
adilsontchameia/dart_tips_and_flutter_apps f8ace41 1.basic_dart_logic/02.list_iterables_sets.dart
true
200
851
void main() { final numbers = [1, 2, 2, 4, 5, 6, 7, 8, 9, 10]; print('Original List: $numbers'); print('Lenght: ${numbers.length}'); print('First: ${numbers.first}'); print('Last: ${numbers.last}'); print('Index 0: ${numbers[0]}'); print('Inversed: ${numbers.reversed}'); //Iterable //Iterable => Coleca...
6
safwanv06/social_media_app
ae926d5
lib/screens/home/view/widgets/add_post_button.dart
Dart
www.github.com/safwanv06/social_media_app/tree/main/lib/screens/home/view/widgets/add_post_button.dart
https://raw.githubusercontent.com/safwanv06/social_media_app/ae926d5/lib/screens/home/view/widgets/add_post_button.dart
safwanv06/social_media_app ae926d5 lib/screens/home/view/widgets/add_post_button.dart
true
200
780
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import '../../../../main.dart'; class AddPostButton extends StatelessWidget { const AddPostButton({super.key, required this.onTap}); final Function() onTap; @override Widget build(BuildContext context) { ...
5
SR7911/My-codes
0847dbd
Chatbot/example/lib/main.dart
Dart
www.github.com/SR7911/My-codes/tree/main/Chatbot/example/lib/main.dart
https://raw.githubusercontent.com/SR7911/My-codes/0847dbd/Chatbot/example/lib/main.dart
SR7911/My-codes 0847dbd Chatbot/example/lib/main.dart
true
200
4,902
import 'package:flutter/material.dart'; import 'dart:async'; import 'package:flutter/services.dart'; import 'package:get/get.dart'; import 'package:testbot/testbot.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatefulWidget { const MyApp({super.key}); @override State<MyApp> createState(...
2
HumamSamra/recipy
580bf31
lib/core/shared-widgets/shimmer_loading.dart
Dart
www.github.com/HumamSamra/recipy/tree/main/lib/core/shared-widgets/shimmer_loading.dart
https://raw.githubusercontent.com/HumamSamra/recipy/580bf31/lib/core/shared-widgets/shimmer_loading.dart
HumamSamra/recipy 580bf31 lib/core/shared-widgets/shimmer_loading.dart
true
200
723
import 'package:flutter/material.dart'; import 'package:shimmer/shimmer.dart'; class ShimmerLoading extends StatelessWidget { final double width; final double height; const ShimmerLoading({super.key, required this.height, required this.width}); @override Widget build(BuildContext context) { return Shimm...
7
myFiHub/podium
7641241
lib/app/modules/createOutpost/controllers/create_outpost_controller.dart
Dart
www.github.com/myFiHub/podium/tree/main/lib/app/modules/createOutpost/controllers/create_outpost_controller.dart
https://raw.githubusercontent.com/myFiHub/podium/7641241/lib/app/modules/createOutpost/controllers/create_outpost_controller.dart
myFiHub/podium 7641241 lib/app/modules/createOutpost/controllers/create_outpost_controller.dart
true
200
53,167
import 'dart:io'; import 'dart:ui'; import 'package:firebase_storage/firebase_storage.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:get/get.dart'; import 'package:get_storage/get_storage.dart'; import 'package:getwidget/getwidget.dart'; import 'package:image_pic...
0
EduardaGarangau/Bank-Fteam
ef08a75
lib/inputs/menu_inputs/savings_account_menu_input.dart
Dart
www.github.com/EduardaGarangau/Bank-Fteam/tree/main/lib/inputs/menu_inputs/savings_account_menu_input.dart
https://raw.githubusercontent.com/EduardaGarangau/Bank-Fteam/ef08a75/lib/inputs/menu_inputs/savings_account_menu_input.dart
EduardaGarangau/Bank-Fteam ef08a75 lib/inputs/menu_inputs/savings_account_menu_input.dart
true
200
1,262
import 'dart:io'; import 'package:bank_challenge/inputs/input_messages.dart'; import 'package:bank_challenge/inputs/menu_inputs/menu_input.dart'; class SavingsAccountMenuInput extends MenuInput { SavingsAccountMenuInput(super.account); @override void startMenu() { InputMessages.savingsAccountMenuTitle(); ...
3
AndersonESilva/mp_app
b2c3a20
lib/feature/event/observation_widget.dart
Dart
www.github.com/AndersonESilva/mp_app/tree/main/lib/feature/event/observation_widget.dart
https://raw.githubusercontent.com/AndersonESilva/mp_app/b2c3a20/lib/feature/event/observation_widget.dart
AndersonESilva/mp_app b2c3a20 lib/feature/event/observation_widget.dart
true
200
1,795
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:mp_app/bloc/observation_bloc.dart'; import 'package:mp_app/data/model/event.dart'; import 'package:mp_app/di/event/observation_event.dart'; import 'package:mp_app/di/state/observation_state.dart'; class Observation...
1
pierreahoble/tarzanexpress2
9c705ea
lib/providers/signIn.dart
Dart
www.github.com/pierreahoble/tarzanexpress2/tree/main/lib/providers/signIn.dart
https://raw.githubusercontent.com/pierreahoble/tarzanexpress2/9c705ea/lib/providers/signIn.dart
pierreahoble/tarzanexpress2 9c705ea lib/providers/signIn.dart
true
200
2,576
import 'package:flutter/cupertino.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'package:trevashop_v2/Model/user.dart'; import 'package:trevashop_v2/services/shared_preferences.dart'; import 'authentification_provider.dart'; class SignIn extends ChangeNotifier { Request request = Reques...
2