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
FaridaYasserYoussef/e_commerce_app
2a59651
lib/users/item/item_details_screen.dart
Dart
www.github.com/FaridaYasserYoussef/e_commerce_app/tree/main/lib/users/item/item_details_screen.dart
https://raw.githubusercontent.com/FaridaYasserYoussef/e_commerce_app/2a59651/lib/users/item/item_details_screen.dart
FaridaYasserYoussef/e_commerce_app 2a59651 lib/users/item/item_details_screen.dart
true
200
16,694
import 'dart:convert'; import 'package:clothes_app/api_connection/api_connection.dart'; import 'package:clothes_app/users/cart/cart_list_screen.dart'; import 'package:clothes_app/users/controllers/item_details_controller.dart'; import 'package:clothes_app/users/userPreferences/current_user.dart'; import 'package:flutt...
2
horizech/commerce_food
ab51a71
lib/widgets/order_status_widgets/delivery_food.dart
Dart
www.github.com/horizech/commerce_food/tree/main/lib/widgets/order_status_widgets/delivery_food.dart
https://raw.githubusercontent.com/horizech/commerce_food/ab51a71/lib/widgets/order_status_widgets/delivery_food.dart
horizech/commerce_food ab51a71 lib/widgets/order_status_widgets/delivery_food.dart
true
200
708
import 'package:flutter/material.dart'; import 'package:flutter_up/enums/text_style.dart'; import 'package:flutter_up/widgets/up_text.dart'; class DeliveryFood extends StatelessWidget { const DeliveryFood({super.key}); @override Widget build(BuildContext context) { return Column( children: [ c...
4
shrutidewan/mix-n-match
7956b43
lib/redux/actions.dart
Dart
www.github.com/shrutidewan/mix-n-match/tree/main/lib/redux/actions.dart
https://raw.githubusercontent.com/shrutidewan/mix-n-match/7956b43/lib/redux/actions.dart
shrutidewan/mix-n-match 7956b43 lib/redux/actions.dart
true
200
661
import 'package:image_picker/image_picker.dart'; import '../models/user.dart'; abstract class Action {} class ToggleTheme extends Action { bool darkTheme; ToggleTheme({this.darkTheme = true}); } class UpdateNewUser extends Action { User newUser; UpdateNewUser({required this.newUser}); } class UpdateTopIm...
0
SKKbySSK/coast_audio_native_codec
513fdbc
lib/src/utils/native_audio_buffer.dart
Dart
www.github.com/SKKbySSK/coast_audio_native_codec/tree/main/lib/src/utils/native_audio_buffer.dart
https://raw.githubusercontent.com/SKKbySSK/coast_audio_native_codec/513fdbc/lib/src/utils/native_audio_buffer.dart
SKKbySSK/coast_audio_native_codec 513fdbc lib/src/utils/native_audio_buffer.dart
true
200
721
import 'package:coast_audio/coast_audio.dart'; class NativeAudioBuffer extends AudioBuffer { NativeAudioBuffer({ required super.pBuffer, required super.sizeInFrames, required super.format, }) : super( memory: FfiMemory(), sizeInBytes: format.bytesPerFrame * sizeInFrames, ); ...
3
alisonalmeida/codesaima
630e585
lib/models/resident_familiar.dart
Dart
www.github.com/alisonalmeida/codesaima/tree/main/lib/models/resident_familiar.dart
https://raw.githubusercontent.com/alisonalmeida/codesaima/630e585/lib/models/resident_familiar.dart
alisonalmeida/codesaima 630e585 lib/models/resident_familiar.dart
true
200
462
import 'package:hive_flutter/hive_flutter.dart'; part 'resident_familiar.g.dart'; @HiveType(typeId: 5) class ResidentFamiliar { ResidentFamiliar({ this.name = '', this.birthDate = '', this.cpf = '', this.kinship = '', //parentesco this.deficient, }); @HiveField(0) String name; @HiveField...
5
Samrai123/lokbook
b863625
lib/test/widget_test/widget_test.dart
Dart
www.github.com/Samrai123/lokbook/tree/main/lib/test/widget_test/widget_test.dart
https://raw.githubusercontent.com/Samrai123/lokbook/b863625/lib/test/widget_test/widget_test.dart
Samrai123/lokbook b863625 lib/test/widget_test/widget_test.dart
true
200
1,562
import 'dart:math'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:my_second_app/screen/about_us.dart'; import 'package:my_second_app/screen/auth1/login.dart'; import 'package:my_second_app/screen/auth1/register.dart'; import 'package:my_second_app/screen/categ...
1
hassony105/teleprompter
91264b7
lib/src/ui/textScroller/text_scroller_oriented_component.dart
Dart
www.github.com/hassony105/teleprompter/tree/main/lib/src/ui/textScroller/text_scroller_oriented_component.dart
https://raw.githubusercontent.com/hassony105/teleprompter/91264b7/lib/src/ui/textScroller/text_scroller_oriented_component.dart
hassony105/teleprompter 91264b7 lib/src/ui/textScroller/text_scroller_oriented_component.dart
true
200
2,390
import 'dart:io'; import 'package:flutter/material.dart'; import 'package:native_device_orientation/native_device_orientation.dart'; import 'package:provider/provider.dart'; import 'package:teleprompter/src/data/state/teleprompter_state.dart'; import 'package:teleprompter/src/ui/textScroller/expandable_component.dart'...
7
noctisbeta/chrono_quest_dartstack
5e3b39c
common/lib/agenda/encrypted_get_cycle_request.dart
Dart
www.github.com/noctisbeta/chrono_quest_dartstack/tree/main/common/lib/agenda/encrypted_get_cycle_request.dart
https://raw.githubusercontent.com/noctisbeta/chrono_quest_dartstack/5e3b39c/common/lib/agenda/encrypted_get_cycle_request.dart
noctisbeta/chrono_quest_dartstack 5e3b39c common/lib/agenda/encrypted_get_cycle_request.dart
true
200
994
import 'package:common/abstractions/models.dart'; import 'package:common/exceptions/bad_map_shape_exception.dart'; import 'package:common/exceptions/throws.dart'; import 'package:meta/meta.dart'; @immutable final class EncryptedGetCyclesRequest extends RequestDTO { const EncryptedGetCyclesRequest({required this.date...
6
Soumyo001/mynotes_x
da04c7c
lib/components/square_tile.dart
Dart
www.github.com/Soumyo001/mynotes_x/tree/main/lib/components/square_tile.dart
https://raw.githubusercontent.com/Soumyo001/mynotes_x/da04c7c/lib/components/square_tile.dart
Soumyo001/mynotes_x da04c7c lib/components/square_tile.dart
true
200
684
import 'package:flutter/material.dart'; class SquareTile extends StatelessWidget { final String path; final Function()? onTap; const SquareTile({super.key, required this.path, required this.onTap}); @override Widget build(BuildContext context) { return GestureDetector( onTap: onTap, child: C...
2
mohamedsalah1224/vistorapp
1f69f99
lib/view/customWidget/custom_text.dart
Dart
www.github.com/mohamedsalah1224/vistorapp/tree/main/lib/view/customWidget/custom_text.dart
https://raw.githubusercontent.com/mohamedsalah1224/vistorapp/1f69f99/lib/view/customWidget/custom_text.dart
mohamedsalah1224/vistorapp 1f69f99 lib/view/customWidget/custom_text.dart
true
200
876
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; class CustomText extends StatelessWidget { final String text; final Color? color; final double? fontSize; final String? fontFamily; final FontWeight? fontWeight; final AlignmentGeometry? alignment; final ...
4
Shankaraaditya/UI_models
0fb807d
lib/widgets/2_rows_cols.dart
Dart
www.github.com/Shankaraaditya/UI_models/tree/main/lib/widgets/2_rows_cols.dart
https://raw.githubusercontent.com/Shankaraaditya/UI_models/0fb807d/lib/widgets/2_rows_cols.dart
Shankaraaditya/UI_models 0fb807d lib/widgets/2_rows_cols.dart
true
200
2,564
import 'package:flutter/material.dart'; class RowsCols extends StatelessWidget { const RowsCols({Key? key}) : super(key: key); @override Widget build(BuildContext context) { var w = MediaQuery.of(context).size.width; var l = MediaQuery.of(context).size.height; //media query is used to measure the l...
0
saedAlHanash/pump_app
46e7293
lib/features/form/bloc/get_form_cubit/get_form_state.dart
Dart
www.github.com/saedAlHanash/pump_app/tree/main/lib/features/form/bloc/get_form_cubit/get_form_state.dart
https://raw.githubusercontent.com/saedAlHanash/pump_app/46e7293/lib/features/form/bloc/get_form_cubit/get_form_state.dart
saedAlHanash/pump_app 46e7293 lib/features/form/bloc/get_form_cubit/get_form_state.dart
true
200
1,612
part of 'get_form_cubit.dart'; class GetFormInitial extends AbstractCubit<List<List<Questions>>> { final Map<String, List<Questions>> allFormes; final List<String> rAnswers; final List<String> rList; final List<String> eAnswers; final List<String> rValues; final int pageNumber; const GetFormInitial({ ...
3
devAnkitGupta/leetcode
5453bc8
lib/merge_intervals/merge_intervals.dart
Dart
www.github.com/devAnkitGupta/leetcode/tree/main/lib/merge_intervals/merge_intervals.dart
https://raw.githubusercontent.com/devAnkitGupta/leetcode/5453bc8/lib/merge_intervals/merge_intervals.dart
devAnkitGupta/leetcode 5453bc8 lib/merge_intervals/merge_intervals.dart
true
200
694
import 'dart:math' as Math; void main() { print(merge( [ [1, 4], [5, 6] ], // [[1,4], [2,5], [7,9]] )); } List<List<int>> merge(List<List<int>> intervals) { if (intervals.length < 2) return intervals; List<List<int>> mergedResult = []; intervals.sort( (a, b) => a[0].compareTo(b[0...
5
vicenteyoneyama94/DM2023
5f1b19d
Atividades/17022023 - ddm2023/widget/primeira_pagina.dart
Dart
www.github.com/vicenteyoneyama94/DM2023/tree/main/Atividades/17022023 - ddm2023/widget/primeira_pagina.dart
https://raw.githubusercontent.com/vicenteyoneyama94/DM2023/5f1b19d/Atividades/17022023%20-%20ddm2023/widget/primeira_pagina.dart
vicenteyoneyama94/DM2023 5f1b19d Atividades/17022023 - ddm2023/widget/primeira_pagina.dart
true
200
1,018
import 'package:flutter/material.dart'; class PrimeiraPagina extends StatelessWidget { var nome = "Joao"; @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text('Primeira página'), ), body: Center( child: Column( children: [ ...
1
divyansh1511/OptiPrep
2b6a93d
lib/authentication/impl/login_repository_impl.dart
Dart
www.github.com/divyansh1511/OptiPrep/tree/main/lib/authentication/impl/login_repository_impl.dart
https://raw.githubusercontent.com/divyansh1511/OptiPrep/2b6a93d/lib/authentication/impl/login_repository_impl.dart
divyansh1511/OptiPrep 2b6a93d lib/authentication/impl/login_repository_impl.dart
true
200
707
import 'package:firebase_auth/firebase_auth.dart'; import 'package:optiprep/authentication/api/login_repository.dart'; class LoginRepositoryImpl extends LoginRepository { final FirebaseAuth _auth = FirebaseAuth.instance; // This method verify the user is present in database or not // // signInWithEmailAndPass...
6
madeseladrian/fordev
07f8a71
lib/data/usecases/authentication/remote_authentication.dart
Dart
www.github.com/madeseladrian/fordev/tree/main/lib/data/usecases/authentication/remote_authentication.dart
https://raw.githubusercontent.com/madeseladrian/fordev/07f8a71/lib/data/usecases/authentication/remote_authentication.dart
madeseladrian/fordev 07f8a71 lib/data/usecases/authentication/remote_authentication.dart
true
200
965
import '../../../domain/entities/entities.dart'; import '../../../domain/helpers/helpers.dart'; import '../../../domain/params/params.dart'; import '../../../domain/usecases/usecases.dart'; import '../../http/http.dart'; import '../../models/models.dart'; import '../../params/params.dart'; class RemoteAuthentication ...
7
kdChavada/story_viewer
0b28222
lib/cal_ui/cal_home_page.dart
Dart
www.github.com/kdChavada/story_viewer/tree/main/lib/cal_ui/cal_home_page.dart
https://raw.githubusercontent.com/kdChavada/story_viewer/0b28222/lib/cal_ui/cal_home_page.dart
kdChavada/story_viewer 0b28222 lib/cal_ui/cal_home_page.dart
true
200
5,692
import 'package:flutter/material.dart'; import 'package:staggered_grid_view_flutter/widgets/staggered_grid_view.dart'; import 'package:staggered_grid_view_flutter/widgets/staggered_tile.dart'; import 'cal_button.dart'; class CalHomePage extends StatefulWidget { const CalHomePage({Key? key}) : super(key: key); @...
2
julietsattar/my_project2
4998f9d
lib/dart files/1 page.dart
Dart
www.github.com/julietsattar/my_project2/tree/main/lib/dart files/1 page.dart
https://raw.githubusercontent.com/julietsattar/my_project2/4998f9d/lib/dart%20files/1%20page.dart
julietsattar/my_project2 4998f9d lib/dart files/1 page.dart
true
200
402
import 'dart:developer'; import 'package:flutter/material.dart'; class kk extends StatefulWidget { const kk({Key? key}) : super(key: key); @override State<kk> createState() => _kkState(); } class _kkState extends State<kk> { @override Widget build(BuildContext context) { return Scaffold( body: C...
4
sagaino/airplane-flutter
6c415ee
lib/ui/widgets/transaction_card.dart
Dart
www.github.com/sagaino/airplane-flutter/tree/main/lib/ui/widgets/transaction_card.dart
https://raw.githubusercontent.com/sagaino/airplane-flutter/6c415ee/lib/ui/widgets/transaction_card.dart
sagaino/airplane-flutter 6c415ee lib/ui/widgets/transaction_card.dart
true
200
5,101
import 'package:airplane/models/transaction_model.dart'; import 'package:airplane/theme.dart'; import 'package:airplane/ui/widgets/booking_details_item.dart'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart'; class TransactionCard extends StatelessWidget { final TransactionModel transaction; ...
3
Sh4reef/mecedo
98c7d14
lib/screens/home_screen/home_screen.dart
Dart
www.github.com/Sh4reef/mecedo/tree/main/lib/screens/home_screen/home_screen.dart
https://raw.githubusercontent.com/Sh4reef/mecedo/98c7d14/lib/screens/home_screen/home_screen.dart
Sh4reef/mecedo 98c7d14 lib/screens/home_screen/home_screen.dart
true
200
3,277
import 'package:flutter/material.dart'; import 'package:mecedo/constants.dart'; import 'package:mecedo/screens/home_screen/widgets/banners_horizontal_list.dart'; import 'package:mecedo/screens/home_screen/widgets/doctor_tile.dart'; import 'package:mecedo/screens/home_screen/widgets/header_with_avatars.dart'; import 'w...
0
pherux/partnerfit_open
244b33e
lib/utils/components/activity_chart_sample.dart
Dart
www.github.com/pherux/partnerfit_open/tree/main/lib/utils/components/activity_chart_sample.dart
https://raw.githubusercontent.com/pherux/partnerfit_open/244b33e/lib/utils/components/activity_chart_sample.dart
pherux/partnerfit_open 244b33e lib/utils/components/activity_chart_sample.dart
true
200
5,280
import 'package:fl_chart/fl_chart.dart'; import 'package:flutter/material.dart'; class ActivityChartDemo extends StatefulWidget { const ActivityChartDemo({Key? key}) : super(key: key); @override _ActivityChartDemoState createState() => _ActivityChartDemoState(); } class _ActivityChartDemoState extends State<Ac...
1
thaksharadhananjaya/Duolanguage
ebcb25a
lib/screens/login/verifi_email.dart
Dart
www.github.com/thaksharadhananjaya/Duolanguage/tree/main/lib/screens/login/verifi_email.dart
https://raw.githubusercontent.com/thaksharadhananjaya/Duolanguage/ebcb25a/lib/screens/login/verifi_email.dart
thaksharadhananjaya/Duolanguage ebcb25a lib/screens/login/verifi_email.dart
true
200
2,527
import 'dart:async'; import 'package:duolanguage/config.dart'; import 'package:duolanguage/screens/home.dart'; import 'package:duolanguage/screens/languages.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package...
5
gofmt/flutter_ui_example
10d17de
go_ffi/app/lib/main.dart
Dart
www.github.com/gofmt/flutter_ui_example/tree/main/go_ffi/app/lib/main.dart
https://raw.githubusercontent.com/gofmt/flutter_ui_example/10d17de/go_ffi/app/lib/main.dart
gofmt/flutter_ui_example 10d17de go_ffi/app/lib/main.dart
true
200
1,895
// Copyright 2018 The Flutter team. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:ffi/ffi.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'create_message.dart'; void main() {...
6
ninkyuwudd/mobileagroapps
4e16bc0
lib/view/shop/detail_product.dart
Dart
www.github.com/ninkyuwudd/mobileagroapps/tree/main/lib/view/shop/detail_product.dart
https://raw.githubusercontent.com/ninkyuwudd/mobileagroapps/4e16bc0/lib/view/shop/detail_product.dart
ninkyuwudd/mobileagroapps 4e16bc0 lib/view/shop/detail_product.dart
true
200
6,315
import 'package:flutter/material.dart'; import 'package:flutter_launcher_icons/xml_templates.dart'; import 'package:mobileagroapps/controller/keranjang_controller.dart'; import 'package:mobileagroapps/controller/product_controller.dart'; import 'package:mobileagroapps/controller/toko_controller.dart'; import 'package:m...
7
SEGroupCorpPres/UpQayt
7cfa6db
lib/features/presentation/widgets/home_screen/home_screen_restaurants.dart
Dart
www.github.com/SEGroupCorpPres/UpQayt/tree/main/lib/features/presentation/widgets/home_screen/home_screen_restaurants.dart
https://raw.githubusercontent.com/SEGroupCorpPres/UpQayt/7cfa6db/lib/features/presentation/widgets/home_screen/home_screen_restaurants.dart
SEGroupCorpPres/UpQayt 7cfa6db lib/features/presentation/widgets/home_screen/home_screen_restaurants.dart
true
200
2,725
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:persistent_bottom_nav_bar_v2/persistent_bottom_nav_bar_v2.dart'; import 'package:upqayt/features/data/local/data_sources/mock_data.dart'; import 'package:upqayt/features/presentation/pages/restaurant/res...
2
Kshitizchahar2001/phone_panchayat
186cc88
lib/screens/view_comments_page/comment_field.dart
Dart
www.github.com/Kshitizchahar2001/phone_panchayat/tree/main/lib/screens/view_comments_page/comment_field.dart
https://raw.githubusercontent.com/Kshitizchahar2001/phone_panchayat/186cc88/lib/screens/view_comments_page/comment_field.dart
Kshitizchahar2001/phone_panchayat 186cc88 lib/screens/view_comments_page/comment_field.dart
true
200
10,196
// ignore_for_file: deprecated_member_use, prefer_const_constructors, avoid_print import 'package:firebase_crashlytics/firebase_crashlytics.dart'; import 'dart:io'; import 'package:flutter/material.dart'; import 'package:image_cropper/image_cropper.dart'; import 'package:online_panchayat_flutter/constants/constants.d...
4
MariaMatarazzo/Aula6
7d15728
Carro.dart
Dart
www.github.com/MariaMatarazzo/Aula6/tree/main/Carro.dart
https://raw.githubusercontent.com/MariaMatarazzo/Aula6/7d15728/Carro.dart
MariaMatarazzo/Aula6 7d15728 Carro.dart
true
200
441
class Carro { String? _marca; String? _modelo; String? _potencia; String? _cor; String get marca => _marca!; set marca(String value) { _marca = value; } String get modelo => _modelo!; set modelo(String value) { _modelo = value; } String get potencia => _potencia!; set potencia(...
3
OmarKhaleel/graduation_project_repo
5a85369
lib/presentation/screens/map_screen.dart
Dart
www.github.com/OmarKhaleel/graduation_project_repo/tree/main/lib/presentation/screens/map_screen.dart
https://raw.githubusercontent.com/OmarKhaleel/graduation_project_repo/5a85369/lib/presentation/screens/map_screen.dart
OmarKhaleel/graduation_project_repo 5a85369 lib/presentation/screens/map_screen.dart
true
200
5,391
import 'dart:async'; import 'package:flutter/material.dart'; import 'package:google_maps_cluster_manager_2/google_maps_cluster_manager_2.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; import 'package:palmear_application/data/repositories/farm_repository.dart'; import 'package:palmear_application/...
0
rexsllemel/ios_android_vpn_project
bc0e29c
lib/core/utils/utils.dart
Dart
www.github.com/rexsllemel/ios_android_vpn_project/tree/main/lib/core/utils/utils.dart
https://raw.githubusercontent.com/rexsllemel/ios_android_vpn_project/bc0e29c/lib/core/utils/utils.dart
rexsllemel/ios_android_vpn_project bc0e29c lib/core/utils/utils.dart
true
200
3,487
import 'dart:math'; import 'package:connectivity_plus/connectivity_plus.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:fluttertoast/fluttertoast.dart'; import 'package:google_mobile_ads/google_mobile_ads.dart'; import 'package:google_mobile_ads/src/ad_instance_m...
1
TecToy-Automacao/Flutter
8bc94d9
exemplo_esl/lib/pages/login_page.dart
Dart
www.github.com/TecToy-Automacao/Flutter/tree/main/exemplo_esl/lib/pages/login_page.dart
https://raw.githubusercontent.com/TecToy-Automacao/Flutter/8bc94d9/exemplo_esl/lib/pages/login_page.dart
TecToy-Automacao/Flutter 8bc94d9 exemplo_esl/lib/pages/login_page.dart
true
200
4,099
import 'package:flutter/material.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'package:exemplo_esl/pages/home_page.dart'; import 'package:exemplo_esl/services/api_service.dart'; class LoginPage extends StatefulWidget { const LoginPage({super.key}); @override State<LoginPage> creat...
5
VASANTH04032004/food_app
aad1789
lib/screen/login_screen.dart
Dart
www.github.com/VASANTH04032004/food_app/tree/main/lib/screen/login_screen.dart
https://raw.githubusercontent.com/VASANTH04032004/food_app/aad1789/lib/screen/login_screen.dart
VASANTH04032004/food_app aad1789 lib/screen/login_screen.dart
true
200
5,330
import 'package:flutter/material.dart'; import 'package:food/screen/home_screen.dart'; class LoginScreen extends StatefulWidget { @override LoginScreenState createState() => LoginScreenState(); } class LoginScreenState extends State<LoginScreen> { GlobalKey<FormState> formKey = GlobalKey<FormState>(); TextEdi...
7
mohamedezz80/kenz
66fcc7d
lib/features/home/ui/widgets/trending_food.dart
Dart
www.github.com/mohamedezz80/kenz/tree/main/lib/features/home/ui/widgets/trending_food.dart
https://raw.githubusercontent.com/mohamedezz80/kenz/66fcc7d/lib/features/home/ui/widgets/trending_food.dart
mohamedezz80/kenz 66fcc7d lib/features/home/ui/widgets/trending_food.dart
true
200
1,003
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import '../../../../core/theming/styles.dart'; class TrendingFood extends StatelessWidget { const TrendingFood({super.key}); @override Widget build(BuildContext context) { return Column( crossAxisAlig...
6
SuosPhearith/sos-app-v2
099e914
lib/services/cart_service.dart
Dart
www.github.com/SuosPhearith/sos-app-v2/tree/main/lib/services/cart_service.dart
https://raw.githubusercontent.com/SuosPhearith/sos-app-v2/099e914/lib/services/cart_service.dart
SuosPhearith/sos-app-v2 099e914 lib/services/cart_service.dart
true
200
1,882
import 'package:dio/dio.dart'; import 'package:flutter_secure_storage/flutter_secure_storage.dart'; import 'package:wsm_mobile_app/error_type.dart'; import 'package:wsm_mobile_app/models/cart_modal.dart'; import 'package:wsm_mobile_app/utils/dio.client.dart'; import 'package:wsm_mobile_app/utils/help_util.dart'; class...
2
AsrofunNiam/learn_flutter_widget
30f8dc4
lib/route/route_appbar/route_hidable_buttonbar.dart
Dart
www.github.com/AsrofunNiam/learn_flutter_widget/tree/main/lib/route/route_appbar/route_hidable_buttonbar.dart
https://raw.githubusercontent.com/AsrofunNiam/learn_flutter_widget/30f8dc4/lib/route/route_appbar/route_hidable_buttonbar.dart
AsrofunNiam/learn_flutter_widget 30f8dc4 lib/route/route_appbar/route_hidable_buttonbar.dart
true
200
915
import 'package:flutter/material.dart'; import 'package:learn_flutter_widget/route/routeCardTest.dart'; import 'package:learn_flutter_widget/route/routeCardTest2.dart'; import 'package:learn_flutter_widget/route/route_main.dart'; class RouteHidableButton extends StatelessWidget { const RouteHidableButton({Key? key})...
4
MartialMAY/KES_APP_MOBILE_FLUTTER
82aa896
lib/pages/profile_page.dart
Dart
www.github.com/MartialMAY/KES_APP_MOBILE_FLUTTER/tree/main/lib/pages/profile_page.dart
https://raw.githubusercontent.com/MartialMAY/KES_APP_MOBILE_FLUTTER/82aa896/lib/pages/profile_page.dart
MartialMAY/KES_APP_MOBILE_FLUTTER 82aa896 lib/pages/profile_page.dart
true
200
952
import 'package:flutter/material.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'login_page.dart'; class ProfilePage extends StatelessWidget { @override Widget build(BuildContext context) { final user = FirebaseAuth.instance.currentUser; return Scaffold( appBar: AppBar( tit...
3
panyawut101/panyawut101.github.io
9fc4d01
lib/app/shared/widgets/expanded_container.dart
Dart
www.github.com/panyawut101/panyawut101.github.io/tree/main/lib/app/shared/widgets/expanded_container.dart
https://raw.githubusercontent.com/panyawut101/panyawut101.github.io/9fc4d01/lib/app/shared/widgets/expanded_container.dart
panyawut101/panyawut101.github.io 9fc4d01 lib/app/shared/widgets/expanded_container.dart
true
200
1,489
import 'package:flutter/material.dart'; class ExpandedContainer extends StatefulWidget { const ExpandedContainer({ super.key, this.expand = false, this.duration = const Duration(milliseconds: 800), required this.child, }); final bool expand; final Duration duration; final Widget child; @o...
0
nadaelassal/news_app
f7fe061
lib/home/view/screens/home_screen.dart
Dart
www.github.com/nadaelassal/news_app/tree/main/lib/home/view/screens/home_screen.dart
https://raw.githubusercontent.com/nadaelassal/news_app/f7fe061/lib/home/view/screens/home_screen.dart
nadaelassal/news_app f7fe061 lib/home/view/screens/home_screen.dart
true
200
2,178
// ignore_for_file: prefer_const_constructors import 'package:flutter/material.dart'; import 'package:news_app/category/view/widgets/categories_grid.dart'; import 'package:news_app/category/view/widgets/category_datails.dart'; import 'package:news_app/category/data/models/category_model.dart'; import 'package:news_app...
7
carlos19960601/flutter-example
40cf214
pilipala/lib/pages/media/controller.dart
Dart
www.github.com/carlos19960601/flutter-example/tree/main/pilipala/lib/pages/media/controller.dart
https://raw.githubusercontent.com/carlos19960601/flutter-example/40cf214/pilipala/lib/pages/media/controller.dart
carlos19960601/flutter-example 40cf214 pilipala/lib/pages/media/controller.dart
true
200
1,742
import 'package:flutter/material.dart'; import 'package:flutter_smart_dialog/flutter_smart_dialog.dart'; import 'package:get/get.dart'; import 'package:hive/hive.dart'; import 'package:pilipala/http/user.dart'; import 'package:pilipala/models/user/fav_folder.dart'; import 'package:pilipala/utils/storage.dart'; class M...
5
Emil0824/PlaneringsGuru
1c48ed4
lib/widgets/addEvent.dart
Dart
www.github.com/Emil0824/PlaneringsGuru/tree/main/lib/widgets/addEvent.dart
https://raw.githubusercontent.com/Emil0824/PlaneringsGuru/1c48ed4/lib/widgets/addEvent.dart
Emil0824/PlaneringsGuru 1c48ed4 lib/widgets/addEvent.dart
true
200
5,507
// ignore_for_file: file_names, prefer_const_constructors, no_logic_in_create_state, library_private_types_in_public_api, prefer_const_constructors_in_immutables import 'package:flutter/material.dart'; import 'package:flutter_time_picker_spinner/flutter_time_picker_spinner.dart'; import 'package:planeringsguru/classes...
1
TruongManhHoang/Flutter-H-Social-Network
5c25d22
lib/features/login/bloc/login_bloc.dart
Dart
www.github.com/TruongManhHoang/Flutter-H-Social-Network/tree/main/lib/features/login/bloc/login_bloc.dart
https://raw.githubusercontent.com/TruongManhHoang/Flutter-H-Social-Network/5c25d22/lib/features/login/bloc/login_bloc.dart
TruongManhHoang/Flutter-H-Social-Network 5c25d22 lib/features/login/bloc/login_bloc.dart
true
200
2,414
import 'dart:async'; import 'package:boilerplate/core/bloc_core/ui_status.dart'; import 'package:boilerplate/core/keys/app_keys.dart'; import 'package:boilerplate/services/auth_service/auth_service.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:freezed_annotation/freezed_annotation.dart'; impor...
6
nihal2908/healing_hand
12d9c6f
lib/Providers/PatientProvider.dart
Dart
www.github.com/nihal2908/healing_hand/tree/main/lib/Providers/PatientProvider.dart
https://raw.githubusercontent.com/nihal2908/healing_hand/12d9c6f/lib/Providers/PatientProvider.dart
nihal2908/healing_hand 12d9c6f lib/Providers/PatientProvider.dart
true
200
1,906
import 'package:flutter/material.dart'; class Patient{ Image profile; String name; String gender; int age; String phone; String email; int height; int weight; Patient({ required this.profile, required this.name, required this.age, required this.gender, required this.phone, re...
4
aboodalh1/Norway-Roznama
65dff01
lib/features/prays_and_times/prays_settings/presentation/view/widgets/nawafel_list.dart
Dart
www.github.com/aboodalh1/Norway-Roznama/tree/main/lib/features/prays_and_times/prays_settings/presentation/view/widgets/nawafel_list.dart
https://raw.githubusercontent.com/aboodalh1/Norway-Roznama/65dff01/lib/features/prays_and_times/prays_settings/presentation/view/widgets/nawafel_list.dart
aboodalh1/Norway-Roznama 65dff01 lib/features/prays_and_times/prays_settings/presentation/view/widgets/nawafel_list.dart
true
200
899
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'nafela_tile.dart'; class NawafelList extends StatelessWidget { const NawafelList({ super.key, }); @override Widget build(BuildContext context) { return SizedBox( child: ListView.sep...
0
prasanjitha/food-ninja
4ea95fe
lib/views/filter_page/filter_page_state.dart
Dart
www.github.com/prasanjitha/food-ninja/tree/main/lib/views/filter_page/filter_page_state.dart
https://raw.githubusercontent.com/prasanjitha/food-ninja/4ea95fe/lib/views/filter_page/filter_page_state.dart
prasanjitha/food-ninja 4ea95fe lib/views/filter_page/filter_page_state.dart
true
200
380
import 'package:flutter/foundation.dart'; @immutable class FilterPageState { final String error; const FilterPageState({ required this.error, }); static FilterPageState get initialState { return const FilterPageState(error: ''); } FilterPageState clone({ String? error, }) { return Filt...
1
SantiRamos05/FlutterProjects
d1178e5
componentes/lib/src/providers/menu_provider.dart
Dart
www.github.com/SantiRamos05/FlutterProjects/tree/main/componentes/lib/src/providers/menu_provider.dart
https://raw.githubusercontent.com/SantiRamos05/FlutterProjects/d1178e5/componentes/lib/src/providers/menu_provider.dart
SantiRamos05/FlutterProjects d1178e5 componentes/lib/src/providers/menu_provider.dart
true
200
438
import 'dart:convert'; import 'package:flutter/services.dart' show rootBundle; class _MenuProvider{ List<dynamic> opciones=[]; _MenuProvider(){ //cargarData(); } Future<List<dynamic>> cargarData() async{ final resp = await rootBundle.loadString('data/menu_opts.json'); Map dataMap = json.decode...
7
Pratiksha234/Colab_Care_Android
54d2f30
colab_care/lib/controllers/Home_Screen/mindfulness/player_screen.dart
Dart
www.github.com/Pratiksha234/Colab_Care_Android/tree/main/colab_care/lib/controllers/Home_Screen/mindfulness/player_screen.dart
https://raw.githubusercontent.com/Pratiksha234/Colab_Care_Android/54d2f30/colab_care/lib/controllers/Home_Screen/mindfulness/player_screen.dart
Pratiksha234/Colab_Care_Android 54d2f30 colab_care/lib/controllers/Home_Screen/mindfulness/player_screen.dart
true
200
9,218
import 'dart:io'; import 'package:audioplayers/audioplayers.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:firebase_storage/firebase_storage.dart'; import 'package:flutter/material.dart'; import 'package:video_player/video_player.dart'; import 'dart:async'; import 'package:flutter_cache_mana...
5
bernardknt/blenditNew
b28fee1
lib/screens/paywall_pages/paywall_international.dart
Dart
www.github.com/bernardknt/blenditNew/tree/main/lib/screens/paywall_pages/paywall_international.dart
https://raw.githubusercontent.com/bernardknt/blenditNew/b28fee1/lib/screens/paywall_pages/paywall_international.dart
bernardknt/blenditNew b28fee1 lib/screens/paywall_pages/paywall_international.dart
true
200
14,289
import 'package:blendit_2022/models/CommonFunctions.dart'; import 'package:blendit_2022/models/responsive/responsive_layout.dart'; import 'package:blendit_2022/controllers/controller_page_web.dart'; import 'package:blendit_2022/screens/purchase_restored_page.dart'; import 'package:blendit_2022/screens/success_challenge...
6
anubisTeam8/web_dashboard
45661ce
lib/widgets/doctorsWidget.dart
Dart
www.github.com/anubisTeam8/web_dashboard/tree/main/lib/widgets/doctorsWidget.dart
https://raw.githubusercontent.com/anubisTeam8/web_dashboard/45661ce/lib/widgets/doctorsWidget.dart
anubisTeam8/web_dashboard 45661ce lib/widgets/doctorsWidget.dart
true
200
1,065
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:web_dashboard/colors.dart'; class DoctorsWidget extends StatelessWidget { const DoctorsWidget({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Card( ...
4
omidvkl/Blog-Club
cdef96f
lib/auth.dart
Dart
www.github.com/omidvkl/Blog-Club/tree/main/lib/auth.dart
https://raw.githubusercontent.com/omidvkl/Blog-Club/cdef96f/lib/auth.dart
omidvkl/Blog-Club cdef96f lib/auth.dart
true
200
8,972
import 'package:blogclub_app/gen/assets.gen.dart'; import 'package:flutter/material.dart'; class AuthScreen extends StatefulWidget { const AuthScreen({Key? key}) : super(key: key); @override State<AuthScreen> createState() => _AuthScreenState(); } class _AuthScreenState extends State<AuthScreen> { static con...
3
yug-am/wheels-on-lease
bcb270f
lib/src/widgets/option_screen_widgets.dart
Dart
www.github.com/yug-am/wheels-on-lease/tree/main/lib/src/widgets/option_screen_widgets.dart
https://raw.githubusercontent.com/yug-am/wheels-on-lease/bcb270f/lib/src/widgets/option_screen_widgets.dart
yug-am/wheels-on-lease bcb270f lib/src/widgets/option_screen_widgets.dart
true
200
3,000
import 'package:flutter/material.dart'; import 'package:wheels_on_lease/src/widgets/home_screen_widgets.dart'; import 'package:wheels_on_lease/src/widgets/main_screen_widgets.dart'; SizedBox decoHeader( {double height = 200.0, String customerGender, String customerName}) { return SizedBox( height: height, ...
2
luckerww/ACFT_MAXer_FlutterFlow
f4a32b5
lib/components/app_button/app_button_widget.dart
Dart
www.github.com/luckerww/ACFT_MAXer_FlutterFlow/tree/main/lib/components/app_button/app_button_widget.dart
https://raw.githubusercontent.com/luckerww/ACFT_MAXer_FlutterFlow/f4a32b5/lib/components/app_button/app_button_widget.dart
luckerww/ACFT_MAXer_FlutterFlow f4a32b5 lib/components/app_button/app_button_widget.dart
true
200
2,521
import '/flutter_flow/flutter_flow_theme.dart'; import '/flutter_flow/flutter_flow_util.dart'; import 'package:flutter/material.dart'; import 'package:flutter_spinkit/flutter_spinkit.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:provider/provider.dart'; import 'app_button_model.dart'; export '...
0
maefahluang-uni/KindTap
32787f4
Frontend/lib/pages/contact.dart
Dart
www.github.com/maefahluang-uni/KindTap/tree/main/Frontend/lib/pages/contact.dart
https://raw.githubusercontent.com/maefahluang-uni/KindTap/32787f4/Frontend/lib/pages/contact.dart
maefahluang-uni/KindTap 32787f4 Frontend/lib/pages/contact.dart
true
200
1,248
import 'package:flutter/material.dart'; import 'package:mini_project/pages/component/ContactCard.dart'; import 'package:mini_project/pages/component/bottombar.dart'; class ContactPage extends StatefulWidget { const ContactPage({super.key}); @override State<ContactPage> createState() => _ContactPageState(); } c...
7
PacificEMIS/pacific-open-education-data
2f2186a
pacific_dashboards/lib/models/json_converters/double_json.dart
Dart
www.github.com/PacificEMIS/pacific-open-education-data/tree/main/pacific_dashboards/lib/models/json_converters/double_json.dart
https://raw.githubusercontent.com/PacificEMIS/pacific-open-education-data/2f2186a/pacific_dashboards/lib/models/json_converters/double_json.dart
PacificEMIS/pacific-open-education-data 2f2186a pacific_dashboards/lib/models/json_converters/double_json.dart
true
200
909
import 'package:flutter/foundation.dart'; import 'package:json_annotation/json_annotation.dart'; part 'double_json.g.dart'; @JsonSerializable() class DoubleJson{ @JsonKey(name: '\$t') final String value; const DoubleJson({ @required this.value, }); factory DoubleJson.fromJson(Map<String, dynamic> json...
1
habyaad/paycom
afdc964
lib/utils/common_widgets/general_button.dart
Dart
www.github.com/habyaad/paycom/tree/main/lib/utils/common_widgets/general_button.dart
https://raw.githubusercontent.com/habyaad/paycom/afdc964/lib/utils/common_widgets/general_button.dart
habyaad/paycom afdc964 lib/utils/common_widgets/general_button.dart
true
200
1,353
import 'package:flutter/material.dart'; class GeneralButton extends StatelessWidget { final Color buttonColor; final String buttonText; final Color textColor; final FontWeight? fontWeight; final double? fontSize; final double? height; final double? borderRadius; final Border? border; final void Funct...
5
Aliciasaci/purrfectmatch-client
2ea4c64
lib/models/report.dart
Dart
www.github.com/Aliciasaci/purrfectmatch-client/tree/main/lib/models/report.dart
https://raw.githubusercontent.com/Aliciasaci/purrfectmatch-client/2ea4c64/lib/models/report.dart
Aliciasaci/purrfectmatch-client 2ea4c64 lib/models/report.dart
true
200
873
import 'package:json_annotation/json_annotation.dart'; import 'package:purrfectmatch/models/annonce.dart'; part 'report.g.dart'; @JsonSerializable() class Report { final int? id; final String reporterUserId; final String reportedUserId; final DateTime? createdAt; final int? reasonId; final bool? isHandled...
6
JATINSINGAL1/ECommerse_APP
5448798
lib/common/widgets/chips/chips.dart
Dart
www.github.com/JATINSINGAL1/ECommerse_APP/tree/main/lib/common/widgets/chips/chips.dart
https://raw.githubusercontent.com/JATINSINGAL1/ECommerse_APP/5448798/lib/common/widgets/chips/chips.dart
JATINSINGAL1/ECommerse_APP 5448798 lib/common/widgets/chips/chips.dart
true
200
1,156
import 'package:ecommerse/common/widgets/customshapes/text_box.dart'; import 'package:ecommerse/utils/constants/colors.dart'; import 'package:ecommerse/utils/helpers/helper_functions.dart'; import 'package:flutter/material.dart'; class CustomChips extends StatelessWidget { const CustomChips( {super.key, requir...
3
rok5ek/flutter_moovi_time
a80bc87
lib/data/models/movieresponse/movie_response_wrapper.dart
Dart
www.github.com/rok5ek/flutter_moovi_time/tree/main/lib/data/models/movieresponse/movie_response_wrapper.dart
https://raw.githubusercontent.com/rok5ek/flutter_moovi_time/a80bc87/lib/data/models/movieresponse/movie_response_wrapper.dart
rok5ek/flutter_moovi_time a80bc87 lib/data/models/movieresponse/movie_response_wrapper.dart
true
200
702
import 'package:freezed_annotation/freezed_annotation.dart'; import 'package:moovi_time/data/models/movieresponse/movie_response.dart'; part 'movie_response_wrapper.freezed.dart'; part 'movie_response_wrapper.g.dart'; @freezed class MovieResponseWrapper with _$MovieResponseWrapper { const factory MovieResponseWrapp...
4
vattvichet/Weather-App
d90f28b
lib/utilities/constants.dart
Dart
www.github.com/vattvichet/Weather-App/tree/main/lib/utilities/constants.dart
https://raw.githubusercontent.com/vattvichet/Weather-App/d90f28b/lib/utilities/constants.dart
vattvichet/Weather-App d90f28b lib/utilities/constants.dart
true
200
760
import 'package:flutter/material.dart'; const kTempTextStyle = TextStyle( fontFamily: 'Spartan MB', fontSize: 100.0, fontWeight: FontWeight.bold, color: Color.fromARGB(255, 15, 227, 19), ); const kMessageTextStyle = TextStyle( fontFamily: 'Spartan MB', fontSize: 40, color: Color.fromARGB(255, 14, 212, 1...
0
GAURCODER/fit-app
e2fd4ca
lib/screens/home/home_screen.dart
Dart
www.github.com/GAURCODER/fit-app/tree/main/lib/screens/home/home_screen.dart
https://raw.githubusercontent.com/GAURCODER/fit-app/e2fd4ca/lib/screens/home/home_screen.dart
GAURCODER/fit-app e2fd4ca lib/screens/home/home_screen.dart
true
200
1,517
import 'package:fit_app/constants.dart'; import 'package:fit_app/screens/home/components/body.dart'; import 'package:flutter/material.dart'; class HomeScreen extends StatefulWidget { const HomeScreen({Key? key}) : super(key: key); @override State<HomeScreen> createState() => _HomeScreenState(); } class _HomeSc...
2
icforcode/TodoApp_with_Provider
3c5233a
lib/todoapp.dart
Dart
www.github.com/icforcode/TodoApp_with_Provider/tree/main/lib/todoapp.dart
https://raw.githubusercontent.com/icforcode/TodoApp_with_Provider/3c5233a/lib/todoapp.dart
icforcode/TodoApp_with_Provider 3c5233a lib/todoapp.dart
true
200
2,147
import 'package:f_todoapp/provider/all_providers.dart'; import 'package:f_todoapp/widget/futureprovider.dart'; import 'package:f_todoapp/widget/title_widget.dart'; import 'package:f_todoapp/widget/todo_list_item_widget.dart'; import 'package:f_todoapp/widget/toolbar_widget.dart'; import 'package:flutter/material.dart';...
7
KoLichung/flutterCare168New
df21a18
lib/pages/member/my_service/my_case_detail_write_review_dialog.dart
Dart
www.github.com/KoLichung/flutterCare168New/tree/main/lib/pages/member/my_service/my_case_detail_write_review_dialog.dart
https://raw.githubusercontent.com/KoLichung/flutterCare168New/df21a18/lib/pages/member/my_service/my_case_detail_write_review_dialog.dart
KoLichung/flutterCare168New df21a18 lib/pages/member/my_service/my_case_detail_write_review_dialog.dart
true
200
5,547
import 'package:flutter/material.dart'; import 'package:fluttercare168/constant/color.dart'; import 'package:flutter_rating_bar/flutter_rating_bar.dart'; import 'package:fluttercare168/widgets/custom_elevated_button.dart'; import 'package:http/http.dart' as http; import 'dart:convert'; import 'package:provider/provider...
5
Neloy-SWE/Daily-Plans
71485e8
lib/components/custom_add_task_bottom_sheet.dart
Dart
www.github.com/Neloy-SWE/Daily-Plans/tree/main/lib/components/custom_add_task_bottom_sheet.dart
https://raw.githubusercontent.com/Neloy-SWE/Daily-Plans/71485e8/lib/components/custom_add_task_bottom_sheet.dart
Neloy-SWE/Daily-Plans 71485e8 lib/components/custom_add_task_bottom_sheet.dart
true
200
2,666
import 'package:daily_plans/blocs/bloc_exports.dart'; import 'package:daily_plans/services/guild_gen.dart'; import 'package:flutter/material.dart'; import '../model/model_task.dart'; import '../utilities/app_size.dart'; import '../utilities/strings.dart'; class AddTaskBottomSheet extends StatelessWidget { const AddT...
1
ribesh07/mylivetv
01d31f9
lib/main.dart
Dart
www.github.com/ribesh07/mylivetv/tree/main/lib/main.dart
https://raw.githubusercontent.com/ribesh07/mylivetv/01d31f9/lib/main.dart
ribesh07/mylivetv 01d31f9 lib/main.dart
true
200
3,877
// ignore_for_file: prefer_const_constructors, unused_import // import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:firebase_core/firebase_core.dart'; // import 'package:flutter/widgets.dart'; import 'package:mylivetv/screens/cartoon.dart'; import 'package:mylivetv/screens/...
6
lounes17/Flutter_e_commerce_with_admin_panel_web
4aefc84
lib/view/screens/product_details_screen.dart
Dart
www.github.com/lounes17/Flutter_e_commerce_with_admin_panel_web/tree/main/lib/view/screens/product_details_screen.dart
https://raw.githubusercontent.com/lounes17/Flutter_e_commerce_with_admin_panel_web/4aefc84/lib/view/screens/product_details_screen.dart
lounes17/Flutter_e_commerce_with_admin_panel_web 4aefc84 lib/view/screens/product_details_screen.dart
true
200
1,535
import 'package:application_mobile/model/product_models.dart'; import 'package:application_mobile/view/widgets/productDetails/add_cart.dart'; import 'package:application_mobile/view/widgets/productDetails/clothes_info.dart'; import 'package:application_mobile/view/widgets/productDetails/image_sliders.dart'; import 'pac...
4
sudeshnb/post-app
90a930d
lib/features/screens/follower_list.dart
Dart
www.github.com/sudeshnb/post-app/tree/main/lib/features/screens/follower_list.dart
https://raw.githubusercontent.com/sudeshnb/post-app/90a930d/lib/features/screens/follower_list.dart
sudeshnb/post-app 90a930d lib/features/screens/follower_list.dart
true
200
2,243
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:poetic_app/core/utils/overlay.dart'; import 'package:poetic_app/core/utils/text_style.dart'; class FollowerList extends StatelessWidget { final List followList; fi...
2
FCO-1/chat_app
2e0893a
lib/presentation/shared/message_field_box.dart
Dart
www.github.com/FCO-1/chat_app/tree/main/lib/presentation/shared/message_field_box.dart
https://raw.githubusercontent.com/FCO-1/chat_app/2e0893a/lib/presentation/shared/message_field_box.dart
FCO-1/chat_app 2e0893a lib/presentation/shared/message_field_box.dart
true
200
1,254
import 'package:flutter/material.dart'; class MessageFieldBox extends StatelessWidget { final ValueChanged<String> onValue ; const MessageFieldBox({super.key, required this.onValue}); @override Widget build(BuildContext context) { final textController = TextEditingController(); final focusNode = FocusNod...
0
huguescodeur/appVtc
4bd9d8c
lib/widgets/widget_social_button.dart
Dart
www.github.com/huguescodeur/appVtc/tree/main/lib/widgets/widget_social_button.dart
https://raw.githubusercontent.com/huguescodeur/appVtc/4bd9d8c/lib/widgets/widget_social_button.dart
huguescodeur/appVtc 4bd9d8c lib/widgets/widget_social_button.dart
true
200
705
import 'package:flutter/material.dart'; class WidgetSocialButton extends StatelessWidget { final Function()? onTap; final String image; const WidgetSocialButton({Key? key, required this.onTap, required this.image}) : super(key: key); @override Widget build(BuildContext context) { return InkWell( ...
7
AlsoShantanuBorkar/advocate_project_flutter
d920c33
lib/presentation/case_management/widgets/case_showcase_tile.dart
Dart
www.github.com/AlsoShantanuBorkar/advocate_project_flutter/tree/main/lib/presentation/case_management/widgets/case_showcase_tile.dart
https://raw.githubusercontent.com/AlsoShantanuBorkar/advocate_project_flutter/d920c33/lib/presentation/case_management/widgets/case_showcase_tile.dart
AlsoShantanuBorkar/advocate_project_flutter d920c33 lib/presentation/case_management/widgets/case_showcase_tile.dart
true
200
3,112
import 'package:advocate_project_flutter/blocs/cases_list_bloc/case_list_bloc.dart'; import 'package:advocate_project_flutter/blocs/cases_list_bloc/case_list_events.dart'; import 'package:advocate_project_flutter/constants/enums/case_enums.dart'; import 'package:advocate_project_flutter/models/case_model.dart'; import ...
5
tutict/Final-Assignment
45c584c
final_assignment_front/lib/features/model/role_management.dart
Dart
www.github.com/tutict/Final-Assignment/tree/main/final_assignment_front/lib/features/model/role_management.dart
https://raw.githubusercontent.com/tutict/Final-Assignment/45c584c/final_assignment_front/lib/features/model/role_management.dart
tutict/Final-Assignment 45c584c final_assignment_front/lib/features/model/role_management.dart
true
200
2,787
// role_management.dart class RoleManagement { int? roleId; String? roleName; String? roleDescription; DateTime? createdTime; DateTime? modifiedTime; String? remarks; String? idempotencyKey; String? status; // 添加 status 字段 RoleManagement({ this.roleId, this.roleName, this.roleDescription,...
3
IfranTuhin/VpnApp
2f6fd67
lib/Controllers/controller_vpn_location.dart
Dart
www.github.com/IfranTuhin/VpnApp/tree/main/lib/Controllers/controller_vpn_location.dart
https://raw.githubusercontent.com/IfranTuhin/VpnApp/2f6fd67/lib/Controllers/controller_vpn_location.dart
IfranTuhin/VpnApp 2f6fd67 lib/Controllers/controller_vpn_location.dart
true
200
669
import 'package:get/get.dart'; import 'package:vpn_basic_project/ApiVpnGate/api_vpn_gate.dart'; import 'package:vpn_basic_project/App_Perferences/perferences.dart'; import 'package:vpn_basic_project/Models/vpn_info.dart'; class ControllerVPNLocation extends GetxController{ List<VpnInfo> vpnFreeServersAvailableList ...
1
FatwahFir/sims_ppob
d70007b
lib/app/data/models/user_model.dart
Dart
www.github.com/FatwahFir/sims_ppob/tree/main/lib/app/data/models/user_model.dart
https://raw.githubusercontent.com/FatwahFir/sims_ppob/d70007b/lib/app/data/models/user_model.dart
FatwahFir/sims_ppob d70007b lib/app/data/models/user_model.dart
true
200
592
class User { String? email; String? firstName; String? lastName; String? profileImage; User({this.email, this.firstName, this.lastName, this.profileImage}); User.fromJson(Map<String, dynamic> json) { email = json['email']; firstName = json['first_name']; lastName = json['last_name']; profi...
6
Mosta-b/khalifa
a9860c3
lib/src/qadaya/presentation/manager/qadiya_event.dart
Dart
www.github.com/Mosta-b/khalifa/tree/main/lib/src/qadaya/presentation/manager/qadiya_event.dart
https://raw.githubusercontent.com/Mosta-b/khalifa/a9860c3/lib/src/qadaya/presentation/manager/qadiya_event.dart
Mosta-b/khalifa a9860c3 lib/src/qadaya/presentation/manager/qadiya_event.dart
true
200
1,137
part of 'qadiya_bloc.dart'; @immutable sealed class QadiyaEvent { const QadiyaEvent(); } class QadiyaEventGetAllQadaya extends QadiyaEvent { const QadiyaEventGetAllQadaya(); } class QadiyaEventGetAllSolutions extends QadiyaEvent { final QadiyaModel qadiya; const QadiyaEventGetAllSolutions({required this.qad...
4
DalangLy/flutter-demo-app
f693da8
lib/features/stock/presentation/blocs/get_by_id/get_stock_by_id_bloc.dart
Dart
www.github.com/DalangLy/flutter-demo-app/tree/main/lib/features/stock/presentation/blocs/get_by_id/get_stock_by_id_bloc.dart
https://raw.githubusercontent.com/DalangLy/flutter-demo-app/f693da8/lib/features/stock/presentation/blocs/get_by_id/get_stock_by_id_bloc.dart
DalangLy/flutter-demo-app f693da8 lib/features/stock/presentation/blocs/get_by_id/get_stock_by_id_bloc.dart
true
200
898
import 'package:bloc/bloc.dart'; import 'package:demo_app/features/stock/domain/entities/stock_entity.dart'; import 'package:equatable/equatable.dart'; import '../../../domain/use_cases/get_stock_by_id_use_case.dart'; part 'get_stock_by_id_event.dart'; part 'get_stock_by_id_state.dart'; class GetStockByIdBloc extend...
2
targamafia/it_expert
3407ae0
lib/core/assessment/application/usecase/get_assessment_questions_usecase.dart
Dart
www.github.com/targamafia/it_expert/tree/main/lib/core/assessment/application/usecase/get_assessment_questions_usecase.dart
https://raw.githubusercontent.com/targamafia/it_expert/3407ae0/lib/core/assessment/application/usecase/get_assessment_questions_usecase.dart
targamafia/it_expert 3407ae0 lib/core/assessment/application/usecase/get_assessment_questions_usecase.dart
true
200
379
import 'package:it_expert/core/assessment/domain/assessment_repository_interface.dart'; import '../../../utils/result.dart'; class GetAssessmentQuestionsUseCase { final AssessmentRepositoryInterface assessmentRepository; GetAssessmentQuestionsUseCase(this.assessmentRepository); Future<Result> call(String id) ...
5
Seif-shawky/twitter_clone
fa781c7
lib/providor/app_repo.dart
Dart
www.github.com/Seif-shawky/twitter_clone/tree/main/lib/providor/app_repo.dart
https://raw.githubusercontent.com/Seif-shawky/twitter_clone/fa781c7/lib/providor/app_repo.dart
Seif-shawky/twitter_clone fa781c7 lib/providor/app_repo.dart
true
200
252
import 'package:flutter/material.dart'; import 'package:projectbased/data/model/user.dart'; class AppRepo extends ChangeNotifier { String? _token; User? user; set token(String? value) { _token = value; } String? get token => _token; }
7
SahilMangal/Drivers-RideShareProject
e2e2aaf
lib/authentication/signup_screen.dart
Dart
www.github.com/SahilMangal/Drivers-RideShareProject/tree/main/lib/authentication/signup_screen.dart
https://raw.githubusercontent.com/SahilMangal/Drivers-RideShareProject/e2e2aaf/lib/authentication/signup_screen.dart
SahilMangal/Drivers-RideShareProject e2e2aaf lib/authentication/signup_screen.dart
true
200
10,266
import 'package:flutter/material.dart'; import 'package:rideshare_driver/authentication/car_info_screen.dart'; import 'package:rideshare_driver/authentication/login_screen.dart'; import 'package:fluttertoast/fluttertoast.dart'; import 'package:rideshare_driver/widgets/progress_dialog.dart'; import 'package:firebase_aut...
1
vikasbs12/mobiile_lab_app
006650d
lib/presentation/signup_confirmation_screen/signup_confirmation_screen.dart
Dart
www.github.com/vikasbs12/mobiile_lab_app/tree/main/lib/presentation/signup_confirmation_screen/signup_confirmation_screen.dart
https://raw.githubusercontent.com/vikasbs12/mobiile_lab_app/006650d/lib/presentation/signup_confirmation_screen/signup_confirmation_screen.dart
vikasbs12/mobiile_lab_app 006650d lib/presentation/signup_confirmation_screen/signup_confirmation_screen.dart
true
200
2,501
import 'package:flutter/material.dart'; import 'package:mobiile_lab/core/app_export.dart'; import 'package:mobiile_lab/widgets/custom_elevated_button.dart'; import 'bloc/signup_confirmation_bloc.dart'; import 'models/signup_confirmation_model.dart'; class SignupConfirmationScreen extends StatelessWidget { const Sign...
3
Udeshiimasha/Melodify-Music-Player-App-EG_2020_4207-GroupNo.74
79cbb24
lib/controllers/profileController.dart
Dart
www.github.com/Udeshiimasha/Melodify-Music-Player-App-EG_2020_4207-GroupNo.74/tree/main/lib/controllers/profileController.dart
https://raw.githubusercontent.com/Udeshiimasha/Melodify-Music-Player-App-EG_2020_4207-GroupNo.74/79cbb24/lib/controllers/profileController.dart
Udeshiimasha/Melodify-Music-Player-App-EG_2020_4207-GroupNo.74 79cbb24 lib/controllers/profileController.dart
true
200
2,472
import 'package:flutter/material.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_auth/firebase_auth.dart'; class ProfileController extends ChangeNotifier { final FirebaseAuth _auth = FirebaseAuth.instance; final FirebaseFirestore _firestore = FirebaseFirestore.instance; St...
0
Hoang472000/Ofitsoft
342f1b4
diary_mobile/lib/data/remote_data/api_model/api_base_generator.dart
Dart
www.github.com/Hoang472000/Ofitsoft/tree/main/diary_mobile/lib/data/remote_data/api_model/api_base_generator.dart
https://raw.githubusercontent.com/Hoang472000/Ofitsoft/342f1b4/diary_mobile/lib/data/remote_data/api_model/api_base_generator.dart
Hoang472000/Ofitsoft 342f1b4 diary_mobile/lib/data/remote_data/api_model/api_base_generator.dart
true
200
737
import '../../../utils/constants/api_const.dart'; import '../network_processor/http_method.dart'; import '../object_model/object_command_data.dart'; ///diffine api class ApiBaseGenerator{ String path; String method; String baseUrl; dynamic body; Map<String, dynamic>? queryParameters; Map<String, dynamic>...
6
cs-onah/base_project_setup
fb2c3eb
lib/ui/auth_module/pages/desktop/desktop_signin_screen.dart
Dart
www.github.com/cs-onah/base_project_setup/tree/main/lib/ui/auth_module/pages/desktop/desktop_signin_screen.dart
https://raw.githubusercontent.com/cs-onah/base_project_setup/fb2c3eb/lib/ui/auth_module/pages/desktop/desktop_signin_screen.dart
cs-onah/base_project_setup fb2c3eb lib/ui/auth_module/pages/desktop/desktop_signin_screen.dart
true
200
3,775
import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:demo/core/constants/image_path.dart'; import 'package:demo/core/utils/context_extension.dart'; import 'package:demo/core/utils/validators.dart'; import 'package:demo/ui/auth_module/providers/textfield_contro...
4
mkobuolys/f3-firebase-remote-config-talk
868e223
slides/lib/slides/summary.dart
Dart
www.github.com/mkobuolys/f3-firebase-remote-config-talk/tree/main/slides/lib/slides/summary.dart
https://raw.githubusercontent.com/mkobuolys/f3-firebase-remote-config-talk/868e223/slides/lib/slides/summary.dart
mkobuolys/f3-firebase-remote-config-talk 868e223 slides/lib/slides/summary.dart
true
200
892
import 'package:flutter/widgets.dart'; import 'package:flutter_deck/flutter_deck.dart'; class SummarySlide extends FlutterDeckSlideWidget { const SummarySlide() : super( configuration: const FlutterDeckSlideConfiguration( route: '/summary', header: FlutterDeckHeaderConfigurati...
5
haidhal/bloc_api_sample
336615e
lib/view/registration_screen/bloc/registration_event.dart
Dart
www.github.com/haidhal/bloc_api_sample/tree/main/lib/view/registration_screen/bloc/registration_event.dart
https://raw.githubusercontent.com/haidhal/bloc_api_sample/336615e/lib/view/registration_screen/bloc/registration_event.dart
haidhal/bloc_api_sample 336615e lib/view/registration_screen/bloc/registration_event.dart
true
200
590
part of 'registration_bloc.dart'; sealed class RegistrationEvent extends Equatable { const RegistrationEvent(); @override List<Object> get props => []; } class onRegistrationEvent extends RegistrationEvent { final String name; final int phone; final String place; final int pincode; final String email...
2
lmp2205/projectAppMobile
822f515
lib/ui/statistical/user_products_list_tile.dart
Dart
www.github.com/lmp2205/projectAppMobile/tree/main/lib/ui/statistical/user_products_list_tile.dart
https://raw.githubusercontent.com/lmp2205/projectAppMobile/822f515/lib/ui/statistical/user_products_list_tile.dart
lmp2205/projectAppMobile 822f515 lib/ui/statistical/user_products_list_tile.dart
true
200
2,020
import 'package:flutter/material.dart'; import '../../models/product.dart'; import 'package:provider/provider.dart'; import '../products/edit_product_screen.dart'; import '../products/products_manager.dart'; class UserProductListTile extends StatelessWidget { final Product product; const UserProductListTile( t...
1
ShineWaiYanAung/myRepoChart
2be5e57
lib/Graph/pie_chart.dart
Dart
www.github.com/ShineWaiYanAung/myRepoChart/tree/main/lib/Graph/pie_chart.dart
https://raw.githubusercontent.com/ShineWaiYanAung/myRepoChart/2be5e57/lib/Graph/pie_chart.dart
ShineWaiYanAung/myRepoChart 2be5e57 lib/Graph/pie_chart.dart
true
200
1,288
import 'package:flutter/material.dart'; import 'package:fl_chart/fl_chart.dart'; class PieChartExample extends StatelessWidget { const PieChartExample({super.key}); @override Widget build(BuildContext context) { return Scaffold( body: PieChart( PieChartData( sectionsSpace: 0...
3
Adomakojohn/nike_app_cl
f271c6a
lib/widgets.dart
Dart
www.github.com/Adomakojohn/nike_app_cl/tree/main/lib/widgets.dart
https://raw.githubusercontent.com/Adomakojohn/nike_app_cl/f271c6a/lib/widgets.dart
Adomakojohn/nike_app_cl f271c6a lib/widgets.dart
true
200
6,199
// ignore_for_file: must_be_immutable import 'package:flutter/material.dart'; class ConLists extends StatefulWidget { String imagePath; ConLists({super.key, required this.imagePath}); @override State<ConLists> createState() => _ConListsState(); } class _ConListsState extends State<ConLists> { @override ...
7
applecreekacres/farm_home
faa7ea6
lib/models/resources/location.dart
Dart
www.github.com/applecreekacres/farm_home/tree/main/lib/models/resources/location.dart
https://raw.githubusercontent.com/applecreekacres/farm_home/faa7ea6/lib/models/resources/location.dart
applecreekacres/farm_home faa7ea6 lib/models/resources/location.dart
true
200
600
import 'package:farm_home/models/models.dart'; enum LocationType { point, polygon } abstract class Location extends Resource { LocationType? locationType; Location({super.name, super.notes, this.locationType}) : super(); Location.fromMap(Map<String, dynamic> data) : super.fromMap(data) { locationType = Lo...
0
rcabezas1/personal_budget
61d21fa
lib/model/expenses/expense.dart
Dart
www.github.com/rcabezas1/personal_budget/tree/main/lib/model/expenses/expense.dart
https://raw.githubusercontent.com/rcabezas1/personal_budget/61d21fa/lib/model/expenses/expense.dart
rcabezas1/personal_budget 61d21fa lib/model/expenses/expense.dart
true
200
2,030
import 'package:personal_budget/service/mongo/mongo_number.dart'; import '../../service/mongo/mongo_date.dart'; import 'expense_type.dart'; class Expense { String id; String fuid; String? commerce; double? value; DateTime? date; ExpenseType? type; String? sms; String? category; String? plan; Strin...
6
mowlashuvo/Twenty_Four_shop
c00059b
lib/screen/splash/splash_screen.dart
Dart
www.github.com/mowlashuvo/Twenty_Four_shop/tree/main/lib/screen/splash/splash_screen.dart
https://raw.githubusercontent.com/mowlashuvo/Twenty_Four_shop/c00059b/lib/screen/splash/splash_screen.dart
mowlashuvo/Twenty_Four_shop c00059b lib/screen/splash/splash_screen.dart
true
200
1,253
import 'dart:async'; import 'package:flutter/material.dart'; import '../screen.dart'; class SplashScreen extends StatelessWidget { const SplashScreen({Key? key}) : super(key: key); static const String routeName = '/splash'; static Route route() { return MaterialPageRoute( settings: const RouteSettin...
4
faerosjahera/mobileGacoan
bedff1d
lib/service/cart/cart_service.dart
Dart
www.github.com/faerosjahera/mobileGacoan/tree/main/lib/service/cart/cart_service.dart
https://raw.githubusercontent.com/faerosjahera/mobileGacoan/bedff1d/lib/service/cart/cart_service.dart
faerosjahera/mobileGacoan bedff1d lib/service/cart/cart_service.dart
true
200
893
import 'package:dio/dio.dart'; import '../auth_service/auth_service.dart'; // Service AuthService import '../providers/cart_providers.dart'; // Provider CartProvider class CartService { final Dio _dio; CartService() : _dio = Dio( BaseOptions( baseUrl: 'http://127.0.0.1:8000/api', ...
5
KJOELJOYSON2427/Amazon_Clone_Flutter
4c0af46
ecommerce_shopping/lib/common/widgets/bottom_bar.dart
Dart
www.github.com/KJOELJOYSON2427/Amazon_Clone_Flutter/tree/main/ecommerce_shopping/lib/common/widgets/bottom_bar.dart
https://raw.githubusercontent.com/KJOELJOYSON2427/Amazon_Clone_Flutter/4c0af46/ecommerce_shopping/lib/common/widgets/bottom_bar.dart
KJOELJOYSON2427/Amazon_Clone_Flutter 4c0af46 ecommerce_shopping/lib/common/widgets/bottom_bar.dart
true
200
3,748
import 'package:ecommerce_shopping/constants/global_variables.dart'; import 'package:ecommerce_shopping/provider/user_provider.dart'; import 'package:flutter/material.dart'; import 'package:badges/badges.dart' as badges; import 'package:provider/provider.dart'; import '../../features/account/screens/account_screen.d...
1
lulupointu/theater
dc387b9
lib/src/translators/page_stack_translator.dart
Dart
www.github.com/lulupointu/theater/tree/main/lib/src/translators/page_stack_translator.dart
https://raw.githubusercontent.com/lulupointu/theater/dc387b9/lib/src/translators/page_stack_translator.dart
lulupointu/theater dc387b9 lib/src/translators/page_stack_translator.dart
true
200
1,047
import 'package:flutter/widgets.dart'; import '../browser/web_entry.dart'; import '../page_stack/framework.dart'; import 'translator.dart'; /// A class used to interact with the docs url /// /// This class has three goals: /// 1. Define which type of url can access this translator /// 2. Convert the url to a [Pag...
2
IbrahimAbouoda/fproject
149c490
lib/views/chats/messaging/presintation/widgets/top_bar_messging.dart
Dart
www.github.com/IbrahimAbouoda/fproject/tree/main/lib/views/chats/messaging/presintation/widgets/top_bar_messging.dart
https://raw.githubusercontent.com/IbrahimAbouoda/fproject/149c490/lib/views/chats/messaging/presintation/widgets/top_bar_messging.dart
IbrahimAbouoda/fproject 149c490 lib/views/chats/messaging/presintation/widgets/top_bar_messging.dart
true
200
1,051
import 'package:flutter/material.dart'; import '../../../../../../core/utils/app_images.dart'; import '../../../../../../core/utils/constant.dart'; // ignore: camel_case_types class actionBarMessg extends StatelessWidget { const actionBarMessg({ super.key, }); @override Widget build(BuildContext context)...
3
Mo-Khater/favouriteplaces
64dd69f
lib/providers/place_provider.dart
Dart
www.github.com/Mo-Khater/favouriteplaces/tree/main/lib/providers/place_provider.dart
https://raw.githubusercontent.com/Mo-Khater/favouriteplaces/64dd69f/lib/providers/place_provider.dart
Mo-Khater/favouriteplaces 64dd69f lib/providers/place_provider.dart
true
200
2,044
import 'dart:io'; import 'package:favouriteplaces/models/place.dart'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:sqflite/sqflite.dart' as sql; import 'package:sqflite/sqlite_api.dart'; import 'package:path/path.dart' as path; class PlaceNotifier ex...
7
mazumdersaptarshi/tankyuudo_backup
03d5df1
lib/models/course/section_full.dart
Dart
www.github.com/mazumdersaptarshi/tankyuudo_backup/tree/main/lib/models/course/section_full.dart
https://raw.githubusercontent.com/mazumdersaptarshi/tankyuudo_backup/03d5df1/lib/models/course/section_full.dart
mazumdersaptarshi/tankyuudo_backup 03d5df1 lib/models/course/section_full.dart
true
200
1,357
import 'package:json_annotation/json_annotation.dart'; import 'package:isms/models/course/element.dart'; import 'package:isms/models/course/section.dart'; /// This allows the class to access private members in the generated file. /// The value for this is `*.g.dart`, where the asterisk denotes the source file name. p...
0
meninojohnny/expenses
e5aa005
lib/main.dart
Dart
www.github.com/meninojohnny/expenses/tree/main/lib/main.dart
https://raw.githubusercontent.com/meninojohnny/expenses/e5aa005/lib/main.dart
meninojohnny/expenses e5aa005 lib/main.dart
true
200
5,362
import 'dart:math'; import 'package:expenses/components/chart.dart'; import 'package:expenses/components/transaction_form.dart'; import 'package:expenses/components/transaction_list.dart'; import 'package:expenses/models/transaction.dart'; import 'package:flutter/material.dart'; void main() { runApp(const ExpensesAp...
4
sibvisions/flutter_jvx
9da694c
lib/src/util/import_handler/import_handler.dart
Dart
www.github.com/sibvisions/flutter_jvx/tree/main/lib/src/util/import_handler/import_handler.dart
https://raw.githubusercontent.com/sibvisions/flutter_jvx/9da694c/lib/src/util/import_handler/import_handler.dart
sibvisions/flutter_jvx 9da694c lib/src/util/import_handler/import_handler.dart
true
200
1,026
/* * Copyright 2022 SIB Visions GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
5
aalperen-dev/amazon_clone_app
bc66e1b
lib/resources/authentication_methods.dart
Dart
www.github.com/aalperen-dev/amazon_clone_app/tree/main/lib/resources/authentication_methods.dart
https://raw.githubusercontent.com/aalperen-dev/amazon_clone_app/bc66e1b/lib/resources/authentication_methods.dart
aalperen-dev/amazon_clone_app bc66e1b lib/resources/authentication_methods.dart
true
200
1,922
import 'package:amazon_clone_app/models/user_details_model.dart'; import 'package:amazon_clone_app/resources/cloudfirestore_methods.dart'; import 'package:firebase_auth/firebase_auth.dart'; class AuthMethods { // firebase instance FirebaseAuth firebaseAuth = FirebaseAuth.instance; // CloudFirestoreClass cloudF...
6
AhmadMAbuGhali/fortuna_libya_customer
623221f
lib/model/introModel.dart
Dart
www.github.com/AhmadMAbuGhali/fortuna_libya_customer/tree/main/lib/model/introModel.dart
https://raw.githubusercontent.com/AhmadMAbuGhali/fortuna_libya_customer/623221f/lib/model/introModel.dart
AhmadMAbuGhali/fortuna_libya_customer 623221f lib/model/introModel.dart
true
200
744
import 'package:fortuna_libya_customer/resources/assets_manager.dart'; class IntroModle{ IntroModle({ required this.title, required this.desc,required this.path}); final String title; final String desc; final String path; static List<IntroModle> data = [ IntroModle( title: 'صفقات وعروض مذهلة', ...
1
subruzz/mutli_vendor_vendor_only_app
e2c7e79
lib/vendor/data/models/vendor_details_model.dart
Dart
www.github.com/subruzz/mutli_vendor_vendor_only_app/tree/main/lib/vendor/data/models/vendor_details_model.dart
https://raw.githubusercontent.com/subruzz/mutli_vendor_vendor_only_app/e2c7e79/lib/vendor/data/models/vendor_details_model.dart
subruzz/mutli_vendor_vendor_only_app e2c7e79 lib/vendor/data/models/vendor_details_model.dart
true
200
858
import 'package:json_annotation/json_annotation.dart'; part 'vendor_details_model.g.dart'; @JsonSerializable() class VendorDetailsModel { final String businessName; final String emailAddress; final int phoneNumber; final String country; final String state; final String city; bool isApproved; final boo...
3
SEP-G16/restaurant-manager-app
b0e8e50
lib/components/named_date_input_field.dart
Dart
www.github.com/SEP-G16/restaurant-manager-app/tree/main/lib/components/named_date_input_field.dart
https://raw.githubusercontent.com/SEP-G16/restaurant-manager-app/b0e8e50/lib/components/named_date_input_field.dart
SEP-G16/restaurant-manager-app b0e8e50 lib/components/named_date_input_field.dart
true
200
1,065
import 'package:flutter/material.dart'; import 'package:restaurant_manager/components/date_input_field.dart'; import '../constants/text_constants.dart'; class NamedDateInputField extends StatelessWidget { NamedDateInputField({ required this.titleText, required this.onPressed, this.selectedDate, this...
7
SoftAmaan99/Excellent_gems
a6e0288
lib/main.dart
Dart
www.github.com/SoftAmaan99/Excellent_gems/tree/main/lib/main.dart
https://raw.githubusercontent.com/SoftAmaan99/Excellent_gems/a6e0288/lib/main.dart
SoftAmaan99/Excellent_gems a6e0288 lib/main.dart
true
200
614
import 'package:excellent_gems/screens/splash-screen.dart'; import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { retur...
0