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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
AyobamiMichael/hospital_app | 6ff8ff0 | hospital_app/lib/hospitalwidgets/datalisttocloud.dart | Dart | www.github.com/AyobamiMichael/hospital_app/tree/main/hospital_app/lib/hospitalwidgets/datalisttocloud.dart | https://raw.githubusercontent.com/AyobamiMichael/hospital_app/6ff8ff0/hospital_app/lib/hospitalwidgets/datalisttocloud.dart | AyobamiMichael/hospital_app 6ff8ff0 hospital_app/lib/hospitalwidgets/datalisttocloud.dart | true | 200 | 6,246 | import 'package:flutter/material.dart';
import 'package:hospital_app/providers/cloudprovider.dart';
//import 'package:hospital_app/providers/dataprovider.dart';
import 'package:hospital_app/providers/directoryprovider.dart';
import 'package:hospital_app/providers/filesavingprovider.dart';
//import 'package:hospital_app... | 1 |
COS-IT-FLOWS/Gather | 655a679 | test/models/data_text_form_model_test.dart | Dart | www.github.com/COS-IT-FLOWS/Gather/tree/main/test/models/data_text_form_model_test.dart | https://raw.githubusercontent.com/COS-IT-FLOWS/Gather/655a679/test/models/data_text_form_model_test.dart | COS-IT-FLOWS/Gather 655a679 test/models/data_text_form_model_test.dart | true | 200 | 1,606 | import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:gather/components/data_text_form_widget.dart'; // Adjust the import as necessary
import 'package:gather/models/data_text_form_model.dart';
import 'package:mockito/mockito.dart'; // Adjust the import as necessary
vo... | 7 |
MaxTkachuk03/todoshka | ab4c961 | lib/models/tasks/model/tasks_model.dart | Dart | www.github.com/MaxTkachuk03/todoshka/tree/main/lib/models/tasks/model/tasks_model.dart | https://raw.githubusercontent.com/MaxTkachuk03/todoshka/ab4c961/lib/models/tasks/model/tasks_model.dart | MaxTkachuk03/todoshka ab4c961 lib/models/tasks/model/tasks_model.dart | true | 200 | 3,667 | // ignore_for_file: public_member_api_docs, sort_constructors_first, must_be_immutable
import 'package:equatable/equatable.dart';
import 'package:json_annotation/json_annotation.dart';
part 'tasks_model.g.dart';
//! Спробував розширення
@JsonSerializable()
class Tasks extends Equatable {
Tasks({
required this.t... | 6 |
gipre2002/syncare | f7d590c | medicinerequest.dart | Dart | www.github.com/gipre2002/syncare/tree/main/medicinerequest.dart | https://raw.githubusercontent.com/gipre2002/syncare/f7d590c/medicinerequest.dart | gipre2002/syncare f7d590c medicinerequest.dart | true | 200 | 12,805 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
class MedicineRequestPage extends StatefulWidget {
const MedicineRequestPage({super.key});
@override
_MedicineRequestPageSta... | 0 |
MKS-TEC/conecta-movil-app | c2d6333 | lib/presentation/onboarding/onboarding.dart | Dart | www.github.com/MKS-TEC/conecta-movil-app/tree/main/lib/presentation/onboarding/onboarding.dart | https://raw.githubusercontent.com/MKS-TEC/conecta-movil-app/c2d6333/lib/presentation/onboarding/onboarding.dart | MKS-TEC/conecta-movil-app c2d6333 lib/presentation/onboarding/onboarding.dart | true | 200 | 1,135 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
class SplashScreen extends StatefulWidget {
SplashScreen({Key? key}) : super(key: key);
@override
State<SplashScreen> createState() => _SplashScreenState();
}
class _SplashScreenState extends State<SplashScreen> {
@override
Wid... | 3 |
assem16399/GoldPyra-Currency-Compass-Flutter-App | d8f1b38 | test/src/features/currency/data/data_sources/currency_exchange_rate_remote_data_source_test.dart | Dart | www.github.com/assem16399/GoldPyra-Currency-Compass-Flutter-App/tree/main/test/src/features/currency/data/data_sources/currency_exchange_rate_remote_data_source_test.dart | https://raw.githubusercontent.com/assem16399/GoldPyra-Currency-Compass-Flutter-App/d8f1b38/test/src/features/currency/data/data_sources/currency_exchange_rate_remote_data_source_test.dart | assem16399/GoldPyra-Currency-Compass-Flutter-App d8f1b38 test/src/features/currency/data/data_sources/currency_exchange_rate_remote_data_source_test.dart | true | 200 | 3,378 | import 'dart:convert';
import 'package:dio/dio.dart';
import 'package:exchange_rates/src/core/constants/end_points.dart';
import 'package:exchange_rates/src/core/network/web_service.dart';
import 'package:exchange_rates/src/features/currency/data/data_sources/currency_exchange_rate_remote_data_source.dart';
import 'pa... | 5 |
Alfourqan/agripote | 10fa8a7 | lib/screens/home/components/about_services.dart | Dart | www.github.com/Alfourqan/agripote/tree/main/lib/screens/home/components/about_services.dart | https://raw.githubusercontent.com/Alfourqan/agripote/10fa8a7/lib/screens/home/components/about_services.dart | Alfourqan/agripote 10fa8a7 lib/screens/home/components/about_services.dart | true | 200 | 3,392 | import 'package:agripote/constants.dart';
import 'package:agripote/screens/login/screens/login_screen.dart';
import 'package:agripote/screens/login/screens/signup_screen.dart';
import 'package:auto_size_text/auto_size_text.dart';
import 'package:flutter/material.dart';
class AboutSection extends StatelessWidget {
co... | 1 |
MG-Innovations/Wareflow-mobile | 34bc06c | lib/modules/products/screens/screen_product_listing.dart | Dart | www.github.com/MG-Innovations/Wareflow-mobile/tree/main/lib/modules/products/screens/screen_product_listing.dart | https://raw.githubusercontent.com/MG-Innovations/Wareflow-mobile/34bc06c/lib/modules/products/screens/screen_product_listing.dart | MG-Innovations/Wareflow-mobile 34bc06c lib/modules/products/screens/screen_product_listing.dart | true | 200 | 3,928 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:phosphor_flutter/phosphor_flutter.dart';
import 'package:wareflow/common/widget_not_found.dart';
import 'package:wareflow/utils/dio.dart';
import '../../../widgets/common_textfield.dart';
import '../api/product_api.dart';
import '../models/m... | 7 |
polawahba2/ODC_Project | 49e5d0e | lib/Screens/AllExamScreens.dart/ProcessCompletedScreen.dart | Dart | www.github.com/polawahba2/ODC_Project/tree/main/lib/Screens/AllExamScreens.dart/ProcessCompletedScreen.dart | https://raw.githubusercontent.com/polawahba2/ODC_Project/49e5d0e/lib/Screens/AllExamScreens.dart/ProcessCompletedScreen.dart | polawahba2/ODC_Project 49e5d0e lib/Screens/AllExamScreens.dart/ProcessCompletedScreen.dart | true | 200 | 2,090 | import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import 'package:odc_project/Compounent/MyButton.dart';
import 'package:odc_project/Cubit/AppCubit/AppCubit.dart';
import 'package:odc_project/Screens/HomeScreen/HomeScreen.dart';
import '../../Compounent/Consts.dart';
import '../../Compoune... | 2 |
Obaidkhan19/Doctor_App | d726f37 | lib/models/online_status.dart | Dart | www.github.com/Obaidkhan19/Doctor_App/tree/main/lib/models/online_status.dart | https://raw.githubusercontent.com/Obaidkhan19/Doctor_App/d726f37/lib/models/online_status.dart | Obaidkhan19/Doctor_App d726f37 lib/models/online_status.dart | true | 200 | 752 | class OnlineStatusRequest {
String? doctorId;
String? dayDate;
String? branchId;
String? token;
String? isOnline;
OnlineStatusRequest(
{this.doctorId, this.dayDate, this.branchId, this.token, this.isOnline});
OnlineStatusRequest.fromJson(Map<String, dynamic> json) {
doctorId = json[... | 3 |
tharak1/New-Prism | ad15d24 | lib/screens/student_screens/performance_screens/widgets/performance_card.dart | Dart | www.github.com/tharak1/New-Prism/tree/main/lib/screens/student_screens/performance_screens/widgets/performance_card.dart | https://raw.githubusercontent.com/tharak1/New-Prism/ad15d24/lib/screens/student_screens/performance_screens/widgets/performance_card.dart | tharak1/New-Prism ad15d24 lib/screens/student_screens/performance_screens/widgets/performance_card.dart | true | 200 | 1,969 | import 'package:flutter/material.dart';
import 'package:new_prism/screens/student_screens/attendance_screen/widgets/linear_proress_bar.dart';
class PerformanceCard extends StatelessWidget {
const PerformanceCard({
super.key,
required this.name,
required this.percentage,
required this.amount,
});
... | 4 |
QDMS/LOJ_servers_side | e987349 | lib/screens/auth/widgets/text_widget.dart | Dart | www.github.com/QDMS/LOJ_servers_side/tree/main/lib/screens/auth/widgets/text_widget.dart | https://raw.githubusercontent.com/QDMS/LOJ_servers_side/e987349/lib/screens/auth/widgets/text_widget.dart | QDMS/LOJ_servers_side e987349 lib/screens/auth/widgets/text_widget.dart | true | 200 | 801 | // ignore_for_file: public_member_api_docs, sort_constructors_first, must_be_immutable
import 'package:flutter/material.dart';
class TextWidget extends StatelessWidget {
TextWidget({
Key? key,
required this.text,
required this.color,
required this.textSize,
this.isTitle = false,
this.maxLines... | 0 |
Kbn05/Flutter-Projects | d89d687 | parcial_final/lib/views/loginScreen.dart | Dart | www.github.com/Kbn05/Flutter-Projects/tree/main/parcial_final/lib/views/loginScreen.dart | https://raw.githubusercontent.com/Kbn05/Flutter-Projects/d89d687/parcial_final/lib/views/loginScreen.dart | Kbn05/Flutter-Projects d89d687 parcial_final/lib/views/loginScreen.dart | true | 200 | 9,069 | import 'package:flutter/material.dart';
import 'package:flutter/scheduler.dart' show timeDilation;
import 'package:flutter_login/flutter_login.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:get/get.dart';
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
impor... | 5 |
sanjaycheemeni/Makeatable | 61f7f3d | makeatable/lib/view/profile/screen_profile_manager.dart | Dart | www.github.com/sanjaycheemeni/Makeatable/tree/main/makeatable/lib/view/profile/screen_profile_manager.dart | https://raw.githubusercontent.com/sanjaycheemeni/Makeatable/61f7f3d/makeatable/lib/view/profile/screen_profile_manager.dart | sanjaycheemeni/Makeatable 61f7f3d makeatable/lib/view/profile/screen_profile_manager.dart | true | 200 | 2,726 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:makeatable/util/constants/color_constants.dart';
import 'package:makeatable/view/auth_module/pages/screen_login.dart';
import 'package:makeatable/view/profile/screen_profile_editmanager.dart';
import 'package:makeatable/view/shared/m... | 6 |
JayKosambiya/MVVM_Architecture_Training | a4e89db | Login_Registration_Clone/lib/ViewModel/ProductsViewModel/Products_ViewModel.dart | Dart | www.github.com/JayKosambiya/MVVM_Architecture_Training/tree/main/Login_Registration_Clone/lib/ViewModel/ProductsViewModel/Products_ViewModel.dart | https://raw.githubusercontent.com/JayKosambiya/MVVM_Architecture_Training/a4e89db/Login_Registration_Clone/lib/ViewModel/ProductsViewModel/Products_ViewModel.dart | JayKosambiya/MVVM_Architecture_Training a4e89db Login_Registration_Clone/lib/ViewModel/ProductsViewModel/Products_ViewModel.dart | true | 200 | 4,871 | import 'package:flutter/foundation.dart';
import 'package:login_registration_clone/Data/Response/api_response.dart';
import 'package:login_registration_clone/Repository/ProductRepository/product_repository.dart';
import '../../Model/ProductModels/ProductModel.dart';
class ProductViewModel with ChangeNotifier{
fina... | 1 |
Hasib74/asa_zaoa | 0327174 | lib/src/featchers/drawer/screen/section/drawer_header.dart | Dart | www.github.com/Hasib74/asa_zaoa/tree/main/lib/src/featchers/drawer/screen/section/drawer_header.dart | https://raw.githubusercontent.com/Hasib74/asa_zaoa/0327174/lib/src/featchers/drawer/screen/section/drawer_header.dart | Hasib74/asa_zaoa 0327174 lib/src/featchers/drawer/screen/section/drawer_header.dart | true | 200 | 1,307 | import 'package:asa_zaoa/src/core/utils/app_spaces.dart';
import 'package:asa_zaoa/src/core/widgets/app_button.dart';
import 'package:asa_zaoa/src/core/widgets/app_toggle_widgets.dart';
import 'package:flutter/material.dart';
import '../../../../core/themes/app_text_style.dart';
class AppDrawerHeader extends Stateles... | 7 |
hamzairfanmrf/eventappnew | 8300a63 | lib/view/authentication/otp_screen.dart | Dart | www.github.com/hamzairfanmrf/eventappnew/tree/main/lib/view/authentication/otp_screen.dart | https://raw.githubusercontent.com/hamzairfanmrf/eventappnew/8300a63/lib/view/authentication/otp_screen.dart | hamzairfanmrf/eventappnew 8300a63 lib/view/authentication/otp_screen.dart | true | 200 | 5,892 | import 'package:eventappnew/view/authentication/password_screen.dart';
import 'package:flutter/material.dart';
import 'package:otp_text_field/otp_field.dart';
import 'package:otp_text_field/style.dart';
import 'package:provider/provider.dart';
import '../../view_model/event_provider.dart';
import '../home/home_screen.... | 3 |
jailtonmendes/flutter-base | 6ce2d6c | reference_code/lib/pages/container/container_page.dart | Dart | www.github.com/jailtonmendes/flutter-base/tree/main/reference_code/lib/pages/container/container_page.dart | https://raw.githubusercontent.com/jailtonmendes/flutter-base/6ce2d6c/reference_code/lib/pages/container/container_page.dart | jailtonmendes/flutter-base 6ce2d6c reference_code/lib/pages/container/container_page.dart | true | 200 | 1,043 | import 'package:flutter/material.dart';
class ContainerPage extends StatelessWidget {
const ContainerPage({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Container'),
),
body: Center(
child: Container(
... | 0 |
sergiusgeoffrey/Pantra | 036bb47 | lib/services/event/event.dart | Dart | www.github.com/sergiusgeoffrey/Pantra/tree/main/lib/services/event/event.dart | https://raw.githubusercontent.com/sergiusgeoffrey/Pantra/036bb47/lib/services/event/event.dart | sergiusgeoffrey/Pantra 036bb47 lib/services/event/event.dart | true | 200 | 2,404 | import 'package:pantra_project/models/event.dart';
import 'dart:convert';
import 'package:intl/intl.dart';
import 'package:pantra_project/models/string_obj.dart';
import 'package:http/http.dart' as http;
class EventService {
Future<List<Event>> getAllData({
int eventYear = 0,
String type = "",
String or... | 2 |
Qsuma/aereopuerto_proyecto_UCI | 0e362b9 | lib/providers/bloc/loguinBloc/validators.dart | Dart | www.github.com/Qsuma/aereopuerto_proyecto_UCI/tree/main/lib/providers/bloc/loguinBloc/validators.dart | https://raw.githubusercontent.com/Qsuma/aereopuerto_proyecto_UCI/0e362b9/lib/providers/bloc/loguinBloc/validators.dart | Qsuma/aereopuerto_proyecto_UCI 0e362b9 lib/providers/bloc/loguinBloc/validators.dart | true | 200 | 1,725 | import 'dart:async';
mixin Validators {
final validarEmail =
StreamTransformer<String, String>.fromHandlers(handleData: (email, sink) {
Pattern pattern =
r'^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA... | 5 |
raghiiboiibaxtor/nifti_capstone | 26e9390 | lib/functions/functions.dart | Dart | www.github.com/raghiiboiibaxtor/nifti_capstone/tree/main/lib/functions/functions.dart | https://raw.githubusercontent.com/raghiiboiibaxtor/nifti_capstone/26e9390/lib/functions/functions.dart | raghiiboiibaxtor/nifti_capstone 26e9390 lib/functions/functions.dart | true | 200 | 12,494 | //import 'dart:js_interop';
import 'dart:typed_data';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'dart:math';
import 'package:flutter/foundation.dart';
/* * ---------------- * END OF PACKAGES *... | 4 |
FathiyahAzzahra/Education-NgodeYuk | 8d0f2b2 | lib/screens/payment/invoice_page.dart | Dart | www.github.com/FathiyahAzzahra/Education-NgodeYuk/tree/main/lib/screens/payment/invoice_page.dart | https://raw.githubusercontent.com/FathiyahAzzahra/Education-NgodeYuk/8d0f2b2/lib/screens/payment/invoice_page.dart | FathiyahAzzahra/Education-NgodeYuk 8d0f2b2 lib/screens/payment/invoice_page.dart | true | 200 | 4,931 | import 'package:flutter/material.dart';
import '../home/home_page.dart';
class InvoicePage extends StatelessWidget {
final Map<String, String> course;
InvoicePage({required this.course});
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Color(0xFFEDE68A),
appBa... | 6 |
Sochika/RApp | 6a00e6d | lib/data/source/network/model/teamsheet/Teamsheetresponse.dart | Dart | www.github.com/Sochika/RApp/tree/main/lib/data/source/network/model/teamsheet/Teamsheetresponse.dart | https://raw.githubusercontent.com/Sochika/RApp/6a00e6d/lib/data/source/network/model/teamsheet/Teamsheetresponse.dart | Sochika/RApp 6a00e6d lib/data/source/network/model/teamsheet/Teamsheetresponse.dart | true | 200 | 688 | import '../teamsheet/Data.dart';
class Teamsheetresponse {
Teamsheetresponse({
required this.status,
required this.message,
required this.statusCode,
required this.data,
});
factory Teamsheetresponse.fromJson(dynamic json) {
return Teamsheetresponse(
status: json['status'],
m... | 1 |
IsaiSelvamSamSidhSoftwareSolutions/InventoryApp | e4e0e3d | lib/Auth/deleteAccount.dart | Dart | www.github.com/IsaiSelvamSamSidhSoftwareSolutions/InventoryApp/tree/main/lib/Auth/deleteAccount.dart | https://raw.githubusercontent.com/IsaiSelvamSamSidhSoftwareSolutions/InventoryApp/e4e0e3d/lib/Auth/deleteAccount.dart | IsaiSelvamSamSidhSoftwareSolutions/InventoryApp e4e0e3d lib/Auth/deleteAccount.dart | true | 200 | 4,098 | import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:get_storage/get_storage.dart';
import 'login_page.dart';
class DeleteAccountPage extends StatefulWidget {
@override
_DeleteAccountPageState createState() => _DeleteAccountPageState();
}
class _DeleteAccountPageState e... | 7 |
Mostafa-ElHelaly/temry-market | ffb7795 | lib/domain/entities/respies/respies.dart | Dart | www.github.com/Mostafa-ElHelaly/temry-market/tree/main/lib/domain/entities/respies/respies.dart | https://raw.githubusercontent.com/Mostafa-ElHelaly/temry-market/ffb7795/lib/domain/entities/respies/respies.dart | Mostafa-ElHelaly/temry-market ffb7795 lib/domain/entities/respies/respies.dart | true | 200 | 286 | import 'package:equatable/equatable.dart';
class Recipes extends Equatable {
final String id;
final String name;
final String image;
const Recipes({
required this.id,
required this.name,
required this.image,
});
@override
List<Object?> get props => [id];
}
| 3 |
MahdiKsh/product_list | ad02000 | lib/screens/setting/setting.dart | Dart | www.github.com/MahdiKsh/product_list/tree/main/lib/screens/setting/setting.dart | https://raw.githubusercontent.com/MahdiKsh/product_list/ad02000/lib/screens/setting/setting.dart | MahdiKsh/product_list ad02000 lib/screens/setting/setting.dart | true | 200 | 3,143 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:get/get.dart';
import 'package:rebix_test_project/components/components.dart';
class Setting extends StatefulWidget {
const Setting({Key? key}) : super(key: key);
@override
State<Setting> create... | 2 |
Yoanna-Nabil/GraduationProject-SaveKnee-App | 4b32a7a | lib/models/doctor_list_provider.dart | Dart | www.github.com/Yoanna-Nabil/GraduationProject-SaveKnee-App/tree/main/lib/models/doctor_list_provider.dart | https://raw.githubusercontent.com/Yoanna-Nabil/GraduationProject-SaveKnee-App/4b32a7a/lib/models/doctor_list_provider.dart | Yoanna-Nabil/GraduationProject-SaveKnee-App 4b32a7a lib/models/doctor_list_provider.dart | true | 200 | 3,161 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:save_knee_23/models/doctor_class.dart';
import 'chatlist_data_class.dart';
class DrListProvider extends ChangeNotifier {
final List<Doctor> _doctorList = ... | 5 |
ndomx/Gate | ea3c37f | clients/flutter_client/lib/src/screens/settings_screen.dart | Dart | www.github.com/ndomx/Gate/tree/main/clients/flutter_client/lib/src/screens/settings_screen.dart | https://raw.githubusercontent.com/ndomx/Gate/ea3c37f/clients/flutter_client/lib/src/screens/settings_screen.dart | ndomx/Gate ea3c37f clients/flutter_client/lib/src/screens/settings_screen.dart | true | 200 | 807 | import 'package:flutter/material.dart';
import 'package:flutter_client/src/controllers/settings_controller.dart';
import 'package:flutter_client/src/services/auth_service.dart';
import 'package:flutter_client/src/widgets/settings/signed_in_settings_view.dart';
import 'package:flutter_client/src/widgets/settings/signed_... | 4 |
Anar95/Flutter_Educate | b4f3534 | flutter_educate_101/lib/main.dart | Dart | www.github.com/Anar95/Flutter_Educate/tree/main/flutter_educate_101/lib/main.dart | https://raw.githubusercontent.com/Anar95/Flutter_Educate/b4f3534/flutter_educate_101/lib/main.dart | Anar95/Flutter_Educate b4f3534 flutter_educate_101/lib/main.dart | true | 200 | 432 | import 'package:flutter/material.dart';
import 'gridview.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key});
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
title: 'Flutter Demo',
... | 0 |
DEVI2899/login_project | 7d81b21 | login/lib/view/scanner_page.dart | Dart | www.github.com/DEVI2899/login_project/tree/main/login/lib/view/scanner_page.dart | https://raw.githubusercontent.com/DEVI2899/login_project/7d81b21/login/lib/view/scanner_page.dart | DEVI2899/login_project 7d81b21 login/lib/view/scanner_page.dart | true | 200 | 2,773 | import 'package:barcode_scan2/platform_wrapper.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:login/view/url_page.dart';
import 'package:mobile_scanner/mobile_scanner.dart';
class ScannerPage extends StatefulWidget {
c... | 6 |
RahmiTufanoglu/bootstrap_flutter_app | 14b12a2 | lib/login_page.dart | Dart | www.github.com/RahmiTufanoglu/bootstrap_flutter_app/tree/main/lib/login_page.dart | https://raw.githubusercontent.com/RahmiTufanoglu/bootstrap_flutter_app/14b12a2/lib/login_page.dart | RahmiTufanoglu/bootstrap_flutter_app 14b12a2 lib/login_page.dart | true | 200 | 6,289 | import 'dart:developer' as debug;
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:form_app/email_field.dart';
import 'package:form_app/forgot_password_page.dart';
import 'package:form_app/form_data.dart';
import 'package:form_app/password_field.dart';
im... | 1 |
BhupendraBachhav/NotesAppFlutter | 0a624c7 | lib/constants/models/screens/edit.dart | Dart | www.github.com/BhupendraBachhav/NotesAppFlutter/tree/main/lib/constants/models/screens/edit.dart | https://raw.githubusercontent.com/BhupendraBachhav/NotesAppFlutter/0a624c7/lib/constants/models/screens/edit.dart | BhupendraBachhav/NotesAppFlutter 0a624c7 lib/constants/models/screens/edit.dart | true | 200 | 3,123 | import 'package:flutter/material.dart';
import '../note.dart';
class EditScreen extends StatefulWidget {
final Note? note;
const EditScreen({super.key, this.note});
@override
State<EditScreen> createState() => _EditScreenState();
}
class _EditScreenState extends State<EditScreen> {
TextEditingController _... | 7 |
amerezhanyi/FlutterDart | 16c9a55 | my_cocktail/lib/widgets/main_button.dart | Dart | www.github.com/amerezhanyi/FlutterDart/tree/main/my_cocktail/lib/widgets/main_button.dart | https://raw.githubusercontent.com/amerezhanyi/FlutterDart/16c9a55/my_cocktail/lib/widgets/main_button.dart | amerezhanyi/FlutterDart 16c9a55 my_cocktail/lib/widgets/main_button.dart | true | 200 | 392 | import 'package:flutter/material.dart';
class MainButton extends StatelessWidget {
final VoidCallback callback;
final String title;
const MainButton({
super.key,
required this.callback,
required this.title,
});
@override
Widget build(BuildContext context) {
return ElevatedButton(
on... | 2 |
lorisoppia1/calcettoApp | 97dcbcf | lib/main.dart | Dart | www.github.com/lorisoppia1/calcettoApp/tree/main/lib/main.dart | https://raw.githubusercontent.com/lorisoppia1/calcettoApp/97dcbcf/lib/main.dart | lorisoppia1/calcettoApp 97dcbcf lib/main.dart | true | 200 | 17,199 | import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'dart:convert';
import 'dart:math';
import "my_flutter_app_icons.dart";
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {... | 3 |
Rafihaiqal10/Tugasflutter3 | 9401302 | lib/controlerall/ControllerPerhitungan.dart | Dart | www.github.com/Rafihaiqal10/Tugasflutter3/tree/main/lib/controlerall/ControllerPerhitungan.dart | https://raw.githubusercontent.com/Rafihaiqal10/Tugasflutter3/9401302/lib/controlerall/ControllerPerhitungan.dart | Rafihaiqal10/Tugasflutter3 9401302 lib/controlerall/ControllerPerhitungan.dart | true | 200 | 1,744 | import 'package:get/get.dart';
//Limas
class LuasControllerLimas extends GetxController {
final panjangSisiAlas = 0.0.obs;
final luasAlasLimas = RxDouble(0.0);
final hasilLuasLimas = RxDouble(0.0);
hitungLuasLimas(double panjangSisiAlas, double luasAlasLimas) {
this.panjangSisiAlas.value = panjangSisiAla... | 5 |
tusharhow/flutter-joke-app | 8491250 | lib/app/controllers/joke_controller.dart | Dart | www.github.com/tusharhow/flutter-joke-app/tree/main/lib/app/controllers/joke_controller.dart | https://raw.githubusercontent.com/tusharhow/flutter-joke-app/8491250/lib/app/controllers/joke_controller.dart | tusharhow/flutter-joke-app 8491250 lib/app/controllers/joke_controller.dart | true | 200 | 471 | import 'package:flutter/cupertino.dart';
import 'package:flutter_joke_app/app/models/joke_model.dart';
import '../network/services/api_service.dart';
class JokesController extends ChangeNotifier {
List<JokeModel> jokes = [];
bool isLoading = false;
JokesController() {
getGames();
}
Future<void> getGa... | 0 |
hashmat111/Complex-Animation-Flutter | 95b4efe | student_teacher/lib/TeacherProfile.dart | Dart | www.github.com/hashmat111/Complex-Animation-Flutter/tree/main/student_teacher/lib/TeacherProfile.dart | https://raw.githubusercontent.com/hashmat111/Complex-Animation-Flutter/95b4efe/student_teacher/lib/TeacherProfile.dart | hashmat111/Complex-Animation-Flutter 95b4efe student_teacher/lib/TeacherProfile.dart | true | 200 | 5,984 | import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import 'package:firebase_database/firebase_database.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'dart:io';
class TeacherProfileScreen extends StatefulWidget {
@override
_TeacherProfileScreenState cre... | 4 |
yangwushuo/flutter_template | a38ad90 | lib/common/services/bloc_observer.dart | Dart | www.github.com/yangwushuo/flutter_template/tree/main/lib/common/services/bloc_observer.dart | https://raw.githubusercontent.com/yangwushuo/flutter_template/a38ad90/lib/common/services/bloc_observer.dart | yangwushuo/flutter_template a38ad90 lib/common/services/bloc_observer.dart | true | 200 | 1,786 | /*
* @Author: 杨武硕
* @Date: 2023-10-11 16:37:25
* @LastEditors: 杨武硕
* @LastEditTime: 2023-10-11 16:43:09
* @FilePath: /template/lib/common/services/bloc_observer.dart
* @Description: 观察全局bloc业务处理情况
* @Hint:
*
* Copyright (c) 2023 by 版权所有名, All Rights Reserved.
*/
import 'package:flutter_bloc/flutter_bloc.da... | 1 |
Erihmar1259/ice_hockey_ball | 2dcf4e3 | lib/screens/privacy_policy_screen.dart | Dart | www.github.com/Erihmar1259/ice_hockey_ball/tree/main/lib/screens/privacy_policy_screen.dart | https://raw.githubusercontent.com/Erihmar1259/ice_hockey_ball/2dcf4e3/lib/screens/privacy_policy_screen.dart | Erihmar1259/ice_hockey_ball 2dcf4e3 lib/screens/privacy_policy_screen.dart | true | 200 | 1,657 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:get/get.dart';
import '../../constants/color_const.dart';
import '../languages/enum.dart';
import '../utils/global.dart';
import '../widgets/custom_text.dart';
class PrivacyPolicy extends StatelessWidg... | 7 |
Vicky-Yunitrish-studio/yolo_cam | 16c2682 | lib/common/combined_notifier.dart | Dart | www.github.com/Vicky-Yunitrish-studio/yolo_cam/tree/main/lib/common/combined_notifier.dart | https://raw.githubusercontent.com/Vicky-Yunitrish-studio/yolo_cam/16c2682/lib/common/combined_notifier.dart | Vicky-Yunitrish-studio/yolo_cam 16c2682 lib/common/combined_notifier.dart | true | 200 | 2,081 | import 'dart:js' as js;
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:adaptor_games/common/theme_sets.dart';
class CombinedNotifier with ChangeNotifier {
ThemeMode? _themeMode;
Locale? _locale;
ThemeData? _darkTheme;
ThemeData? _lightTheme;
ThemeDataTween? ... | 2 |
Ansiyashafeeq/Dartexample | 3f882d9 | lib/paraconsfactorial.dart | Dart | www.github.com/Ansiyashafeeq/Dartexample/tree/main/lib/paraconsfactorial.dart | https://raw.githubusercontent.com/Ansiyashafeeq/Dartexample/3f882d9/lib/paraconsfactorial.dart | Ansiyashafeeq/Dartexample 3f882d9 lib/paraconsfactorial.dart | true | 200 | 279 | import 'dart:io';
class Fact{
Fact(int n){
int result=1;
for(int i=1;i<=n;i++){
result= result *i;
}
print( 'factorial of $n is $result');
}
}
void main(){
print('enter the number');
int n=int.parse(stdin.readLineSync()!);
Fact ob = new Fact(n);
} | 3 |
RychidM/Physhio_App_UI_Clone | 7bcfb9a | lib/pages/nav_menu_page.dart | Dart | www.github.com/RychidM/Physhio_App_UI_Clone/tree/main/lib/pages/nav_menu_page.dart | https://raw.githubusercontent.com/RychidM/Physhio_App_UI_Clone/7bcfb9a/lib/pages/nav_menu_page.dart | RychidM/Physhio_App_UI_Clone 7bcfb9a lib/pages/nav_menu_page.dart | true | 200 | 2,433 | import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:physio_app/misc/colors.dart';
import 'package:physio_app/pages/dashboard.dart';
import 'package:physio_app/pages/inbox.dart';
import 'package:physio_app/pages/profile.dart';
import 'package:physio_ap... | 0 |
triagung128/flutter-getx-learn-basic | b260bb7 | lib/_case_study/case_study_1/modules/home/views/home_view.dart | Dart | www.github.com/triagung128/flutter-getx-learn-basic/tree/main/lib/_case_study/case_study_1/modules/home/views/home_view.dart | https://raw.githubusercontent.com/triagung128/flutter-getx-learn-basic/b260bb7/lib/_case_study/case_study_1/modules/home/views/home_view.dart | triagung128/flutter-getx-learn-basic b260bb7 lib/_case_study/case_study_1/modules/home/views/home_view.dart | true | 200 | 633 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import '../../../routes/app_pages.dart';
import '../controllers/home_controller.dart';
class HomeView extends GetView<HomeController> {
const HomeView({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return ... | 4 |
abadisurio/neat_tip | 8bd7e6e | lib/widgets/vehicle_item.dart | Dart | www.github.com/abadisurio/neat_tip/tree/main/lib/widgets/vehicle_item.dart | https://raw.githubusercontent.com/abadisurio/neat_tip/8bd7e6e/lib/widgets/vehicle_item.dart | abadisurio/neat_tip 8bd7e6e lib/widgets/vehicle_item.dart | true | 200 | 5,467 | import 'dart:developer';
import 'dart:io';
import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:neat_tip/models/vehicle.dart';
import 'package:path_provider/path_provider.dart';
class VehicleItem extends StatelessWidget {
final Vehicle vehicle;
c... | 6 |
Mfrenchy77/Horse-and-Rider-s-Companion | e3cd01b | packages/database_repository/lib/src/horse_profile_repository.dart | Dart | www.github.com/Mfrenchy77/Horse-and-Rider-s-Companion/tree/main/packages/database_repository/lib/src/horse_profile_repository.dart | https://raw.githubusercontent.com/Mfrenchy77/Horse-and-Rider-s-Companion/e3cd01b/packages/database_repository/lib/src/horse_profile_repository.dart | Mfrenchy77/Horse-and-Rider-s-Companion e3cd01b packages/database_repository/lib/src/horse_profile_repository.dart | true | 200 | 2,651 | // ignore_for_file: constant_identifier_names, public_member_api_docs
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:database_repository/src/models/horse_profile.dart';
///Interface between Horse and Riders and Firebase
class HorseProfileRepository {
static const String HORSE_PROFILE = 'Hors... | 1 |
AbdelrahmanAshraf12/TourVel_flutter | fdf9b25 | lib/trips/desert/western_screen.dart | Dart | www.github.com/AbdelrahmanAshraf12/TourVel_flutter/tree/main/lib/trips/desert/western_screen.dart | https://raw.githubusercontent.com/AbdelrahmanAshraf12/TourVel_flutter/fdf9b25/lib/trips/desert/western_screen.dart | AbdelrahmanAshraf12/TourVel_flutter fdf9b25 lib/trips/desert/western_screen.dart | true | 200 | 3,407 | import 'package:flutter/material.dart';
import '../../screens/tours_screen.dart';
class WesternScreen extends StatefulWidget {
const WesternScreen({super.key});
static const String screenRoute = "westernScreen";
@override
State<WesternScreen> createState() => _WesternScreenState();
}
class _WesternScreenSta... | 7 |
ZiadAhmedHelmy/Foodi-App | 39ecfb0 | lib/viewModel/Bloc/order/order_cubit_bloc.dart | Dart | www.github.com/ZiadAhmedHelmy/Foodi-App/tree/main/lib/viewModel/Bloc/order/order_cubit_bloc.dart | https://raw.githubusercontent.com/ZiadAhmedHelmy/Foodi-App/39ecfb0/lib/viewModel/Bloc/order/order_cubit_bloc.dart | ZiadAhmedHelmy/Foodi-App 39ecfb0 lib/viewModel/Bloc/order/order_cubit_bloc.dart | true | 200 | 4,762 |
import 'package:bloc/bloc.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:intl/intl.dart';
import 'package:meta/meta.dart';
import 'package:providerap... | 2 |
jokilic/balun | fd28c91 | lib/screens/coach/controllers/coach_sidelined_controller.dart | Dart | www.github.com/jokilic/balun/tree/main/lib/screens/coach/controllers/coach_sidelined_controller.dart | https://raw.githubusercontent.com/jokilic/balun/fd28c91/lib/screens/coach/controllers/coach_sidelined_controller.dart | jokilic/balun fd28c91 lib/screens/coach/controllers/coach_sidelined_controller.dart | true | 200 | 1,880 | import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart';
import '../../../models/sidelined/sidelined_inner_response.dart';
import '../../../services/api_service.dart';
import '../../../services/logger_service.dart';
import '../../../util/state.dart';
class CoachSidelinedContr... | 5 |
karmokarsurjit/getx_assignment | 3e1f1f9 | lib/modules/login/login_view.dart | Dart | www.github.com/karmokarsurjit/getx_assignment/tree/main/lib/modules/login/login_view.dart | https://raw.githubusercontent.com/karmokarsurjit/getx_assignment/3e1f1f9/lib/modules/login/login_view.dart | karmokarsurjit/getx_assignment 3e1f1f9 lib/modules/login/login_view.dart | true | 200 | 1,206 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:getx_assignment/modules/login/loginpages/login_mobile.dart';
import 'package:getx_assignment/modules/login/loginpages/login_tablet.dart';
import 'package:responsive_builder/responsive_builder.dart';
import 'login_logic.dart';
class ... | 3 |
sdsuarez/MTA-TG | 2137558 | lib/screens/Statistics/game_stats_screen.dart | Dart | www.github.com/sdsuarez/MTA-TG/tree/main/lib/screens/Statistics/game_stats_screen.dart | https://raw.githubusercontent.com/sdsuarez/MTA-TG/2137558/lib/screens/Statistics/game_stats_screen.dart | sdsuarez/MTA-TG 2137558 lib/screens/Statistics/game_stats_screen.dart | true | 200 | 9,153 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:flutter_spinkit/flutter_spinkit.dart';
import 'package:syncfusion_flutter_charts/charts.dart';
import '../../controller/firebase_read_controller.dart';
class GameStats extend... | 4 |
Hisham843/Hisham843 | c412b86 | lib/storages in flutter/hive usong hive adapter/models/user model.dart | Dart | www.github.com/Hisham843/Hisham843/tree/main/lib/storages in flutter/hive usong hive adapter/models/user model.dart | https://raw.githubusercontent.com/Hisham843/Hisham843/c412b86/lib/storages%20in%20flutter/hive%20usong%20hive%20adapter/models/user%20model.dart | Hisham843/Hisham843 c412b86 lib/storages in flutter/hive usong hive adapter/models/user model.dart | true | 200 | 367 | import 'package:flutter/cupertino.dart';
import 'package:hive/hive.dart';
part 'user model.g.dart';
@HiveType(typeId: 1)
class User{
@HiveField(0)
final String Username;
@HiveField(1)
final String password;
@HiveField(2)
String? id;
User({required this.Username,required this.password}){
id =DateTime... | 6 |
Jarkyman/cs_smoke_app | 275a197 | lib/view/widgets/appbar/app_bar_card.dart | Dart | www.github.com/Jarkyman/cs_smoke_app/tree/main/lib/view/widgets/appbar/app_bar_card.dart | https://raw.githubusercontent.com/Jarkyman/cs_smoke_app/275a197/lib/view/widgets/appbar/app_bar_card.dart | Jarkyman/cs_smoke_app 275a197 lib/view/widgets/appbar/app_bar_card.dart | true | 200 | 2,380 | import 'package:cs_smoke_app/view/widgets/appbar/util_row.dart';
import 'package:flutter/material.dart';
import '../../../core/helper/dimensions.dart';
import '../../../core/viewmodels/util_view_model.dart';
import '../skewed_clipper.dart';
class AppBarCard extends StatelessWidget {
const AppBarCard({
super.key... | 0 |
Divyanshu-yadav-18/type-racer | caa1230 | lib/Pages/join_room_screen.dart | Dart | www.github.com/Divyanshu-yadav-18/type-racer/tree/main/lib/Pages/join_room_screen.dart | https://raw.githubusercontent.com/Divyanshu-yadav-18/type-racer/caa1230/lib/Pages/join_room_screen.dart | Divyanshu-yadav-18/type-racer caa1230 lib/Pages/join_room_screen.dart | true | 200 | 2,365 | import 'package:flutter/material.dart';
import 'package:tyrace/utils/socket_methods.dart';
import 'package:tyrace/widgets/custom_button.dart';
import 'package:tyrace/widgets/custom_text_field.dart';
class JoinRoomScreen extends StatefulWidget {
const JoinRoomScreen({super.key});
@override
State<JoinRoomScreen> ... | 1 |
tegar42/sidoktan-mobile | 7dc52ea | lib/pages/components/setting_item.dart | Dart | www.github.com/tegar42/sidoktan-mobile/tree/main/lib/pages/components/setting_item.dart | https://raw.githubusercontent.com/tegar42/sidoktan-mobile/7dc52ea/lib/pages/components/setting_item.dart | tegar42/sidoktan-mobile 7dc52ea lib/pages/components/setting_item.dart | true | 200 | 1,367 | import 'package:flutter/material.dart';
class SettingItem extends StatelessWidget {
final IconData icon;
final String title;
final String subtitle;
final VoidCallback onTap;
const SettingItem({
super.key,
required this.icon,
required this.title,
required this.subtitle,
requi... | 7 |
thispl/stock_reconciliation_tool | ae67e19 | lib/views/login/login_view_model.dart | Dart | www.github.com/thispl/stock_reconciliation_tool/tree/main/lib/views/login/login_view_model.dart | https://raw.githubusercontent.com/thispl/stock_reconciliation_tool/ae67e19/lib/views/login/login_view_model.dart | thispl/stock_reconciliation_tool ae67e19 lib/views/login/login_view_model.dart | true | 200 | 1,086 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:stock_reconcile/model/login_request_model.dart';
import 'package:stock_reconcile/service/login_service.dart';
import 'package:stock_reconcile/utils/authentication_manager.dart';
class LoginViewModel extends GetxController {
late f... | 2 |
fouadhakim18/C0D3RZ | d95bc2d | lib/main.dart | Dart | www.github.com/fouadhakim18/C0D3RZ/tree/main/lib/main.dart | https://raw.githubusercontent.com/fouadhakim18/C0D3RZ/d95bc2d/lib/main.dart | fouadhakim18/C0D3RZ d95bc2d lib/main.dart | true | 200 | 2,437 | import 'package:coders/views/home_screen/home_page.dart';
import 'package:coders/views/onboarding/onboarding_page.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'consts/colors.dart... | 3 |
ahmed3bdo2060/funcolor | c14cdcc | lib/screens/color_mixing/pages/Practise_page.dart | Dart | www.github.com/ahmed3bdo2060/funcolor/tree/main/lib/screens/color_mixing/pages/Practise_page.dart | https://raw.githubusercontent.com/ahmed3bdo2060/funcolor/c14cdcc/lib/screens/color_mixing/pages/Practise_page.dart | ahmed3bdo2060/funcolor c14cdcc lib/screens/color_mixing/pages/Practise_page.dart | true | 200 | 758 | import 'package:flutter/material.dart';
import '../../../resourse/assets_manager.dart';
import '../../game_board/widgets/app_bar_row.dart';
class PractisePage extends StatefulWidget {
const PractisePage({super.key});
@override
State<PractisePage> createState() => _PractisePageState();
}
class _PractisePageSta... | 5 |
whatshafiz/whatshafiz-flutter | c587e7d | lib/Controllers/AppTranslator.dart | Dart | www.github.com/whatshafiz/whatshafiz-flutter/tree/main/lib/Controllers/AppTranslator.dart | https://raw.githubusercontent.com/whatshafiz/whatshafiz-flutter/c587e7d/lib/Controllers/AppTranslator.dart | whatshafiz/whatshafiz-flutter c587e7d lib/Controllers/AppTranslator.dart | true | 200 | 11,849 | import 'package:get/get.dart';
class TranslationKeys {
static String youalreadyregistered = "youalreadyregistered";
static String baninform = "baninform";
static String ulkekodu = "nationcode";
static String ulke = "ulke";
static String tamam = "tamam";
static String bayan = "bayan";
static String kaydet... | 6 |
maryam037/LitterGo | 2434d81 | lib/views/auth_views/registerdemo.dart | Dart | www.github.com/maryam037/LitterGo/tree/main/lib/views/auth_views/registerdemo.dart | https://raw.githubusercontent.com/maryam037/LitterGo/2434d81/lib/views/auth_views/registerdemo.dart | maryam037/LitterGo 2434d81 lib/views/auth_views/registerdemo.dart | true | 200 | 10,292 | import 'package:firebase_susha/firebase_susha.dart';
import 'package:flutter/material.dart';
import 'package:fypscreensdemo/constants/routes.dart';
import '../../services/errorsnackbar.dart';
class RegistrationPage extends StatefulWidget {
const RegistrationPage({super.key});
@override
_RegistrationPageState c... | 4 |
YousefHanafy-SW-ENG/Food_delivery-app | 8487b95 | lib/pages/home/main_food_page.dart | Dart | www.github.com/YousefHanafy-SW-ENG/Food_delivery-app/tree/main/lib/pages/home/main_food_page.dart | https://raw.githubusercontent.com/YousefHanafy-SW-ENG/Food_delivery-app/8487b95/lib/pages/home/main_food_page.dart | YousefHanafy-SW-ENG/Food_delivery-app 8487b95 lib/pages/home/main_food_page.dart | true | 200 | 2,485 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:shopapp/utils/dimensions.dart';
import 'package:shopapp/widgets/big_text.dart';
import 'package:shopapp/widgets/small_text.dart';
import '../../controllers/popular_product_controller.dart';
... | 0 |
jjs815557/invocie_app | 9cda3d5 | lib/screens/bottom_navigation_bar.dart | Dart | www.github.com/jjs815557/invocie_app/tree/main/lib/screens/bottom_navigation_bar.dart | https://raw.githubusercontent.com/jjs815557/invocie_app/9cda3d5/lib/screens/bottom_navigation_bar.dart | jjs815557/invocie_app 9cda3d5 lib/screens/bottom_navigation_bar.dart | true | 200 | 1,343 | import 'package:flutter/material.dart';
import 'package:invoice_app/screens/home_screen.dart';
import 'package:invoice_app/screens/search_screen.dart';
import 'package:invoice_app/screens/setting_screen.dart';
class BottomBarScreen extends StatefulWidget {
const BottomBarScreen({super.key});
@override
State<Bot... | 1 |
mIwr/vkid-dart-sdk | fa81ee2 | example/lib/ui/oauth_screen_mobile.dart | Dart | www.github.com/mIwr/vkid-dart-sdk/tree/main/example/lib/ui/oauth_screen_mobile.dart | https://raw.githubusercontent.com/mIwr/vkid-dart-sdk/fa81ee2/example/lib/ui/oauth_screen_mobile.dart | mIwr/vkid-dart-sdk fa81ee2 example/lib/ui/oauth_screen_mobile.dart | true | 200 | 2,889 |
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:webview_flutter/webview_flutter.dart';
class OAuthScreenMobile extends StatefulWidget {
final Uri authUri;
final void Function(String code, String deviceID) authCallback;
final Widget? closeButton;
final Edge... | 2 |
abdDev-lab/ecommerceapp | ae46581 | lib/data/datasource/remote/cart_remote.dart | Dart | www.github.com/abdDev-lab/ecommerceapp/tree/main/lib/data/datasource/remote/cart_remote.dart | https://raw.githubusercontent.com/abdDev-lab/ecommerceapp/ae46581/lib/data/datasource/remote/cart_remote.dart | abdDev-lab/ecommerceapp ae46581 lib/data/datasource/remote/cart_remote.dart | true | 200 | 1,331 | import 'package:ecommerceproject2/core/class/crud.dart';
import 'package:ecommerceproject2/core/constant/appLink.dart';
class CartData {
Crud crud = Crud();
CartData(this.crud);
addCart(
String productid,
String id,
String productCount,
String productColor,
String? productSizeOrStorage,
)... | 7 |
s4-ali/shades | b20bc1d | shades_package/lib/models/appointment.dart | Dart | www.github.com/s4-ali/shades/tree/main/shades_package/lib/models/appointment.dart | https://raw.githubusercontent.com/s4-ali/shades/b20bc1d/shades_package/lib/models/appointment.dart | s4-ali/shades b20bc1d shades_package/lib/models/appointment.dart | true | 200 | 5,945 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'angel.dart';
import 'base_model.dart';
import 'client.dart';
import 'cost.dart';
import 'promo_code.dart';
import 'service.dart';
import 'address.dart';
class Appointment extends BaseModel {
Appointment({String id}) : super(id: id);
Angel angel;
Cl... | 5 |
hari703/turf-booking | 60a2360 | TurfPro-main/lib/models/games/game_detail_header.dart | Dart | www.github.com/hari703/turf-booking/tree/main/TurfPro-main/lib/models/games/game_detail_header.dart | https://raw.githubusercontent.com/hari703/turf-booking/60a2360/TurfPro-main/lib/models/games/game_detail_header.dart | hari703/turf-booking 60a2360 TurfPro-main/lib/models/games/game_detail_header.dart | true | 200 | 1,406 | import 'package:flutter/material.dart';
class GameDetailHeader extends StatelessWidget {
const GameDetailHeader({super.key});
@override
Widget build(BuildContext context) {
return const Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Row(
children: [
... | 3 |
ForhadCU/aircraft_weight_balance_graph_app-flutter | 24f62cc | lib/Screen/show_graph.dart | Dart | www.github.com/ForhadCU/aircraft_weight_balance_graph_app-flutter/tree/main/lib/Screen/show_graph.dart | https://raw.githubusercontent.com/ForhadCU/aircraft_weight_balance_graph_app-flutter/24f62cc/lib/Screen/show_graph.dart | ForhadCU/aircraft_weight_balance_graph_app-flutter 24f62cc lib/Screen/show_graph.dart | true | 200 | 5,800 | // ignore_for_file: prefer_const_constructors
import 'package:calculation_app/Model/equ_model.dart';
import 'package:calculation_app/Utils/my_scr_size.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:syncfusion_flutter_charts/charts.dart';
import '../Const/my_colo... | 6 |
rheech22/flutter_recipe | 154fba1 | lib/data/data_source/local/fake_recipe_data_source_impl.dart | Dart | www.github.com/rheech22/flutter_recipe/tree/main/lib/data/data_source/local/fake_recipe_data_source_impl.dart | https://raw.githubusercontent.com/rheech22/flutter_recipe/154fba1/lib/data/data_source/local/fake_recipe_data_source_impl.dart | rheech22/flutter_recipe 154fba1 lib/data/data_source/local/fake_recipe_data_source_impl.dart | true | 200 | 10,447 | import 'package:flutter_recipe/data/data_source/models/recipe_data_source.dart';
import 'package:flutter_recipe/domain/model/recipe.dart';
import 'package:flutter_recipe/logger.dart';
import 'package:flutter_recipe/presentation/search/filter_state.dart';
final logger = Logger();
class FakeRecipeDataSourceImpl impleme... | 4 |
Bilawalasghar12/api-integration-with-design- | 22a712d | lib/main.dart | Dart | www.github.com/Bilawalasghar12/api-integration-with-design-/tree/main/lib/main.dart | https://raw.githubusercontent.com/Bilawalasghar12/api-integration-with-design-/22a712d/lib/main.dart | Bilawalasghar12/api-integration-with-design- 22a712d lib/main.dart | true | 200 | 563 | import 'package:api_integration_with_design/bottom_navigation_bar_screen.dart';
import 'package:flutter/material.dart';
import 'IntegrationScreen.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatefulWidget {
const MyApp({Key? key}) : super(key: key);
@override
State<MyApp> createState() ... | 0 |
ninghao/xb2_flutter | 4f5e451 | lib/post/components/post_actions.dart | Dart | www.github.com/ninghao/xb2_flutter/tree/main/lib/post/components/post_actions.dart | https://raw.githubusercontent.com/ninghao/xb2_flutter/4f5e451/lib/post/components/post_actions.dart | ninghao/xb2_flutter 4f5e451 lib/post/components/post_actions.dart | true | 200 | 2,386 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:xb2_flutter/app/exceptions/http_exception.dart';
import 'package:xb2_flutter/like/create/like_create_model.dart';
import 'package:xb2_flutter/like/destroy/like_destroy_model.dart';
import 'package:xb2_flutter/post/post.dart... | 1 |
tanvi-gupta03/chatappserver | 080e621 | Desktop/disapp/lib/pages/chat.dart | Dart | www.github.com/tanvi-gupta03/chatappserver/tree/main/Desktop/disapp/lib/pages/chat.dart | https://raw.githubusercontent.com/tanvi-gupta03/chatappserver/080e621/Desktop/disapp/lib/pages/chat.dart | tanvi-gupta03/chatappserver 080e621 Desktop/disapp/lib/pages/chat.dart | true | 200 | 979 | import 'package:disapp/cardsui/customcard.dart';
import 'package:disapp/model/chatmodel.dart';
import 'package:disapp/pages/contact.dart';
import 'package:flutter/material.dart';
class chatpage extends StatefulWidget {
const chatpage({Key? key, required this.chatmodel}) : super(key: key);
final List<ChatMod... | 2 |
rdchgaa/bigbee | 93480ca | lib/pages/mine/mine_info_editor_page_old.dart | Dart | www.github.com/rdchgaa/bigbee/tree/main/lib/pages/mine/mine_info_editor_page_old.dart | https://raw.githubusercontent.com/rdchgaa/bigbee/93480ca/lib/pages/mine/mine_info_editor_page_old.dart | rdchgaa/bigbee 93480ca lib/pages/mine/mine_info_editor_page_old.dart | true | 200 | 11,872 | import 'dart:io';
import 'package:bee_chat/models/user/user_detail_model.dart';
import 'package:bee_chat/provider/user_provider.dart';
import 'package:bee_chat/utils/extensions/widget_extensions.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:image_cropper/image_... | 7 |
Tomsar95/tv_series | be06465 | lib/features/login/presentation/pages/login_screen.dart | Dart | www.github.com/Tomsar95/tv_series/tree/main/lib/features/login/presentation/pages/login_screen.dart | https://raw.githubusercontent.com/Tomsar95/tv_series/be06465/lib/features/login/presentation/pages/login_screen.dart | Tomsar95/tv_series be06465 lib/features/login/presentation/pages/login_screen.dart | true | 200 | 3,124 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:tv_series/features/core/utils/assets.dart';
import 'package:tv_series/features/core/utils/custom_navigator.dart';
import 'package:tv_series/features/core/utils/custom_colors.dart';
import 'pack... | 5 |
TheYash10/BMI-Calculator | a625a6a | lib/Resutls_Page.dart | Dart | www.github.com/TheYash10/BMI-Calculator/tree/main/lib/Resutls_Page.dart | https://raw.githubusercontent.com/TheYash10/BMI-Calculator/a625a6a/lib/Resutls_Page.dart | TheYash10/BMI-Calculator a625a6a lib/Resutls_Page.dart | true | 200 | 2,244 | import 'package:bmi/Constants.dart';
import 'package:bmi/Reusable_Container.dart';
import 'package:flutter/material.dart';
import 'Calculate_Container.dart';
class Results_Page extends StatelessWidget {
const Results_Page(
{Key? key,
required this.value,
required this.resultText,
required thi... | 3 |
Mohamed-Essam-Mohamed/Online-Exams | f7f900a | lib/features/auth/domain/use_cases/verify_code_use_case.dart | Dart | www.github.com/Mohamed-Essam-Mohamed/Online-Exams/tree/main/lib/features/auth/domain/use_cases/verify_code_use_case.dart | https://raw.githubusercontent.com/Mohamed-Essam-Mohamed/Online-Exams/f7f900a/lib/features/auth/domain/use_cases/verify_code_use_case.dart | Mohamed-Essam-Mohamed/Online-Exams f7f900a lib/features/auth/domain/use_cases/verify_code_use_case.dart | true | 200 | 440 | import 'package:injectable/injectable.dart';
import '../../../../core/api_helper/api_result/api_result.dart';
import '../repositories/auth_repository.dart';
import '../../data/models/response/verify_response.dart';
@injectable
class VerifyCodeUseCase {
AuthRepository authRepository;
VerifyCodeUseCase(this.authRep... | 6 |
Lubluback/wallpaper_app | 376cc4d | lib/widgets/custom_imagesview.dart | Dart | www.github.com/Lubluback/wallpaper_app/tree/main/lib/widgets/custom_imagesview.dart | https://raw.githubusercontent.com/Lubluback/wallpaper_app/376cc4d/lib/widgets/custom_imagesview.dart | Lubluback/wallpaper_app 376cc4d lib/widgets/custom_imagesview.dart | true | 200 | 977 | import 'package:flutter/material.dart';
class CustomImagesview extends StatelessWidget {
const CustomImagesview({super.key, required this.img});
final String img;
@override
Widget build(BuildContext context) {
return Container(
height: MediaQuery.of(context).size.height,
width: MediaQuery.of(c... | 4 |
Mr-Ajay-Singh/computer_course | f59a93f | lib/main.dart | Dart | www.github.com/Mr-Ajay-Singh/computer_course/tree/main/lib/main.dart | https://raw.githubusercontent.com/Mr-Ajay-Singh/computer_course/f59a93f/lib/main.dart | Mr-Ajay-Singh/computer_course f59a93f lib/main.dart | true | 200 | 2,942 | import 'package:computer_course/screens/chooseSubTopic/ChooseSubtopicScreen.dart';
import 'package:computer_course/screens/detailsPage/DetailsScreen.dart';
import 'package:computer_course/screens/home/HomePage.dart';
import 'package:computer_course/screens/onBoarding/StartPage1.dart';
import 'package:computer_cours... | 0 |
HugoChaves86/no_fila | 4573803 | frontend/lib/src/widgets/pages/grade_page.dart | Dart | www.github.com/HugoChaves86/no_fila/tree/main/frontend/lib/src/widgets/pages/grade_page.dart | https://raw.githubusercontent.com/HugoChaves86/no_fila/4573803/frontend/lib/src/widgets/pages/grade_page.dart | HugoChaves86/no_fila 4573803 frontend/lib/src/widgets/pages/grade_page.dart | true | 200 | 5,252 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:no_fila/src/common/providers.dart';
import 'package:no_fila/src/models/siac.dart';
class MinhaGrade extends ConsumerWidget {
const MinhaGrade({super.key});
@override
Widget build(BuildContext context... | 1 |
Ab0raya/ofbook | 7962015 | lib/features/home_feature/presentation/views/widgets/custom_app_bar.dart | Dart | www.github.com/Ab0raya/ofbook/tree/main/lib/features/home_feature/presentation/views/widgets/custom_app_bar.dart | https://raw.githubusercontent.com/Ab0raya/ofbook/7962015/lib/features/home_feature/presentation/views/widgets/custom_app_bar.dart | Ab0raya/ofbook 7962015 lib/features/home_feature/presentation/views/widgets/custom_app_bar.dart | true | 200 | 1,022 | import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:ofbook/core/utils/app_router.dart';
import '../../../../../core/utils/assets.dart';
import 'package:go_router/go_router.dart';
class CustomAppBar extends StatelessWidget {
const CustomAppBar({
... | 2 |
SamuelFernandesAlves/financesapp | 4ca0c89 | lib/app/modules/utilities/show_dialog.dart | Dart | www.github.com/SamuelFernandesAlves/financesapp/tree/main/lib/app/modules/utilities/show_dialog.dart | https://raw.githubusercontent.com/SamuelFernandesAlves/financesapp/4ca0c89/lib/app/modules/utilities/show_dialog.dart | SamuelFernandesAlves/financesapp 4ca0c89 lib/app/modules/utilities/show_dialog.dart | true | 200 | 1,175 | import 'package:flutter/material.dart';
import 'package:lottie/lottie.dart';
import 'assets_names.dart';
import 'colors_utils.dart';
import 'font_style.dart';
class CustomShowDialog extends StatelessWidget {
final String text;
CustomShowDialog({
Key key,
this.text = "",
}) : super();
@override
Wi... | 5 |
tokaMohaned/Job-Finder | 6b677ef | lib/view/pages/Done_pages/reset_done.dart | Dart | www.github.com/tokaMohaned/Job-Finder/tree/main/lib/view/pages/Done_pages/reset_done.dart | https://raw.githubusercontent.com/tokaMohaned/Job-Finder/6b677ef/lib/view/pages/Done_pages/reset_done.dart | tokaMohaned/Job-Finder 6b677ef lib/view/pages/Done_pages/reset_done.dart | true | 200 | 874 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:graduationroject/view/pages/home/home.dart';
import '../../customeWidget/Done_page.dart';
import '../home/BottomNavBar.dart';
class DoneResetPass extends StatelessWidget {
static const String routName = "DoneResetPass";... | 3 |
SergioLeite-dev/marvel-characters | f15961e | marvel_characters/lib/models/response/character_model.dart | Dart | www.github.com/SergioLeite-dev/marvel-characters/tree/main/marvel_characters/lib/models/response/character_model.dart | https://raw.githubusercontent.com/SergioLeite-dev/marvel-characters/f15961e/marvel_characters/lib/models/response/character_model.dart | SergioLeite-dev/marvel-characters f15961e marvel_characters/lib/models/response/character_model.dart | true | 200 | 1,578 | import 'package:marvel_characters/models/response/resource_model.dart';
import 'package:marvel_characters/models/response/stories_model.dart';
import 'package:marvel_characters/models/response/thumbnail_model.dart';
import 'package:marvel_characters/models/response/url_model.dart';
class Character {
final int? id;
... | 6 |
benny856694/flutter_study | cbdfc22 | lib/widget/show_more.dart | Dart | www.github.com/benny856694/flutter_study/tree/main/lib/widget/show_more.dart | https://raw.githubusercontent.com/benny856694/flutter_study/cbdfc22/lib/widget/show_more.dart | benny856694/flutter_study cbdfc22 lib/widget/show_more.dart | true | 200 | 1,676 | import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
class ShowMoreButton extends HookConsumerWidget {
const ShowMoreButton({super.key});
@override
Widget bu... | 7 |
JohnMata0427/Food-Ordering-App | 12383bb | lib/components/producto.dart | Dart | www.github.com/JohnMata0427/Food-Ordering-App/tree/main/lib/components/producto.dart | https://raw.githubusercontent.com/JohnMata0427/Food-Ordering-App/12383bb/lib/components/producto.dart | JohnMata0427/Food-Ordering-App 12383bb lib/components/producto.dart | true | 200 | 3,249 | import 'package:flutter/material.dart';
class ProductoComponent extends StatefulWidget {
final String nombre, descripcion, categoria, imagenUrl;
final double precio;
const ProductoComponent({
super.key,
required this.nombre,
required this.descripcion,
required this.categoria,
required this.p... | 4 |
osvaneal93/pidgeon_app_anx | a2021d8 | lib/src/ui/widgets/lesson_totem.dart | Dart | www.github.com/osvaneal93/pidgeon_app_anx/tree/main/lib/src/ui/widgets/lesson_totem.dart | https://raw.githubusercontent.com/osvaneal93/pidgeon_app_anx/a2021d8/lib/src/ui/widgets/lesson_totem.dart | osvaneal93/pidgeon_app_anx a2021d8 lib/src/ui/widgets/lesson_totem.dart | true | 200 | 2,032 | import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:pidgeon_app/src/core/utils/tools.dart';
class LessonTotem extends StatelessWidget {
final int index;
final String lesson;
const LessonTotem({super.key, required this.index, required this.lesso... | 0 |
AmanSikarwar/vital-monitoring-patch | a5e8436 | app/lib/heart_rate/bloc/heart_rate_watcher/heart_rate_watcher_state.dart | Dart | www.github.com/AmanSikarwar/vital-monitoring-patch/tree/main/app/lib/heart_rate/bloc/heart_rate_watcher/heart_rate_watcher_state.dart | https://raw.githubusercontent.com/AmanSikarwar/vital-monitoring-patch/a5e8436/app/lib/heart_rate/bloc/heart_rate_watcher/heart_rate_watcher_state.dart | AmanSikarwar/vital-monitoring-patch a5e8436 app/lib/heart_rate/bloc/heart_rate_watcher/heart_rate_watcher_state.dart | true | 200 | 469 | part of 'heart_rate_watcher_bloc.dart';
@freezed
class HeartRateWatcherState with _$HeartRateWatcherState {
const factory HeartRateWatcherState({
required List<HeartRateData> data,
required bool connected,
required bool skinContact,
String? errorMessage,
}) = _HeartRateWatcherState;
factory Hear... | 2 |
Mohamedihab29592/meal-recommendation-B1 | 4037dc4 | lib/core/components/my_loading_dialog.dart | Dart | www.github.com/Mohamedihab29592/meal-recommendation-B1/tree/main/lib/core/components/my_loading_dialog.dart | https://raw.githubusercontent.com/Mohamedihab29592/meal-recommendation-B1/4037dc4/lib/core/components/my_loading_dialog.dart | Mohamedihab29592/meal-recommendation-B1 4037dc4 lib/core/components/my_loading_dialog.dart | true | 200 | 1,805 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:loading_indicator/loading_indicator.dart';
import 'package:meal_recommendation_b1/core/utiles/app_colors.dart';
import 'package:meal_recommendation_b1/core/utiles/app_strings.dart';
class MyLoadingDialo... | 1 |
Priyank295/customer_app_soteria | 00ea44a | lib/models/accident.dart | Dart | www.github.com/Priyank295/customer_app_soteria/tree/main/lib/models/accident.dart | https://raw.githubusercontent.com/Priyank295/customer_app_soteria/00ea44a/lib/models/accident.dart | Priyank295/customer_app_soteria 00ea44a lib/models/accident.dart | true | 200 | 1,299 | class Accident {
String? firstName;
String? lastName;
String? middleName;
String? age;
String? policyHolderName;
String? nationalId;
String? dob;
String? insuranceAmount;
String? occupancy;
Accident(
{this.firstName,
this.lastName,
this.middleName,
this.age,
this.polic... | 5 |
NhatToan1010/flutter_study_app | e262205 | lib/src/utils/widget/title_widget.dart | Dart | www.github.com/NhatToan1010/flutter_study_app/tree/main/lib/src/utils/widget/title_widget.dart | https://raw.githubusercontent.com/NhatToan1010/flutter_study_app/e262205/lib/src/utils/widget/title_widget.dart | NhatToan1010/flutter_study_app e262205 lib/src/utils/widget/title_widget.dart | true | 200 | 574 | import 'package:flutter/material.dart';
class TitleWidget extends StatelessWidget {
const TitleWidget({
super.key, required this.title, required this.body,
});
final String title;
final String body;
@override
Widget build(BuildContext context) {
return Column(
crossAxisAlignment: CrossAxisA... | 3 |
pinto-ca/S7LecturaJSON | 83167f2 | lib/interfaces/noticias.dart | Dart | www.github.com/pinto-ca/S7LecturaJSON/tree/main/lib/interfaces/noticias.dart | https://raw.githubusercontent.com/pinto-ca/S7LecturaJSON/83167f2/lib/interfaces/noticias.dart | pinto-ca/S7LecturaJSON 83167f2 lib/interfaces/noticias.dart | true | 200 | 640 | import 'dart:convert';
List<Noticias> noticiasFromJson(String str) =>
List<Noticias>.from(json.decode(str).map((x) => Noticias.fromJson(x)));
class Noticias {
//Atributos
String titulo;
String descripcion;
String icono;
String? fechaPublicacion;
//Constructor
Noticias({
required this.titulo,
re... | 7 |
abdullah-khudher/food_delivery_app_case_study | 9df71de | lib/core/view_models/meals_view_model/meals_view_model.dart | Dart | www.github.com/abdullah-khudher/food_delivery_app_case_study/tree/main/lib/core/view_models/meals_view_model/meals_view_model.dart | https://raw.githubusercontent.com/abdullah-khudher/food_delivery_app_case_study/9df71de/lib/core/view_models/meals_view_model/meals_view_model.dart | abdullah-khudher/food_delivery_app_case_study 9df71de lib/core/view_models/meals_view_model/meals_view_model.dart | true | 200 | 2,420 | import 'dart:developer';
import 'package:flutter/material.dart';
import 'package:food_delivery_app_case_study/core/domain/cart/cart_local_data_base_repostory_provider.dart';
import 'package:food_delivery_app_case_study/core/domain/categories/categories_repositroy_provider.dart';
import 'package:food_delivery_app_case_... | 4 |
Riktam-Santra/mangadex_library | 8cbf7be | lib/src/models/feed/manga_feed.dart | Dart | www.github.com/Riktam-Santra/mangadex_library/tree/main/lib/src/models/feed/manga_feed.dart | https://raw.githubusercontent.com/Riktam-Santra/mangadex_library/8cbf7be/lib/src/models/feed/manga_feed.dart | Riktam-Santra/mangadex_library 8cbf7be lib/src/models/feed/manga_feed.dart | true | 200 | 2,188 | import 'package:json_annotation/json_annotation.dart';
part 'manga_feed.g.dart';
///@nodoc
@JsonSerializable()
class MangaFeed {
final String? result;
final String? response;
final List<MangaFeedData>? data;
final int? limit;
final int? offset;
final int? total;
MangaFeed(this.result, this.response, thi... | 0 |
tmartiner/vola_new | 87fa909 | lib/bootstrap.dart | Dart | www.github.com/tmartiner/vola_new/tree/main/lib/bootstrap.dart | https://raw.githubusercontent.com/tmartiner/vola_new/87fa909/lib/bootstrap.dart | tmartiner/vola_new 87fa909 lib/bootstrap.dart | true | 200 | 1,390 | import 'dart:async';
import 'dart:developer';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:logging/logging.dart';
class AppBlocObserver extends BlocObserver {
const AppBlocObs... | 6 |
faztechfaizi/finance | cf0ac58 | lib/screens/add_expense.dart | Dart | www.github.com/faztechfaizi/finance/tree/main/lib/screens/add_expense.dart | https://raw.githubusercontent.com/faztechfaizi/finance/cf0ac58/lib/screens/add_expense.dart | faztechfaizi/finance cf0ac58 lib/screens/add_expense.dart | true | 200 | 5,790 |
import 'package:fazfinance/constants/colors.dart';
import 'package:fazfinance/models/expense_model.dart';
import 'package:fazfinance/services/fin_service.dart';
import 'package:fazfinance/widgets/appbutton.dart';
import 'package:fazfinance/widgets/apptext.dart';
import 'package:fazfinance/widgets/customtextformfiled.d... | 2 |
fatihap/kiratakip | 8bbd52a | lib/main.dart | Dart | www.github.com/fatihap/kiratakip/tree/main/lib/main.dart | https://raw.githubusercontent.com/fatihap/kiratakip/8bbd52a/lib/main.dart | fatihap/kiratakip 8bbd52a lib/main.dart | true | 200 | 763 | import 'package:flutter/material.dart';
import 'package:intl/date_symbol_data_local.dart'; // intl paketinden tarih formatlama için gerekli
import 'kiracilar/tenant_list_page.dart';
void main() async{
WidgetsFlutterBinding.ensureInitialized();
await initializeDateFormatting('tr_TR', null);
runApp(const MyApp())... | 1 |
ShimaaShams2022/movies_app_2024 | 2d2ca67 | lib/data/data_source_impl/popular_online_data_source_impl.dart | Dart | www.github.com/ShimaaShams2022/movies_app_2024/tree/main/lib/data/data_source_impl/popular_online_data_source_impl.dart | https://raw.githubusercontent.com/ShimaaShams2022/movies_app_2024/2d2ca67/lib/data/data_source_impl/popular_online_data_source_impl.dart | ShimaaShams2022/movies_app_2024 2d2ca67 lib/data/data_source_impl/popular_online_data_source_impl.dart | true | 200 | 638 | import 'package:injectable/injectable.dart';
import 'package:movies_app_2024/data/api_model/Results.dart';
import 'package:movies_app_2024/data/api_model/api_manager.dart';
import 'package:movies_app_2024/domain/Result.dart';
import '../data_source/popular_online_data_source.dart';
@Injectable(as: PopularOnlineData... | 5 |
jinshaprabhakaran/invoiceapp | 63a713d | lib/modules/invoice/model/invoicemodel.dart | Dart | www.github.com/jinshaprabhakaran/invoiceapp/tree/main/lib/modules/invoice/model/invoicemodel.dart | https://raw.githubusercontent.com/jinshaprabhakaran/invoiceapp/63a713d/lib/modules/invoice/model/invoicemodel.dart | jinshaprabhakaran/invoiceapp 63a713d lib/modules/invoice/model/invoicemodel.dart | true | 200 | 1,068 | import '../../add items/model/bills_model.dart';
class InvoiceModel {
String customerName;
double totalAmount;
double balanceAmount;
String date;
String invoiceNumber;
List<BillModel> items;
InvoiceModel({
required this.customerName,
required this.totalAmount,
required this.balanceAmount,
... | 3 |
KaburiCoder/click_desk | 388cabe | lib/pages/qr_scan/qr_scan_page.dart | Dart | www.github.com/KaburiCoder/click_desk/tree/main/lib/pages/qr_scan/qr_scan_page.dart | https://raw.githubusercontent.com/KaburiCoder/click_desk/388cabe/lib/pages/qr_scan/qr_scan_page.dart | KaburiCoder/click_desk 388cabe lib/pages/qr_scan/qr_scan_page.dart | true | 200 | 2,296 | import 'package:click_desk/shared/constants/lottie_paths.dart';
import 'package:click_desk/models/params/user_search_params.dart';
import 'package:click_desk/shared/providers/patient/patient_confirm_manager.dart';
import 'package:click_desk/features/qr_scan/providers/qr_scan_manager.dart';
import 'package:click_desk/ro... | 4 |
marshandaichsan/MAIN-ZABBIX- | 6e3cfdf | lib/routes/routes.dart | Dart | www.github.com/marshandaichsan/MAIN-ZABBIX-/tree/main/lib/routes/routes.dart | https://raw.githubusercontent.com/marshandaichsan/MAIN-ZABBIX-/6e3cfdf/lib/routes/routes.dart | marshandaichsan/MAIN-ZABBIX- 6e3cfdf lib/routes/routes.dart | true | 200 | 905 | import 'package:flutter/material.dart';
import 'package:monitor/routes/route_name.dart';
import 'package:monitor/screens/dashboard.dart';
import 'package:monitor/screens/splash.dart';
import 'package:monitor/screens/template/app_template.dart';
class Routes {
static Route<dynamic> generateRoute(RouteSettings setting... | 7 |
raveenaraveena2001/Flutter-UI-Designs | f104377 | lib/validation.dart | Dart | www.github.com/raveenaraveena2001/Flutter-UI-Designs/tree/main/lib/validation.dart | https://raw.githubusercontent.com/raveenaraveena2001/Flutter-UI-Designs/f104377/lib/validation.dart | raveenaraveena2001/Flutter-UI-Designs f104377 lib/validation.dart | true | 200 | 989 | import 'package:flutter/material.dart';
class myValidation extends StatefulWidget {
const myValidation({super.key});
@override
State<myValidation> createState() => _myValidationState();
}
class _myValidationState extends State<myValidation> {
final _key = GlobalKey<FormState>();
@override
Widget build... | 0 |
Juphex/greentrition_app | 5f2aaa9 | lib/functions/history.dart | Dart | www.github.com/Juphex/greentrition_app/tree/main/lib/functions/history.dart | https://raw.githubusercontent.com/Juphex/greentrition_app/5f2aaa9/lib/functions/history.dart | Juphex/greentrition_app 5f2aaa9 lib/functions/history.dart | true | 200 | 1,128 | import 'dart:convert';
import 'dart:core';
import 'package:greentrition/classes/product.dart';
import 'package:shared_preferences/shared_preferences.dart';
///Add Products to history
void addToHistory(Product product) async {
SharedPreferences prefs = await SharedPreferences.getInstance();
var history = prefs.get... | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.