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
cesar-augusto-ferreira/app_celular
44464d6
app_ciclo_cell/lib/view/tela_bateria.dart
Dart
www.github.com/cesar-augusto-ferreira/app_celular/tree/main/app_ciclo_cell/lib/view/tela_bateria.dart
https://raw.githubusercontent.com/cesar-augusto-ferreira/app_celular/44464d6/app_ciclo_cell/lib/view/tela_bateria.dart
cesar-augusto-ferreira/app_celular 44464d6 app_ciclo_cell/lib/view/tela_bateria.dart
true
200
3,220
import 'package:flutter/material.dart'; import 'package:flutter/src/foundation/key.dart'; import 'package:flutter/src/widgets/framework.dart'; class TelaBateria extends StatefulWidget { const TelaBateria({Key? key}) : super(key: key); @override State<TelaBateria> createState() => _TelaBateriaState(); } class _...
1
bonnieace/portugalgo
1c39e12
lib/auth/form_divider..dart
Dart
www.github.com/bonnieace/portugalgo/tree/main/lib/auth/form_divider..dart
https://raw.githubusercontent.com/bonnieace/portugalgo/1c39e12/lib/auth/form_divider..dart
bonnieace/portugalgo 1c39e12 lib/auth/form_divider..dart
true
200
796
import 'package:flutter/material.dart'; import '../constants/colors.dart'; import '../helpers/helper_functions.dart'; class TFormDivider extends StatelessWidget { const TFormDivider({super.key,required this.dividerText}); final String dividerText; @override Widget build(BuildContext context) { ...
7
mehdinathani/BankWise-using-Flutter-Getx
7b36cfd
lib/screens/figma_converter/figma_convert_controller.dart
Dart
www.github.com/mehdinathani/BankWise-using-Flutter-Getx/tree/main/lib/screens/figma_converter/figma_convert_controller.dart
https://raw.githubusercontent.com/mehdinathani/BankWise-using-Flutter-Getx/7b36cfd/lib/screens/figma_converter/figma_convert_controller.dart
mehdinathani/BankWise-using-Flutter-Getx 7b36cfd lib/screens/figma_converter/figma_convert_controller.dart
true
200
3,416
import 'dart:developer'; import 'package:bankwise/services/config.dart'; import 'package:bankwise/services/fetch_data.dart'; import 'package:bankwise/services/google_sheets_service.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:intl/intl.dart'; class FigmaConverterControl...
4
taras-git/wromance_test
1473821
lib/presentation/theme/theme_sceleton.dart
Dart
www.github.com/taras-git/wromance_test/tree/main/lib/presentation/theme/theme_sceleton.dart
https://raw.githubusercontent.com/taras-git/wromance_test/1473821/lib/presentation/theme/theme_sceleton.dart
taras-git/wromance_test 1473821 lib/presentation/theme/theme_sceleton.dart
true
200
1,134
import 'package:flutter/material.dart'; import 'package:shimmer/shimmer.dart'; import 'package:womanly_mobile/presentation/theme/theme_colors.dart'; class ThemeSceleton extends StatelessWidget { final Widget? child; const ThemeSceleton({this.child, Key? key}) : super(key: key); @override Widget build(BuildCon...
2
windswrold/focusring
5a397e2
lib/app/modules/about_us/views/about_us_view.dart
Dart
www.github.com/windswrold/focusring/tree/main/lib/app/modules/about_us/views/about_us_view.dart
https://raw.githubusercontent.com/windswrold/focusring/5a397e2/lib/app/modules/about_us/views/about_us_view.dart
windswrold/focusring 5a397e2 lib/app/modules/about_us/views/about_us_view.dart
true
200
2,675
import 'package:flutter/material.dart'; import 'package:beering/public.dart'; import 'package:beering/views/base/base_pageview.dart'; import 'package:get/get.dart'; import '../controllers/about_us_controller.dart'; class AboutUsView extends GetView<AboutUsController> { const AboutUsView({Key? key}) : super(key: ke...
0
mikes222/ecache
03f3109
lib/src/storage/weakreference_storage.dart
Dart
www.github.com/mikes222/ecache/tree/main/lib/src/storage/weakreference_storage.dart
https://raw.githubusercontent.com/mikes222/ecache/03f3109/lib/src/storage/weakreference_storage.dart
mikes222/ecache 03f3109 lib/src/storage/weakreference_storage.dart
true
200
3,703
import 'dart:collection'; import '../cache_entry.dart'; import '../storage.dart'; /// A Storage with a fixed number of storable elements and a weak reference to elements /// which are specified to be evicted. This way the cache can grow until the /// garbage collector decides to remove the entries. /// /// Note that ...
5
jaywezz/ignition
ed0a436
lib/data/providers/customer_provider.dart
Dart
www.github.com/jaywezz/ignition/tree/main/lib/data/providers/customer_provider.dart
https://raw.githubusercontent.com/jaywezz/ignition/ed0a436/lib/data/providers/customer_provider.dart
jaywezz/ignition ed0a436 lib/data/providers/customer_provider.dart
true
200
3,450
import 'dart:io'; import 'package:dio/dio.dart'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:soko_flow/base/show_custom_snackbar.dart'; import 'package:soko_flow/data/repository/customer/customer_repository.dart'; import 'package:soko_flow/data/repos...
6
marksihor/flutter-api-builder
fd39194
lib/data/models/field.dart
Dart
www.github.com/marksihor/flutter-api-builder/tree/main/lib/data/models/field.dart
https://raw.githubusercontent.com/marksihor/flutter-api-builder/fd39194/lib/data/models/field.dart
marksihor/flutter-api-builder fd39194 lib/data/models/field.dart
true
200
1,585
import 'dart:async'; import 'package:api_builder/data/models/option.dart'; import 'package:api_builder/data/models/rule.dart'; import 'package:api_builder/core/conditions/condition.dart'; import 'package:flutter/material.dart'; class Field { dynamic value; final String? path; final String? hint; final String?...
1
gokulhans/Cu-app
64b3678
lib/models/ad.dart
Dart
www.github.com/gokulhans/Cu-app/tree/main/lib/models/ad.dart
https://raw.githubusercontent.com/gokulhans/Cu-app/64b3678/lib/models/ad.dart
gokulhans/Cu-app 64b3678 lib/models/ad.dart
true
200
267
import 'package:json_annotation/json_annotation.dart'; part 'ad.g.dart'; @JsonSerializable() class Ad { String? ad; Ad({this.ad}); factory Ad.fromJson(Map<String, dynamic> json) => _$AdFromJson(json); Map<String, dynamic> toJson() => _$AdToJson(this); }
3
elec-tion/admin-page
b1d40fd
lib/backend/api_requests/api_calls.dart
Dart
www.github.com/elec-tion/admin-page/tree/main/lib/backend/api_requests/api_calls.dart
https://raw.githubusercontent.com/elec-tion/admin-page/b1d40fd/lib/backend/api_requests/api_calls.dart
elec-tion/admin-page b1d40fd lib/backend/api_requests/api_calls.dart
true
200
1,478
import 'dart:convert'; import 'api_manager.dart'; export 'api_manager.dart' show ApiCallResponse; const _kPrivateApiFunctionName = 'ffPrivateApiCall'; /// Start elections Group Code class ElectionsGroup { static String baseUrl = 'https://chain.e-lection.babico.name.tr/api/election'; static Map<String, String> ...
7
mirinae91/swit
1c2fb29
lib/features/study/swit/presentation/widgets/wave_back_ground.dart
Dart
www.github.com/mirinae91/swit/tree/main/lib/features/study/swit/presentation/widgets/wave_back_ground.dart
https://raw.githubusercontent.com/mirinae91/swit/1c2fb29/lib/features/study/swit/presentation/widgets/wave_back_ground.dart
mirinae91/swit 1c2fb29 lib/features/study/swit/presentation/widgets/wave_back_ground.dart
true
200
2,290
import 'dart:math' as math; import 'package:flutter/material.dart'; class WaveBackground extends StatelessWidget { final String? topImagePath; // 상단 이미지 경로 (옵션) final Color? topColor; // 상단 배경색 final Color bottomColor; // 하단 배경색 final double waveHeight; // 물결의 높낮이 final double frequency; // 물결의 빈도 final do...
4
hristina6/MIS
a17b37b
lab_3/lib/screens/favorite_jokes_screen.dart
Dart
www.github.com/hristina6/MIS/tree/main/lab_3/lib/screens/favorite_jokes_screen.dart
https://raw.githubusercontent.com/hristina6/MIS/a17b37b/lab_3/lib/screens/favorite_jokes_screen.dart
hristina6/MIS a17b37b lab_3/lib/screens/favorite_jokes_screen.dart
true
200
795
import 'package:flutter/material.dart'; class FavoriteJokesScreen extends StatelessWidget { final List<String> favorites; const FavoriteJokesScreen({Key? key, required this.favorites}) : super(key: key); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: ...
0
Chiasaurio/appmobilepalma
76312bf
lib/modules/Tratamientos/ui/palmas_enfermas/palmas_enfermas_list.dart
Dart
www.github.com/Chiasaurio/appmobilepalma/tree/main/lib/modules/Tratamientos/ui/palmas_enfermas/palmas_enfermas_list.dart
https://raw.githubusercontent.com/Chiasaurio/appmobilepalma/76312bf/lib/modules/Tratamientos/ui/palmas_enfermas/palmas_enfermas_list.dart
Chiasaurio/appmobilepalma 76312bf lib/modules/Tratamientos/ui/palmas_enfermas/palmas_enfermas_list.dart
true
200
7,731
import 'package:apppalma/modules/Tratamientos/cubit/tratamiento_cubit.dart'; import 'package:apppalma/modules/Tratamientos/ui/tratamiento/tratamiento_page.dart'; import 'package:apppalma/moor/tables/registroenfermedad_table.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; ...
2
Umar888/customer360
91e972c
test/bloc/task_details_loading_bloc_test.dart
Dart
www.github.com/Umar888/customer360/tree/main/test/bloc/task_details_loading_bloc_test.dart
https://raw.githubusercontent.com/Umar888/customer360/91e972c/test/bloc/task_details_loading_bloc_test.dart
Umar888/customer360 91e972c test/bloc/task_details_loading_bloc_test.dart
true
200
2,906
import 'dart:convert'; import 'package:bloc_test/bloc_test.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:gc_customer_app/bloc/task_details_loading_bloc/task_details_loading_bloc.dart'; import 'package:gc_customer_app/models/task_detail_model/task.dart'; import 'package:gc_customer_app/service...
6
raleo-pin/Tertulia_delivery
57a312c
Tertulia/tertulia_delivery/lib/src/models/mercado_pago_issuer.dart
Dart
www.github.com/raleo-pin/Tertulia_delivery/tree/main/Tertulia/tertulia_delivery/lib/src/models/mercado_pago_issuer.dart
https://raw.githubusercontent.com/raleo-pin/Tertulia_delivery/57a312c/Tertulia/tertulia_delivery/lib/src/models/mercado_pago_issuer.dart
raleo-pin/Tertulia_delivery 57a312c Tertulia/tertulia_delivery/lib/src/models/mercado_pago_issuer.dart
true
200
585
class MercadoPagoIssuer { //IDENTIFICACION DEL EMISON String? id; //NOMBRE DEL EMISOR String? name; MercadoPagoIssuer(); static List<MercadoPagoIssuer> fromJsonList(List<dynamic> jsonList) { List<MercadoPagoIssuer> toList = []; jsonList.forEach((item) { MercadoPagoIssuer model = MercadoPag...
5
Geeks-ucab-streaming/streaming_front_app
45e3e8d
lib/infrastructure/user_related/dtos/user_dto/update_user_info.dart
Dart
www.github.com/Geeks-ucab-streaming/streaming_front_app/tree/main/lib/infrastructure/user_related/dtos/user_dto/update_user_info.dart
https://raw.githubusercontent.com/Geeks-ucab-streaming/streaming_front_app/45e3e8d/lib/infrastructure/user_related/dtos/user_dto/update_user_info.dart
Geeks-ucab-streaming/streaming_front_app 45e3e8d lib/infrastructure/user_related/dtos/user_dto/update_user_info.dart
true
200
560
import 'package:freezed_annotation/freezed_annotation.dart'; import 'package:flutter/foundation.dart'; part 'update_user_info.freezed.dart'; // Class is serializable part 'update_user_info.g.dart'; @freezed class UpdateUserInfoDto with _$UpdateUserInfoDto { const factory UpdateUserInfoDto({ String? name, St...
1
AhmedAbdoMadkour/devloopy_website
96253a2
lib/pages/projects_page/sections/upcoming_project_section/layout/mobile.dart
Dart
www.github.com/AhmedAbdoMadkour/devloopy_website/tree/main/lib/pages/projects_page/sections/upcoming_project_section/layout/mobile.dart
https://raw.githubusercontent.com/AhmedAbdoMadkour/devloopy_website/96253a2/lib/pages/projects_page/sections/upcoming_project_section/layout/mobile.dart
AhmedAbdoMadkour/devloopy_website 96253a2 lib/pages/projects_page/sections/upcoming_project_section/layout/mobile.dart
true
200
1,143
import 'package:devloopy_website/data/ui_data/projects_ui_data/projects_upcoming_ui_data.dart'; import 'package:devloopy_website/pages/projects_page/sections/upcoming_project_section/widgets/layout/mobile.dart'; import 'package:devloopy_website/widgets/custom_description_section/layout/mobile.dart'; import 'package:dev...
7
daq3103/favorite-food
15a0a7a
lib/widget/meal_detail.dart
Dart
www.github.com/daq3103/favorite-food/tree/main/lib/widget/meal_detail.dart
https://raw.githubusercontent.com/daq3103/favorite-food/15a0a7a/lib/widget/meal_detail.dart
daq3103/favorite-food 15a0a7a lib/widget/meal_detail.dart
true
200
461
import 'package:flutter/material.dart'; class MealDetail extends StatelessWidget { const MealDetail({super.key, required this.textIcon, required this.icon}); final String textIcon; final IconData icon; @override Widget build(BuildContext context) { return Row( children: [ Icon(icon , size: 8...
4
al3fret/dog_breeds
d6d4366
lib/utils/app_suitable_widget_size.dart
Dart
www.github.com/al3fret/dog_breeds/tree/main/lib/utils/app_suitable_widget_size.dart
https://raw.githubusercontent.com/al3fret/dog_breeds/d6d4366/lib/utils/app_suitable_widget_size.dart
al3fret/dog_breeds d6d4366 lib/utils/app_suitable_widget_size.dart
true
200
1,002
import 'package:flutter/material.dart'; class AppSuitableWidgetSize { // It's the AdobeXD Device Height static double targetHeightSize = 926; // It's the AdobeXD Device Width static double targetWidthSize = 428; static double getSuitableHeight(double targetWidgetHeight) { final windowSize = WidgetsBinding...
2
AhmedElsherif0/Hermoso-Store
daea361
lib/presentation/widgets/custom_widgets/cart_badge.dart
Dart
www.github.com/AhmedElsherif0/Hermoso-Store/tree/main/lib/presentation/widgets/custom_widgets/cart_badge.dart
https://raw.githubusercontent.com/AhmedElsherif0/Hermoso-Store/daea361/lib/presentation/widgets/custom_widgets/cart_badge.dart
AhmedElsherif0/Hermoso-Store daea361 lib/presentation/widgets/custom_widgets/cart_badge.dart
true
200
1,113
import 'package:flutter/material.dart'; import 'package:sizer/sizer.dart'; class CartBadge extends StatelessWidget { const CartBadge({ Key? key, required this.widget, required this.value, required this.color, }) : super(key: key); final Widget widget; final int value; final Color color; ...
0
fahimshahariar1/sixfoodApp
a2868ad
lib/controller/banner_controller.dart
Dart
www.github.com/fahimshahariar1/sixfoodApp/tree/main/lib/controller/banner_controller.dart
https://raw.githubusercontent.com/fahimshahariar1/sixfoodApp/a2868ad/lib/controller/banner_controller.dart
fahimshahariar1/sixfoodApp a2868ad lib/controller/banner_controller.dart
true
200
1,594
import 'package:get/get.dart'; import 'package:sixamfoodapp/data/api/api_checker.dart'; import 'package:sixamfoodapp/data/model/banner_model.dart'; import 'package:sixamfoodapp/data/repository/banner_repo.dart'; class BannerController extends GetxController implements GetxService { final BannerRepo bannerRepo; Ban...
3
lucas-piegas/yes_no_maybe_app
b314893
lib/main.dart
Dart
www.github.com/lucas-piegas/yes_no_maybe_app/tree/main/lib/main.dart
https://raw.githubusercontent.com/lucas-piegas/yes_no_maybe_app/b314893/lib/main.dart
lucas-piegas/yes_no_maybe_app b314893 lib/main.dart
true
200
836
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:yes_no_maybe_app/config/theme/app_theme.dart'; import 'package:yes_no_maybe_app/presentation/providers/chat_provider.dart'; import 'package:yes_no_maybe_app/presentation/screens/chat/chat_screen.dart'; void main() => runAp...
5
pvatshal/HerbaFrame
322daf4
lib/services/login_service.dart
Dart
www.github.com/pvatshal/HerbaFrame/tree/main/lib/services/login_service.dart
https://raw.githubusercontent.com/pvatshal/HerbaFrame/322daf4/lib/services/login_service.dart
pvatshal/HerbaFrame 322daf4 lib/services/login_service.dart
true
200
925
import 'package:flutter/material.dart'; import 'package:http/http.dart'; import 'package:image_editor_tutorial/constants/names.dart'; import 'package:image_editor_tutorial/models/category_model.dart'; import 'package:image_editor_tutorial/models/check_mail_model.dart'; import 'package:image_editor_tutorial/models/image...
6
shagormahamud93/educare_flutter
9821484
lib/src/presentation/screens/admin/practice/model/topics_model.dart
Dart
www.github.com/shagormahamud93/educare_flutter/tree/main/lib/src/presentation/screens/admin/practice/model/topics_model.dart
https://raw.githubusercontent.com/shagormahamud93/educare_flutter/9821484/lib/src/presentation/screens/admin/practice/model/topics_model.dart
shagormahamud93/educare_flutter 9821484 lib/src/presentation/screens/admin/practice/model/topics_model.dart
true
200
1,192
class TopicsModel { bool? success; List<TopicsData>? data; TopicsModel({this.success, this.data}); TopicsModel.fromJson(Map<String, dynamic> json) { success = json['success']; if (json['data'] != null) { data = <TopicsData>[]; json['data'].forEach((v) { data!.add(TopicsData.fromJso...
1
DiegoGit35/ryuugenvillia
c081435
lib/route_generator.dart
Dart
www.github.com/DiegoGit35/ryuugenvillia/tree/main/lib/route_generator.dart
https://raw.githubusercontent.com/DiegoGit35/ryuugenvillia/c081435/lib/route_generator.dart
DiegoGit35/ryuugenvillia c081435 lib/route_generator.dart
true
200
1,207
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:ryuugenvillia/main.dart'; import 'package:ryuugenvillia/presentation/pages/preguntas_page.dart'; import 'presentation/blocs/preguntas_bloc.dart'; class RouteGenerator { static const String homePage = '/'; stat...
7
chiranjeevofficial/project.flutter
522721d
testing_provider/lib/main.dart
Dart
www.github.com/chiranjeevofficial/project.flutter/tree/main/testing_provider/lib/main.dart
https://raw.githubusercontent.com/chiranjeevofficial/project.flutter/522721d/testing_provider/lib/main.dart
chiranjeevofficial/project.flutter 522721d testing_provider/lib/main.dart
true
200
451
import 'package:flutter/material.dart'; import 'package:testing_provider/pages/welcome_page.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: ...
4
AdekunleAriyo/messaging_app_ui
142a69a
lib/screens/chat_screen.dart
Dart
www.github.com/AdekunleAriyo/messaging_app_ui/tree/main/lib/screens/chat_screen.dart
https://raw.githubusercontent.com/AdekunleAriyo/messaging_app_ui/142a69a/lib/screens/chat_screen.dart
AdekunleAriyo/messaging_app_ui 142a69a lib/screens/chat_screen.dart
true
200
4,581
import 'package:flutter/material.dart'; import 'package:messaging_app_ui/models/message_model.dart'; import 'package:messaging_app_ui/models/user_model.dart'; class ChatScreen extends StatefulWidget { const ChatScreen({super.key, required this.user}); final User user; @override State<ChatScreen> createState(...
2
ArunPrakashG/sonic
a3e12d5
lib/src/sonic_progress.dart
Dart
www.github.com/ArunPrakashG/sonic/tree/main/lib/src/sonic_progress.dart
https://raw.githubusercontent.com/ArunPrakashG/sonic/a3e12d5/lib/src/sonic_progress.dart
ArunPrakashG/sonic a3e12d5 lib/src/sonic_progress.dart
true
200
452
import 'package:meta/meta.dart'; @immutable class SonicProgress { const SonicProgress({ required this.total, required this.current, }); final int total; final int current; @override bool operator ==(covariant SonicProgress other) { if (identical(this, other)) { return true; } r...
3
bagga16/Alkebulan
0edead4
lib/App Screeens/User Profile & Settings/SettingsScreen.dart
Dart
www.github.com/bagga16/Alkebulan/tree/main/lib/App Screeens/User Profile & Settings/SettingsScreen.dart
https://raw.githubusercontent.com/bagga16/Alkebulan/0edead4/lib/App%20Screeens/User%20Profile%20%26%20Settings/SettingsScreen.dart
bagga16/Alkebulan 0edead4 lib/App Screeens/User Profile & Settings/SettingsScreen.dart
true
200
3,930
// import 'package:flutter/material.dart'; import 'package:alkebulan/App%20Widgets/EdditInfoDialog.dart'; import 'package:alkebulan/Controllers/SettingsController.dart'; import 'package:alkebulan/Utils/Mediaquery%20Sizer.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../../App Wid...
5
Abhi6722/qzense-flutter-app-sap
285ebcf
lib/constants/constants.dart
Dart
www.github.com/Abhi6722/qzense-flutter-app-sap/tree/main/lib/constants/constants.dart
https://raw.githubusercontent.com/Abhi6722/qzense-flutter-app-sap/285ebcf/lib/constants/constants.dart
Abhi6722/qzense-flutter-app-sap 285ebcf lib/constants/constants.dart
true
200
446
const url = "http://fishapp.qzenselabs.com/post/"; const loginPage = '/LoginPage'; const registerPage = '/RegisterPage'; const cameraPage = '/cameraPage'; const fishPage = '/fishPage'; const prawnsPage = '/prawnsPage'; const bananaPage = '/bananaPage'; const resultPage = '/resultpage'; const officialWebsite = '/officia...
1
Nitish567838383/lenders-app
bcb3631
lib/presentation/android_large_eight_screen/widgets/kycdocuments_item_widget.dart
Dart
www.github.com/Nitish567838383/lenders-app/tree/main/lib/presentation/android_large_eight_screen/widgets/kycdocuments_item_widget.dart
https://raw.githubusercontent.com/Nitish567838383/lenders-app/bcb3631/lib/presentation/android_large_eight_screen/widgets/kycdocuments_item_widget.dart
Nitish567838383/lenders-app bcb3631 lib/presentation/android_large_eight_screen/widgets/kycdocuments_item_widget.dart
true
200
1,807
import 'package:flutter/material.dart'; import '../../../core/app_export.dart'; import '../../android_large_seven_screen/android_large_seven_screen.dart'; import '../../android_large_six_screen/android_large_six_screen.dart'; class KycdocumentsItemWidget extends StatelessWidget { const KycdocumentsItemWidget({Key? k...
7
VitoRicardo/ultra_market
89fba37
lib/pages/market_place/components/tab_deal.dart
Dart
www.github.com/VitoRicardo/ultra_market/tree/main/lib/pages/market_place/components/tab_deal.dart
https://raw.githubusercontent.com/VitoRicardo/ultra_market/89fba37/lib/pages/market_place/components/tab_deal.dart
VitoRicardo/ultra_market 89fba37 lib/pages/market_place/components/tab_deal.dart
true
200
1,233
import 'package:flutter/material.dart'; import 'package:ultra_market/config/app_colors.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; class TabDeals extends StatefulWidget { final List<Widget> tabDealsWidgets; const TabDeals({Key? key, required this.tabDealsWidgets}) : super(key: key); @ove...
4
Tsagaanbayr1/todo-app-flutter
a5205f4
lib/pages/home_page.dart
Dart
www.github.com/Tsagaanbayr1/todo-app-flutter/tree/main/lib/pages/home_page.dart
https://raw.githubusercontent.com/Tsagaanbayr1/todo-app-flutter/a5205f4/lib/pages/home_page.dart
Tsagaanbayr1/todo-app-flutter a5205f4 lib/pages/home_page.dart
true
200
4,425
import 'package:flutter/material.dart'; import 'package:flutter/scheduler.dart'; import 'package:todo_app/models/task.dart'; import 'dart:developer' as developer; class HomePage extends StatefulWidget { static const String routeName = 'HomePage'; const HomePage({super.key}); @override State<HomePage> createSt...
0
coffeecoder07/news_app
5d6a4cb
lib/UI/Screens/ReadArticle.dart
Dart
www.github.com/coffeecoder07/news_app/tree/main/lib/UI/Screens/ReadArticle.dart
https://raw.githubusercontent.com/coffeecoder07/news_app/5d6a4cb/lib/UI/Screens/ReadArticle.dart
coffeecoder07/news_app 5d6a4cb lib/UI/Screens/ReadArticle.dart
true
200
4,245
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:news_app/Core/Models/ArticleModel.dart'; import 'package:html/parser.dart' as htmlparser; import 'package:url_launcher/url_launcher.dart'; class ReadArticle extends StatefulWidget { final ArticleModel article; const Re...
6
benson1/cashswap
693ffcb
cashswap/lib/splash_screen.dart
Dart
www.github.com/benson1/cashswap/tree/main/cashswap/lib/splash_screen.dart
https://raw.githubusercontent.com/benson1/cashswap/693ffcb/cashswap/lib/splash_screen.dart
benson1/cashswap 693ffcb cashswap/lib/splash_screen.dart
true
200
332
import 'package:flutter/material.dart'; class SplashScreen extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( backgroundColor: Colors.white, // Change the background color if needed body: Center( child: Image.asset('assets/images/logo.jfif'), ), ...
2
ahmad-dev7/Internship-1
b36a7c4
.history/weather_forecast/lib/services_20240221015839.dart
Dart
www.github.com/ahmad-dev7/Internship-1/tree/main/.history/weather_forecast/lib/services_20240221015839.dart
https://raw.githubusercontent.com/ahmad-dev7/Internship-1/b36a7c4/.history/weather_forecast/lib/services_20240221015839.dart
ahmad-dev7/Internship-1 b36a7c4 .history/weather_forecast/lib/services_20240221015839.dart
true
200
511
import 'package:http/http.dart' as http; getWeather() async { String url = 'https://api.openweathermap.org/data/2.5/weather'; String lat = '19.033'; String lon = '73.0297'; String apiKey = '2a5237306d2ff67f42dd19bdba2d3b3e'; /// Url format :- [url]?lat=[latitude]&lon=[longitude]&appid=[apiKey] var res = ...
3
ksenia-stefanko/flutter_ksenia
e8181bd
lib/main.dart
Dart
www.github.com/ksenia-stefanko/flutter_ksenia/tree/main/lib/main.dart
https://raw.githubusercontent.com/ksenia-stefanko/flutter_ksenia/e8181bd/lib/main.dart
ksenia-stefanko/flutter_ksenia e8181bd lib/main.dart
true
200
3,169
import 'package:flutter/material.dart'; import 'package:connectivity_plus/connectivity_plus.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'screens/login.dart'; import 'screens/register.dart'; import 'screens/profile.dart'; import 'screens/home.dart'; import 'repositories/user_repository_impl.dart'; imp...
5
jason-slatt/serviceSphereClient1
643bead
lib/features/auth/services/auth_servives.dart
Dart
www.github.com/jason-slatt/serviceSphereClient1/tree/main/lib/features/auth/services/auth_servives.dart
https://raw.githubusercontent.com/jason-slatt/serviceSphereClient1/643bead/lib/features/auth/services/auth_servives.dart
jason-slatt/serviceSphereClient1 643bead lib/features/auth/services/auth_servives.dart
true
200
5,817
import 'dart:convert'; import 'package:flutter_easyloading/flutter_easyloading.dart'; import 'package:provider/provider.dart'; import 'package:service_sphere/constant/error_handling.dart'; import 'package:service_sphere/constant/global_variable.dart'; import 'package:service_sphere/constant/utils.dart'; import 'packag...
1
gabrielaborowiak/task-scribe
3b4ee42
lib/screen/login_screen.dart
Dart
www.github.com/gabrielaborowiak/task-scribe/tree/main/lib/screen/login_screen.dart
https://raw.githubusercontent.com/gabrielaborowiak/task-scribe/3b4ee42/lib/screen/login_screen.dart
gabrielaborowiak/task-scribe 3b4ee42 lib/screen/login_screen.dart
true
200
2,194
import 'package:flutter/material.dart'; class LoginScreen extends StatefulWidget { const LoginScreen({Key? key}) : super(key: key); @override _LoginScreenState createState() => _LoginScreenState(); } class _LoginScreenState extends State<LoginScreen> { final TextEditingController emailController = TextEditin...
7
emsNikac/jokes_app_223235
5376057
lib/providers/jokes_provider.dart
Dart
www.github.com/emsNikac/jokes_app_223235/tree/main/lib/providers/jokes_provider.dart
https://raw.githubusercontent.com/emsNikac/jokes_app_223235/5376057/lib/providers/jokes_provider.dart
emsNikac/jokes_app_223235 5376057 lib/providers/jokes_provider.dart
true
200
1,106
import 'package:flutter/material.dart'; import '../services/api_services.dart'; import '../models/joke_model.dart'; class JokesProvider with ChangeNotifier { final ApiService _apiService = ApiService(); List<String>? _cachedCategories; final Map<String, List<Joke>> _cachedCategoryJokes = {}; Joke? _cachedRa...
6
mrmarvelworld/kuda-bank-ui
dad985a
lib/widgets/action_bar.dart
Dart
www.github.com/mrmarvelworld/kuda-bank-ui/tree/main/lib/widgets/action_bar.dart
https://raw.githubusercontent.com/mrmarvelworld/kuda-bank-ui/dad985a/lib/widgets/action_bar.dart
mrmarvelworld/kuda-bank-ui dad985a lib/widgets/action_bar.dart
true
200
1,650
import 'package:flutter/material.dart'; import 'package:kuda_ui/helpers/constraints.dart'; class ActionBar extends StatelessWidget { final Widget widget; final String title; final String subtitle; const ActionBar({ required this.widget, required this.title, required this.subtitle, super.key, ...
4
haozihao/multimodalgen-flutter
de917ed
lib/widget_ui/desk_ui/category_panel/video/text_2_video_process_dialog.dart
Dart
www.github.com/haozihao/multimodalgen-flutter/tree/main/lib/widget_ui/desk_ui/category_panel/video/text_2_video_process_dialog.dart
https://raw.githubusercontent.com/haozihao/multimodalgen-flutter/de917ed/lib/widget_ui/desk_ui/category_panel/video/text_2_video_process_dialog.dart
haozihao/multimodalgen-flutter de917ed lib/widget_ui/desk_ui/category_panel/video/text_2_video_process_dialog.dart
true
200
9,679
import 'dart:async'; import 'dart:convert'; import 'dart:io'; import 'package:flutter/material.dart'; import 'package:logger/logger.dart'; import 'package:motion_toast/motion_toast.dart'; import 'package:path/path.dart' as path; import 'package:pieces_ai/app/api_https/impl/https_ai_config_repository.dart'; import 'pac...
3
scelise/aularma-movil
1a3a65f
lib/src/pages/alarms_page.dart
Dart
www.github.com/scelise/aularma-movil/tree/main/lib/src/pages/alarms_page.dart
https://raw.githubusercontent.com/scelise/aularma-movil/1a3a65f/lib/src/pages/alarms_page.dart
scelise/aularma-movil 1a3a65f lib/src/pages/alarms_page.dart
true
200
1,223
import 'package:flutter/material.dart'; import 'package:intl/intl.dart'; import 'package:provider/provider.dart'; import '../providers/alarm_provider.dart'; import '../utils/responsive_app.dart'; import '../widgets/alarm_widgets/alarm_card.dart'; import '../widgets/general_widgets/empty_state.dart'; class AlarmsP...
2
zahidnayon/todo_list_app
aa0b61c
lib/screens/auth_screen/sign_up_screen.dart
Dart
www.github.com/zahidnayon/todo_list_app/tree/main/lib/screens/auth_screen/sign_up_screen.dart
https://raw.githubusercontent.com/zahidnayon/todo_list_app/aa0b61c/lib/screens/auth_screen/sign_up_screen.dart
zahidnayon/todo_list_app aa0b61c lib/screens/auth_screen/sign_up_screen.dart
true
200
4,175
import 'package:flutter/material.dart'; import 'package:todo_list_app/screens/auth_screen/phone_auth_screen.dart'; import 'package:todo_list_app/screens/auth_screen/sign_in_screen.dart'; import 'package:todo_list_app/widgets/sign_up_widgets/sign_up_button_item.dart'; import 'package:todo_list_app/widgets/sign_up_widget...
5
RitikaGuleria/first_task
d71f7d0
lib/ui/dashboard_screen.dart
Dart
www.github.com/RitikaGuleria/first_task/tree/main/lib/ui/dashboard_screen.dart
https://raw.githubusercontent.com/RitikaGuleria/first_task/d71f7d0/lib/ui/dashboard_screen.dart
RitikaGuleria/first_task d71f7d0 lib/ui/dashboard_screen.dart
true
200
6,018
import 'package:first_task/models/user.dart'; import 'package:first_task/project/routes/app_route_config.dart'; import 'package:first_task/project/routes/app_route_constants.dart'; import 'package:first_task/providers/dashboardList.dart'; import 'package:first_task/providers/search.dart'; import 'package:first_task/ui/...
1
bechir2000/RocketCollab
523f7ff
frontEnd/lib/screens/promodoro.dart
Dart
www.github.com/bechir2000/RocketCollab/tree/main/frontEnd/lib/screens/promodoro.dart
https://raw.githubusercontent.com/bechir2000/RocketCollab/523f7ff/frontEnd/lib/screens/promodoro.dart
bechir2000/RocketCollab 523f7ff frontEnd/lib/screens/promodoro.dart
true
200
3,023
import 'dart:async'; import 'dart:math'; import 'package:flutter/material.dart'; class HomeScreen extends StatefulWidget { const HomeScreen({super.key}); @override State<HomeScreen> createState() => _HomeScreenState(); } class _HomeScreenState extends State<HomeScreen> { int workTime = 25; int breakTime =...
0
AnuragSingh183/Shop-App
c5c2450
lib/main.dart
Dart
www.github.com/AnuragSingh183/Shop-App/tree/main/lib/main.dart
https://raw.githubusercontent.com/AnuragSingh183/Shop-App/c5c2450/lib/main.dart
AnuragSingh183/Shop-App c5c2450 lib/main.dart
true
200
2,422
import 'package:flutter/material.dart'; import 'package:shop_app/providers/auth.dart'; import 'package:shop_app/providers/orders.dart'; import 'package:shop_app/screens/auth_screen.dart'; import 'package:shop_app/screens/cart_screen.dart'; import 'package:shop_app/screens/edit_screen.dart'; import 'package:shop_app/scr...
7
Wesam-Alessa/social-app
d30506f
lib/widgets/full_screen_widgets/full_screen_video.dart
Dart
www.github.com/Wesam-Alessa/social-app/tree/main/lib/widgets/full_screen_widgets/full_screen_video.dart
https://raw.githubusercontent.com/Wesam-Alessa/social-app/d30506f/lib/widgets/full_screen_widgets/full_screen_video.dart
Wesam-Alessa/social-app d30506f lib/widgets/full_screen_widgets/full_screen_video.dart
true
200
4,162
import 'dart:io'; import 'package:chat/widgets/video_picker_and_player/video_player.dart'; import 'package:dio/dio.dart'; import 'package:flutter/material.dart'; import 'package:image_gallery_saver/image_gallery_saver.dart'; import 'package:path_provider/path_provider.dart'; import 'package:permission_handler/permissi...
6
RamzanCh056/vab_tag
c03529a
lib/screens/Events_screen/events-screen.dart
Dart
www.github.com/RamzanCh056/vab_tag/tree/main/lib/screens/Events_screen/events-screen.dart
https://raw.githubusercontent.com/RamzanCh056/vab_tag/c03529a/lib/screens/Events_screen/events-screen.dart
RamzanCh056/vab_tag c03529a lib/screens/Events_screen/events-screen.dart
true
200
2,589
import 'package:flutter/material.dart'; import 'browse_event.dart'; import 'create_event.dart'; class Events extends StatelessWidget { const Events({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return DefaultTabController( length: 4, child: Scaffold( back...
4
Danis96/cmt_widgets
092b2e9
lib/app/My_app.dart
Dart
www.github.com/Danis96/cmt_widgets/tree/main/lib/app/My_app.dart
https://raw.githubusercontent.com/Danis96/cmt_widgets/092b2e9/lib/app/My_app.dart
Danis96/cmt_widgets 092b2e9 lib/app/My_app.dart
true
200
1,279
import 'package:cmt/app/locator.dart'; import 'package:cmt/app/stores/widget_store.dart'; import 'package:cmt/app/view/home_page/home_page.dart'; import 'package:flutter/material.dart'; import 'package:flutter_mobx/flutter_mobx.dart'; import '../routing/route_generator.dart'; import '../theme/custom_light_theme.dart';...
3
tejuslemonnn/tv_series_dicoding
6b27d05
test/presentation/bloc/movie_detail/movie_detail_bloc_test.dart
Dart
www.github.com/tejuslemonnn/tv_series_dicoding/tree/main/test/presentation/bloc/movie_detail/movie_detail_bloc_test.dart
https://raw.githubusercontent.com/tejuslemonnn/tv_series_dicoding/6b27d05/test/presentation/bloc/movie_detail/movie_detail_bloc_test.dart
tejuslemonnn/tv_series_dicoding 6b27d05 test/presentation/bloc/movie_detail/movie_detail_bloc_test.dart
true
200
4,621
import 'package:bloc_test/bloc_test.dart'; import 'package:dartz/dartz.dart'; import 'package:tv_series_dicoding/common/failure.dart'; import 'package:tv_series_dicoding/domain/entities/genre.dart'; import 'package:tv_series_dicoding/domain/entities/movie.dart'; import 'package:tv_series_dicoding/domain/entities/movie_...
2
raguraman6066/flutter_getx_complete
f249c12
lib/06_themes/themes_view.dart
Dart
www.github.com/raguraman6066/flutter_getx_complete/tree/main/lib/06_themes/themes_view.dart
https://raw.githubusercontent.com/raguraman6066/flutter_getx_complete/f249c12/lib/06_themes/themes_view.dart
raguraman6066/flutter_getx_complete f249c12 lib/06_themes/themes_view.dart
true
200
1,182
import 'package:flutter/material.dart'; import 'package:flutter_getx_complete/06_themes/themes_controller.dart'; import 'package:get/get.dart'; class ThemeExample extends StatelessWidget { ThemeExample({super.key}); final controller = Get.put(ThemeController()); @override Widget build(BuildContext context) { ...
0
shahhetvi007/walpy
0e4e9b6
lib/main.dart
Dart
www.github.com/shahhetvi007/walpy/tree/main/lib/main.dart
https://raw.githubusercontent.com/shahhetvi007/walpy/0e4e9b6/lib/main.dart
shahhetvi007/walpy 0e4e9b6 lib/main.dart
true
200
4,776
import 'package:firebase_core/firebase_core.dart'; import 'package:flutter/material.dart'; import 'package:work_manager_demo/helper/auth_helper.dart'; import 'package:work_manager_demo/helper/prefs_utils.dart'; import 'package:work_manager_demo/helper/wallpaper_Setting.dart'; import 'package:work_manager_demo/res/color...
1
ijlal152/Firebase-Flutter-Bloc
8cbaede
add_and_retrieve_data/lib/Models/product_model.dart
Dart
www.github.com/ijlal152/Firebase-Flutter-Bloc/tree/main/add_and_retrieve_data/lib/Models/product_model.dart
https://raw.githubusercontent.com/ijlal152/Firebase-Flutter-Bloc/8cbaede/add_and_retrieve_data/lib/Models/product_model.dart
ijlal152/Firebase-Flutter-Bloc 8cbaede add_and_retrieve_data/lib/Models/product_model.dart
true
200
279
class ProductModel{ final String name; final String price; ProductModel({required this.name, required this.price}); factory ProductModel.fromJson(Map<String, dynamic> json){ return ProductModel( name: json['name'], price: json['price'], ); } }
7
OMAR-DIB/testo_ecr_pos
093e51b
lib/setup/setup_screen.dart
Dart
www.github.com/OMAR-DIB/testo_ecr_pos/tree/main/lib/setup/setup_screen.dart
https://raw.githubusercontent.com/OMAR-DIB/testo_ecr_pos/093e51b/lib/setup/setup_screen.dart
OMAR-DIB/testo_ecr_pos 093e51b lib/setup/setup_screen.dart
true
200
2,955
// import 'package:base_pos/screens/second_screen.dart'; // import 'package:base_pos/setup/setup_controller.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:testooo/setup/setup_controller.dart'; class SetupScreen extends StatelessWidget { const SetupScreen({supe...
6
ahmedhamdi11/secure_shield
f5b9dd1
lib/Features/splash/presentation/widgets/app_logo.dart
Dart
www.github.com/ahmedhamdi11/secure_shield/tree/main/lib/Features/splash/presentation/widgets/app_logo.dart
https://raw.githubusercontent.com/ahmedhamdi11/secure_shield/f5b9dd1/lib/Features/splash/presentation/widgets/app_logo.dart
ahmedhamdi11/secure_shield f5b9dd1 lib/Features/splash/presentation/widgets/app_logo.dart
true
200
608
import 'package:flutter/material.dart'; import 'package:flutter_animate/flutter_animate.dart'; import 'package:flutter_svg/svg.dart'; class AppLogo extends StatelessWidget { const AppLogo({ super.key, }); @override Widget build(BuildContext context) { return Align( alignment: const Alignment(0, ...
5
hoangankin2211/lettutor
c2dc561
lib/data/entities/schedule/history_feedback_entity.dart
Dart
www.github.com/hoangankin2211/lettutor/tree/main/lib/data/entities/schedule/history_feedback_entity.dart
https://raw.githubusercontent.com/hoangankin2211/lettutor/c2dc561/lib/data/entities/schedule/history_feedback_entity.dart
hoangankin2211/lettutor c2dc561 lib/data/entities/schedule/history_feedback_entity.dart
true
200
1,312
class HistoryFeedbackEntity { final String id; final String bookingId; final String firstId; final String secondId; final int rating; final String content; final DateTime createdAt; final DateTime updatedAt; HistoryFeedbackEntity({ required this.id, required this.bookingId, required this.f...
3
Jahn08/language_cards
4f7a4a5
lib/src/screens/card_list_screen.dart
Dart
www.github.com/Jahn08/language_cards/tree/main/lib/src/screens/card_list_screen.dart
https://raw.githubusercontent.com/Jahn08/language_cards/4f7a4a5/lib/src/screens/card_list_screen.dart
Jahn08/language_cards 4f7a4a5 lib/src/screens/card_list_screen.dart
true
200
6,766
import 'package:flutter/material.dart' hide Router; import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import '../data/pack_storage.dart'; import '../data/word_storage.dart'; import '../dialogs/confirm_dialog.dart'; import './list_screen.dart'; import '../models/language.dart'; import '../models/word_study_s...
4
lwinch2006/FlutterAndDartCookbook
a5dabbd
chapter9/lib/pages/home/widgets/samplecontainer.dart
Dart
www.github.com/lwinch2006/FlutterAndDartCookbook/tree/main/chapter9/lib/pages/home/widgets/samplecontainer.dart
https://raw.githubusercontent.com/lwinch2006/FlutterAndDartCookbook/a5dabbd/chapter9/lib/pages/home/widgets/samplecontainer.dart
lwinch2006/FlutterAndDartCookbook a5dabbd chapter9/lib/pages/home/widgets/samplecontainer.dart
true
200
421
import 'package:flutter/material.dart'; class SampleContainer extends StatelessWidget { const SampleContainer({super.key}); @override Widget build(BuildContext context) { return Container( alignment: Alignment.center, width: 200, height: 200, color: Colors.red[300], child: Cont...
2
Nadimpg/fitnes_app
bfba44c
lib/view/widgets/buttons/bottom_nav_button.dart
Dart
www.github.com/Nadimpg/fitnes_app/tree/main/lib/view/widgets/buttons/bottom_nav_button.dart
https://raw.githubusercontent.com/Nadimpg/fitnes_app/bfba44c/lib/view/widgets/buttons/bottom_nav_button.dart
Nadimpg/fitnes_app bfba44c lib/view/widgets/buttons/bottom_nav_button.dart
true
200
1,690
import 'package:fitness/core/app_routes/app_routes.dart'; import 'package:fitness/view/widgets/text/custom_text.dart'; import 'package:flutter/material.dart'; import 'package:get/route_manager.dart'; class BottomNavButton extends StatefulWidget { final String buttonText; final VoidCallback onTap; const BottomNav...
0
BartekDadas/weather_app
64d8dff
lib/models/city_suggestion.dart
Dart
www.github.com/BartekDadas/weather_app/tree/main/lib/models/city_suggestion.dart
https://raw.githubusercontent.com/BartekDadas/weather_app/64d8dff/lib/models/city_suggestion.dart
BartekDadas/weather_app 64d8dff lib/models/city_suggestion.dart
true
200
593
import 'package:freezed_annotation/freezed_annotation.dart'; import 'package:json_annotation/json_annotation.dart'; part 'city_suggestion.freezed.dart'; part 'city_suggestion.g.dart'; @freezed class CitySuggestion with _$CitySuggestion { const factory CitySuggestion({ required String name, @JsonKey(name: 'l...
7
cassianolucas/dart_week
5de7fd3
vakinha_burguer/lib/app/pages/order/order_completed_page.dart
Dart
www.github.com/cassianolucas/dart_week/tree/main/vakinha_burguer/lib/app/pages/order/order_completed_page.dart
https://raw.githubusercontent.com/cassianolucas/dart_week/5de7fd3/vakinha_burguer/lib/app/pages/order/order_completed_page.dart
cassianolucas/dart_week 5de7fd3 vakinha_burguer/lib/app/pages/order/order_completed_page.dart
true
200
1,305
import 'package:flutter/material.dart'; import 'package:vakinha_delivery/app/core/ui/styles/text_style.dart'; import 'package:vakinha_delivery/app/core/ui/widgets/delivery_button.dart'; class OrderCompletedPage extends StatelessWidget { const OrderCompletedPage({super.key}); @override Widget build(BuildContext ...
1
entriphy/dart_itaku_api
0d8b746
lib/src/models/section.dart
Dart
www.github.com/entriphy/dart_itaku_api/tree/main/lib/src/models/section.dart
https://raw.githubusercontent.com/entriphy/dart_itaku_api/0d8b746/lib/src/models/section.dart
entriphy/dart_itaku_api 0d8b746 lib/src/models/section.dart
true
200
882
import 'package:json_annotation/json_annotation.dart'; part 'section.g.dart'; @JsonSerializable() class ItakuSection { final ItakuSectionGroup? group; final int id; final int numImages; final String title; ItakuSection({ this.group, required this.id, required this.numImages, required this.t...
6
SuperTyrael/Cinema-ticket-Demo
ec87b1b
Application/lib/screens/forget/forget_pin.dart
Dart
www.github.com/SuperTyrael/Cinema-ticket-Demo/tree/main/Application/lib/screens/forget/forget_pin.dart
https://raw.githubusercontent.com/SuperTyrael/Cinema-ticket-Demo/ec87b1b/Application/lib/screens/forget/forget_pin.dart
SuperTyrael/Cinema-ticket-Demo ec87b1b Application/lib/screens/forget/forget_pin.dart
true
200
2,153
import 'package:cinema_tickets/constants.dart'; import 'package:cinema_tickets/screens/forget/forget_success.dart'; import 'package:cinema_tickets/screens/sign_up/sign_up_success.dart'; import 'package:flutter/material.dart'; import 'package:pinput/pin_put/pin_put.dart'; class ForgetPin extends StatefulWidget { @ove...
4
Faizanabid176/Money-Arena-Game
c39b29b
lib/main.dart
Dart
www.github.com/Faizanabid176/Money-Arena-Game/tree/main/lib/main.dart
https://raw.githubusercontent.com/Faizanabid176/Money-Arena-Game/c39b29b/lib/main.dart
Faizanabid176/Money-Arena-Game c39b29b lib/main.dart
true
200
6,343
// ignore_for_file: avoid_print import 'package:device_preview/device_preview.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:firebase_messaging/firebase_messaging.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; ...
3
sign23779/workerapp
242f478
lib/common/snackbar.dart
Dart
www.github.com/sign23779/workerapp/tree/main/lib/common/snackbar.dart
https://raw.githubusercontent.com/sign23779/workerapp/242f478/lib/common/snackbar.dart
sign23779/workerapp 242f478 lib/common/snackbar.dart
true
200
654
import 'package:flutter/material.dart'; class Utils { final messengerKey = GlobalKey<ScaffoldMessengerState>(); static showSnackBar( {String? text, Color color = Colors.white, required context}) { if (text == null) return; final snackBar = SnackBar( duration: const Duration(seconds: 2...
5
kemuelmendes/vakinha_burguer
5d8000c
lib/app/core/rest_client/custom_dio.dart
Dart
www.github.com/kemuelmendes/vakinha_burguer/tree/main/lib/app/core/rest_client/custom_dio.dart
https://raw.githubusercontent.com/kemuelmendes/vakinha_burguer/5d8000c/lib/app/core/rest_client/custom_dio.dart
kemuelmendes/vakinha_burguer 5d8000c lib/app/core/rest_client/custom_dio.dart
true
200
630
import 'package:delivery_app/app/core/config/env/env.dart'; import 'package:dio/dio.dart'; import 'package:dio/io.dart'; class CustomDio extends DioForNative { CustomDio() : super(BaseOptions( baseUrl: Env.i['backend_base_url'] ?? '', connectTimeout: const Duration(milliseconds: 5000), ...
2
ezBadminton/ezBadmintonAdmin
14d230c
lib/widgets/speech_bubble/speech_bubble.dart
Dart
www.github.com/ezBadminton/ezBadmintonAdmin/tree/main/lib/widgets/speech_bubble/speech_bubble.dart
https://raw.githubusercontent.com/ezBadminton/ezBadmintonAdmin/14d230c/lib/widgets/speech_bubble/speech_bubble.dart
ezBadminton/ezBadmintonAdmin 14d230c lib/widgets/speech_bubble/speech_bubble.dart
true
200
1,374
import 'package:flutter/material.dart'; class SpeechBubble extends StatelessWidget { const SpeechBubble({ super.key, required this.child, }); final Widget child; @override Widget build(BuildContext context) { return Row( mainAxisSize: MainAxisSize.min, children: [ const Size...
7
enviel97/EducationHelperFE
9228d08
lib/views/widgets/button/custom_go_back.dart
Dart
www.github.com/enviel97/EducationHelperFE/tree/main/lib/views/widgets/button/custom_go_back.dart
https://raw.githubusercontent.com/enviel97/EducationHelperFE/9228d08/lib/views/widgets/button/custom_go_back.dart
enviel97/EducationHelperFE 9228d08 lib/views/widgets/button/custom_go_back.dart
true
200
718
import 'package:flutter/material.dart'; class KGoBack<T> extends StatelessWidget { final Function()? preGoBack; final T? result; final Color? color; const KGoBack({ Key? key, this.preGoBack, this.result, this.color, }) : super(key: key); @override Widget build(BuildContext context) { ...
1
Arrikk/Game-Store
d461aaf
lib/screens/home/widgets/header.dart
Dart
www.github.com/Arrikk/Game-Store/tree/main/lib/screens/home/widgets/header.dart
https://raw.githubusercontent.com/Arrikk/Game-Store/d461aaf/lib/screens/home/widgets/header.dart
Arrikk/Game-Store d461aaf lib/screens/home/widgets/header.dart
true
200
1,129
import 'package:flutter/material.dart'; class Header extends StatelessWidget { const Header({super.key}); @override Widget build(BuildContext context) { return Container( padding: EdgeInsets.only( top: MediaQuery.of(context).padding.top, right: 25, left: 25,), child...
4
lookman1/pekato
15365f2
lib/pages/role/administator/petugas/fitur/notifikasi_petugas.dart
Dart
www.github.com/lookman1/pekato/tree/main/lib/pages/role/administator/petugas/fitur/notifikasi_petugas.dart
https://raw.githubusercontent.com/lookman1/pekato/15365f2/lib/pages/role/administator/petugas/fitur/notifikasi_petugas.dart
lookman1/pekato 15365f2 lib/pages/role/administator/petugas/fitur/notifikasi_petugas.dart
true
200
439
import 'package:flutter/src/widgets/framework.dart'; import 'package:flutter/src/widgets/placeholder.dart'; class NotifikasiPetugas extends StatefulWidget { const NotifikasiPetugas({super.key}); @override State<NotifikasiPetugas> createState() => _NotifikasiPetugasState(); } class _NotifikasiPetugasState exten...
6
yeabkiya/VirtualAquariumApp
72189e3
lib/database_helper.dart
Dart
www.github.com/yeabkiya/VirtualAquariumApp/tree/main/lib/database_helper.dart
https://raw.githubusercontent.com/yeabkiya/VirtualAquariumApp/72189e3/lib/database_helper.dart
yeabkiya/VirtualAquariumApp 72189e3 lib/database_helper.dart
true
200
1,632
import 'package:path/path.dart'; import 'package:sqflite/sqflite.dart'; class DatabaseHelper { static final DatabaseHelper _instance = DatabaseHelper._(); static Database? _database; DatabaseHelper._(); factory DatabaseHelper() => _instance; Future<Database> get database async { if (_database != null)...
3
javiercubas/HintMe
09f87ab
lib/screens/SignUp/create_user.dart
Dart
www.github.com/javiercubas/HintMe/tree/main/lib/screens/SignUp/create_user.dart
https://raw.githubusercontent.com/javiercubas/HintMe/09f87ab/lib/screens/SignUp/create_user.dart
javiercubas/HintMe 09f87ab lib/screens/SignUp/create_user.dart
true
200
4,210
import 'package:HintMe/components/avatar.dart'; import 'package:HintMe/components/button_function.dart'; import 'package:HintMe/components/input_form.dart'; import 'package:HintMe/components/logo.dart'; import 'package:HintMe/screens/home.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:fir...
5
Phoenix-5654/2023-scouting-system-public
2952073
scouting_app/lib/widgets/counterWidget.dart
Dart
www.github.com/Phoenix-5654/2023-scouting-system-public/tree/main/scouting_app/lib/widgets/counterWidget.dart
https://raw.githubusercontent.com/Phoenix-5654/2023-scouting-system-public/2952073/scouting_app/lib/widgets/counterWidget.dart
Phoenix-5654/2023-scouting-system-public 2952073 scouting_app/lib/widgets/counterWidget.dart
true
200
2,502
import 'package:flutter/material.dart'; class CounterView extends StatefulWidget { final int initNumber; final Function(int) counterCallback; final Function increaseCallback; final Function decreaseCallback; final int minNumber; CounterView( {super.key, required this.initNumber, required ...
2
Chelimo5211/route_planner-
b013854
trip_provider.dart
Dart
www.github.com/Chelimo5211/route_planner-/tree/main/trip_provider.dart
https://raw.githubusercontent.com/Chelimo5211/route_planner-/b013854/trip_provider.dart
Chelimo5211/route_planner- b013854 trip_provider.dart
true
200
3,676
import 'package:flutter/material.dart'; import 'package:hive/hive.dart'; import 'dart:math'; class TripProvider with ChangeNotifier { String _start = ''; String _end = ''; List<String> _stops = []; String get start => _start; String get end => _end; List<String> get stops => _stops; void s...
0
poojasanpurple/ascology_app
d15632f
lib/screens/astrologer_desc_page.dart
Dart
www.github.com/poojasanpurple/ascology_app/tree/main/lib/screens/astrologer_desc_page.dart
https://raw.githubusercontent.com/poojasanpurple/ascology_app/d15632f/lib/screens/astrologer_desc_page.dart
poojasanpurple/ascology_app d15632f lib/screens/astrologer_desc_page.dart
true
200
59,579
import 'dart:async'; import 'dart:convert'; import 'package:ascology_app/model/LoginApiClient.dart'; import 'package:ascology_app/model/request/agent_follow_request.dart'; import 'package:ascology_app/model/request/agent_request_model.dart'; import 'package:ascology_app/model/request/astro_request.dart'; import 'packa...
7
shafiul-haque-johny/SecureStorageDataPersistance
52b24a7
lib/widget/title_widget.dart
Dart
www.github.com/shafiul-haque-johny/SecureStorageDataPersistance/tree/main/lib/widget/title_widget.dart
https://raw.githubusercontent.com/shafiul-haque-johny/SecureStorageDataPersistance/52b24a7/lib/widget/title_widget.dart
shafiul-haque-johny/SecureStorageDataPersistance 52b24a7 lib/widget/title_widget.dart
true
200
720
import 'package:flutter/material.dart'; class TitleWidget extends StatelessWidget { final IconData icon; final String text; const TitleWidget({Key? key, required this.icon, required this.text}) : super(key: key); @override Widget build(BuildContext context) => Column( children: [ Ic...
1
MuhanadIbrahim/amazonApp
ce41114
lib/screans/models/payment_screan.dart
Dart
www.github.com/MuhanadIbrahim/amazonApp/tree/main/lib/screans/models/payment_screan.dart
https://raw.githubusercontent.com/MuhanadIbrahim/amazonApp/ce41114/lib/screans/models/payment_screan.dart
MuhanadIbrahim/amazonApp ce41114 lib/screans/models/payment_screan.dart
true
200
2,684
import 'package:flutter/material.dart'; import '../../const.dart'; import '../../custom_widget/Custom_receipt.dart'; import '../../custom_widget/custom_list_builder_payment_product.dart'; import '../../custom_widget/custom_paid_app_bar.dart'; import '../../custom_widget/custom_shipping_adrdess.dart'; class PaymentScre...
4
782001/quran
0303c1b
lib/presination/pray_time_presentation/views/widgets/timer_count_widget.dart
Dart
www.github.com/782001/quran/tree/main/lib/presination/pray_time_presentation/views/widgets/timer_count_widget.dart
https://raw.githubusercontent.com/782001/quran/0303c1b/lib/presination/pray_time_presentation/views/widgets/timer_count_widget.dart
782001/quran 0303c1b lib/presination/pray_time_presentation/views/widgets/timer_count_widget.dart
true
200
7,395
import 'dart:async'; import 'package:adhan/adhan.dart'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:quran_v2/core/responsive/screen_util.dart'; import 'package:quran_v2/core/utils/app_theme_colors.dart'; import 'package:quran_v2/core/utils/assets_path.dart';...
6
muhamadrizqiabdillah/flutterMoodTrackerAPB
7deae85
lib/main.dart
Dart
www.github.com/muhamadrizqiabdillah/flutterMoodTrackerAPB/tree/main/lib/main.dart
https://raw.githubusercontent.com/muhamadrizqiabdillah/flutterMoodTrackerAPB/7deae85/lib/main.dart
muhamadrizqiabdillah/flutterMoodTrackerAPB 7deae85 lib/main.dart
true
200
2,013
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:get/get.dart'; import 'View/registerView.dart'; import 'package:tubes_clo2_kelompok4/firebase_options.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:tubes_clo2_kelompok4/View/Control.dart'; import ...
3
vladimir-hodaryonok-idf/StarMovie
9846726
lib/flavor_configurator/flavor_configurator.dart
Dart
www.github.com/vladimir-hodaryonok-idf/StarMovie/tree/main/lib/flavor_configurator/flavor_configurator.dart
https://raw.githubusercontent.com/vladimir-hodaryonok-idf/StarMovie/9846726/lib/flavor_configurator/flavor_configurator.dart
vladimir-hodaryonok-idf/StarMovie 9846726 lib/flavor_configurator/flavor_configurator.dart
true
200
1,050
import 'dart:convert'; import 'package:data/data.dart'; import 'package:flutter/services.dart'; import 'package:presentation/presentation.dart'; enum Flavor { prod, sandBox } class FlavorConfigurator { final Flavor flavor; const FlavorConfigurator({required this.flavor}); Future<Map<String, dynamic>> _readJso...
5
nealsotes/abangiv2
eaaed9c
abangi_frontend/lib/server_stub.dart
Dart
www.github.com/nealsotes/abangiv2/tree/main/abangi_frontend/lib/server_stub.dart
https://raw.githubusercontent.com/nealsotes/abangiv2/eaaed9c/abangi_frontend/lib/server_stub.dart
nealsotes/abangiv2 eaaed9c abangi_frontend/lib/server_stub.dart
true
200
955
import 'dart:convert'; import 'dart:io'; import 'package:dio/dio.dart'; import 'constants.dart'; class Server { Future<String> createCheckout() async { final auth = 'Basic ${base64Encode(utf8.encode('$secretKey:'))}'; final body = { 'payment_method_types': ['card'], 'line_items': [ { ...
2
MhmmdAkcby/app_ui
b034169
lib/product/small_cards.dart
Dart
www.github.com/MhmmdAkcby/app_ui/tree/main/lib/product/small_cards.dart
https://raw.githubusercontent.com/MhmmdAkcby/app_ui/b034169/lib/product/small_cards.dart
MhmmdAkcby/app_ui b034169 lib/product/small_cards.dart
true
200
2,399
import 'package:app_ui/model/photo_model.dart'; import 'package:app_ui/package/loading_bar.dart'; import 'package:app_ui/services/photo_services.dart'; import 'package:flutter/material.dart'; class SmallCards extends StatefulWidget { const SmallCards({super.key}); @override State<SmallCards> createState() => Sm...
7
JYKIM317/youdio
221fa96
lib/presentation/search/search_screen_widget.dart
Dart
www.github.com/JYKIM317/youdio/tree/main/lib/presentation/search/search_screen_widget.dart
https://raw.githubusercontent.com/JYKIM317/youdio/221fa96/lib/presentation/search/search_screen_widget.dart
JYKIM317/youdio 221fa96 lib/presentation/search/search_screen_widget.dart
true
200
5,623
import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:font_awesome_flutter/font_awesome_flutter.dart'; import 'package:go_router/go_router.dart'; import 'package:youdio/presentation/snackbar.dart'; import 'package:youdio/provider/search_provider.dart'; class S...
4
kamalnurmahendra/projectuas
3b5ec8c
lib/profile_page.dart
Dart
www.github.com/kamalnurmahendra/projectuas/tree/main/lib/profile_page.dart
https://raw.githubusercontent.com/kamalnurmahendra/projectuas/3b5ec8c/lib/profile_page.dart
kamalnurmahendra/projectuas 3b5ec8c lib/profile_page.dart
true
200
4,573
import 'package:flutter/material.dart'; class ProfilePage extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text('Profil Pengguna'), actions: [ IconButton( icon: Icon(Icons.edit), onPressed: (...
1
abe16s/UGR-6499-14-LAB-Exercises
a815037
State_Management/bloc_todos/lib/todo_bloc.dart
Dart
www.github.com/abe16s/UGR-6499-14-LAB-Exercises/tree/main/State_Management/bloc_todos/lib/todo_bloc.dart
https://raw.githubusercontent.com/abe16s/UGR-6499-14-LAB-Exercises/a815037/State_Management/bloc_todos/lib/todo_bloc.dart
abe16s/UGR-6499-14-LAB-Exercises a815037 State_Management/bloc_todos/lib/todo_bloc.dart
true
200
936
import 'dart:convert'; import 'package:bloc_posts/todo_events.dart'; import 'package:bloc_posts/todo_model.dart'; import 'package:bloc_posts/todo_state.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:http/http.dart' as http; class TodosBloc extends Bloc<TodosEvent, TodosState> { TodosBloc() :...
6
OksanaMykytyn/flutter_empat_school
e8f7785
task_8_nested_navigation/lib/routes/app_navigation.dart
Dart
www.github.com/OksanaMykytyn/flutter_empat_school/tree/main/task_8_nested_navigation/lib/routes/app_navigation.dart
https://raw.githubusercontent.com/OksanaMykytyn/flutter_empat_school/e8f7785/task_8_nested_navigation/lib/routes/app_navigation.dart
OksanaMykytyn/flutter_empat_school e8f7785 task_8_nested_navigation/lib/routes/app_navigation.dart
true
200
3,732
import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; import 'package:task_6/pages/discount_page.dart'; import 'package:task_6/pages/gift_page.dart'; import 'package:task_6/pages/home_page.dart'; import 'package:task_6/pages/list_comments.dart'; import 'package:task_6/pages/product_page.dar...
5
flet-dev/flet
e3f4d16
packages/flet/lib/src/controls/selection_area.dart
Dart
www.github.com/flet-dev/flet/tree/main/packages/flet/lib/src/controls/selection_area.dart
https://raw.githubusercontent.com/flet-dev/flet/e3f4d16/packages/flet/lib/src/controls/selection_area.dart
flet-dev/flet e3f4d16 packages/flet/lib/src/controls/selection_area.dart
true
200
1,443
import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import '../flet_control_backend.dart'; import '../models/control.dart'; import 'create_control.dart'; import 'error.dart'; class SelectionAreaControl extends StatelessWidget { final Control? parent; final Control control; final Lis...
3
MubashirMunir/covid_19
a05c49f
lib/modules/dataModule.dart
Dart
www.github.com/MubashirMunir/covid_19/tree/main/lib/modules/dataModule.dart
https://raw.githubusercontent.com/MubashirMunir/covid_19/a05c49f/lib/modules/dataModule.dart
MubashirMunir/covid_19 a05c49f lib/modules/dataModule.dart
true
200
905
class module{ static List<Item> items= [ Item(name: "Charterux", desc: "Chartreux cats have been known to be compared to mimes due to how quiet they can be along with their silliness at times. Short playtimes intermitted with naps and meals is the perfect day for a Chartreux", image:"https://bes...
2
GilangFG/PraktikumAndroid-main
da6730a
pertemuan03/flutter_application_1/lib/studikasus03.dart
Dart
www.github.com/GilangFG/PraktikumAndroid-main/tree/main/pertemuan03/flutter_application_1/lib/studikasus03.dart
https://raw.githubusercontent.com/GilangFG/PraktikumAndroid-main/da6730a/pertemuan03/flutter_application_1/lib/studikasus03.dart
GilangFG/PraktikumAndroid-main da6730a pertemuan03/flutter_application_1/lib/studikasus03.dart
true
200
4,150
import 'package:flutter/material.dart'; class Studikasus03 extends StatefulWidget { const Studikasus03({super.key}); @override State<Studikasus03> createState() => _Studikasus03State(); } class _Studikasus03State extends State<Studikasus03> { String? pilihan; String url = ''; final List<String> Lemari = ...
1
sleepygloa/com.comfunny.flutter.instargramclone
773dcf7
lib/src/pages/instargram/home.dart
Dart
www.github.com/sleepygloa/com.comfunny.flutter.instargramclone/tree/main/lib/src/pages/instargram/home.dart
https://raw.githubusercontent.com/sleepygloa/com.comfunny.flutter.instargramclone/773dcf7/lib/src/pages/instargram/home.dart
sleepygloa/com.comfunny.flutter.instargramclone 773dcf7 lib/src/pages/instargram/home.dart
true
200
3,714
import 'package:flutter/material.dart'; import 'package:flutter_clone_instagram/src/components/avatar_widget.dart'; import 'package:flutter_clone_instagram/src/components/image_data.dart'; import 'package:flutter_clone_instagram/src/pages/instargram/controller/inatargram_data_controller.dart'; import 'package:flutter_c...
0
marvanvp/first_project
3b9bc09
bin/customexception.dart
Dart
www.github.com/marvanvp/first_project/tree/main/bin/customexception.dart
https://raw.githubusercontent.com/marvanvp/first_project/3b9bc09/bin/customexception.dart
marvanvp/first_project 3b9bc09 bin/customexception.dart
true
200
840
import 'dart:io'; class Lath implements Exception { String? msg; Lath([this.msg]); String mymsg() { return 'exception occured $msg'; } } void checkuse(String username) { print('Hi user'); if (username != 'lathery') { throw Lath('invalid username'); } else { print('valid username'); } } ...
7
cesarfreitax/alerta_criminal
c13dff6
lib/core/providers/location_notifier.dart
Dart
www.github.com/cesarfreitax/alerta_criminal/tree/main/lib/core/providers/location_notifier.dart
https://raw.githubusercontent.com/cesarfreitax/alerta_criminal/c13dff6/lib/core/providers/location_notifier.dart
cesarfreitax/alerta_criminal c13dff6 lib/core/providers/location_notifier.dart
true
200
886
import 'package:alerta_criminal/core/di/dependency_injection.dart'; import 'package:alerta_criminal/core/util/log_util.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; class LocationNotifier extends StateNotifier<LatLng?> { LocationNotifie...
4
JayakrishnaKS/flutteradvanced
a25ea70
lib/storages/sqflitee/login_and _registration/sqflite_functions.dart
Dart
www.github.com/JayakrishnaKS/flutteradvanced/tree/main/lib/storages/sqflitee/login_and _registration/sqflite_functions.dart
https://raw.githubusercontent.com/JayakrishnaKS/flutteradvanced/a25ea70/lib/storages/sqflitee/login_and%20_registration/sqflite_functions.dart
JayakrishnaKS/flutteradvanced a25ea70 lib/storages/sqflitee/login_and _registration/sqflite_functions.dart
true
200
2,077
import 'package:sqflite/sqflite.dart' as sql; class SQL_Functions { static Future<sql.Database> openOrCreateDb() async { return sql.openDatabase('users', version: 1, onCreate: (sql.Database db, int version) async { await createTable(db); }); } static Future<void> createTable(sql.Database d...
3
abwmcoders/Cubex-assessment
09b591d
lib/src/features/auth/auth_services/auth_services.dart
Dart
www.github.com/abwmcoders/Cubex-assessment/tree/main/lib/src/features/auth/auth_services/auth_services.dart
https://raw.githubusercontent.com/abwmcoders/Cubex-assessment/09b591d/lib/src/features/auth/auth_services/auth_services.dart
abwmcoders/Cubex-assessment 09b591d lib/src/features/auth/auth_services/auth_services.dart
true
200
850
import 'dart:io'; import 'package:cubex_assessment/src/core/resources/constants.dart'; import 'package:flutter/foundation.dart'; import '../../../core/services/services.dart'; import 'user.dart'; class AuthServices extends BaseServices { // register user Future registerUser(UserObJect user) async { var body ...
6
Mobiledev1985/SB-Mobile
ac78be0
lib/core/config/server_config.dart
Dart
www.github.com/Mobiledev1985/SB-Mobile/tree/main/lib/core/config/server_config.dart
https://raw.githubusercontent.com/Mobiledev1985/SB-Mobile/ac78be0/lib/core/config/server_config.dart
Mobiledev1985/SB-Mobile ac78be0 lib/core/config/server_config.dart
true
200
11,590
import 'dart:io'; import 'package:cookie_jar/cookie_jar.dart'; import 'package:device_info_plus/device_info_plus.dart'; import 'package:dio/dio.dart'; import 'package:dio_cookie_manager/dio_cookie_manager.dart'; import 'package:firebase_messaging/firebase_messaging.dart'; import 'package:flutter/material.dart'; import...
5
Jbernardiss/cotil2024
4e6eddb
DDM/05.10/flutter_application_albums/lib/track.dart
Dart
www.github.com/Jbernardiss/cotil2024/tree/main/DDM/05.10/flutter_application_albums/lib/track.dart
https://raw.githubusercontent.com/Jbernardiss/cotil2024/4e6eddb/DDM/05.10/flutter_application_albums/lib/track.dart
Jbernardiss/cotil2024 4e6eddb DDM/05.10/flutter_application_albums/lib/track.dart
true
200
304
// ignore_for_file: unnecessary_this class Track { String _title = ""; String _length = ""; Track(this._title, this._length); String get title => this._title; set title(String value) => this._title = value; get length => this._length; set length( value) => this._length = value; }
2
TranPhuocTin/cdio_project
7eb0187
lib/view/singup.dart
Dart
www.github.com/TranPhuocTin/cdio_project/tree/main/lib/view/singup.dart
https://raw.githubusercontent.com/TranPhuocTin/cdio_project/7eb0187/lib/view/singup.dart
TranPhuocTin/cdio_project 7eb0187 lib/view/singup.dart
true
200
355
import 'package:flutter/material.dart'; class SignUp extends StatelessWidget { const SignUp({super.key}); @override Widget build(BuildContext context) { return Scaffold( body: Container( height: MediaQuery.of(context).size.height *0.7, width: double.infinity, color: Colors.ligh...
1
UtsavShrestha101/utsav_priority_soft
1097b00
lib/core/models/product.dart
Dart
www.github.com/UtsavShrestha101/utsav_priority_soft/tree/main/lib/core/models/product.dart
https://raw.githubusercontent.com/UtsavShrestha101/utsav_priority_soft/1097b00/lib/core/models/product.dart
UtsavShrestha101/utsav_priority_soft 1097b00 lib/core/models/product.dart
true
200
2,024
// ignore_for_file: constant_identifier_names import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:freezed_annotation/freezed_annotation.dart'; import 'package:hive_flutter/hive_flutter.dart'; part 'product.freezed.dart'; part 'product.g.dart'; class TimestampConverter implements JsonConverter<Time...
0
donC20/NearbyNexus
658f1a6
lib/screens/user/screens/chatScreen/user_inbox.dart
Dart
www.github.com/donC20/NearbyNexus/tree/main/lib/screens/user/screens/chatScreen/user_inbox.dart
https://raw.githubusercontent.com/donC20/NearbyNexus/658f1a6/lib/screens/user/screens/chatScreen/user_inbox.dart
donC20/NearbyNexus 658f1a6 lib/screens/user/screens/chatScreen/user_inbox.dart
true
200
12,453
// ignore_for_file: prefer_const_constructors, prefer_const_literals_to_create_immutables, unnecessary_cast import 'package:NearbyNexus/components/my_date_util.dart'; import 'package:NearbyNexus/components/user_avatar_loader.dart'; import 'package:NearbyNexus/functions/api_functions.dart'; import 'package:NearbyNexus/...
7