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
vazad28/mycaselog_oct_14
3ccd247
packages-app/extensions/lib/src/object_sort.dart
Dart
www.github.com/vazad28/mycaselog_oct_14/tree/main/packages-app/extensions/lib/src/object_sort.dart
https://raw.githubusercontent.com/vazad28/mycaselog_oct_14/3ccd247/packages-app/extensions/lib/src/object_sort.dart
vazad28/mycaselog_oct_14 3ccd247 packages-app/extensions/lib/src/object_sort.dart
true
200
587
extension SortIterable<E> on Iterable<E> { // ignore: use_function_type_syntax_for_parameters Iterable<E> sortBy(Comparable key(E e)) => toList()..sort((a, b) => key(a).compareTo(key(b))); Iterable<E> sortByDescending(Comparable Function(E e) key) => toList()..sort((a, b) => key(b).compareTo(key(a)))...
5
MacherelR/LedControl
c1c87b0
led_app/lib/app.dart
Dart
www.github.com/MacherelR/LedControl/tree/main/led_app/lib/app.dart
https://raw.githubusercontent.com/MacherelR/LedControl/c1c87b0/led_app/lib/app.dart
MacherelR/LedControl c1c87b0 led_app/lib/app.dart
true
200
752
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:led_app/home/view/home_page.dart'; import 'package:led_app/repository/led_repository.dart'; class App extends StatefulWidget { const App({Key? key, required this.ledReposi...
6
amlannandy/MangaDex
bee6abf
lib/routing/route_handler.dart
Dart
www.github.com/amlannandy/MangaDex/tree/main/lib/routing/route_handler.dart
https://raw.githubusercontent.com/amlannandy/MangaDex/bee6abf/lib/routing/route_handler.dart
amlannandy/MangaDex bee6abf lib/routing/route_handler.dart
true
200
972
import 'package:flutter/material.dart'; import 'package:fluro/fluro.dart'; import 'package:provider/provider.dart'; import 'package:mangadex_mobile/screens/home/state/home_bloc.dart'; import 'package:mangadex_mobile/screens/init/index.dart'; import 'package:mangadex_mobile/screens/login/index.dart'; import 'package:m...
7
keya254/food_app
2a043a0
lib/home/components/animate_text.dart
Dart
www.github.com/keya254/food_app/tree/main/lib/home/components/animate_text.dart
https://raw.githubusercontent.com/keya254/food_app/2a043a0/lib/home/components/animate_text.dart
keya254/food_app 2a043a0 lib/home/components/animate_text.dart
true
200
681
import 'package:flutter/material.dart'; import 'package:flutter_animate/flutter_animate.dart'; class AnimateText extends StatelessWidget { final TextStyle style; final String data; final bool autoPlay; final AnimationController controller; const AnimateText(this.data, {super.key, required this.st...
2
Sharmi10598/newverifytapp
892ed84
lib/Services/BinLockApi/ScannlogAPI.dart
Dart
www.github.com/Sharmi10598/newverifytapp/tree/main/lib/Services/BinLockApi/ScannlogAPI.dart
https://raw.githubusercontent.com/Sharmi10598/newverifytapp/892ed84/lib/Services/BinLockApi/ScannlogAPI.dart
Sharmi10598/newverifytapp 892ed84 lib/Services/BinLockApi/ScannlogAPI.dart
true
200
5,041
// ignore_for_file: prefer_interpolation_to_compose_strings, unnecessary_new, non_constant_identifier_names, unnecessary_string_interpolations, unused_local_variable, avoid_print import 'dart:convert'; import 'dart:developer'; import 'package:http/http.dart' as http; import 'package:verifytapp/Model/ScanPostModel...
1
SazidKhandaker/My_Blog_Using_FireBase_DB
618378b
lib/informationpage.dart
Dart
www.github.com/SazidKhandaker/My_Blog_Using_FireBase_DB/tree/main/lib/informationpage.dart
https://raw.githubusercontent.com/SazidKhandaker/My_Blog_Using_FireBase_DB/618378b/lib/informationpage.dart
SazidKhandaker/My_Blog_Using_FireBase_DB 618378b lib/informationpage.dart
true
200
4,735
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; import 'package:flutter/src/widgets/container.dart'; import 'package:flutter/src/widgets/framework.dart'; import 'package:myblog/modelnavagation.dart'; import 'package:image_picker/image_picker.dart'; import 'package:firebase...
0
indraAsLesmana/fc12-grocery-flutter
3f30a8d
lib/data/models/address_model/address_remote_datasource.dart
Dart
www.github.com/indraAsLesmana/fc12-grocery-flutter/tree/main/lib/data/models/address_model/address_remote_datasource.dart
https://raw.githubusercontent.com/indraAsLesmana/fc12-grocery-flutter/3f30a8d/lib/data/models/address_model/address_remote_datasource.dart
indraAsLesmana/fc12-grocery-flutter 3f30a8d lib/data/models/address_model/address_remote_datasource.dart
true
200
2,261
import 'package:dartz/dartz.dart'; import 'package:flutter_fic12_grocery_app/chuck_interceptor.dart'; import 'package:flutter_fic12_grocery_app/core/constants/variables.dart'; import 'package:flutter_fic12_grocery_app/data/models/address_model/address_request_model.dart'; import 'package:flutter_fic12_grocery_app/data/...
3
thiagoaires/vakinha-burger
f7566f0
lib/app/core/rest_client/rest_client.dart
Dart
www.github.com/thiagoaires/vakinha-burger/tree/main/lib/app/core/rest_client/rest_client.dart
https://raw.githubusercontent.com/thiagoaires/vakinha-burger/f7566f0/lib/app/core/rest_client/rest_client.dart
thiagoaires/vakinha-burger f7566f0 lib/app/core/rest_client/rest_client.dart
true
200
539
// ignore_for_file: public_member_api_docs, sort_constructors_first import 'package:get/get.dart'; class RestClient extends GetConnect { final String _backendEndBaseUrl = 'http://dartweek.academiadoflutter.com.br'; RestClient() { httpClient.baseUrl = _backendEndBaseUrl; } } class RestClientException implem...
5
MehmetJank/new_news
e4c4e11
lib/screens/news_screen/news_screen.dart
Dart
www.github.com/MehmetJank/new_news/tree/main/lib/screens/news_screen/news_screen.dart
https://raw.githubusercontent.com/MehmetJank/new_news/e4c4e11/lib/screens/news_screen/news_screen.dart
MehmetJank/new_news e4c4e11 lib/screens/news_screen/news_screen.dart
true
200
6,098
import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; import '../../api/news_api.dart'; import '../../storage/storage.dart'; import 'components/categoires_card.dart'; import 'components/category_model.dart'; import 'components/news_tile.dart'; class...
6
OscarTinajero117/font_converter
a5094e1
lib/app/modules/home/page.dart
Dart
www.github.com/OscarTinajero117/font_converter/tree/main/lib/app/modules/home/page.dart
https://raw.githubusercontent.com/OscarTinajero117/font_converter/a5094e1/lib/app/modules/home/page.dart
OscarTinajero117/font_converter a5094e1 lib/app/modules/home/page.dart
true
200
3,718
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../../widgets/my_text_form.dart'; import 'controller.dart'; class HomePage extends GetView<HomeController> { const HomePage({super.key}); @override Widget build(BuildContext context) { return Scaffold( body: Container( ...
4
Ahmedhamadaawd/Map_It
9008021
lib/project/auth/presentation/widgets/confirm_email_dialog.dart
Dart
www.github.com/Ahmedhamadaawd/Map_It/tree/main/lib/project/auth/presentation/widgets/confirm_email_dialog.dart
https://raw.githubusercontent.com/Ahmedhamadaawd/Map_It/9008021/lib/project/auth/presentation/widgets/confirm_email_dialog.dart
Ahmedhamadaawd/Map_It 9008021 lib/project/auth/presentation/widgets/confirm_email_dialog.dart
true
200
1,813
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import '../../../../core/validation/input_validation.dart'; import '../../../global/presentation/widgets/app_divider.dart'; import '../../../global/presentation/widgets/input_field.dart'; import '../../logic/auth_cubit.dart'; impor...
2
tanwanlanyue1/chat
9b9e2aa
lib/ui/wallet/withdraw/wallet_address_add_dialog.dart
Dart
www.github.com/tanwanlanyue1/chat/tree/main/lib/ui/wallet/withdraw/wallet_address_add_dialog.dart
https://raw.githubusercontent.com/tanwanlanyue1/chat/9b9e2aa/lib/ui/wallet/withdraw/wallet_address_add_dialog.dart
tanwanlanyue1/chat 9b9e2aa lib/ui/wallet/withdraw/wallet_address_add_dialog.dart
true
200
3,600
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:get/get.dart'; import 'package:guanjia/common/app_color.dart'; import 'package:guanjia/common/app_text_style.dart'; import 'package:guanjia/common/utils/screen_adapt.dart'; import 'pac...
1
VishnuMelath/Adast
b5f8ea1
lib/features/replace_product_list/UI/widget/filter_widget.dart
Dart
www.github.com/VishnuMelath/Adast/tree/main/lib/features/replace_product_list/UI/widget/filter_widget.dart
https://raw.githubusercontent.com/VishnuMelath/Adast/b5f8ea1/lib/features/replace_product_list/UI/widget/filter_widget.dart
VishnuMelath/Adast b5f8ea1 lib/features/replace_product_list/UI/widget/filter_widget.dart
true
200
3,034
import 'package:adast/features/replace_product_list/UI/widget/custom_multi_select.dart'; import 'package:adast/features/replace_product_list/UI/widget/price_range_widget.dart'; import 'package:flutter/material.dart'; import '../../../../ themes/themes.dart'; import '../../../../constants/constants.dart'; import '../...
7
fontsignacio/Billboard-Movies
0618d02
billboard_movies/lib/pages/favorites.dart
Dart
www.github.com/fontsignacio/Billboard-Movies/tree/main/billboard_movies/lib/pages/favorites.dart
https://raw.githubusercontent.com/fontsignacio/Billboard-Movies/0618d02/billboard_movies/lib/pages/favorites.dart
fontsignacio/Billboard-Movies 0618d02 billboard_movies/lib/pages/favorites.dart
true
200
2,621
import 'package:flutter/material.dart'; import 'package:billboard_movies/medias/media_movie.dart'; import 'package:billboard_movies/medias/media_list_movie.dart'; import 'package:billboard_movies/medias/media_movie_overview.dart'; //import 'package:shared_preferences/shared_preferences.dart'; /* localStorage.setItem...
3
unger1984/pirate_game
0056175
lib/presentation/components/main/gems/gem_colored.dart
Dart
www.github.com/unger1984/pirate_game/tree/main/lib/presentation/components/main/gems/gem_colored.dart
https://raw.githubusercontent.com/unger1984/pirate_game/0056175/lib/presentation/components/main/gems/gem_colored.dart
unger1984/pirate_game 0056175 lib/presentation/components/main/gems/gem_colored.dart
true
200
449
import 'package:flame/components.dart'; import 'package:pirate/presentation/components/main/gems/gem.dart'; abstract class GemColored extends Gem { final GemColor color; GemColored({required this.color}) : super(type: GemType.colored); @override Future<void> onLoad() async { final sprite = await Sprite.l...
0
mayurrogheliya/QuickExit
f960a4c
lib/screens/Guard_Screens/BottomNavigationBar.dart
Dart
www.github.com/mayurrogheliya/QuickExit/tree/main/lib/screens/Guard_Screens/BottomNavigationBar.dart
https://raw.githubusercontent.com/mayurrogheliya/QuickExit/f960a4c/lib/screens/Guard_Screens/BottomNavigationBar.dart
mayurrogheliya/QuickExit f960a4c lib/screens/Guard_Screens/BottomNavigationBar.dart
true
200
1,165
import 'package:flutter/material.dart'; class GuardBottomNavigationBar extends StatefulWidget { const GuardBottomNavigationBar({super.key}); @override State<GuardBottomNavigationBar> createState() => _GuardBottomNavigationBarState(); } class _GuardBottomNavigationBarState extends State<GuardBottomNavigat...
5
kfk322/flutterDemo
8f49e15
FlutterDemo/lib/pages/Search.dart
Dart
www.github.com/kfk322/flutterDemo/tree/main/FlutterDemo/lib/pages/Search.dart
https://raw.githubusercontent.com/kfk322/flutterDemo/8f49e15/FlutterDemo/lib/pages/Search.dart
kfk322/flutterDemo 8f49e15 FlutterDemo/lib/pages/Search.dart
true
200
712
import 'package:flutter/material.dart'; class SearchPage extends StatefulWidget { final arguments; const SearchPage({Key? key, this.arguments}) : super(key: key); @override State<SearchPage> createState() => _SearchPageState(); } class _SearchPageState extends State<SearchPage> { @override Widget build(B...
6
ShamnaRahim/MachineTest_ShamnaRahim
ddcbba9
lib/screens/notificationscreen.dart
Dart
www.github.com/ShamnaRahim/MachineTest_ShamnaRahim/tree/main/lib/screens/notificationscreen.dart
https://raw.githubusercontent.com/ShamnaRahim/MachineTest_ShamnaRahim/ddcbba9/lib/screens/notificationscreen.dart
ShamnaRahim/MachineTest_ShamnaRahim ddcbba9 lib/screens/notificationscreen.dart
true
200
2,824
import 'package:feedpage/models/user.dart'; import 'package:feedpage/widgets/notifctTile.dart'; import 'package:flutter/material.dart'; import 'package:flutter/src/foundation/key.dart'; import 'package:flutter/src/widgets/framework.dart'; class NotifctnScreen extends StatefulWidget { const NotifctnScreen({Key? key}...
4
Nurzhigit97/weather
3b6dbc4
lib/ui/widgets/choose_lang.dart
Dart
www.github.com/Nurzhigit97/weather/tree/main/lib/ui/widgets/choose_lang.dart
https://raw.githubusercontent.com/Nurzhigit97/weather/3b6dbc4/lib/ui/widgets/choose_lang.dart
Nurzhigit97/weather 3b6dbc4 lib/ui/widgets/choose_lang.dart
true
200
1,126
import 'package:easy_localization/easy_localization.dart'; import 'package:flutter/material.dart'; DropdownButton<Locale> chooseLang(BuildContext context) => DropdownButton<Locale>( underline: SizedBox.shrink(), //! End. InternetBloc icon: Icon( Icons.language_rounded, c...
2
hprity60/pet_perfect
b4eef9d
lib/profile/components/documents.dart
Dart
www.github.com/hprity60/pet_perfect/tree/main/lib/profile/components/documents.dart
https://raw.githubusercontent.com/hprity60/pet_perfect/b4eef9d/lib/profile/components/documents.dart
hprity60/pet_perfect b4eef9d lib/profile/components/documents.dart
true
200
1,873
import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:pet_perfect_app/utils/size_helpers.dart'; import 'package:pet_perfect_app/utils/font_style_helpers.dart'; import 'package:pet_perfect_app/utils/border_radius_helpers.dart'; class Documents extends StatelessWidget {...
1
athenaaguilar/wally2
1ed99a0
lib/features/wallet/presentation/wallet_screen.dart
Dart
www.github.com/athenaaguilar/wally2/tree/main/lib/features/wallet/presentation/wallet_screen.dart
https://raw.githubusercontent.com/athenaaguilar/wally2/1ed99a0/lib/features/wallet/presentation/wallet_screen.dart
athenaaguilar/wally2 1ed99a0 lib/features/wallet/presentation/wallet_screen.dart
true
200
4,103
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:go_router/go_router.dart'; import 'package:wally2/core/presentation/widgets/app_button.dart'; import 'package:wally2/core/presentation/widgets/app_loading_indicator.dart'; import 'package:wally2/core/presentation/wi...
7
rrousselGit/riverpod
0d19818
packages/riverpod_lint_flutter_test/test/lints/unsupported_provider_value.dart
Dart
www.github.com/rrousselGit/riverpod/tree/main/packages/riverpod_lint_flutter_test/test/lints/unsupported_provider_value.dart
https://raw.githubusercontent.com/rrousselGit/riverpod/0d19818/packages/riverpod_lint_flutter_test/test/lints/unsupported_provider_value.dart
rrousselGit/riverpod 0d19818 packages/riverpod_lint_flutter_test/test/lints/unsupported_provider_value.dart
true
200
3,398
import 'package:flutter/foundation.dart'; import 'package:hooks_riverpod/hooks_riverpod.dart'; import 'package:riverpod_annotation/riverpod_annotation.dart'; part 'unsupported_provider_value.g.dart'; @riverpod int integer(Ref ref) => 0; @riverpod // expect_lint: unsupported_provider_value MyStateNotifier stateNotifi...
0
ravshanovj/translator
c7b6167
lib/components/custom_divider.dart
Dart
www.github.com/ravshanovj/translator/tree/main/lib/components/custom_divider.dart
https://raw.githubusercontent.com/ravshanovj/translator/c7b6167/lib/components/custom_divider.dart
ravshanovj/translator c7b6167 lib/components/custom_divider.dart
true
200
376
import 'package:flutter/material.dart'; class CustomDivider extends StatelessWidget { const CustomDivider({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Container( height: 3, decoration: BoxDecoration( color: Colors.grey.withOpacity(0.2), ...
3
OmarAhmedIbrahim/chat-app
6fc19a5
lib/main.dart
Dart
www.github.com/OmarAhmedIbrahim/chat-app/tree/main/lib/main.dart
https://raw.githubusercontent.com/OmarAhmedIbrahim/chat-app/6fc19a5/lib/main.dart
OmarAhmedIbrahim/chat-app 6fc19a5 lib/main.dart
true
200
594
import 'package:chat_app/pages/register_page.dart'; import 'package:flutter/material.dart'; import 'package:firebase_core/firebase_core.dart'; import 'firebase_options.dart'; void main () async{ WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp( options: DefaultFirebaseOptions.currentPl...
5
avinashk369/shorty
f7fce2a
lib/resources/notification/notification_repository_impl.dart
Dart
www.github.com/avinashk369/shorty/tree/main/lib/resources/notification/notification_repository_impl.dart
https://raw.githubusercontent.com/avinashk369/shorty/f7fce2a/lib/resources/notification/notification_repository_impl.dart
avinashk369/shorty f7fce2a lib/resources/notification/notification_repository_impl.dart
true
200
531
import 'package:shorty/models/ServerError.dart'; import 'package:shorty/services/ApiClient.dart'; import 'notification_repository.dart'; class NotificationRepositoryImpl extends NotificationRepository { final ApiClient apiClient; NotificationRepositoryImpl({required this.apiClient}); @override Future registe...
6
ahmedAbdelkader96/ringo_media_task
2e846b5
lib/global/widgets/general_password_text_field_with_floating_label.dart
Dart
www.github.com/ahmedAbdelkader96/ringo_media_task/tree/main/lib/global/widgets/general_password_text_field_with_floating_label.dart
https://raw.githubusercontent.com/ahmedAbdelkader96/ringo_media_task/2e846b5/lib/global/widgets/general_password_text_field_with_floating_label.dart
ahmedAbdelkader96/ringo_media_task 2e846b5 lib/global/widgets/general_password_text_field_with_floating_label.dart
true
200
2,389
import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; class GeneralPasswordTextFieldWithFloatingLabel extends StatelessWidget { const GeneralPasswordTextFieldWithFloatingLabel( {super.key, required this.controller, this.onTap, required this.hintText, thi...
4
ChandanKumar-Singh/Flutter-Project-Tools
bb4862d
lib/widgets/custom_steps_and_pages.dart
Dart
www.github.com/ChandanKumar-Singh/Flutter-Project-Tools/tree/main/lib/widgets/custom_steps_and_pages.dart
https://raw.githubusercontent.com/ChandanKumar-Singh/Flutter-Project-Tools/bb4862d/lib/widgets/custom_steps_and_pages.dart
ChandanKumar-Singh/Flutter-Project-Tools bb4862d lib/widgets/custom_steps_and_pages.dart
true
200
8,007
import 'package:flutter/material.dart'; import 'package:hexcolor/hexcolor.dart'; class MultiStepWidget extends StatefulWidget { const MultiStepWidget({super.key}); @override _MultiStepWidgetState createState() => _MultiStepWidgetState(); } class _MultiStepWidgetState extends State<MultiStepWidget> { int _cur...
2
codeline401/weather_app
c380dbd
lib/search/view/search_page.dart
Dart
www.github.com/codeline401/weather_app/tree/main/lib/search/view/search_page.dart
https://raw.githubusercontent.com/codeline401/weather_app/c380dbd/lib/search/view/search_page.dart
codeline401/weather_app c380dbd lib/search/view/search_page.dart
true
200
1,646
import 'package:flutter/material.dart'; class SearchPage extends StatefulWidget { //Constructeur privé pour éviter l'instanciation de la classe const SearchPage._(); static Route<String> route() { //Crée et renvoie une route vers la page de recherche return MaterialPageRoute(builder: (_) => const Searc...
7
h3ng3ll/lessons_schedule
12f6665
lib/feature/navigation/presentation/error_navigation_widget.dart
Dart
www.github.com/h3ng3ll/lessons_schedule/tree/main/lib/feature/navigation/presentation/error_navigation_widget.dart
https://raw.githubusercontent.com/h3ng3ll/lessons_schedule/12f6665/lib/feature/navigation/presentation/error_navigation_widget.dart
h3ng3ll/lessons_schedule 12f6665 lib/feature/navigation/presentation/error_navigation_widget.dart
true
200
569
import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; class ErrorNavigationWidget extends StatelessWidget { final GoRouterState routerState; const ErrorNavigationWidget({super.key, required this.routerState}); @override Widget build(BuildContext context) { return Scaffold...
3
Vishvenderraj/TagBook
7ecaeb4
lib/common/widgets/custom_fields_and_button.dart
Dart
www.github.com/Vishvenderraj/TagBook/tree/main/lib/common/widgets/custom_fields_and_button.dart
https://raw.githubusercontent.com/Vishvenderraj/TagBook/7ecaeb4/lib/common/widgets/custom_fields_and_button.dart
Vishvenderraj/TagBook 7ecaeb4 lib/common/widgets/custom_fields_and_button.dart
true
200
5,666
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_spinkit/flutter_spinkit.dart'; import '../styles/styles.dart'; class CustomTextField extends StatelessWidget { const CustomTextField({ super.key, required this.text, required this.iconData, requi...
0
onuohasilver/grateful_notes
7b248d3
lib/global/generic/custom_keyboard.dart
Dart
www.github.com/onuohasilver/grateful_notes/tree/main/lib/global/generic/custom_keyboard.dart
https://raw.githubusercontent.com/onuohasilver/grateful_notes/7b248d3/lib/global/generic/custom_keyboard.dart
onuohasilver/grateful_notes 7b248d3 lib/global/generic/custom_keyboard.dart
true
200
2,191
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:grateful_notes/global/box_sizing.dart'; import 'package:grateful_notes/global/custom_flat_button.dart'; import 'package:grateful_notes/global/custom_text.dart'; class CustomKeyboard extends StatelessWid...
5
anusii/solidpod
aa0ef5e
demopod/lib/features/view_keys.dart
Dart
www.github.com/anusii/solidpod/tree/main/demopod/lib/features/view_keys.dart
https://raw.githubusercontent.com/anusii/solidpod/aa0ef5e/demopod/lib/features/view_keys.dart
anusii/solidpod aa0ef5e demopod/lib/features/view_keys.dart
true
200
4,172
/// A widget to view private key data in a Solid Pod. /// // Time-stamp: <Wednesday 2024-05-15 10:13:40 +1000 Graham Williams> /// /// Copyright (C) 2024, Software Innovation Institute, ANU. /// /// Licensed under the GNU General Public License, Version 3 (the "License"). /// /// License: https://www.gnu.org/licenses/g...
1
codhemistry/gerald-frontend
2bcb3a8
lib/pages/auth/login_screen.dart
Dart
www.github.com/codhemistry/gerald-frontend/tree/main/lib/pages/auth/login_screen.dart
https://raw.githubusercontent.com/codhemistry/gerald-frontend/2bcb3a8/lib/pages/auth/login_screen.dart
codhemistry/gerald-frontend 2bcb3a8 lib/pages/auth/login_screen.dart
true
200
3,956
import 'package:flutter/material.dart'; import 'package:gerald_app/core/constants/images.dart'; import 'package:gerald_app/core/constants/text.dart'; import 'package:gerald_app/core/global_components/base_widget_container.dart'; import 'package:gerald_app/core/global_components/custom_button.dart'; import 'package:gera...
6
AwaisKhan10/Salon_services
6f20da1
lib/ui/screens/CUSTOMER_SIDE/service_completed_dialog/service_completed_dialog.dart
Dart
www.github.com/AwaisKhan10/Salon_services/tree/main/lib/ui/screens/CUSTOMER_SIDE/service_completed_dialog/service_completed_dialog.dart
https://raw.githubusercontent.com/AwaisKhan10/Salon_services/6f20da1/lib/ui/screens/CUSTOMER_SIDE/service_completed_dialog/service_completed_dialog.dart
AwaisKhan10/Salon_services 6f20da1 lib/ui/screens/CUSTOMER_SIDE/service_completed_dialog/service_completed_dialog.dart
true
200
1,890
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:get/get.dart'; import 'package:styld_stylist/core/constants/colors.dart'; import 'package:styld_stylist/core/constants/images.dart'; import 'package:styld_s...
2
ChiragKr04/temp_book_app
2b30bf1
lib/pages/ShopView/ShopView.dart
Dart
www.github.com/ChiragKr04/temp_book_app/tree/main/lib/pages/ShopView/ShopView.dart
https://raw.githubusercontent.com/ChiragKr04/temp_book_app/2b30bf1/lib/pages/ShopView/ShopView.dart
ChiragKr04/temp_book_app 2b30bf1 lib/pages/ShopView/ShopView.dart
true
200
3,153
import 'package:book_app/helpers/helpers.dart'; import 'package:book_app/pages/ShopView/controllers/ShopViewController.dart'; import 'package:book_app/pages/components/BookListView.dart'; import 'package:book_app/pages/components/ShimmerListView.dart'; import 'package:book_app/routes.dart'; import 'package:flutter/mate...
4
alpha031117/Finwise
27c9570
lib/screens/leaderboard/ui/leaderboard_screen.dart
Dart
www.github.com/alpha031117/Finwise/tree/main/lib/screens/leaderboard/ui/leaderboard_screen.dart
https://raw.githubusercontent.com/alpha031117/Finwise/27c9570/lib/screens/leaderboard/ui/leaderboard_screen.dart
alpha031117/Finwise 27c9570 lib/screens/leaderboard/ui/leaderboard_screen.dart
true
200
9,176
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:sliding_up_panel/sliding_up_panel.dart'; import 'package:vhack_finwise_app/model/user.dart'; import 'package:vhack_finwise_app/screens/leaderboard/ui/add_friends.dart'; import 'package:vhack_finwise_app/screens/lead...
7
Ajit-singh-991/social-
f7fd3e3
lib/presentation/following_three_screen/controller/following_three_controller.dart
Dart
www.github.com/Ajit-singh-991/social-/tree/main/lib/presentation/following_three_screen/controller/following_three_controller.dart
https://raw.githubusercontent.com/Ajit-singh-991/social-/f7fd3e3/lib/presentation/following_three_screen/controller/following_three_controller.dart
Ajit-singh-991/social- f7fd3e3 lib/presentation/following_three_screen/controller/following_three_controller.dart
true
200
569
import '../../../core/app_export.dart';import '../models/following_three_model.dart';import 'package:flutter/material.dart';/// A controller class for the FollowingThreeScreen. /// /// This class manages the state of the FollowingThreeScreen, including the /// current followingThreeModelObj class FollowingThreeControll...
0
vishnucprasad/flutter_form_validation
dfa9062
lib/presentation/router/app_router.dart
Dart
www.github.com/vishnucprasad/flutter_form_validation/tree/main/lib/presentation/router/app_router.dart
https://raw.githubusercontent.com/vishnucprasad/flutter_form_validation/dfa9062/lib/presentation/router/app_router.dart
vishnucprasad/flutter_form_validation dfa9062 lib/presentation/router/app_router.dart
true
200
518
import 'package:auto_route/auto_route.dart'; import 'package:flutter_form_validation/presentation/screens/home_screen/home_screen.dart'; import 'package:flutter_form_validation/presentation/screens/signin_screen/signin_screen.dart'; part 'app_router.gr.dart'; @AutoRouterConfig(replaceInRouteName: 'Screen,Route') clas...
5
YasarAggoz/flutter_sample
8174758
lib/service/filtersservice.dart
Dart
www.github.com/YasarAggoz/flutter_sample/tree/main/lib/service/filtersservice.dart
https://raw.githubusercontent.com/YasarAggoz/flutter_sample/8174758/lib/service/filtersservice.dart
YasarAggoz/flutter_sample 8174758 lib/service/filtersservice.dart
true
200
1,088
import 'dart:convert'; import 'package:dizi_takip/service/recipeservice.dart'; import 'package:http/http.dart' as http; class filterRecipeApi { filterRecipeApi(String search); static Future<List<Recipe>> searcgetRecipe(String title) async { if (title == null) { throw ArgumentError("service değişkeni n...
1
Amanda9805/StudentSphere
d87b76f
student_sphere/frontend/lib/module.dart
Dart
www.github.com/Amanda9805/StudentSphere/tree/main/student_sphere/frontend/lib/module.dart
https://raw.githubusercontent.com/Amanda9805/StudentSphere/d87b76f/student_sphere/frontend/lib/module.dart
Amanda9805/StudentSphere d87b76f student_sphere/frontend/lib/module.dart
true
200
2,326
import 'package:flutter/foundation.dart'; import 'announcement.dart'; class Module { final String id; final String code; final String title; final String period; final int credits; final String level; bool published; List<Announcement>? announcements; Module({ required this.id, required thi...
6
AngelMizutani/pas-revisao-flutter
3c7e819
revisao_interfaces/lib/view/calcular_idade.dart
Dart
www.github.com/AngelMizutani/pas-revisao-flutter/tree/main/revisao_interfaces/lib/view/calcular_idade.dart
https://raw.githubusercontent.com/AngelMizutani/pas-revisao-flutter/3c7e819/revisao_interfaces/lib/view/calcular_idade.dart
AngelMizutani/pas-revisao-flutter 3c7e819 revisao_interfaces/lib/view/calcular_idade.dart
true
200
1,446
import 'package:flutter/material.dart'; class CalcularIdade extends StatelessWidget { String? nome; int? anoNascimento; Widget criarTextField(String label, String hintText, ValueChanged onChanged) { return TextField( onChanged: onChanged, decoration: InputDecoration(label: Text(label), hintText:...
4
nbrucepro/hpv
65f81ca
lib/models/cart.dart
Dart
www.github.com/nbrucepro/hpv/tree/main/lib/models/cart.dart
https://raw.githubusercontent.com/nbrucepro/hpv/65f81ca/lib/models/cart.dart
nbrucepro/hpv 65f81ca lib/models/cart.dart
true
200
693
import 'package:chtt/models/catalog.dart'; import 'package:flutter/foundation.dart'; class CartModel extends ChangeNotifier{ late CatalogModel _catalog; final List<int> _itemIds = []; CatalogModel get catalog => _catalog; set catalog(CatalogModel newCatalog){ _catalog = newCatalog; noti...
3
paciom/Indivison_Theory-Simulation_1D_2D
1eeeefb
lib/Simulation1D/DotSwapper.dart
Dart
www.github.com/paciom/Indivison_Theory-Simulation_1D_2D/tree/main/lib/Simulation1D/DotSwapper.dart
https://raw.githubusercontent.com/paciom/Indivison_Theory-Simulation_1D_2D/1eeeefb/lib/Simulation1D/DotSwapper.dart
paciom/Indivison_Theory-Simulation_1D_2D 1eeeefb lib/Simulation1D/DotSwapper.dart
true
200
436
import 'Connection.dart'; import 'Dot.dart'; class DotSwapper { void swapDotWithConnectedDot(Dot dot) { var conn = dot.connection; if (conn == null) { return; } swapLocations(conn); } void swapLocations(Connection connection) { Dot dotA = connection.dotA; Dot dotB = connection.dotB...
7
ArgentonFelipe/TDRDashboardEntrada
e9afdc7
lib/app/modules/conference/presenter/pages/orders/orders_page.dart
Dart
www.github.com/ArgentonFelipe/TDRDashboardEntrada/tree/main/lib/app/modules/conference/presenter/pages/orders/orders_page.dart
https://raw.githubusercontent.com/ArgentonFelipe/TDRDashboardEntrada/e9afdc7/lib/app/modules/conference/presenter/pages/orders/orders_page.dart
ArgentonFelipe/TDRDashboardEntrada e9afdc7 lib/app/modules/conference/presenter/pages/orders/orders_page.dart
true
200
1,128
import 'dart:async'; import 'package:flutter/material.dart'; import 'package:flutter_modular/flutter_modular.dart'; import 'package:tdr_core/tdr_core.dart'; import '../../stores/orders_store/orders_store.dart'; import 'components/current_orders/current_orders.dart'; import 'components/right_menu/right_menu.dart'; cl...
2
BaoFlutter/BF8.22
e1720ac
try_catch/bin/try_catch.dart
Dart
www.github.com/BaoFlutter/BF8.22/tree/main/try_catch/bin/try_catch.dart
https://raw.githubusercontent.com/BaoFlutter/BF8.22/e1720ac/try_catch/bin/try_catch.dart
BaoFlutter/BF8.22 e1720ac try_catch/bin/try_catch.dart
true
200
951
void main(List<String> arguments) { var input = "Flutter" ; // String // Xảy ra ngoại lệ : Exception : Làm chương trình dừng đột ngột try { int number = int.parse(input) ; } on FormatException{ print("Đây là Format Exception"); } catch (e){ print("Đoạn code đã xảy ra Exception"); print(e.toS...
0
faaridy/e_commerce_task
3a1973b
lib/ui/pages/detail_page/widgets/rate_part.dart
Dart
www.github.com/faaridy/e_commerce_task/tree/main/lib/ui/pages/detail_page/widgets/rate_part.dart
https://raw.githubusercontent.com/faaridy/e_commerce_task/3a1973b/lib/ui/pages/detail_page/widgets/rate_part.dart
faaridy/e_commerce_task 3a1973b lib/ui/pages/detail_page/widgets/rate_part.dart
true
200
1,743
import 'package:e_commerce_task/constants/app_colors.dart'; import 'package:flutter/material.dart'; import 'package:e_commerce_task/constants/app_icons.dart'; import 'package:e_commerce_task/models/clothes_models.dart'; class RatePart extends StatelessWidget { const RatePart({ Key? key, required this.cloth...
5
nguyentienanh530/balaa_admin
9efe2d0
lib/features/order/view/screen/order_screen.dart
Dart
www.github.com/nguyentienanh530/balaa_admin/tree/main/lib/features/order/view/screen/order_screen.dart
https://raw.githubusercontent.com/nguyentienanh530/balaa_admin/9efe2d0/lib/features/order/view/screen/order_screen.dart
nguyentienanh530/balaa_admin 9efe2d0 lib/features/order/view/screen/order_screen.dart
true
200
1,439
import 'package:balaa_admin/core/utils/extensions.dart'; import 'package:flutter/material.dart'; import 'order_current_screen.dart'; class OrderScreen extends StatefulWidget { const OrderScreen({super.key}); @override State<OrderScreen> createState() => _OrderScreenState(); } class _OrderScreenState extends S...
1
schultek/jaspr
6f587f5
examples/backend_serverpod/example_server/lib/components/counter.dart
Dart
www.github.com/schultek/jaspr/tree/main/examples/backend_serverpod/example_server/lib/components/counter.dart
https://raw.githubusercontent.com/schultek/jaspr/6f587f5/examples/backend_serverpod/example_server/lib/components/counter.dart
schultek/jaspr 6f587f5 examples/backend_serverpod/example_server/lib/components/counter.dart
true
200
489
import 'package:jaspr/jaspr.dart'; @client class Counter extends StatefulComponent { const Counter({super.key}); @override State<Counter> createState() => _CounterState(); } class _CounterState extends State<Counter> { int counter = 0; @override Iterable<Component> build(BuildContext context) sync* { ...
6
VuStrong/Strongtify
456febc
strongtify_mobile_app/lib/services/api/album_service.dart
Dart
www.github.com/VuStrong/Strongtify/tree/main/strongtify_mobile_app/lib/services/api/album_service.dart
https://raw.githubusercontent.com/VuStrong/Strongtify/456febc/strongtify_mobile_app/lib/services/api/album_service.dart
VuStrong/Strongtify 456febc strongtify_mobile_app/lib/services/api/album_service.dart
true
200
1,608
import 'package:dio/dio.dart'; import 'package:injectable/injectable.dart'; import 'package:strongtify_mobile_app/models/album/album.dart'; import 'package:strongtify_mobile_app/models/album/album_detail.dart'; import 'package:strongtify_mobile_app/models/api_responses/paged_response.dart'; import 'package:strongtify_m...
3
thiagolop/loja_virtual_thiago
3f84ef1
lib/screens/signup_screen.dart
Dart
www.github.com/thiagolop/loja_virtual_thiago/tree/main/lib/screens/signup_screen.dart
https://raw.githubusercontent.com/thiagolop/loja_virtual_thiago/3f84ef1/lib/screens/signup_screen.dart
thiagolop/loja_virtual_thiago 3f84ef1 lib/screens/signup_screen.dart
true
200
5,176
import 'package:flutter/material.dart'; import 'package:loja_virtual_thiago/models/user_model.dart'; import 'package:scoped_model/scoped_model.dart'; class SignupScreen extends StatefulWidget { const SignupScreen({super.key}); @override State<SignupScreen> createState() => _SignupScreenState(); } class _Signup...
4
EshboyevJavlonbek/air-travel
48bb014
lib/onboarding/presentation/widgets/on_boarding.dart
Dart
www.github.com/EshboyevJavlonbek/air-travel/tree/main/lib/onboarding/presentation/widgets/on_boarding.dart
https://raw.githubusercontent.com/EshboyevJavlonbek/air-travel/48bb014/lib/onboarding/presentation/widgets/on_boarding.dart
EshboyevJavlonbek/air-travel 48bb014 lib/onboarding/presentation/widgets/on_boarding.dart
true
200
418
import 'package:air_travel/onboarding/presentation/widgets/page1.dart'; import 'package:air_travel/onboarding/presentation/widgets/page2.dart'; import 'package:flutter/material.dart'; class OnBoarding extends StatelessWidget { const OnBoarding({super.key}); @override Widget build(BuildContext context) { ret...
7
919Umesh/news_app
3236d2a
lib/main.dart
Dart
www.github.com/919Umesh/news_app/tree/main/lib/main.dart
https://raw.githubusercontent.com/919Umesh/news_app/3236d2a/lib/main.dart
919Umesh/news_app 3236d2a lib/main.dart
true
200
750
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:get/route_manager.dart'; import 'package:wakelock_plus/wakelock_plus.dart'; import 'Helper/get_routes.dart'; import 'base/Getx_bindings/getx_bindings.dart'; import 'utils/theme/theme.dart'; void main() async { WidgetsFlutterBindin...
2
Ronakpatel3105/my_new_app
69b4a12
lib/main.dart
Dart
www.github.com/Ronakpatel3105/my_new_app/tree/main/lib/main.dart
https://raw.githubusercontent.com/Ronakpatel3105/my_new_app/69b4a12/lib/main.dart
Ronakpatel3105/my_new_app 69b4a12 lib/main.dart
true
200
1,552
import 'package:firebase_core/firebase_core.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:my_new_app/login/bloc/login_bloc.dart'; import 'package:my_new_app/repository/auth_repository.dart'; import 'package:my_new_app/signup/bloc/signup_bloc.dart'; impor...
0
jehglee60/elec_meister
7960904
lib/pages.dart
Dart
www.github.com/jehglee60/elec_meister/tree/main/lib/pages.dart
https://raw.githubusercontent.com/jehglee60/elec_meister/7960904/lib/pages.dart
jehglee60/elec_meister 7960904 lib/pages.dart
true
200
18,159
import 'package:flutter/material.dart'; import 'package:flutter_math_fork/flutter_math.dart'; import 'package:test_rendering/data/content_repository.dart'; import 'package:test_rendering/models/content.dart'; // 기존 ContentRenderer를 "연도검색" 페이지로 변경 class YearRoundSearchPage extends StatefulWidget { const YearRoundSear...
1
userAlfa/VentelaBarabai
aee09c2
lib/app/modules/store_page/views/store_view.dart
Dart
www.github.com/userAlfa/VentelaBarabai/tree/main/lib/app/modules/store_page/views/store_view.dart
https://raw.githubusercontent.com/userAlfa/VentelaBarabai/aee09c2/lib/app/modules/store_page/views/store_view.dart
userAlfa/VentelaBarabai aee09c2 lib/app/modules/store_page/views/store_view.dart
true
200
8,513
import 'package:flutter/material.dart'; import 'package:flutter_application_1/app/modules/store_page/controllers/store_controller.dart'; import 'package:get/get.dart'; import '../../cart_page/views/cart_view.dart'; import '../../chat_page/views/chat_view.dart'; import '../../profile_page/views/profile_view.dart'; impor...
6
Laurynnnn/on_Farm
8370944
lib/Screens/Product/AddPost.dart
Dart
www.github.com/Laurynnnn/on_Farm/tree/main/lib/Screens/Product/AddPost.dart
https://raw.githubusercontent.com/Laurynnnn/on_Farm/8370944/lib/Screens/Product/AddPost.dart
Laurynnnn/on_Farm 8370944 lib/Screens/Product/AddPost.dart
true
200
4,831
// import '../flutter_flow/flutter_flow_theme.dart'; // import '../flutter_flow/flutter_flow_util.dart'; // import '..flutter_flow/flutter_flow_widgets.dart'; import 'package:flutter/material.dart'; import '../Drawer/SideMenu.dart'; class AddPost extends StatefulWidget { const AddPost({Key? key}): super(key: key)...
3
NinjaBitroom/carros
5ff2ae5
lib/pages/widgets/carros/mais_acessados.dart
Dart
www.github.com/NinjaBitroom/carros/tree/main/lib/pages/widgets/carros/mais_acessados.dart
https://raw.githubusercontent.com/NinjaBitroom/carros/5ff2ae5/lib/pages/widgets/carros/mais_acessados.dart
NinjaBitroom/carros 5ff2ae5 lib/pages/widgets/carros/mais_acessados.dart
true
200
1,632
import 'package:flutter/material.dart'; class MaisAcessados extends StatefulWidget { const MaisAcessados({super.key}); @override State<MaisAcessados> createState() => _MaisAcessadosState(); } class _MaisAcessadosState extends State<MaisAcessados> { carroItem() => Padding( padding: const EdgeInsets.fr...
4
nevillem/tungo
ecd3f1f
lib/Model/crop_model.dart
Dart
www.github.com/nevillem/tungo/tree/main/lib/Model/crop_model.dart
https://raw.githubusercontent.com/nevillem/tungo/ecd3f1f/lib/Model/crop_model.dart
nevillem/tungo ecd3f1f lib/Model/crop_model.dart
true
200
5,232
class CropData { String? name,id; String? type; String? image; List<Informationitems>? informationitems; List<Cropdiseases>? cropdiseases; List<Croppest>? croppest; CropData( {this.id, this.name, this.type, this.image, this.informationitems, this.cropdiseases, this...
7
hanimall/sequence
88112f1
lib/components/app_playing_card.dart
Dart
www.github.com/hanimall/sequence/tree/main/lib/components/app_playing_card.dart
https://raw.githubusercontent.com/hanimall/sequence/88112f1/lib/components/app_playing_card.dart
hanimall/sequence 88112f1 lib/components/app_playing_card.dart
true
200
4,672
import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:sequence/components/app_coin.dart'; import 'package:sequence/enums/app_colors.dart'; import 'package:sequence/enums/app_icons.dart'; import 'package:sequence/enums/app_cards.dart'; /// A widget that displays a playin...
0
iqbal-rahmatullah/KonsulDok-App
10ff328
lib/features/appointment/domain/usecase/get_clock_appointment.dart
Dart
www.github.com/iqbal-rahmatullah/KonsulDok-App/tree/main/lib/features/appointment/domain/usecase/get_clock_appointment.dart
https://raw.githubusercontent.com/iqbal-rahmatullah/KonsulDok-App/10ff328/lib/features/appointment/domain/usecase/get_clock_appointment.dart
iqbal-rahmatullah/KonsulDok-App 10ff328 lib/features/appointment/domain/usecase/get_clock_appointment.dart
true
200
909
import 'package:fpdart/src/either.dart'; import 'package:konsul_dok/features/appointment/domain/entities/clock_appointment.dart'; import 'package:konsul_dok/features/appointment/domain/repository/appointment_repository.dart'; import 'package:konsul_dok/utils/error/failure.dart'; import 'package:konsul_dok/utils/usecase...
2
cadubio/todo_list_provider
b33b980
lib/app/core/modules/todo_list_page.dart
Dart
www.github.com/cadubio/todo_list_provider/tree/main/lib/app/core/modules/todo_list_page.dart
https://raw.githubusercontent.com/cadubio/todo_list_provider/b33b980/lib/app/core/modules/todo_list_page.dart
cadubio/todo_list_provider b33b980 lib/app/core/modules/todo_list_page.dart
true
200
635
import 'package:flutter/material.dart'; import 'package:nested/nested.dart'; import 'package:provider/provider.dart'; class TodoListPage extends StatelessWidget { final List<SingleChildWidget>? _bindings; final WidgetBuilder _page; const TodoListPage({ List<SingleChildWidget>? bindings, required WidgetB...
1
MomenAshraf50/test
533e585
lib/core/utils/widgets/default_text.dart
Dart
www.github.com/MomenAshraf50/test/tree/main/lib/core/utils/widgets/default_text.dart
https://raw.githubusercontent.com/MomenAshraf50/test/533e585/lib/core/utils/widgets/default_text.dart
MomenAshraf50/test 533e585 lib/core/utils/widgets/default_text.dart
true
200
619
import 'package:flutter/material.dart'; class DefaultText extends StatelessWidget { const DefaultText({ Key? key, required this.title, this.align, this.color, this.fontWeight, this.fontSize, }) : super(key: key); final String title; final TextAlign? align; final Color? color; final ...
6
thasneemts22/hotelApp_screens
0e9156f
lib/phone_number_add_screen.dart
Dart
www.github.com/thasneemts22/hotelApp_screens/tree/main/lib/phone_number_add_screen.dart
https://raw.githubusercontent.com/thasneemts22/hotelApp_screens/0e9156f/lib/phone_number_add_screen.dart
thasneemts22/hotelApp_screens 0e9156f lib/phone_number_add_screen.dart
true
200
2,938
import 'package:flutter/material.dart'; class PhoneNumberAddScreen extends StatefulWidget { const PhoneNumberAddScreen({super.key}); @override State<PhoneNumberAddScreen> createState() => _PhoneNumberAddScreenState(); } class _PhoneNumberAddScreenState extends State<PhoneNumberAddScreen> { @override Widget...
3
sunilsinghx/flutter-examples
9916122
Todo Maker/lib/Screens/Home.dart
Dart
www.github.com/sunilsinghx/flutter-examples/tree/main/Todo Maker/lib/Screens/Home.dart
https://raw.githubusercontent.com/sunilsinghx/flutter-examples/9916122/Todo%20Maker/lib/Screens/Home.dart
sunilsinghx/flutter-examples 9916122 Todo Maker/lib/Screens/Home.dart
true
200
6,507
import 'package:flutter/material.dart'; import 'package:todo_list/constant/colors.dart'; import 'package:todo_list/models/todo.dart'; import '../Widget/todo_item.dart'; import '../constant/colors.dart'; class Home extends StatefulWidget { const Home({Key? key}) : super(key: key); @override State<Home>...
7
Siyabonga23/FitQuest
b624ade
lib/main_page.dart
Dart
www.github.com/Siyabonga23/FitQuest/tree/main/lib/main_page.dart
https://raw.githubusercontent.com/Siyabonga23/FitQuest/b624ade/lib/main_page.dart
Siyabonga23/FitQuest b624ade lib/main_page.dart
true
200
2,924
import 'package:flutter/material.dart'; import 'package:mobile_project_fitquest/presentation/screens/recording_page.dart'; import 'presentation/screens/home_screen.dart'; import 'presentation/screens/profile_screen.dart'; import 'presentation/screens/settings_screen.dart'; import 'presentation/screens/bookmark_screen.d...
4
denosg/gest_prod_river
b7da811
lib/widgets/add_list_screen/new_item_text_forms/price_paid_form.dart
Dart
www.github.com/denosg/gest_prod_river/tree/main/lib/widgets/add_list_screen/new_item_text_forms/price_paid_form.dart
https://raw.githubusercontent.com/denosg/gest_prod_river/b7da811/lib/widgets/add_list_screen/new_item_text_forms/price_paid_form.dart
denosg/gest_prod_river b7da811 lib/widgets/add_list_screen/new_item_text_forms/price_paid_form.dart
true
200
2,686
import 'package:flutter/material.dart'; import '../../../models/item.dart'; class PricePaidForm extends StatefulWidget { final Item tempItem; final Function(Item) onSave; const PricePaidForm( {super.key, required this.tempItem, required this.onSave}); @override State<PricePaidForm> createState() => ...
5
Madinu18/EPS32_Flutter_Blue_Plus_Cubit
4ab9849
lib/ui/pages/main_page.dart
Dart
www.github.com/Madinu18/EPS32_Flutter_Blue_Plus_Cubit/tree/main/lib/ui/pages/main_page.dart
https://raw.githubusercontent.com/Madinu18/EPS32_Flutter_Blue_Plus_Cubit/4ab9849/lib/ui/pages/main_page.dart
Madinu18/EPS32_Flutter_Blue_Plus_Cubit 4ab9849 lib/ui/pages/main_page.dart
true
200
2,401
part of 'pages.dart'; class MainPage extends StatefulWidget { const MainPage({super.key}); @override State<MainPage> createState() => _MainPageState(); } class _MainPageState extends State<MainPage> { StreamSubscription<BluetoothConnectionState>? connectionSubscription; final Logger logger = Logger(); @...
0
NadaAyman292/ToDo-App
4d78889
lib/tabs/task_tab.dart
Dart
www.github.com/NadaAyman292/ToDo-App/tree/main/lib/tabs/task_tab.dart
https://raw.githubusercontent.com/NadaAyman292/ToDo-App/4d78889/lib/tabs/task_tab.dart
NadaAyman292/ToDo-App 4d78889 lib/tabs/task_tab.dart
true
200
2,543
import 'package:calendar_timeline/calendar_timeline.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:todo_app/helper/firebase_functions.dart'; import 'package:todo_app/provider/theme_provider.dart'; import 'package:todo_app/utiles/theme/colors.dart'; import 'packag...
2
sedaozer4/parrot-project
a6f96ec
lib/features/post/repository/post_repository.dart
Dart
www.github.com/sedaozer4/parrot-project/tree/main/lib/features/post/repository/post_repository.dart
https://raw.githubusercontent.com/sedaozer4/parrot-project/a6f96ec/lib/features/post/repository/post_repository.dart
sedaozer4/parrot-project a6f96ec lib/features/post/repository/post_repository.dart
true
200
6,268
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:fpdart/fpdart.dart'; import '../../../core/constants/firebase_constants.dart'; import '../../../core/failure.dart'; import '../../../core/providers/firebase_providers.dart'; import '../../../c...
1
saleemsiddique/CommuniverseFlutter
a761d73
communiverse/lib/main.dart
Dart
www.github.com/saleemsiddique/CommuniverseFlutter/tree/main/communiverse/lib/main.dart
https://raw.githubusercontent.com/saleemsiddique/CommuniverseFlutter/a761d73/communiverse/lib/main.dart
saleemsiddique/CommuniverseFlutter a761d73 communiverse/lib/main.dart
true
200
1,392
import 'package:communiverse/routes/routes.dart'; import 'package:communiverse/services/services.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; void main() => runApp(const MyApp()); class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(B...
6
AntenehTilayeKebede/Simple-Quote-Render-app-in-flutter
8f733a5
app3/lib/main.dart
Dart
www.github.com/AntenehTilayeKebede/Simple-Quote-Render-app-in-flutter/tree/main/app3/lib/main.dart
https://raw.githubusercontent.com/AntenehTilayeKebede/Simple-Quote-Render-app-in-flutter/8f733a5/app3/lib/main.dart
AntenehTilayeKebede/Simple-Quote-Render-app-in-flutter 8f733a5 app3/lib/main.dart
true
200
1,177
import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'quote.dart'; import 'quote_card.dart'; void main() => runApp(MaterialApp( home: QuoteList(), )); class QuoteList extends StatefulWidget { @override _QuoteListState createState() => _QuoteListState(); } class _QuoteLi...
3
Langgaduta/first-flutter-project
a440298
lib/main.dart
Dart
www.github.com/Langgaduta/first-flutter-project/tree/main/lib/main.dart
https://raw.githubusercontent.com/Langgaduta/first-flutter-project/a440298/lib/main.dart
Langgaduta/first-flutter-project a440298 lib/main.dart
true
200
2,586
import 'package:flutter/material.dart'; import 'Page2.dart'; void main() => runApp(MaterialApp( debugShowCheckedModeBanner: false, home: home(), )); class home extends StatelessWidget { const home({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Scaffold(...
7
sidehenhub/CaculatorApp
62e6210
lib/main.dart
Dart
www.github.com/sidehenhub/CaculatorApp/tree/main/lib/main.dart
https://raw.githubusercontent.com/sidehenhub/CaculatorApp/62e6210/lib/main.dart
sidehenhub/CaculatorApp 62e6210 lib/main.dart
true
200
3,837
import 'package:flutter/material.dart'; import 'result_display.dart'; void main() { runApp(CalculatorApp()); } class CalculatorApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Calculator App', theme: ThemeData(primarySwatch: Colors.blue), ...
4
ChanduGangola06/dating_app
c678192
lib/presentation/chats_two_page/models/cat_item_model.dart
Dart
www.github.com/ChanduGangola06/dating_app/tree/main/lib/presentation/chats_two_page/models/cat_item_model.dart
https://raw.githubusercontent.com/ChanduGangola06/dating_app/c678192/lib/presentation/chats_two_page/models/cat_item_model.dart
ChanduGangola06/dating_app c678192 lib/presentation/chats_two_page/models/cat_item_model.dart
true
200
259
import 'package:get/get.dart';/// This class is used in the [cat_item_widget] screen. class CatItemModel { Rx<String> nameTxt = Rx("Jane cooper"); Rx<String> adjectiveTxt = Rx("Awesome"); Rx<String> timeTxt = Rx("22:00"); Rx<String>? id = Rx(""); }
2
xymbia/flutter_realm
f3f65b5
lib/presentation/theme/space.dart
Dart
www.github.com/xymbia/flutter_realm/tree/main/lib/presentation/theme/space.dart
https://raw.githubusercontent.com/xymbia/flutter_realm/f3f65b5/lib/presentation/theme/space.dart
xymbia/flutter_realm f3f65b5 lib/presentation/theme/space.dart
true
200
1,799
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'ui.dart'; class Space { static late Widget x; static late Widget y; static late Widget x1; static late Widget y1; static late Widget x2; static late Widget y2; static late Widget xm; static late...
5
pwargulak/mycarehub-frontend-daktari
22cea19
lib/presentation/profile/widgets/edit_info_button_widget.dart
Dart
www.github.com/pwargulak/mycarehub-frontend-daktari/tree/main/lib/presentation/profile/widgets/edit_info_button_widget.dart
https://raw.githubusercontent.com/pwargulak/mycarehub-frontend-daktari/22cea19/lib/presentation/profile/widgets/edit_info_button_widget.dart
pwargulak/mycarehub-frontend-daktari 22cea19 lib/presentation/profile/widgets/edit_info_button_widget.dart
true
200
1,620
import 'package:sghi_core/afya_moja_core/afya_moja_core.dart'; import 'package:flutter/material.dart'; import 'package:prohealth360_daktari/application/core/theme/app_themes.dart'; import 'package:prohealth360_daktari/domain/core/value_objects/app_strings.dart'; import 'package:prohealth360_daktari/presentation/profile...
0
CAP-Advisor/cap_advisor
26d5664
lib/main.dart
Dart
www.github.com/CAP-Advisor/cap_advisor/tree/main/lib/main.dart
https://raw.githubusercontent.com/CAP-Advisor/cap_advisor/26d5664/lib/main.dart
CAP-Advisor/cap_advisor 26d5664 lib/main.dart
true
200
5,280
import 'package:cap_advisor/service/firebase_service_configuration.dart'; import 'package:cap_advisor/view/student_position_search_view.dart'; import 'package:firebase_messaging/firebase_messaging.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider....
1
jazibmalik80/silverjoey-admin-app
60b5456
lib/Pages/secretaryApp/taskPages/todoTab_Page.dart
Dart
www.github.com/jazibmalik80/silverjoey-admin-app/tree/main/lib/Pages/secretaryApp/taskPages/todoTab_Page.dart
https://raw.githubusercontent.com/jazibmalik80/silverjoey-admin-app/60b5456/lib/Pages/secretaryApp/taskPages/todoTab_Page.dart
jazibmalik80/silverjoey-admin-app 60b5456 lib/Pages/secretaryApp/taskPages/todoTab_Page.dart
true
200
1,755
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:sj_secretary_app/core/Viewmodels/treasurer/tasks_ViewModel.dart'; import 'package:sj_secretary_app/core/enums/viewState.dart'; import 'package:sj_secretary_app/widgets/secretaryWidgets/customTaskTiles/customTaskTodoTile.dar...
6
pelyhe/gpt-chat-app
baeb913
frontend/lib/components/home/user_card.dart
Dart
www.github.com/pelyhe/gpt-chat-app/tree/main/frontend/lib/components/home/user_card.dart
https://raw.githubusercontent.com/pelyhe/gpt-chat-app/baeb913/frontend/lib/components/home/user_card.dart
pelyhe/gpt-chat-app baeb913 frontend/lib/components/home/user_card.dart
true
200
4,120
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:project/entities/user.dart'; import 'package:project/general/fonts.dart'; import 'package:project/general/themes.dart'; import 'package:project/general/utils.dart'; // ignore: must_be_immutable class UserCard extends StatefulWidget...
3
hamisishehe/charitypal
26557f5
lib/org/orgprofile.dart
Dart
www.github.com/hamisishehe/charitypal/tree/main/lib/org/orgprofile.dart
https://raw.githubusercontent.com/hamisishehe/charitypal/26557f5/lib/org/orgprofile.dart
hamisishehe/charitypal 26557f5 lib/org/orgprofile.dart
true
200
3,354
import 'package:charitypal/auth/login.dart'; import 'package:charitypal/org/orgcontactus.dart'; import 'package:charitypal/org/orgfaqs.dart'; import 'package:charitypal/org/orgmyprofile.dart'; import 'package:charitypal/org/orgterms.dart'; import 'package:charitypal/org/orgtrack.dart'; import 'package:firebase_auth/fir...
7
Hunter7210/Study-Mobile
6f1e241
app_sa2_diogo_to_do/lib/main.dart
Dart
www.github.com/Hunter7210/Study-Mobile/tree/main/app_sa2_diogo_to_do/lib/main.dart
https://raw.githubusercontent.com/Hunter7210/Study-Mobile/6f1e241/app_sa2_diogo_to_do/lib/main.dart
Hunter7210/Study-Mobile 6f1e241 app_sa2_diogo_to_do/lib/main.dart
true
200
399
import 'package:app_sa2_diogo/View/LoginPageView.dart'; import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return const MaterialApp( title: "SA2_DIOGO_TODO", ...
5
ameerhamzadeveloper/happy-verse
b2de3fe
lib/views/splash_normal.dart
Dart
www.github.com/ameerhamzadeveloper/happy-verse/tree/main/lib/views/splash_normal.dart
https://raw.githubusercontent.com/ameerhamzadeveloper/happy-verse/b2de3fe/lib/views/splash_normal.dart
ameerhamzadeveloper/happy-verse b2de3fe lib/views/splash_normal.dart
true
200
1,926
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:hapiverse/utils/config/assets_config.dart'; import 'package:hapiverse/utils/constants.dart'; import '../logic/register/register_cubit.dart'; import '../routes/routes_names.d...
4
Nati892/road_flutter_textbox
46831c2
lib/Hive/boxes.dart
Dart
www.github.com/Nati892/road_flutter_textbox/tree/main/lib/Hive/boxes.dart
https://raw.githubusercontent.com/Nati892/road_flutter_textbox/46831c2/lib/Hive/boxes.dart
Nati892/road_flutter_textbox 46831c2 lib/Hive/boxes.dart
true
200
580
import 'package:hive_flutter/adapters.dart'; import '../Chat/chat_model.dart'; import '../Message/message_model.dart'; import '../User/user_model.dart'; class Boxes{ static Box<MessageData> getMessages()=> Hive.box<MessageData>('MessageData'); static Box<ChatData> getChats()=> Hive.box<ChatData>('ChatData'); ...
0
ozcanbayram/Flutter-Dart-Helper
30b2629
ready_custom_widgets/lib/widgets_list.dart
Dart
www.github.com/ozcanbayram/Flutter-Dart-Helper/tree/main/ready_custom_widgets/lib/widgets_list.dart
https://raw.githubusercontent.com/ozcanbayram/Flutter-Dart-Helper/30b2629/ready_custom_widgets/lib/widgets_list.dart
ozcanbayram/Flutter-Dart-Helper 30b2629 ready_custom_widgets/lib/widgets_list.dart
true
200
5,006
import 'package:flutter/material.dart'; import 'package:ready_custom_widgets/feature/bottom_nav_bar/custom_navbar.dart'; import 'package:ready_custom_widgets/feature/drawer_menu/custom_drawer_menu.dart'; import 'package:ready_custom_widgets/feature/hidden_drawer_menu/hidden_drawer.dart'; import 'package:ready_custom_wi...
1
cs-onah/onah-portfolio
bc900bc
lib/ui/themes/device_size_enum.dart
Dart
www.github.com/cs-onah/onah-portfolio/tree/main/lib/ui/themes/device_size_enum.dart
https://raw.githubusercontent.com/cs-onah/onah-portfolio/bc900bc/lib/ui/themes/device_size_enum.dart
cs-onah/onah-portfolio bc900bc lib/ui/themes/device_size_enum.dart
true
200
550
import 'package:flutter/material.dart'; enum ScreenType { mobile, tablet, desktop; bool get isMobile => this == ScreenType.mobile; bool get isDesktop => this == ScreenType.desktop; bool get isMobileOrTablet => this == ScreenType.mobile || this == ScreenType.tablet; } ScreenType getScreenType(BuildC...
6
MemoSala/Caveat_Manager
d8ba76f
lib/view/widgets/home/files_page/text_files_page.dart
Dart
www.github.com/MemoSala/Caveat_Manager/tree/main/lib/view/widgets/home/files_page/text_files_page.dart
https://raw.githubusercontent.com/MemoSala/Caveat_Manager/d8ba76f/lib/view/widgets/home/files_page/text_files_page.dart
MemoSala/Caveat_Manager d8ba76f lib/view/widgets/home/files_page/text_files_page.dart
true
200
485
import 'package:flutter/widgets.dart'; import 'package:line_icons/line_icons.dart'; class TextFilesPage extends StatelessWidget { const TextFilesPage({ super.key, }); @override Widget build(BuildContext context) { return const Row(children: [ SizedBox(width: 15), Text( "Date Modifi...
3
tjvilliard/StoryConnectBase
da89c39
frontend/storyconnect/lib/Pages/reader_app/components/ui_state/reading_ui_state.dart
Dart
www.github.com/tjvilliard/StoryConnectBase/tree/main/frontend/storyconnect/lib/Pages/reader_app/components/ui_state/reading_ui_state.dart
https://raw.githubusercontent.com/tjvilliard/StoryConnectBase/da89c39/frontend/storyconnect/lib/Pages/reader_app/components/ui_state/reading_ui_state.dart
tjvilliard/StoryConnectBase da89c39 frontend/storyconnect/lib/Pages/reader_app/components/ui_state/reading_ui_state.dart
true
200
786
part of 'reading_ui_bloc.dart'; @freezed class ReadingUIState with _$ReadingUIState { const factory ReadingUIState({ required int bookId, required bool chapterOutlineShown, required bool feedbackBarShown, required bool annotationBarShown, required ScrollController textScrollController, requir...
5
SimformSolutionsPvtLtd/flutter_chatview
4b22f75
lib/src/widgets/reaction_popup.dart
Dart
www.github.com/SimformSolutionsPvtLtd/flutter_chatview/tree/main/lib/src/widgets/reaction_popup.dart
https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_chatview/4b22f75/lib/src/widgets/reaction_popup.dart
SimformSolutionsPvtLtd/flutter_chatview 4b22f75 lib/src/widgets/reaction_popup.dart
true
200
6,545
/* * Copyright (c) 2022 Simform Solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, p...
4
ThanaaAdel/my_project_in_al_ather
f50891d
lib/Features/messages/send_message/domain/use_cases/send_message_use_case.dart
Dart
www.github.com/ThanaaAdel/my_project_in_al_ather/tree/main/lib/Features/messages/send_message/domain/use_cases/send_message_use_case.dart
https://raw.githubusercontent.com/ThanaaAdel/my_project_in_al_ather/f50891d/lib/Features/messages/send_message/domain/use_cases/send_message_use_case.dart
ThanaaAdel/my_project_in_al_ather f50891d lib/Features/messages/send_message/domain/use_cases/send_message_use_case.dart
true
200
788
import '../../data/data_sources/send_message_remote_data_source.dart'; import '../entities/send_message_entity.dart'; import '../repositories/send_message_repo.dart'; abstract class UseCase<type> { Future<SendMessageResponse> call( String fromEmpId, List<int> toEmpId, String messageTitle, String mess...
2
trongbudop113/loto-pro
333690e
lib/widget/loading/loading_overlay.dart
Dart
www.github.com/trongbudop113/loto-pro/tree/main/lib/widget/loading/loading_overlay.dart
https://raw.githubusercontent.com/trongbudop113/loto-pro/333690e/lib/widget/loading/loading_overlay.dart
trongbudop113/loto-pro 333690e lib/widget/loading/loading_overlay.dart
true
200
1,302
import 'package:flutter/material.dart'; import 'loading_controller.dart'; class LoadingOverlay { LoadingOverlay._shareInstance(); static final LoadingOverlay _shared = LoadingOverlay._shareInstance(); factory LoadingOverlay.instance() => _shared; LoadingScreenController? _controller; void show({ requir...
7
prasetya4di/vita-flutter-app
c1a80a1
lib/view/profile/widgets/logout_button.dart
Dart
www.github.com/prasetya4di/vita-flutter-app/tree/main/lib/view/profile/widgets/logout_button.dart
https://raw.githubusercontent.com/prasetya4di/vita-flutter-app/c1a80a1/lib/view/profile/widgets/logout_button.dart
prasetya4di/vita-flutter-app c1a80a1 lib/view/profile/widgets/logout_button.dart
true
200
1,380
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:vita_client_app/util/constant/font.dart'; import 'package:vita_client_app/util/extension/color_extension.dart'; import 'package:vita_client_app/view/prof...
1
InbisatFayyaz/Loops
f4161b8
22.dart
Dart
www.github.com/InbisatFayyaz/Loops/tree/main/22.dart
https://raw.githubusercontent.com/InbisatFayyaz/Loops/f4161b8/22.dart
InbisatFayyaz/Loops f4161b8 22.dart
true
200
352
/*Write a program that calculates the sum of the squares of all odd numbers in a given list using a for loop and if-else condition.*/ void main() { List Numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; int sum = 0; for (int i = 0; i < Numbers.length; i++) { if (i % 2 == 1) { sum = sum + i * i; //sum = i...
6
Mohitkoley/whatsapp_clone
577e5ed
lib/features/chat/widget/message_reply_preview.dart
Dart
www.github.com/Mohitkoley/whatsapp_clone/tree/main/lib/features/chat/widget/message_reply_preview.dart
https://raw.githubusercontent.com/Mohitkoley/whatsapp_clone/577e5ed/lib/features/chat/widget/message_reply_preview.dart
Mohitkoley/whatsapp_clone 577e5ed lib/features/chat/widget/message_reply_preview.dart
true
200
1,579
import "package:flutter/material.dart"; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:whatsapp_clone/colors.dart'; import 'package:whatsapp_clone/common/provider/message_reply_provider.dart'; import 'package:whatsapp_clone/features/chat/widget/display_text_image_gif.dart'; class MessageReply...
0
letsar/fluttercon_2024
8f7e9b6
lib/slides/03_eyes/moving_eyes_slide.dart
Dart
www.github.com/letsar/fluttercon_2024/tree/main/lib/slides/03_eyes/moving_eyes_slide.dart
https://raw.githubusercontent.com/letsar/fluttercon_2024/8f7e9b6/lib/slides/03_eyes/moving_eyes_slide.dart
letsar/fluttercon_2024 8f7e9b6 lib/slides/03_eyes/moving_eyes_slide.dart
true
200
1,979
import 'package:flutter/widgets.dart'; import 'package:flutter_deck/flutter_deck.dart'; import 'package:fluttercon_2024/utils/happy_sparkles.dart'; const _speakerNotes = ''' But what I want to show you is how to repaint your painter when some of its properties change. Our painter saves the mouse position and it repain...
3
Nidhinlalp/Dr-Doximity
1412e8a
lib/home/home_page.dart
Dart
www.github.com/Nidhinlalp/Dr-Doximity/tree/main/lib/home/home_page.dart
https://raw.githubusercontent.com/Nidhinlalp/Dr-Doximity/1412e8a/lib/home/home_page.dart
Nidhinlalp/Dr-Doximity 1412e8a lib/home/home_page.dart
true
200
5,548
import 'dart:developer'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import '../admin/update/upadate_doctors.dart'; class Home extends StatelessWidget { Home({super.key}); final CollectionReference doctors = ...
5
Ahsan-Javed5/fitnessapp
1690abd
lib/screens/chat/thread_view_screen.dart
Dart
www.github.com/Ahsan-Javed5/fitnessapp/tree/main/lib/screens/chat/thread_view_screen.dart
https://raw.githubusercontent.com/Ahsan-Javed5/fitnessapp/1690abd/lib/screens/chat/thread_view_screen.dart
Ahsan-Javed5/fitnessapp 1690abd lib/screens/chat/thread_view_screen.dart
true
200
9,232
import 'package:fitnessapp/config/app_state_observer.dart'; import 'package:fitnessapp/config/text_styles.dart'; import 'package:fitnessapp/data/local/my_hive.dart'; import 'package:fitnessapp/screens/sideMenu/main_menu_controller.dart'; import 'package:fitnessapp/utils/utils.dart'; import 'package:fitnessapp/widgets/c...
4
shukill/helum-acme
1548982
lib/core/widgets/something_went_wrong.dart
Dart
www.github.com/shukill/helum-acme/tree/main/lib/core/widgets/something_went_wrong.dart
https://raw.githubusercontent.com/shukill/helum-acme/1548982/lib/core/widgets/something_went_wrong.dart
shukill/helum-acme 1548982 lib/core/widgets/something_went_wrong.dart
true
200
1,806
import '../constants/app_constants.dart'; import '../constants/assets.dart'; import '../styles/app_text_styles.dart'; import 'package:flutter/material.dart'; import 'app_button.dart'; class SomethingWentWrong extends StatefulWidget { const SomethingWentWrong({Key? key}) : super(key: key); @override _SomethingW...
2
SRHridoy/Edge-Govt.-Training--Mobile-App-Development
e60e37f
Self Learn/Basic Ultimate/basics_ultimate/lib/pages/listview_with_listtile.dart
Dart
www.github.com/SRHridoy/Edge-Govt.-Training--Mobile-App-Development/tree/main/Self Learn/Basic Ultimate/basics_ultimate/lib/pages/listview_with_listtile.dart
https://raw.githubusercontent.com/SRHridoy/Edge-Govt.-Training--Mobile-App-Development/e60e37f/Self%20Learn/Basic%20Ultimate/basics_ultimate/lib/pages/listview_with_listtile.dart
SRHridoy/Edge-Govt.-Training--Mobile-App-Development e60e37f Self Learn/Basic Ultimate/basics_ultimate/lib/pages/listview_with_listtile.dart
true
200
2,145
// ignore_for_file: prefer_const_constructors import 'package:flutter/material.dart'; class ListviewWithListTile extends StatelessWidget { ListviewWithListTile({super.key}); var arrNames = ['Md. Sohanur Rahman Hridoy','Md. Ozaer Hossain', 'Nazmus Sakib Awarko', 'Zarif Tajul Arnob','Istiyak Ahmed Mahi', 'Mehedi Has...
7
abdulrahmanahme/laviee
68bc5d4
lib/screens/forurms_screen/forurms_screen.dart
Dart
www.github.com/abdulrahmanahme/laviee/tree/main/lib/screens/forurms_screen/forurms_screen.dart
https://raw.githubusercontent.com/abdulrahmanahme/laviee/68bc5d4/lib/screens/forurms_screen/forurms_screen.dart
abdulrahmanahme/laviee 68bc5d4 lib/screens/forurms_screen/forurms_screen.dart
true
200
2,779
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import '../../responsive/respnsive.dart'; import '../../widgets/widgets.dart'; class ForumScreen extends StatefulWidget { @override _ForumScreenState createState() => _ForumScreenState(); } class _ForumScreenState extends State<ForumS...
6
Safijah/ApplicationForVolunteers
0a29c8a
RadVolontera/UI/radvolontera_mobile/lib/screens/reports/report_details_screen.dart
Dart
www.github.com/Safijah/ApplicationForVolunteers/tree/main/RadVolontera/UI/radvolontera_mobile/lib/screens/reports/report_details_screen.dart
https://raw.githubusercontent.com/Safijah/ApplicationForVolunteers/0a29c8a/RadVolontera/UI/radvolontera_mobile/lib/screens/reports/report_details_screen.dart
Safijah/ApplicationForVolunteers 0a29c8a RadVolontera/UI/radvolontera_mobile/lib/screens/reports/report_details_screen.dart
true
200
11,198
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_form_builder/flutter_form_builder.dart'; import 'package:form_builder_validators/form_builder_validators.dart'; import 'package:provider/provider.dart'; import 'package:radvolontera_mobile/models/account/account.dar...
0