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
Manh110242/qr_mart
1e3f43f
lib/helper/helper_functions.dart
Dart
www.github.com/Manh110242/qr_mart/tree/main/lib/helper/helper_functions.dart
https://raw.githubusercontent.com/Manh110242/qr_mart/1e3f43f/lib/helper/helper_functions.dart
Manh110242/qr_mart 1e3f43f lib/helper/helper_functions.dart
true
200
6,689
import 'dart:async'; import 'dart:io'; import 'package:cached_network_image/cached_network_image.dart'; import 'package:flutter/material.dart'; import 'package:fluttertoast/fluttertoast.dart'; import 'package:gcaeco_app/configs/db_keys.dart'; import 'package:ntp/ntp.dart'; import 'package:permission_handler/permission...
6
Johan2659/adv_basics
eb9658d
lib/start_screen.dart
Dart
www.github.com/Johan2659/adv_basics/tree/main/lib/start_screen.dart
https://raw.githubusercontent.com/Johan2659/adv_basics/eb9658d/lib/start_screen.dart
Johan2659/adv_basics eb9658d lib/start_screen.dart
true
200
1,030
import 'package:flutter/material.dart'; class StartScreen extends StatelessWidget { const StartScreen({super.key}); @override Widget build(context) { return Center( child: Column( mainAxisSize: MainAxisSize.min, children: [ Image.asset( 'assets/images/quiz-logo.pn...
1
adamzv/garbidz_app
dd3d4c7
lib/components/widgets/MarkDetail.dart
Dart
www.github.com/adamzv/garbidz_app/tree/main/lib/components/widgets/MarkDetail.dart
https://raw.githubusercontent.com/adamzv/garbidz_app/dd3d4c7/lib/components/widgets/MarkDetail.dart
adamzv/garbidz_app dd3d4c7 lib/components/widgets/MarkDetail.dart
true
200
7,850
import 'package:flutter/material.dart'; import 'package:garbidz_app/components/globals.dart' as globals; import 'dart:convert'; import 'package:http/http.dart' as http; class MarkDetail extends StatefulWidget{ String id; String address; MarkDetail({this.address, this.id}); @override _MarkDetailState create...
7
jdosaraiva/conversions_pro
dcf7d8d
lib/main.dart
Dart
www.github.com/jdosaraiva/conversions_pro/tree/main/lib/main.dart
https://raw.githubusercontent.com/jdosaraiva/conversions_pro/dcf7d8d/lib/main.dart
jdosaraiva/conversions_pro dcf7d8d lib/main.dart
true
200
2,192
import 'package:conversions_pro/screens/altura_wii.dart'; import 'package:conversions_pro/screens/imc_calculator.dart'; import 'package:conversions_pro/screens/page_navigation_footer.dart'; import 'package:flutter/material.dart'; import 'package:flutter/foundation.dart'; void main() { runApp(const MyApp()); } class...
5
devBamidele/developer_test
3717073
lib/view/rate_trip.dart
Dart
www.github.com/devBamidele/developer_test/tree/main/lib/view/rate_trip.dart
https://raw.githubusercontent.com/devBamidele/developer_test/3717073/lib/view/rate_trip.dart
devBamidele/developer_test 3717073 lib/view/rate_trip.dart
true
200
2,135
import 'package:developer_test/res/component_style.dart'; import 'package:flutter/material.dart'; import '../res/app_text_style.dart'; import '../res/color.dart'; import '../res/components/picture_asset.dart'; import '../res/components/rate_trip_container.dart'; class RateTripPage extends StatelessWidget { const Ra...
4
freack21/toko-winda-tenun-frontend
8d81207
lib/models/user_model.dart
Dart
www.github.com/freack21/toko-winda-tenun-frontend/tree/main/lib/models/user_model.dart
https://raw.githubusercontent.com/freack21/toko-winda-tenun-frontend/8d81207/lib/models/user_model.dart
freack21/toko-winda-tenun-frontend 8d81207 lib/models/user_model.dart
true
200
918
class UserModel { late int id; late String name; late String email; late String username; late String phone; late String avatar; late String role; late String token; UserModel({ this.id = 0, this.name = "", this.email = "", this.username = "", this.phone = "", this.avatar = ""...
3
hosamafiky/medina_stores
31126a8
lib/features/cart/data/models/cart_data_model.dart
Dart
www.github.com/hosamafiky/medina_stores/tree/main/lib/features/cart/data/models/cart_data_model.dart
https://raw.githubusercontent.com/hosamafiky/medina_stores/31126a8/lib/features/cart/data/models/cart_data_model.dart
hosamafiky/medina_stores 31126a8 lib/features/cart/data/models/cart_data_model.dart
true
200
999
part of '../data_imports.dart'; class CartDataModel extends CartData { const CartDataModel({ required super.canCheckout, required super.subTotal, required super.discount, required super.total, required super.items, }); factory CartDataModel.fromMap(Map<String, dynamic> map) { final List<...
2
muhammadarslanapax/flirtzy
f72c909
lib/Api_Service/story/service/create_view_story_service.dart
Dart
www.github.com/muhammadarslanapax/flirtzy/tree/main/lib/Api_Service/story/service/create_view_story_service.dart
https://raw.githubusercontent.com/muhammadarslanapax/flirtzy/f72c909/lib/Api_Service/story/service/create_view_story_service.dart
muhammadarslanapax/flirtzy f72c909 lib/Api_Service/story/service/create_view_story_service.dart
true
200
1,104
import 'dart:convert'; import 'dart:developer'; import 'package:hokoo_flutter/Api_Service/constant.dart'; import 'package:hokoo_flutter/Api_Service/story/model/create_view_story_model.dart'; import 'package:http/http.dart' as http; class CreateViewStoryService { static var client = http.Client(); static Future<C...
6
hovanvydut/pbl6-mobile
4e5d79b
packages/address/lib/data/remote/remote_address_datasource.dart
Dart
www.github.com/hovanvydut/pbl6-mobile/tree/main/packages/address/lib/data/remote/remote_address_datasource.dart
https://raw.githubusercontent.com/hovanvydut/pbl6-mobile/4e5d79b/packages/address/lib/data/remote/remote_address_datasource.dart
hovanvydut/pbl6-mobile 4e5d79b packages/address/lib/data/remote/remote_address_datasource.dart
true
200
1,938
import 'package:address/data/iaddress_datasource.dart'; import 'package:constant_helper/constant_helper.dart'; import 'package:http_client_handler/http_client_handler.dart'; import 'package:models/models.dart'; class RemoteAddressDatasource implements IAddressDatasource { RemoteAddressDatasource({ required HttpC...
0
Shubham-Bandgar/education_app
4690bd6
lib/admin.dart
Dart
www.github.com/Shubham-Bandgar/education_app/tree/main/lib/admin.dart
https://raw.githubusercontent.com/Shubham-Bandgar/education_app/4690bd6/lib/admin.dart
Shubham-Bandgar/education_app 4690bd6 lib/admin.dart
true
200
3,707
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'admin1.dart'; class admin extends StatefulWidget { const admin({super.key}); @override State<admin> createState() => _adminState(); } class _adminState extends State<admin> { @override Widget build(BuildContext contex...
1
ENTER-ch/enter_cms_frontend
1c87dac
lib/models/beacon.dart
Dart
www.github.com/ENTER-ch/enter_cms_frontend/tree/main/lib/models/beacon.dart
https://raw.githubusercontent.com/ENTER-ch/enter_cms_frontend/1c87dac/lib/models/beacon.dart
ENTER-ch/enter_cms_frontend 1c87dac lib/models/beacon.dart
true
200
983
import 'package:freezed_annotation/freezed_annotation.dart'; import 'package:enter_cms_flutter/models/position.dart'; part 'beacon.freezed.dart'; part 'beacon.g.dart'; @freezed class MBeacon with _$MBeacon { const factory MBeacon({ int? id, @JsonKey(name: 'beacon_id') int? beaconId, MPosition? position,...
7
ObiVictorChibuike/Net_App
ed4dc3c
lib/core/utils/form_mixin.dart
Dart
www.github.com/ObiVictorChibuike/Net_App/tree/main/lib/core/utils/form_mixin.dart
https://raw.githubusercontent.com/ObiVictorChibuike/Net_App/ed4dc3c/lib/core/utils/form_mixin.dart
ObiVictorChibuike/Net_App ed4dc3c lib/core/utils/form_mixin.dart
true
200
7,961
import 'package:flutter/material.dart'; import 'package:get/get.dart'; mixin FormMixin { /// checks if any fields are empty String? isRequired(String? value){ if(value == null || value == ''){ return 'This field is required'; } return null; } String? isPhone(String? value) { if (value?....
3
rubone/getx_theme
517b7ab
lib/main.dart
Dart
www.github.com/rubone/getx_theme/tree/main/lib/main.dart
https://raw.githubusercontent.com/rubone/getx_theme/517b7ab/lib/main.dart
rubone/getx_theme 517b7ab lib/main.dart
true
200
500
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:getx_theme/home.dart'; import 'theme/theme.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return GetMaterial...
4
ParsaKiani2001/demoAi
b61f0f0
lib/model/car_model.dart
Dart
www.github.com/ParsaKiani2001/demoAi/tree/main/lib/model/car_model.dart
https://raw.githubusercontent.com/ParsaKiani2001/demoAi/b61f0f0/lib/model/car_model.dart
ParsaKiani2001/demoAi b61f0f0 lib/model/car_model.dart
true
200
298
import 'dart:typed_data'; class CarModels { Uint8List? dataMain; String? name; Uint8List? dataSub; String? time; double? care; String? result; List<double>? otherCare = []; CarModels({ this.dataSub,this.care,this.name,this.time,this.dataMain,this.otherCare,this.result }); }
5
AhmedEmamMM/FoodDeliveryApp
61f1f2c
lib/Pages/check_out_page.dart
Dart
www.github.com/AhmedEmamMM/FoodDeliveryApp/tree/main/lib/Pages/check_out_page.dart
https://raw.githubusercontent.com/AhmedEmamMM/FoodDeliveryApp/61f1f2c/lib/Pages/check_out_page.dart
AhmedEmamMM/FoodDeliveryApp 61f1f2c lib/Pages/check_out_page.dart
true
200
3,570
import 'package:flutter/material.dart'; import 'package:flutter_credit_card/flutter_credit_card.dart'; import 'package:food_delivery_app_with_backend/Components/custum_button.dart'; import 'package:food_delivery_app_with_backend/Components/space.dart'; import 'package:food_delivery_app_with_backend/Pages/delivery_progr...
2
EngrMonyrul/Analog_Digital_Clock
158dbc5
lib/digitalclock.dart
Dart
www.github.com/EngrMonyrul/Analog_Digital_Clock/tree/main/lib/digitalclock.dart
https://raw.githubusercontent.com/EngrMonyrul/Analog_Digital_Clock/158dbc5/lib/digitalclock.dart
EngrMonyrul/Analog_Digital_Clock 158dbc5 lib/digitalclock.dart
true
200
3,903
import 'dart:async'; import 'dart:math'; import 'package:flutter/material.dart'; class AnalogWatch3 extends StatefulWidget { @override _AnalogWatch3State createState() => _AnalogWatch3State(); } class _AnalogWatch3State extends State<AnalogWatch3> { late Timer timer; DateTime currentTime = DateTime.now(); ...
6
madina227/iBilling
7d836c8
lib/features/i_billing/presentation/contracts/widgets/contract_list.dart
Dart
www.github.com/madina227/iBilling/tree/main/lib/features/i_billing/presentation/contracts/widgets/contract_list.dart
https://raw.githubusercontent.com/madina227/iBilling/7d836c8/lib/features/i_billing/presentation/contracts/widgets/contract_list.dart
madina227/iBilling 7d836c8 lib/features/i_billing/presentation/contracts/widgets/contract_list.dart
true
200
5,615
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:i_billing/assets/colors.dart'; import 'package:i_billing/assets/icons.dart'; import 'package:i_billing/core/util/text_row.dart'; import 'package:i_billing/features/i_billing/presentation/contracts/widgets/item.dart'...
7
elifErdgn/udemy_flutter_calismasi
18aad4e
lib/sozluk_uygulamasi/kelimeler.dart
Dart
www.github.com/elifErdgn/udemy_flutter_calismasi/tree/main/lib/sozluk_uygulamasi/kelimeler.dart
https://raw.githubusercontent.com/elifErdgn/udemy_flutter_calismasi/18aad4e/lib/sozluk_uygulamasi/kelimeler.dart
elifErdgn/udemy_flutter_calismasi 18aad4e lib/sozluk_uygulamasi/kelimeler.dart
true
200
933
/// sqllite // class Kelimeler { // int kelime_id; // String ingilizce; // String turkce; // // Kelimeler(this.kelime_id, this.turkce, this.ingilizce); // } /// http class Kelimeler { String kelime_id; String ingilizce; String turkce; Kelimeler(this.kelime_id, this.turkce, this.ingilizce); factory ...
1
nikul014/EcoHex-Flutter
aa90fce
lib/ui/pages/profile/profile_screen.dart
Dart
www.github.com/nikul014/EcoHex-Flutter/tree/main/lib/ui/pages/profile/profile_screen.dart
https://raw.githubusercontent.com/nikul014/EcoHex-Flutter/aa90fce/lib/ui/pages/profile/profile_screen.dart
nikul014/EcoHex-Flutter aa90fce lib/ui/pages/profile/profile_screen.dart
true
200
4,186
import 'package:eco_challenge/constants/app_icons.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_svg/svg.dart'; import 'package:get/get.dart'; import '../../../constants/app_colors.dart'; import '../../../constants/enums/view_state.dart'; import '../../.....
0
senethmendis/blog-app-flutter
04ffdce
lib/screens/home_screen/home/profile_screen/user_profile_screen.dart
Dart
www.github.com/senethmendis/blog-app-flutter/tree/main/lib/screens/home_screen/home/profile_screen/user_profile_screen.dart
https://raw.githubusercontent.com/senethmendis/blog-app-flutter/04ffdce/lib/screens/home_screen/home/profile_screen/user_profile_screen.dart
senethmendis/blog-app-flutter 04ffdce lib/screens/home_screen/home/profile_screen/user_profile_screen.dart
true
200
4,896
import 'package:blog_app/components/custom_buttons/custom_button_wthicon.dart'; import 'package:blog_app/components/custom_fileds/custom_textfiled.dart'; import 'package:blog_app/providers/auth_provider.dart'; import 'package:blog_app/providers/profile_provider.dart'; import 'package:blog_app/screens/home_screen/admin/...
3
souravbapari1/IndNet-Chat---App
729eee7
lib/Components/ProfileUserInfoBox.dart
Dart
www.github.com/souravbapari1/IndNet-Chat---App/tree/main/lib/Components/ProfileUserInfoBox.dart
https://raw.githubusercontent.com/souravbapari1/IndNet-Chat---App/729eee7/lib/Components/ProfileUserInfoBox.dart
souravbapari1/IndNet-Chat---App 729eee7 lib/Components/ProfileUserInfoBox.dart
true
200
462
import 'package:flutter/material.dart'; Widget ProfileUserInfoBox(@required String type, @required String Info) { return Column(crossAxisAlignment: CrossAxisAlignment.start, children: [ Text( type, style: TextStyle( fontSize: 18.0, fontWeight: FontWeight.bold, ), ), Size...
5
FedericoNery/net-monstrum-card-game-app
ac530a1
lib/widgets/create_user/avatar_carrousel.dart
Dart
www.github.com/FedericoNery/net-monstrum-card-game-app/tree/main/lib/widgets/create_user/avatar_carrousel.dart
https://raw.githubusercontent.com/FedericoNery/net-monstrum-card-game-app/ac530a1/lib/widgets/create_user/avatar_carrousel.dart
FedericoNery/net-monstrum-card-game-app ac530a1 lib/widgets/create_user/avatar_carrousel.dart
true
200
2,826
import 'package:flutter/material.dart'; class AvatarCarousel extends StatefulWidget { final Function(String) onAvatarSelected; AvatarCarousel({required this.onAvatarSelected}); @override _AvatarCarouselState createState() => _AvatarCarouselState(); } class _AvatarCarouselState extends State<AvatarCarousel> ...
2
luisfelipe998/flutter-learning
1ade6cc
bookingapp/lib/screens/search_screen.dart
Dart
www.github.com/luisfelipe998/flutter-learning/tree/main/bookingapp/lib/screens/search_screen.dart
https://raw.githubusercontent.com/luisfelipe998/flutter-learning/1ade6cc/bookingapp/lib/screens/search_screen.dart
luisfelipe998/flutter-learning 1ade6cc bookingapp/lib/screens/search_screen.dart
true
200
7,796
import 'package:bookingapp/utils/app_layout.dart'; import 'package:bookingapp/widgets/icon_text.dart'; import 'package:bookingapp/widgets/ticket_tabs.dart'; import 'package:flutter/material.dart'; import 'package:gap/gap.dart'; import '../utils/app_styles.dart'; import '../widgets/double_text.dart'; class SearchScree...
4
codingspecialist/flutter-blog-riverpod
7f54acb
lib/ui/pages/post/list_page/wiegets/post_list_body.dart
Dart
www.github.com/codingspecialist/flutter-blog-riverpod/tree/main/lib/ui/pages/post/list_page/wiegets/post_list_body.dart
https://raw.githubusercontent.com/codingspecialist/flutter-blog-riverpod/7f54acb/lib/ui/pages/post/list_page/wiegets/post_list_body.dart
codingspecialist/flutter-blog-riverpod 7f54acb lib/ui/pages/post/list_page/wiegets/post_list_body.dart
true
200
1,642
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_blog/data/models/post.dart'; import 'package:flutter_blog/ui/pages/post/detail_page/post_detail_page.dart'; import 'package:flutter_blog/ui/pages/post/list_page/post_list_view_model.dart'; import 'package:flutter_bl...
6
NadaKenawy/Final_Project_Furniture_App
cd73ad0
lib/screens/cart/bloc/cart_cubit.dart
Dart
www.github.com/NadaKenawy/Final_Project_Furniture_App/tree/main/lib/screens/cart/bloc/cart_cubit.dart
https://raw.githubusercontent.com/NadaKenawy/Final_Project_Furniture_App/cd73ad0/lib/screens/cart/bloc/cart_cubit.dart
NadaKenawy/Final_Project_Furniture_App cd73ad0 lib/screens/cart/bloc/cart_cubit.dart
true
200
2,010
import 'package:equatable/equatable.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; class CartProduct extends Equatable { final String imageUrl; final String title; final double price; final int quantity; const CartProduct({ required this.imageUrl, required this.title, required this.pric...
1
Ayama11/note-app
504a51e
lib/views/widgets/body_note_view.dart
Dart
www.github.com/Ayama11/note-app/tree/main/lib/views/widgets/body_note_view.dart
https://raw.githubusercontent.com/Ayama11/note-app/504a51e/lib/views/widgets/body_note_view.dart
Ayama11/note-app 504a51e lib/views/widgets/body_note_view.dart
true
200
1,537
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:iconsax/iconsax.dart'; import 'package:noteapp/cubit/notes/notes_cubit.dart'; import 'appbar.dart'; import 'curculer_icons.dart'; import 'listview_notes.dart'; class BodyNoteView extends StatefulWidget { const B...
7
diggaScan/nuri
82a868c
lib/page/your_land/light_your_land.dart
Dart
www.github.com/diggaScan/nuri/tree/main/lib/page/your_land/light_your_land.dart
https://raw.githubusercontent.com/diggaScan/nuri/82a868c/lib/page/your_land/light_your_land.dart
diggaScan/nuri 82a868c lib/page/your_land/light_your_land.dart
true
200
357
import 'package:flutter/cupertino.dart'; class LightyourLand extends StatefulWidget { const LightyourLand({Key? key}) : super(key: key); @override State<LightyourLand> createState() => _LightyourLandState(); } class _LightyourLandState extends State<LightyourLand> { @override Widget build(BuildContext cont...
0
Jishnulal7/FoodMood-Food-Delivery-App
b7bf20d
lib/screens/signup&in/forgot_password_screen.dart
Dart
www.github.com/Jishnulal7/FoodMood-Food-Delivery-App/tree/main/lib/screens/signup&in/forgot_password_screen.dart
https://raw.githubusercontent.com/Jishnulal7/FoodMood-Food-Delivery-App/b7bf20d/lib/screens/signup%26in/forgot_password_screen.dart
Jishnulal7/FoodMood-Food-Delivery-App b7bf20d lib/screens/signup&in/forgot_password_screen.dart
true
200
2,943
import 'package:flutter/material.dart'; import 'package:food_mood_app/screens/signup&in/signin_screen.dart'; import 'otp_screen.dart'; class ForgotPasswordScreen extends StatelessWidget { const ForgotPasswordScreen({super.key}); @override Widget build(BuildContext context) { return Scaffold( backgrou...
3
sureshgopimd12/hozzo-PushNotification
07d04bf
lib/ui/views/error_page/error_view.dart
Dart
www.github.com/sureshgopimd12/hozzo-PushNotification/tree/main/lib/ui/views/error_page/error_view.dart
https://raw.githubusercontent.com/sureshgopimd12/hozzo-PushNotification/07d04bf/lib/ui/views/error_page/error_view.dart
sureshgopimd12/hozzo-PushNotification 07d04bf lib/ui/views/error_page/error_view.dart
true
200
3,591
import 'package:flutter/material.dart'; import 'package:flutter_svg/svg.dart'; import 'package:hozzo/app/asset_data.dart'; import 'package:hozzo/app/locator.dart'; import 'package:hozzo/app/router.gr.dart'; import 'package:hozzo/theme/app-theme.dart'; import 'package:stacked_services/stacked_services.dart'; class Erro...
2
Hu-Wentao/MindBase
e4e9509
client/mind_base/lib/src/core/infra/dto/dto_json_impl.dart
Dart
www.github.com/Hu-Wentao/MindBase/tree/main/client/mind_base/lib/src/core/infra/dto/dto_json_impl.dart
https://raw.githubusercontent.com/Hu-Wentao/MindBase/e4e9509/client/mind_base/lib/src/core/infra/dto/dto_json_impl.dart
Hu-Wentao/MindBase e4e9509 client/mind_base/lib/src/core/infra/dto/dto_json_impl.dart
true
200
4,583
import 'dart:convert'; import 'package:mind_base/src/space/domain/entity/entity.dart'; import 'package:mind_base/src/space/inter/dto/i_dto.dart'; /// Json实现 extension RecordDtoJsonX on RecordDto { static RecordDto fromJson(Map<String, dynamic> json, QueryMetaFn toMeta) => RecordDto( fields: Map.fro...
5
Junx5863/prueba_repo
adc3dce
lib/pages/home_page.dart
Dart
www.github.com/Junx5863/prueba_repo/tree/main/lib/pages/home_page.dart
https://raw.githubusercontent.com/Junx5863/prueba_repo/adc3dce/lib/pages/home_page.dart
Junx5863/prueba_repo adc3dce lib/pages/home_page.dart
true
200
1,068
// ignore_for_file: use_build_context_synchronously import 'package:flutter/material.dart'; import 'package:permission_handler/permission_handler.dart'; class HomePage extends StatelessWidget { HomePage({ super.key, }); final List<String> titleList = ['Home', 'Android', 'Blog', 'Envato']; final int selec...
6
Pavly13Waheb/news
d8e1b61
lib/theme/app_material.dart
Dart
www.github.com/Pavly13Waheb/news/tree/main/lib/theme/app_material.dart
https://raw.githubusercontent.com/Pavly13Waheb/news/d8e1b61/lib/theme/app_material.dart
Pavly13Waheb/news d8e1b61 lib/theme/app_material.dart
true
200
1,032
import 'package:flutter/material.dart'; class AppColor { static Color whiteColor = const Color(0XFFFFFFFF); static Color greenColor = const Color(0XFF39A552); static Color blackColor = const Color(0XFF4F5A69); static Color redColor = Color(0XFFC91C22); static Color blueColor = Color(0XFF003E90); static Col...
4
riswan3124/Hair-salon_userapp
0101fa0
lib/screens/BHLoginScreen.dart
Dart
www.github.com/riswan3124/Hair-salon_userapp/tree/main/lib/screens/BHLoginScreen.dart
https://raw.githubusercontent.com/riswan3124/Hair-salon_userapp/0101fa0/lib/screens/BHLoginScreen.dart
riswan3124/Hair-salon_userapp 0101fa0 lib/screens/BHLoginScreen.dart
true
200
9,118
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:flutter_svg/svg.dart'; import 'package:nb_utils/nb_utils.dart'; import 'package:hairsalon_prokit/utils/BHColors.dart'; import 'package:hairsalon_prokit/utils/BHConstants.dart'; import 'package:hairsalon_prokit/uti...
1
Nasiali-Eden/flutter_firebase
c53e45f
lib/screens/services/auth.dart
Dart
www.github.com/Nasiali-Eden/flutter_firebase/tree/main/lib/screens/services/auth.dart
https://raw.githubusercontent.com/Nasiali-Eden/flutter_firebase/c53e45f/lib/screens/services/auth.dart
Nasiali-Eden/flutter_firebase c53e45f lib/screens/services/auth.dart
true
200
1,916
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter_firebase_app/models/user.dart'; import 'package:flutter_firebase_app/screens/services/database.dart'; class AuthService { final FirebaseAuth _auth = FirebaseAuth.instance; // create user object based on firebaseUser F_User? _userFromFire...
0
muni-muni/munimuni
32e02d4
lib/routes/pages/page.dart
Dart
www.github.com/muni-muni/munimuni/tree/main/lib/routes/pages/page.dart
https://raw.githubusercontent.com/muni-muni/munimuni/32e02d4/lib/routes/pages/page.dart
muni-muni/munimuni 32e02d4 lib/routes/pages/page.dart
true
200
2,003
import 'package:flutter/material.dart'; import 'package:munimuni/components/block/block.dart'; import 'package:munimuni/models/Block.dart' as modelBlock; import 'package:munimuni/components/system/app_bar.dart'; import 'package:munimuni/components/system/drawer_container.dart'; import 'package:munimuni/isar/page.dart'...
7
fxs1l/Hayahay
eea8c63
hayahay/lib/components/section_title.dart
Dart
www.github.com/fxs1l/Hayahay/tree/main/hayahay/lib/components/section_title.dart
https://raw.githubusercontent.com/fxs1l/Hayahay/eea8c63/hayahay/lib/components/section_title.dart
fxs1l/Hayahay eea8c63 hayahay/lib/components/section_title.dart
true
200
2,267
import 'package:auto_size_text/auto_size_text.dart'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import '../../constants.dart'; class SectionTitle extends StatelessWidget { SectionTitle({ required this.title, this.color, this.underlineColor, }); final Strin...
3
deepaksntiwari/audio_recorder_flutter
6957700
lib/providers/encrypt_and_decrypt_provider.dart
Dart
www.github.com/deepaksntiwari/audio_recorder_flutter/tree/main/lib/providers/encrypt_and_decrypt_provider.dart
https://raw.githubusercontent.com/deepaksntiwari/audio_recorder_flutter/6957700/lib/providers/encrypt_and_decrypt_provider.dart
deepaksntiwari/audio_recorder_flutter 6957700 lib/providers/encrypt_and_decrypt_provider.dart
true
200
3,348
import 'dart:convert'; import 'dart:io'; import 'dart:typed_data'; import 'package:audio_recorder/services/toast_service.dart'; import 'package:encrypt/encrypt.dart' as encrypt; import 'package:flutter/material.dart'; import 'package:flutter_secure_storage/flutter_secure_storage.dart'; import '../services/storage_man...
5
rdmrvl/KUISPROVIS2
4b85bd6
quiz2/lib/cubit/user_daftar.dart
Dart
www.github.com/rdmrvl/KUISPROVIS2/tree/main/quiz2/lib/cubit/user_daftar.dart
https://raw.githubusercontent.com/rdmrvl/KUISPROVIS2/4b85bd6/quiz2/lib/cubit/user_daftar.dart
rdmrvl/KUISPROVIS2 4b85bd6 quiz2/lib/cubit/user_daftar.dart
true
200
598
import 'dart:async'; // For Future import 'package:http/http.dart' as http; // For making HTTP requests String url = "http://146.190.109.66:8000/users/"; Future<int> insertData(String username, String password) async { //data disimpan di body final response = await http.post( Uri.parse(url), ...
2
AntiHeimer/front
88ce0a7
lib/main.dart
Dart
www.github.com/AntiHeimer/front/tree/main/lib/main.dart
https://raw.githubusercontent.com/AntiHeimer/front/88ce0a7/lib/main.dart
AntiHeimer/front 88ce0a7 lib/main.dart
true
200
2,257
import 'package:anti_heimer/Account/page/account_page.dart'; import 'package:anti_heimer/Home/page/home_page.dart'; import 'package:anti_heimer/Location/page/location_page.dart'; import 'package:flutter/material.dart'; import 'package:flutter_dotenv/flutter_dotenv.dart'; void main() async { await dotenv.load(fileNam...
6
Yossef-Dawoad/fruits_hub
2c900fd
lib/features/home/presentaion/components/profile_appbar.dart
Dart
www.github.com/Yossef-Dawoad/fruits_hub/tree/main/lib/features/home/presentaion/components/profile_appbar.dart
https://raw.githubusercontent.com/Yossef-Dawoad/fruits_hub/2c900fd/lib/features/home/presentaion/components/profile_appbar.dart
Yossef-Dawoad/fruits_hub 2c900fd lib/features/home/presentaion/components/profile_appbar.dart
true
200
1,228
import 'package:flutter/material.dart'; import 'package:fruits_hub/core/constants/colors/color_palette.dart'; import 'package:fruits_hub/core/constants/images/assets.gen.dart'; class ProfileHomeAppBar extends StatelessWidget { const ProfileHomeAppBar({super.key}); @override Widget build(BuildContext context) { ...
4
TinConstantine/firebase_login
578b6f7
lib/screens/login_page.dart
Dart
www.github.com/TinConstantine/firebase_login/tree/main/lib/screens/login_page.dart
https://raw.githubusercontent.com/TinConstantine/firebase_login/578b6f7/lib/screens/login_page.dart
TinConstantine/firebase_login 578b6f7 lib/screens/login_page.dart
true
200
4,540
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:flutter_bloc_firebase_login/blocs/authentication_bloc.dart'; import 'package:flutter_bloc_firebase_login/events/authentication_event.dart'; import 'package:flutter_bloc_firebase_login/events/login_event.dart'; impor...
1
Zimrin/mvvmtemplate-itunes
001e6f5
lib/main.dart
Dart
www.github.com/Zimrin/mvvmtemplate-itunes/tree/main/lib/main.dart
https://raw.githubusercontent.com/Zimrin/mvvmtemplate-itunes/001e6f5/lib/main.dart
Zimrin/mvvmtemplate-itunes 001e6f5 lib/main.dart
true
200
1,055
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:mvvmtemplate/theme.dart'; import 'package:mvvmtemplate/view/screens/splash_screen.dart'; import 'package:mvvmtemplate/view_model/media_view_model.dart'; import 'package:provider/provider.dart'; void main() { WidgetsFlutte...
0
Khushang4110/celebration_station_customer
30826ba
lib/views/updateProfile.dart
Dart
www.github.com/Khushang4110/celebration_station_customer/tree/main/lib/views/updateProfile.dart
https://raw.githubusercontent.com/Khushang4110/celebration_station_customer/30826ba/lib/views/updateProfile.dart
Khushang4110/celebration_station_customer 30826ba lib/views/updateProfile.dart
true
200
16,112
import 'package:dio/dio.dart'; import 'package:flutter/material.dart'; import '../model/GetDistrict.dart'; import '../model/GetState.dart'; import '../model/getAllbusineesType.dart'; import '../services/api_services.dart'; import '../services/shared_preference.dart'; import 'custom_widget/custom_text_field.dart'; clas...
3
affanali2k3/MRB-frontend
3800d1d
mrb/lib/src/profile_completion_page/bloc/profile_completion_bloc.dart
Dart
www.github.com/affanali2k3/MRB-frontend/tree/main/mrb/lib/src/profile_completion_page/bloc/profile_completion_bloc.dart
https://raw.githubusercontent.com/affanali2k3/MRB-frontend/3800d1d/mrb/lib/src/profile_completion_page/bloc/profile_completion_bloc.dart
affanali2k3/MRB-frontend 3800d1d mrb/lib/src/profile_completion_page/bloc/profile_completion_bloc.dart
true
200
1,283
import 'package:bloc/bloc.dart'; import 'package:equatable/equatable.dart'; import 'package:http/http.dart'; import 'package:meta/meta.dart'; import 'package:mrb/src/profile_completion_page/repository/profile_completion_repository.dart'; part 'profile_completion_event.dart'; part 'profile_completion_state.dart'; clas...
7
yousefhmza/Agar-online
7d3603a
lib/modules/auth/cubits/signup_cubit/signup_cubit.dart
Dart
www.github.com/yousefhmza/Agar-online/tree/main/lib/modules/auth/cubits/signup_cubit/signup_cubit.dart
https://raw.githubusercontent.com/yousefhmza/Agar-online/7d3603a/lib/modules/auth/cubits/signup_cubit/signup_cubit.dart
yousefhmza/Agar-online 7d3603a lib/modules/auth/cubits/signup_cubit/signup_cubit.dart
true
200
2,261
import 'package:flutter/widgets.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import '../../../../core/utils/globals.dart'; import '../../models/body/signup_body.dart'; import '../../repositories/signup_repository.dart'; import 'signup_states.dart'; class SignupCubit extends Cubit<SignupStates> { final Si...
5
Bhavsarkush/P_mart
9ba6106
lib/Product/EditProduct.dart
Dart
www.github.com/Bhavsarkush/P_mart/tree/main/lib/Product/EditProduct.dart
https://raw.githubusercontent.com/Bhavsarkush/P_mart/9ba6106/lib/Product/EditProduct.dart
Bhavsarkush/P_mart 9ba6106 lib/Product/EditProduct.dart
true
200
19,241
import 'dart:io'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_storage/firebase_storage.dart'; import 'package:flutter/material.dart'; import 'package:image_picker/image_picker.dart'; import 'Model.dart'; class EditProduct extends StatefulWidget { final ProductModel product; fi...
2
Alvirwalid/drawer_getx
aa2257c
lib/features/view/drawer_page/active_page.dart
Dart
www.github.com/Alvirwalid/drawer_getx/tree/main/lib/features/view/drawer_page/active_page.dart
https://raw.githubusercontent.com/Alvirwalid/drawer_getx/aa2257c/lib/features/view/drawer_page/active_page.dart
Alvirwalid/drawer_getx aa2257c lib/features/view/drawer_page/active_page.dart
true
200
1,739
import 'package:flutter/material.dart'; import '../../../utils/ui/text_widget.dart'; class AcrtivePage extends StatelessWidget { AcrtivePage({Key? key}) : super(key: key); ScrollController _scrollController=ScrollController(); @override Widget build(BuildContext context) { return Center( child: S...
6
AbdoPrDZ/beda3a_v2
405fb09
lib/src/utils/page_headers.dart
Dart
www.github.com/AbdoPrDZ/beda3a_v2/tree/main/lib/src/utils/page_headers.dart
https://raw.githubusercontent.com/AbdoPrDZ/beda3a_v2/405fb09/lib/src/utils/page_headers.dart
AbdoPrDZ/beda3a_v2 405fb09 lib/src/utils/page_headers.dart
true
200
1,123
import 'package:flutter/material.dart'; import 'package:get/get.dart'; class PageHeaders { final String? title; final bool? participatesInRootNavigator; final double Function(BuildContext)? gestureWidth; final bool maintainState; final Curve curve; final Alignment? alignment; final Map<String, String>? p...
4
jeremysianturi/klontong
51de9ab
lib/pagination/ui/view/page_screen.dart
Dart
www.github.com/jeremysianturi/klontong/tree/main/lib/pagination/ui/view/page_screen.dart
https://raw.githubusercontent.com/jeremysianturi/klontong/51de9ab/lib/pagination/ui/view/page_screen.dart
jeremysianturi/klontong 51de9ab lib/pagination/ui/view/page_screen.dart
true
200
3,753
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:ready_pagination/core/services/services_locator.dart'; import '../../data/model/post.dart'; import '../bloc/pagination_bloc.dart'; import '../navigation/AppRouter.dart'; import '../widgets/error_dialog.dart'; import...
1
MoazSayed7/Tasky
a154060
lib/features/signup/ui/widgets/signup_form.dart
Dart
www.github.com/MoazSayed7/Tasky/tree/main/lib/features/signup/ui/widgets/signup_form.dart
https://raw.githubusercontent.com/MoazSayed7/Tasky/a154060/lib/features/signup/ui/widgets/signup_form.dart
MoazSayed7/Tasky a154060 lib/features/signup/ui/widgets/signup_form.dart
true
200
7,683
import 'package:country_code_picker/country_code_picker.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import '../../../../core/...
0
yahas-hanif/assignment_calculator
e3812c0
lib/bloc/database_hive_bloc.dart
Dart
www.github.com/yahas-hanif/assignment_calculator/tree/main/lib/bloc/database_hive_bloc.dart
https://raw.githubusercontent.com/yahas-hanif/assignment_calculator/e3812c0/lib/bloc/database_hive_bloc.dart
yahas-hanif/assignment_calculator e3812c0 lib/bloc/database_hive_bloc.dart
true
200
1,636
import 'dart:async'; import 'package:bloc/bloc.dart'; import 'package:meta/meta.dart'; import 'package:hive/hive.dart'; import '../app/method.dart'; import '../models/ocr_result.dart'; import '../services/database_helper_hive.dart'; part 'database_hive_event.dart'; part 'database_hive_state.dart'; class DatabaseHive...
3
awaisajmal22/malikopal
c2d9772
lib/screens/dashboard/dashboard.screens/hidecapital.screen.dart
Dart
www.github.com/awaisajmal22/malikopal/tree/main/lib/screens/dashboard/dashboard.screens/hidecapital.screen.dart
https://raw.githubusercontent.com/awaisajmal22/malikopal/c2d9772/lib/screens/dashboard/dashboard.screens/hidecapital.screen.dart
awaisajmal22/malikopal c2d9772 lib/screens/dashboard/dashboard.screens/hidecapital.screen.dart
true
200
20,808
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:page_transition/page_transition.dart'; import 'package:rxdart/rxdart.dart'; import 'package:scoped_model/scoped_model.dart'; import 'package:malikopal/Scope...
5
0Ahmad0/vedios_from_youtube
00aefb4
lib/pages/upload_video_page.dart
Dart
www.github.com/0Ahmad0/vedios_from_youtube/tree/main/lib/pages/upload_video_page.dart
https://raw.githubusercontent.com/0Ahmad0/vedios_from_youtube/00aefb4/lib/pages/upload_video_page.dart
0Ahmad0/vedios_from_youtube 00aefb4 lib/pages/upload_video_page.dart
true
200
9,399
import 'dart:io'; import 'package:circle_progress_bar/circle_progress_bar.dart'; import 'package:firebase_storage/firebase_storage.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:hasan_project/controller/uploader_provider.dart'; import 'package:hasan_project/cont...
2
taguz91/primer_taller_flutter
e6c14a6
book_store/lib/utils/routes.dart
Dart
www.github.com/taguz91/primer_taller_flutter/tree/main/book_store/lib/utils/routes.dart
https://raw.githubusercontent.com/taguz91/primer_taller_flutter/e6c14a6/book_store/lib/utils/routes.dart
taguz91/primer_taller_flutter e6c14a6 book_store/lib/utils/routes.dart
true
200
307
import 'package:book_store/ui/home/home.dart'; import 'package:flutter/material.dart'; class Routes { Routes._(); static const String login = 'login'; static const String home = 'home'; static final routes = <String, WidgetBuilder>{ home: (BuildContext context) => const HomeScreen(), }; }
6
Aniketwagh123/BlockBuy-Blockchain-powered-marketplace
885dd5b
lib/presentation/filter_screen/models/condition_item_model.dart
Dart
www.github.com/Aniketwagh123/BlockBuy-Blockchain-powered-marketplace/tree/main/lib/presentation/filter_screen/models/condition_item_model.dart
https://raw.githubusercontent.com/Aniketwagh123/BlockBuy-Blockchain-powered-marketplace/885dd5b/lib/presentation/filter_screen/models/condition_item_model.dart
Aniketwagh123/BlockBuy-Blockchain-powered-marketplace 885dd5b lib/presentation/filter_screen/models/condition_item_model.dart
true
200
589
// ignore_for_file: must_be_immutable import 'package:equatable/equatable.dart'; /// This class is used in the [condition_item_widget] screen. class ConditionItemModel extends Equatable { ConditionItemModel({ this.newVar = "New", this.isSelected = false, }) {} String newVar; bool isSelected; Cond...
4
krmeiirbek/history_app
d8d7eab
lib/features/authentication/controllers/login/login_controller.dart
Dart
www.github.com/krmeiirbek/history_app/tree/main/lib/features/authentication/controllers/login/login_controller.dart
https://raw.githubusercontent.com/krmeiirbek/history_app/d8d7eab/lib/features/authentication/controllers/login/login_controller.dart
krmeiirbek/history_app d8d7eab lib/features/authentication/controllers/login/login_controller.dart
true
200
4,162
import 'package:flutter/cupertino.dart'; import 'package:get/get.dart'; import 'package:history_app/data/repository/authentication/authentication_repository.dart'; import 'package:history_app/features/personalization/controllers/user_controller.dart'; import 'package:history_app/utils/constants/image_strings.dart'; imp...
7
Maolanaalasari/flutter_ui
b2e75f8
lib/page/firebase/home_fire.dart
Dart
www.github.com/Maolanaalasari/flutter_ui/tree/main/lib/page/firebase/home_fire.dart
https://raw.githubusercontent.com/Maolanaalasari/flutter_ui/b2e75f8/lib/page/firebase/home_fire.dart
Maolanaalasari/flutter_ui b2e75f8 lib/page/firebase/home_fire.dart
true
200
2,711
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import '../../utils.dart'; class HomeFire extends StatefulWidget { const HomeFire({super.key}); @override State<HomeFire> createState() => _HomeFireState(); } class _Home...
1
AhmedHamdyHassan/AlGoriza-Task1-Login-Register-
7e6d79e
lib/screen/boarding_screen.dart
Dart
www.github.com/AhmedHamdyHassan/AlGoriza-Task1-Login-Register-/tree/main/lib/screen/boarding_screen.dart
https://raw.githubusercontent.com/AhmedHamdyHassan/AlGoriza-Task1-Login-Register-/7e6d79e/lib/screen/boarding_screen.dart
AhmedHamdyHassan/AlGoriza-Task1-Login-Register- 7e6d79e lib/screen/boarding_screen.dart
true
200
5,601
import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:login_and_bording_task/screen/register_screen.dart'; import '../widgets/custom_register_or_signin_widget.dart'; class BoardingScreen extends StatelessWidget { final String imagePath, stepImagePath; final List<St...
3
Rakhmonov-iq/homework
35c388a
dev/devicelab/test/adb_test.dart
Dart
www.github.com/Rakhmonov-iq/homework/tree/main/dev/devicelab/test/adb_test.dart
https://raw.githubusercontent.com/Rakhmonov-iq/homework/35c388a/dev/devicelab/test/adb_test.dart
Rakhmonov-iq/homework 35c388a dev/devicelab/test/adb_test.dart
true
200
11,902
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:convert'; import 'dart:io'; import 'dart:typed_data'; import 'package:collection/collection.dart' show ListEquality, Map...
5
JeffYvan12/PavFxx
19a8a45
frontend/lib/main.dart
Dart
www.github.com/JeffYvan12/PavFxx/tree/main/frontend/lib/main.dart
https://raw.githubusercontent.com/JeffYvan12/PavFxx/19a8a45/frontend/lib/main.dart
JeffYvan12/PavFxx 19a8a45 frontend/lib/main.dart
true
200
1,189
import 'package:PavFlix/screens/auth/logback.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:PavFlix/firebase_options.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'screens/auth/login_screen.dart'; import 'widgets/netflix_app_bar.dart'; import '...
0
EIP-GetOut/GETOUT-Platform
f7e7d32
app/lib/widgets/fields/widgets/default_field.dart
Dart
www.github.com/EIP-GetOut/GETOUT-Platform/tree/main/app/lib/widgets/fields/widgets/default_field.dart
https://raw.githubusercontent.com/EIP-GetOut/GETOUT-Platform/f7e7d32/app/lib/widgets/fields/widgets/default_field.dart
EIP-GetOut/GETOUT-Platform f7e7d32 app/lib/widgets/fields/widgets/default_field.dart
true
200
3,836
/* ** Copyright GETOUT SAS - All Rights Reserved ** Unauthorized copying of this file, via any medium is strictly prohibited ** Proprietary and confidential ** Wrote by Erwan Cariou <erwan1.cariou@epitech.eu> ** Wrote by Perry Chouteau <perry.chouteau@epitech.eu> */ import 'package:flutter/material.dart'; import 'pack...
2
JaiminVadadoriya/ai_app
033d7f9
lib/main.dart
Dart
www.github.com/JaiminVadadoriya/ai_app/tree/main/lib/main.dart
https://raw.githubusercontent.com/JaiminVadadoriya/ai_app/033d7f9/lib/main.dart
JaiminVadadoriya/ai_app 033d7f9 lib/main.dart
true
200
1,892
import 'package:ai_app/pages/home.dart'; import 'package:ai_app/pages/com_form.dart'; import 'package:ai_app/utils/notification_api.dart'; import 'package:ai_app/widgets/all_problem.dart'; import 'package:ai_app/utils/themes.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_core/firebas...
6
mayadaabed/act-hub-pro
8727545
lib/routes/routes.dart
Dart
www.github.com/mayadaabed/act-hub-pro/tree/main/lib/routes/routes.dart
https://raw.githubusercontent.com/mayadaabed/act-hub-pro/8727545/lib/routes/routes.dart
mayadaabed/act-hub-pro 8727545 lib/routes/routes.dart
true
200
4,001
import 'package:act_hub_project/features/forget_password/presentation/view/forget_password_view.dart'; import 'package:act_hub_project/features/out_boarding/presentation/view/out_boarding_view.dart'; import 'package:flutter/material.dart'; import '../config/dependency_injection.dart'; import '../core/resources/manager...
4
Fadyemil/Signing_With_Api
d793f62
lib/core/Api/api_interceptors.dart
Dart
www.github.com/Fadyemil/Signing_With_Api/tree/main/lib/core/Api/api_interceptors.dart
https://raw.githubusercontent.com/Fadyemil/Signing_With_Api/d793f62/lib/core/Api/api_interceptors.dart
Fadyemil/Signing_With_Api d793f62 lib/core/Api/api_interceptors.dart
true
200
543
import 'package:dio/dio.dart'; import 'package:sin_api/cache/cach_helper.dart'; import 'package:sin_api/core/Api/end_point.dart'; class ApiInterceptors extends Interceptor { ///~ Called when the request is about to be sent. @override void onRequest(RequestOptions options, RequestInterceptorHandler handler) { ...
1
rflorat07/restaurant_reservation
27367ba
lib/presentation/auth/screens/signin/cubit/sign_in_state.dart
Dart
www.github.com/rflorat07/restaurant_reservation/tree/main/lib/presentation/auth/screens/signin/cubit/sign_in_state.dart
https://raw.githubusercontent.com/rflorat07/restaurant_reservation/27367ba/lib/presentation/auth/screens/signin/cubit/sign_in_state.dart
rflorat07/restaurant_reservation 27367ba lib/presentation/auth/screens/signin/cubit/sign_in_state.dart
true
200
1,036
part of 'sign_in_cubit.dart'; class SignInState extends Equatable { const SignInState({ this.email = '', this.password = '', this.obscureText = true, this.rememberMe = false, this.errorMessage = '', this.status = TFormStatus.initial, }); final String email; final String password; fin...
7
aopoku255/doubles
ef12417
lib/src/widgets/text_field_input.dart
Dart
www.github.com/aopoku255/doubles/tree/main/lib/src/widgets/text_field_input.dart
https://raw.githubusercontent.com/aopoku255/doubles/ef12417/lib/src/widgets/text_field_input.dart
aopoku255/doubles ef12417 lib/src/widgets/text_field_input.dart
true
200
1,562
import 'package:flutter/material.dart'; class TextFieldInput extends StatelessWidget { final String label; final bool? isPasswordField; final bool textarea; final String? hintText; final TextEditingController? controller; final validator; const TextFieldInput( {super.key, required this.label...
5
maitemedina/solbombas
686985b
lib/main.dart
Dart
www.github.com/maitemedina/solbombas/tree/main/lib/main.dart
https://raw.githubusercontent.com/maitemedina/solbombas/686985b/lib/main.dart
maitemedina/solbombas 686985b lib/main.dart
true
200
3,434
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:solbombas/constant/theme.dart'; import 'package:solbombas/controller/login_controller.dart'; import 'package:solbombas/pages/login/login_page.dart'; void main() { WidgetsFlutterBinding.ensureInitialized(); Get.put(LoginController(...
2
JanieleJustino/AtividadeSprint2
a637ef5
lib/src/model/task_data.dart
Dart
www.github.com/JanieleJustino/AtividadeSprint2/tree/main/lib/src/model/task_data.dart
https://raw.githubusercontent.com/JanieleJustino/AtividadeSprint2/a637ef5/lib/src/model/task_data.dart
JanieleJustino/AtividadeSprint2 a637ef5 lib/src/model/task_data.dart
true
200
266
import 'package:uuid/uuid.dart'; class TaskData { TaskData({ required this.legenda, required this.descricao, this.statusTask = false, }); final String id = const Uuid().v4(); final String legenda; final String descricao; bool statusTask; }
0
vlsolodilov/coin_app_flutter
c081f18
lib/feature/data/model/coin_dto.dart
Dart
www.github.com/vlsolodilov/coin_app_flutter/tree/main/lib/feature/data/model/coin_dto.dart
https://raw.githubusercontent.com/vlsolodilov/coin_app_flutter/c081f18/lib/feature/data/model/coin_dto.dart
vlsolodilov/coin_app_flutter c081f18 lib/feature/data/model/coin_dto.dart
true
200
727
class CoinDto { final String id; final String image; final String name; final String symbol; final num currentPrice; final num priceChangePercentage; const CoinDto({ required this.id, required this.image, required this.name, required this.symbol, required this.currentPrice, requir...
6
DhongGyuOh/flutter_application_ticktok_clone
8f157a9
lib/features/authentication/widgets/auth_button.dart
Dart
www.github.com/DhongGyuOh/flutter_application_ticktok_clone/tree/main/lib/features/authentication/widgets/auth_button.dart
https://raw.githubusercontent.com/DhongGyuOh/flutter_application_ticktok_clone/8f157a9/lib/features/authentication/widgets/auth_button.dart
DhongGyuOh/flutter_application_ticktok_clone 8f157a9 lib/features/authentication/widgets/auth_button.dart
true
200
1,207
import 'package:flutter/material.dart'; import 'package:flutter_application_ticktok_clone/constants/sizes.dart'; import 'package:font_awesome_flutter/font_awesome_flutter.dart'; class AuthButton extends StatelessWidget { final String text; final FaIcon icon; const AuthButton({super.key, required this.text, requi...
1
manahilcode/driving_lisence
884a3e7
lib/features/motor_way_Driving/pages/reducing_congestion.dart
Dart
www.github.com/manahilcode/driving_lisence/tree/main/lib/features/motor_way_Driving/pages/reducing_congestion.dart
https://raw.githubusercontent.com/manahilcode/driving_lisence/884a3e7/lib/features/motor_way_Driving/pages/reducing_congestion.dart
manahilcode/driving_lisence 884a3e7 lib/features/motor_way_Driving/pages/reducing_congestion.dart
true
200
4,020
import 'package:driving_lisence/core/sharedUi.dart'; import 'package:driving_lisence/features/motor_way_Driving/pages/lane_marking.dart'; import 'package:driving_lisence/features/motor_way_Driving/viewmodel/controller.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; class Reducin...
3
hotdrop/TechNote
4281b66
lib/ui/widgets/color_bullet_dialog.dart
Dart
www.github.com/hotdrop/TechNote/tree/main/lib/ui/widgets/color_bullet_dialog.dart
https://raw.githubusercontent.com/hotdrop/TechNote/4281b66/lib/ui/widgets/color_bullet_dialog.dart
hotdrop/TechNote 4281b66 lib/ui/widgets/color_bullet_dialog.dart
true
200
856
import 'package:flutter/material.dart'; import 'package:flutter_colorpicker/flutter_colorpicker.dart'; class ColorBulletDialog { const ColorBulletDialog(); Future<void> show({required BuildContext context, required Color currentColor, required Function(Color) onSelected}) async { showDialog( context: co...
4
LoveNote520/LoveWords
1f37440
lib/db/pages.dart
Dart
www.github.com/LoveNote520/LoveWords/tree/main/lib/db/pages.dart
https://raw.githubusercontent.com/LoveNote520/LoveWords/1f37440/lib/db/pages.dart
LoveNote520/LoveWords 1f37440 lib/db/pages.dart
true
200
832
import 'package:counter/db/storage_db.dart'; import 'package:flutter/material.dart'; void main() async { WidgetsFlutterBinding.ensureInitialized(); await StorageDb.instance.open(); runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext...
7
ABDELRAHMAN-ELSAMALIHY/news-app
fc9b318
lib/main.dart
Dart
www.github.com/ABDELRAHMAN-ELSAMALIHY/news-app/tree/main/lib/main.dart
https://raw.githubusercontent.com/ABDELRAHMAN-ELSAMALIHY/news-app/fc9b318/lib/main.dart
ABDELRAHMAN-ELSAMALIHY/news-app fc9b318 lib/main.dart
true
200
1,066
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:hive_ce_flutter/adapters.dart'; import 'package:news_app/config/root/app_routes.dart'; import 'package:news_app/data/local/hive_local_storage.dart'; import 'package:path_provider/path_provider.dart'; import 'config/...
5
osamamorizk/spacex
2243343
lib/feature/onbarding/presentation/views/widgets/onbardingItem.dart
Dart
www.github.com/osamamorizk/spacex/tree/main/lib/feature/onbarding/presentation/views/widgets/onbardingItem.dart
https://raw.githubusercontent.com/osamamorizk/spacex/2243343/lib/feature/onbarding/presentation/views/widgets/onbardingItem.dart
osamamorizk/spacex 2243343 lib/feature/onbarding/presentation/views/widgets/onbardingItem.dart
true
200
972
import 'package:flutter/material.dart'; import 'package:spacex/feature/onbarding/data/models/onboarding_model.dart'; class OnboardingItem extends StatelessWidget { const OnboardingItem({ super.key, required this.onboardingModel, }); final OnboardingModel onboardingModel; @override Widget build(Buil...
2
Edil-Ayehu/ECommerce
d6f4d24
lib/services/app_translations.dart
Dart
www.github.com/Edil-Ayehu/ECommerce/tree/main/lib/services/app_translations.dart
https://raw.githubusercontent.com/Edil-Ayehu/ECommerce/d6f4d24/lib/services/app_translations.dart
Edil-Ayehu/ECommerce d6f4d24 lib/services/app_translations.dart
true
200
5,970
import 'package:get/get.dart'; class AppTranslations extends Translations { @override Map<String, Map<String, String>> translations = { 'en_US': { // home page & drawer 'welcome': 'Welcome', 'language': 'Language', 'notification': 'Notification', 'about': 'About', 'more': 'M...
6
ChreSyr/dart_iratus_game
5b723e2
lib/src/move.dart
Dart
www.github.com/ChreSyr/dart_iratus_game/tree/main/lib/src/move.dart
https://raw.githubusercontent.com/ChreSyr/dart_iratus_game/5b723e2/lib/src/move.dart
ChreSyr/dart_iratus_game 5b723e2 lib/src/move.dart
true
200
16,367
part of iratus_game; /// A description of a piece move and all its consequences. abstract class Move { // Private fields int _capturesCounter = 0; final List<Command> _commands = []; int _counter50rule = 0; Position? _enPassant; late final FEN _fen; bool _isLocked = false; final Map<String, ExtraMove> ...
5
apdomustafa/ecommerce-app
b4959d6
lib/features/auth/view/widgets/texts_combination.dart
Dart
www.github.com/apdomustafa/ecommerce-app/tree/main/lib/features/auth/view/widgets/texts_combination.dart
https://raw.githubusercontent.com/apdomustafa/ecommerce-app/b4959d6/lib/features/auth/view/widgets/texts_combination.dart
apdomustafa/ecommerce-app b4959d6 lib/features/auth/view/widgets/texts_combination.dart
true
200
989
import 'package:ecommerce_app/core/utils/colors/app_colors.dart'; import 'package:ecommerce_app/core/utils/thems/text_style.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; class TextCombination extends StatelessWidget { const TextCombination( {super.key, required th...
1
mrinal3012/dhakametro
e1c7f3b
lib/history/fqa_page.dart
Dart
www.github.com/mrinal3012/dhakametro/tree/main/lib/history/fqa_page.dart
https://raw.githubusercontent.com/mrinal3012/dhakametro/e1c7f3b/lib/history/fqa_page.dart
mrinal3012/dhakametro e1c7f3b lib/history/fqa_page.dart
true
200
1,419
import 'package:fireauth/data/custom_widget_page.dart'; import 'package:fireauth/data/model_page.dart'; import 'package:flutter/material.dart'; class FQAPage extends StatefulWidget { const FQAPage({Key? key}) : super(key: key); @override State<FQAPage> createState() => _FQAPageState(); } class _FQAPageState ex...
3
Sweetyrawat-star/weatherapp
840dfd3
lib/main.dart
Dart
www.github.com/Sweetyrawat-star/weatherapp/tree/main/lib/main.dart
https://raw.githubusercontent.com/Sweetyrawat-star/weatherapp/840dfd3/lib/main.dart
Sweetyrawat-star/weatherapp 840dfd3 lib/main.dart
true
200
801
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:weatherapp/dependency_injection/get_it.dart'; import 'package:weatherapp/presentation/view/splashScreen.dart'; void main() { runApp(const MyApp()); WidgetsFlutterBinding.ensureInitialized(); SystemChrome.setPreferredO...
4
Aanandvyas/Saferide
5df2e32
user_app/lib/pages/driverInfoScreen.dart
Dart
www.github.com/Aanandvyas/Saferide/tree/main/user_app/lib/pages/driverInfoScreen.dart
https://raw.githubusercontent.com/Aanandvyas/Saferide/5df2e32/user_app/lib/pages/driverInfoScreen.dart
Aanandvyas/Saferide 5df2e32 user_app/lib/pages/driverInfoScreen.dart
true
200
8,241
import 'package:flutter/material.dart'; import 'package:user_app/pages/drawer_screen.dart'; import 'package:user_app/pages/lastScreen.dart'; // Assuming HomePage exists import 'dart:async'; // For Future.delayed import 'package:url_launcher/url_launcher.dart'; // Import url_launcher package class DriverInfoScreen exte...
7
kingsmen1/Fostr-Book-Reading-App
0fb3eec
lib/models/BookClubModel/BookClubModel.dart
Dart
www.github.com/kingsmen1/Fostr-Book-Reading-App/tree/main/lib/models/BookClubModel/BookClubModel.dart
https://raw.githubusercontent.com/kingsmen1/Fostr-Book-Reading-App/0fb3eec/lib/models/BookClubModel/BookClubModel.dart
kingsmen1/Fostr-Book-Reading-App 0fb3eec lib/models/BookClubModel/BookClubModel.dart
true
200
2,136
import 'package:json_annotation/json_annotation.dart'; part 'BookClubModel.g.dart'; @JsonSerializable(explicitToJson: true, anyMap: true) class BookClubModel { String id; int adminAccounts; String? adminProfile; List<String> adminUsers; String? bookClubBio; String bookClubName; String? bookClubProfile; ...
0
bailerG/academy_projeto_final
664d6cf
lib/dealer_app/presentation/pages/login_screen.dart
Dart
www.github.com/bailerG/academy_projeto_final/tree/main/lib/dealer_app/presentation/pages/login_screen.dart
https://raw.githubusercontent.com/bailerG/academy_projeto_final/664d6cf/lib/dealer_app/presentation/pages/login_screen.dart
bailerG/academy_projeto_final 664d6cf lib/dealer_app/presentation/pages/login_screen.dart
true
200
5,552
import 'package:flutter/material.dart'; import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:provider/provider.dart'; import '../state/login_screen_state.dart'; import '../state/main_state.dart'; import '../utils/header.dart'; import '../utils/large_button.dart'; import '../utils/text_field.da...
2
Alpha-DIALLO-224/pellel-connect-mobile
e4e9b33
lib/layout/header.dart
Dart
www.github.com/Alpha-DIALLO-224/pellel-connect-mobile/tree/main/lib/layout/header.dart
https://raw.githubusercontent.com/Alpha-DIALLO-224/pellel-connect-mobile/e4e9b33/lib/layout/header.dart
Alpha-DIALLO-224/pellel-connect-mobile e4e9b33 lib/layout/header.dart
true
200
1,431
import 'package:flutter/material.dart'; class Header extends StatelessWidget implements PreferredSizeWidget { final String title; // Propriété pour le titre @override final Size preferredSize; Header({super.key, required this.title}) : preferredSize = Size.fromHeight(kToolbarHeight); @override Wid...
6
Alhafid213307047/AKADEMI_ID
8d749c9
lib/Admin/dashboardAdmin.dart
Dart
www.github.com/Alhafid213307047/AKADEMI_ID/tree/main/lib/Admin/dashboardAdmin.dart
https://raw.githubusercontent.com/Alhafid213307047/AKADEMI_ID/8d749c9/lib/Admin/dashboardAdmin.dart
Alhafid213307047/AKADEMI_ID 8d749c9 lib/Admin/dashboardAdmin.dart
true
200
8,649
import 'package:akademi_id/Admin/dataSiswa.dart'; import 'package:akademi_id/Admin/hasilTesSiswa.dart'; import 'package:akademi_id/screen/loginOption.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; class DashboardA...
5
Devdeejay27/Taskly
6252cd7
lib/utilities/dialog_box.dart
Dart
www.github.com/Devdeejay27/Taskly/tree/main/lib/utilities/dialog_box.dart
https://raw.githubusercontent.com/Devdeejay27/Taskly/6252cd7/lib/utilities/dialog_box.dart
Devdeejay27/Taskly 6252cd7 lib/utilities/dialog_box.dart
true
200
1,421
import 'package:flutter/material.dart'; import 'package:taskly/utilities/my_button.dart'; class DialogBox extends StatelessWidget { final controller; final VoidCallback onSave; final VoidCallback onCancel; const DialogBox({ super.key, required this.controller, required this.onSave, required th...
1
Fawadali521/FiftyOneStore
4be0807
lib/Landing.dart
Dart
www.github.com/Fawadali521/FiftyOneStore/tree/main/lib/Landing.dart
https://raw.githubusercontent.com/Fawadali521/FiftyOneStore/4be0807/lib/Landing.dart
Fawadali521/FiftyOneStore 4be0807 lib/Landing.dart
true
200
992
// ignore_for_file: file_names import 'package:fiftyonestores/src/modules/auth/signin/SignIn.dart'; import 'src/modules/index.dart'; class Landing extends StatefulWidget { const Landing({super.key}); @override LandingState createState() => LandingState(); } class LandingState extends State<Landing> { @overr...
7
Kishore-kumar-07/Flutter-Movie-App
42be1f8
movie/lib/main.dart
Dart
www.github.com/Kishore-kumar-07/Flutter-Movie-App/tree/main/movie/lib/main.dart
https://raw.githubusercontent.com/Kishore-kumar-07/Flutter-Movie-App/42be1f8/movie/lib/main.dart
Kishore-kumar-07/Flutter-Movie-App 42be1f8 movie/lib/main.dart
true
200
346
import 'package:flutter/material.dart'; import 'package:movie/pages/home_page.dart'; void main(){ return runApp(MyApp()); } class MyApp extends StatelessWidget{ const MyApp({super.key}); @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, hom...
4
m-hossein-azizi/ToDoList
97a03fc
lib/screens/edit/edit.dart
Dart
www.github.com/m-hossein-azizi/ToDoList/tree/main/lib/screens/edit/edit.dart
https://raw.githubusercontent.com/m-hossein-azizi/ToDoList/97a03fc/lib/screens/edit/edit.dart
m-hossein-azizi/ToDoList 97a03fc lib/screens/edit/edit.dart
true
200
5,548
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:todolist/data/data.dart'; import 'package:todolist/data/repo/repository.dart'; import 'package:todolist/main.dart'; class EditTaskScreen extends StatefulWidget { final TaskEntity ...
3
YehyaAjour/cloud_hospital_flutter_web
21ee225
lib/pages/overview/widgets/overview_cards_large.dart
Dart
www.github.com/YehyaAjour/cloud_hospital_flutter_web/tree/main/lib/pages/overview/widgets/overview_cards_large.dart
https://raw.githubusercontent.com/YehyaAjour/cloud_hospital_flutter_web/21ee225/lib/pages/overview/widgets/overview_cards_large.dart
YehyaAjour/cloud_hospital_flutter_web 21ee225 lib/pages/overview/widgets/overview_cards_large.dart
true
200
1,505
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../../../controllers/dashboard_controller.dart'; import 'info_card.dart'; class OverviewCardsLargeScreen extends StatelessWidget { DashboardController dashboardController = Get.find(); @override Widget build(BuildContext context) { ...
2
daniele992/gestionale_calcio_mvc_flutter
3e8bf43
lib/src/features/authentication/view/forget_password/forget_password_mail/forget_password_mail.dart
Dart
www.github.com/daniele992/gestionale_calcio_mvc_flutter/tree/main/lib/src/features/authentication/view/forget_password/forget_password_mail/forget_password_mail.dart
https://raw.githubusercontent.com/daniele992/gestionale_calcio_mvc_flutter/3e8bf43/lib/src/features/authentication/view/forget_password/forget_password_mail/forget_password_mail.dart
daniele992/gestionale_calcio_mvc_flutter 3e8bf43 lib/src/features/authentication/view/forget_password/forget_password_mail/forget_password_mail.dart
true
200
2,524
import 'package:flutter/material.dart'; import 'package:gestionale_calcio_mvc_flutter/src/common_widgets/form/form_header_widget.dart'; import 'package:gestionale_calcio_mvc_flutter/src/constants/image_strings.dart'; import 'package:gestionale_calcio_mvc_flutter/src/constants/sizes.dart'; import 'package:gestionale_cal...
6
jokilic/balun
fd28c91
lib/models/standings/standing/team_standing.dart
Dart
www.github.com/jokilic/balun/tree/main/lib/models/standings/standing/team_standing.dart
https://raw.githubusercontent.com/jokilic/balun/fd28c91/lib/models/standings/standing/team_standing.dart
jokilic/balun fd28c91 lib/models/standings/standing/team_standing.dart
true
200
2,803
import '../team/team.dart'; import 'standing_statistics.dart'; class TeamStanding { final int? rank; final Team? team; final int? points; final int? goalsDiff; final String? group; final String? form; final String? status; final String? description; final StandingStatistics? all; final StandingStat...
0
ServeDynamicUI/serve_dynamic_ui
9443881
lib/src/dtos/action_dto/action_dto.dart
Dart
www.github.com/ServeDynamicUI/serve_dynamic_ui/tree/main/lib/src/dtos/action_dto/action_dto.dart
https://raw.githubusercontent.com/ServeDynamicUI/serve_dynamic_ui/9443881/lib/src/dtos/action_dto/action_dto.dart
ServeDynamicUI/serve_dynamic_ui 9443881 lib/src/dtos/action_dto/action_dto.dart
true
200
663
import 'package:json_annotation/json_annotation.dart'; part 'action_dto.g.dart'; ///[ActionDTO] contains the properties required in executing an action. /// /// *[actionString] : string to identify unique action that performs a unique task. /// *[extras] : map to where you can pass data required for that action to be...
5
epsbone/flutter_app
cd8d836
lib/models/leaderboard.dart
Dart
www.github.com/epsbone/flutter_app/tree/main/lib/models/leaderboard.dart
https://raw.githubusercontent.com/epsbone/flutter_app/cd8d836/lib/models/leaderboard.dart
epsbone/flutter_app cd8d836 lib/models/leaderboard.dart
true
200
554
import 'dart:convert'; class Leaderboard { String? img; String name; int steps; Leaderboard({ this.img, required this.name, required this.steps, }); factory Leaderboard.fromJson(String str) => Leaderboard.fromMap(json.decode(str)); String toRawJson() => json.encode(toMap()); factory Lea...
1
bader-ba3/ba3_business_solutions
f1ac304
lib/view/patterns/pages/all_pattern_page.dart
Dart
www.github.com/bader-ba3/ba3_business_solutions/tree/main/lib/view/patterns/pages/all_pattern_page.dart
https://raw.githubusercontent.com/bader-ba3/ba3_business_solutions/f1ac304/lib/view/patterns/pages/all_pattern_page.dart
bader-ba3/ba3_business_solutions f1ac304 lib/view/patterns/pages/all_pattern_page.dart
true
200
845
import 'package:ba3_business_solutions/controller/pattern/pattern_controller.dart'; import 'package:ba3_business_solutions/view/patterns/pages/add_pattern_page.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../../../core/shared/Widgets/new_pluto.dart'; class AllPatternPage exten...
7
bbia564/rental
5396c9c
lib/app/modules/rental_page/views/rental_detail_cell.dart
Dart
www.github.com/bbia564/rental/tree/main/lib/app/modules/rental_page/views/rental_detail_cell.dart
https://raw.githubusercontent.com/bbia564/rental/5396c9c/lib/app/modules/rental_page/views/rental_detail_cell.dart
bbia564/rental 5396c9c lib/app/modules/rental_page/views/rental_detail_cell.dart
true
200
6,684
import 'dart:convert'; import 'package:bot_toast/bot_toast.dart'; import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:get/get.dart'; import 'package:rental_manager/app/data/database.dart'; import 'package:rental_manager/app/data/equipment_models.dart'; i...
3
izzalDev/PPB_A11.4721
c145120
praktikum_9/warung_ajib/lib/views/payment_page.dart
Dart
www.github.com/izzalDev/PPB_A11.4721/tree/main/praktikum_9/warung_ajib/lib/views/payment_page.dart
https://raw.githubusercontent.com/izzalDev/PPB_A11.4721/c145120/praktikum_9/warung_ajib/lib/views/payment_page.dart
izzalDev/PPB_A11.4721 c145120 praktikum_9/warung_ajib/lib/views/payment_page.dart
true
200
2,906
import 'package:flutter/material.dart'; import 'package:warung_ajib/models/product.dart'; class PaymentPage extends StatelessWidget { final int? totalTransaction; final Map<Product, int>? productQuantityMap; final VoidCallback? onPaymentComplete; const PaymentPage({ super.key, this.totalTransaction, ...
4
Lukezet/InvitationCard
f5430bc
invitation_card_app/lib/widgets/page_custom.dart
Dart
www.github.com/Lukezet/InvitationCard/tree/main/invitation_card_app/lib/widgets/page_custom.dart
https://raw.githubusercontent.com/Lukezet/InvitationCard/f5430bc/invitation_card_app/lib/widgets/page_custom.dart
Lukezet/InvitationCard f5430bc invitation_card_app/lib/widgets/page_custom.dart
true
200
1,752
import 'package:flutter/material.dart'; import 'text_button.dart'; class CustomPageOne extends StatelessWidget { final String iconPic; final String titleOne; final String creditsOne; final String buttonText; const CustomPageOne({super.key, required this.iconPic, required this.titleOne, required...
2
ziggy010/hive_practice
b77ebbd
lib/main.dart
Dart
www.github.com/ziggy010/hive_practice/tree/main/lib/main.dart
https://raw.githubusercontent.com/ziggy010/hive_practice/b77ebbd/lib/main.dart
ziggy010/hive_practice b77ebbd lib/main.dart
true
200
504
import 'package:flutter/material.dart'; import 'package:hive/hive.dart'; import 'package:hive_flutter/hive_flutter.dart'; import 'pages/HomePage.dart'; void main(List<String> args) async { await Hive.initFlutter(); var box = await Hive.openBox('mybox'); runApp(MyApp()); } class MyApp extends StatelessWidget ...
6
sirmartin951/project
fbd31c5
lib/search_screen.dart
Dart
www.github.com/sirmartin951/project/tree/main/lib/search_screen.dart
https://raw.githubusercontent.com/sirmartin951/project/fbd31c5/lib/search_screen.dart
sirmartin951/project fbd31c5 lib/search_screen.dart
true
200
6,973
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; import 'package:project/models/location_model.dart'; import 'package:project/shared_widgets/info_design.dart'; class SearchScreen extends StatefulWidget { @override _SearchScreenState createState() => _SearchScreenState(...
0