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
MahmuodMurad/icontech
b5152a7
lib/features/home/presentathion/views/map_screen.dart
Dart
www.github.com/MahmuodMurad/icontech/tree/main/lib/features/home/presentathion/views/map_screen.dart
https://raw.githubusercontent.com/MahmuodMurad/icontech/b5152a7/lib/features/home/presentathion/views/map_screen.dart
MahmuodMurad/icontech b5152a7 lib/features/home/presentathion/views/map_screen.dart
true
200
2,522
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:geolocator/geolocator.dart'; import 'package:permission_handler/permission_handler.dart'; import '../../../../core/utils/service_locator.dart'; import '../../data/repos/home_repo_impl.dart'; import '../view_model/ma...
4
cappittall/election
b38e63e
election_control/lib/login_page.dart
Dart
www.github.com/cappittall/election/tree/main/election_control/lib/login_page.dart
https://raw.githubusercontent.com/cappittall/election/b38e63e/election_control/lib/login_page.dart
cappittall/election b38e63e election_control/lib/login_page.dart
true
200
5,773
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'auth_services.dart'; class LoginPage extends StatelessWidget { final AuthService _authService = AuthService(); final TextEditingController _emailController...
5
Sara-Mohamed22/Wasel-App
5a9aff2
lib/views/onBoarding/onboarding.dart
Dart
www.github.com/Sara-Mohamed22/Wasel-App/tree/main/lib/views/onBoarding/onboarding.dart
https://raw.githubusercontent.com/Sara-Mohamed22/Wasel-App/5a9aff2/lib/views/onBoarding/onboarding.dart
Sara-Mohamed22/Wasel-App 5a9aff2 lib/views/onBoarding/onboarding.dart
true
200
6,248
import 'package:flutter/material.dart'; import 'package:smooth_page_indicator/smooth_page_indicator.dart'; import 'package:wasel/shared/style/constant.dart'; import 'package:wasel/shared/style/fonts.dart'; import 'package:wasel/views/login/loginScreen1.dart'; class BoardingModel { final String? image ; final Stri...
3
mahdi-islam-pranto/barber_shop
3a1e221
lib/Auth/signupPage.dart
Dart
www.github.com/mahdi-islam-pranto/barber_shop/tree/main/lib/Auth/signupPage.dart
https://raw.githubusercontent.com/mahdi-islam-pranto/barber_shop/3a1e221/lib/Auth/signupPage.dart
mahdi-islam-pranto/barber_shop 3a1e221 lib/Auth/signupPage.dart
true
200
13,169
import 'package:animated_snack_bar/animated_snack_bar.dart'; import 'package:barber_shop/database.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import '../BarberScreens/barberSignUpPage.dart'; import '../resources/colors.dart'; import '../screens/homepage.dart'; cla...
7
paulR218/users_app_final
fa6eb8c
lib/appInfo/app_info.dart
Dart
www.github.com/paulR218/users_app_final/tree/main/lib/appInfo/app_info.dart
https://raw.githubusercontent.com/paulR218/users_app_final/fa6eb8c/lib/appInfo/app_info.dart
paulR218/users_app_final fa6eb8c lib/appInfo/app_info.dart
true
200
454
import 'package:flutter/cupertino.dart'; import 'package:users_app/models/address_model.dart'; class AppInfo extends ChangeNotifier{ AddressModel? pickUpLocation; AddressModel? dropOffLocation; void updatePickUpLocation(AddressModel pickUpModel){ pickUpLocation = pickUpModel; notifyListeners();...
0
Rinnohara9803/flutter-advanced
2b2ea1f
lib/presentation/resources/language_manager.dart
Dart
www.github.com/Rinnohara9803/flutter-advanced/tree/main/lib/presentation/resources/language_manager.dart
https://raw.githubusercontent.com/Rinnohara9803/flutter-advanced/2b2ea1f/lib/presentation/resources/language_manager.dart
Rinnohara9803/flutter-advanced 2b2ea1f lib/presentation/resources/language_manager.dart
true
200
322
enum LanguageType { english, nepali, } const String lEnglish = 'en'; const String lNepali = 'np'; extension LanguageTypeExtension on LanguageType { String getValue() { switch (this) { case LanguageType.english: return lEnglish; case LanguageType.nepali: return lNepali; } } ...
2
TheNewReducers/flutter_app
f3d96e7
lib/components/tipp_card.dart
Dart
www.github.com/TheNewReducers/flutter_app/tree/main/lib/components/tipp_card.dart
https://raw.githubusercontent.com/TheNewReducers/flutter_app/f3d96e7/lib/components/tipp_card.dart
TheNewReducers/flutter_app f3d96e7 lib/components/tipp_card.dart
true
200
1,435
import 'package:flutter/material.dart'; import 'package:flutter_app/app_colors.dart'; import 'package:flutter_app/components/custom_image_card.dart'; import 'package:flutter_app/dialog/tipp_dialog.dart'; import 'package:flutter_app/models/reduce_carbon_tipp.dart'; class TippCard extends StatelessWidget { const TippC...
1
kryptomindzInfo/CustomerApp
de6458e
lib/models/get_marchent_list_model.dart
Dart
www.github.com/kryptomindzInfo/CustomerApp/tree/main/lib/models/get_marchent_list_model.dart
https://raw.githubusercontent.com/kryptomindzInfo/CustomerApp/de6458e/lib/models/get_marchent_list_model.dart
kryptomindzInfo/CustomerApp de6458e lib/models/get_marchent_list_model.dart
true
200
3,719
// To parse this JSON data, do // // final getMerchantListResponseModel = getMerchantListResponseModelFromJson(jsonString); import 'dart:convert'; GetMerchantListResponseModel getMerchantListResponseModelFromJson(String str) => GetMerchantListResponseModel.fromJson(json.decode(str)); String getMerchantListRespon...
4
Jong44/salon
149e62e
lib/page/mainPage/Survey.dart
Dart
www.github.com/Jong44/salon/tree/main/lib/page/mainPage/Survey.dart
https://raw.githubusercontent.com/Jong44/salon/149e62e/lib/page/mainPage/Survey.dart
Jong44/salon 149e62e lib/page/mainPage/Survey.dart
true
200
10,453
import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_database/firebase_database.dart'; import 'package:flutter/material.dart'; import 'package:iconsax/iconsax.dart'; import 'dart:io'; import 'Profile.dart'; class Survey extends StatefulWidget { @override State<Survey> createState() => Surve...
3
Yishak27/tipcalculator
48b7c2c
lib/widgets/TipsSlider.dart
Dart
www.github.com/Yishak27/tipcalculator/tree/main/lib/widgets/TipsSlider.dart
https://raw.githubusercontent.com/Yishak27/tipcalculator/48b7c2c/lib/widgets/TipsSlider.dart
Yishak27/tipcalculator 48b7c2c lib/widgets/TipsSlider.dart
true
200
732
import 'package:flutter/material.dart'; class TipSlider extends StatelessWidget { const TipSlider({ super.key, required this.persentage, required this.valueChange, }); final double persentage; final ValueChanged<double> valueChange; @override Widget build(BuildContext context) { return Sli...
5
kangsudal/Eat-Go
be6e89b
lib/screen/recipe_write_screen/recipe_write_screen_widget/camera_button.dart
Dart
www.github.com/kangsudal/Eat-Go/tree/main/lib/screen/recipe_write_screen/recipe_write_screen_widget/camera_button.dart
https://raw.githubusercontent.com/kangsudal/Eat-Go/be6e89b/lib/screen/recipe_write_screen/recipe_write_screen_widget/camera_button.dart
kangsudal/Eat-Go be6e89b lib/screen/recipe_write_screen/recipe_write_screen_widget/camera_button.dart
true
200
4,690
import 'dart:io'; import 'package:eat_go/palette.dart'; import 'package:eat_go/provider/eatgo_providers.dart'; import 'package:eat_go/viewmodels/recipe_write_base_viewmodel.dart'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:image_picker/image_picker....
6
clarityhub/clarityhub-client-mobile
ccec485
lib/domains/interviews/redux/reducers/interviewReducer.dart
Dart
www.github.com/clarityhub/clarityhub-client-mobile/tree/main/lib/domains/interviews/redux/reducers/interviewReducer.dart
https://raw.githubusercontent.com/clarityhub/clarityhub-client-mobile/ccec485/lib/domains/interviews/redux/reducers/interviewReducer.dart
clarityhub/clarityhub-client-mobile ccec485 lib/domains/interviews/redux/reducers/interviewReducer.dart
true
200
2,874
import 'package:clarityhub/domains/interviews/models/interview.dart'; import 'package:clarityhub/domains/interviews/redux/actions/actions.dart'; import 'package:clarityhub/domains/interviews/redux/store/interviewState.dart'; import 'package:redux/redux.dart'; final interviewReducer = TypedReducer<InterviewState, dynam...
7
malknany/Book_Share_UI
dbf4862
lib/views/discover/widget/item_topics.dart
Dart
www.github.com/malknany/Book_Share_UI/tree/main/lib/views/discover/widget/item_topics.dart
https://raw.githubusercontent.com/malknany/Book_Share_UI/dbf4862/lib/views/discover/widget/item_topics.dart
malknany/Book_Share_UI dbf4862 lib/views/discover/widget/item_topics.dart
true
200
815
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import '../../topics/cntroller.dart'; class TopicsItemHome extends StatelessWidget { const TopicsItemHome({Key? key, required this.controller, required this.index}) : super(key: key); final TopicsController co...
0
MohammedElsayed20/my-app-structure-way-
fbe37e1
lib/view/widgets/onbording/dot_controller.dart
Dart
www.github.com/MohammedElsayed20/my-app-structure-way-/tree/main/lib/view/widgets/onbording/dot_controller.dart
https://raw.githubusercontent.com/MohammedElsayed20/my-app-structure-way-/fbe37e1/lib/view/widgets/onbording/dot_controller.dart
MohammedElsayed20/my-app-structure-way- fbe37e1 lib/view/widgets/onbording/dot_controller.dart
true
200
1,301
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import '../../../core/constant/color.dart'; import '../../../data/data_source/static/onbording_data.dart'; import '../../../provider/onbording_provider/onbording_provider.dart'; class DotController extends StatelessWidget { const...
1
vallerian-peter/property-software
58acd08
lib/responsive/scaffolds/mintable_scaffold.dart
Dart
www.github.com/vallerian-peter/property-software/tree/main/lib/responsive/scaffolds/mintable_scaffold.dart
https://raw.githubusercontent.com/vallerian-peter/property-software/58acd08/lib/responsive/scaffolds/mintable_scaffold.dart
vallerian-peter/property-software 58acd08 lib/responsive/scaffolds/mintable_scaffold.dart
true
200
12,201
import 'package:flutter/material.dart'; import 'package:flutter_real_estate/components/pink_new_button.dart'; import 'package:flutter_real_estate/constants.dart'; import 'package:flutter_real_estate/fragments/admin_fragment.dart'; import 'package:flutter_real_estate/fragments/collections_fragment.dart'; import 'package...
2
parthh2/Boiler-plate-Demo
c76c429
lib/core/ui/widgets/loading_dialog.dart
Dart
www.github.com/parthh2/Boiler-plate-Demo/tree/main/lib/core/ui/widgets/loading_dialog.dart
https://raw.githubusercontent.com/parthh2/Boiler-plate-Demo/c76c429/lib/core/ui/widgets/loading_dialog.dart
parthh2/Boiler-plate-Demo c76c429 lib/core/ui/widgets/loading_dialog.dart
true
200
1,535
import 'package:flutter/material.dart'; import '../../colors/color_list.dart'; Future<Widget?> loadingDialog({ required BuildContext context, }) => showDialog( context: context, barrierDismissible: true, builder: (_) => WillPopScope( onWillPop: () async => false, child: Simple...
4
Drashtipatel296/animated_travel_app
972c86b
lib/screens/splash/splash_screen.dart
Dart
www.github.com/Drashtipatel296/animated_travel_app/tree/main/lib/screens/splash/splash_screen.dart
https://raw.githubusercontent.com/Drashtipatel296/animated_travel_app/972c86b/lib/screens/splash/splash_screen.dart
Drashtipatel296/animated_travel_app 972c86b lib/screens/splash/splash_screen.dart
true
200
4,757
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:travel_app/screens/home/home_screen.dart'; class SplashScreen extends StatefulWidget { const SplashScreen({super.key}); @override _SplashScreenState createState() => _...
5
zaimanza/koperasi_fe
f3ced7d
lib/modules/parcel_module.dart
Dart
www.github.com/zaimanza/koperasi_fe/tree/main/lib/modules/parcel_module.dart
https://raw.githubusercontent.com/zaimanza/koperasi_fe/f3ced7d/lib/modules/parcel_module.dart
zaimanza/koperasi_fe f3ced7d lib/modules/parcel_module.dart
true
200
1,571
import '../middleware/fetch_api.dart'; addParcel(courier, parcelId, phoneNumber, remarks) async { Map<String, dynamic> data = {}; if (courier.toString().isNotEmpty) data['courier'] = courier; if (parcelId.toString().isNotEmpty) { data['parcelId'] = parcelId; } if (phoneNumber.toString().isNotEmpty) data[...
3
ade-me/chatnest-app
d66233b
lib/data/models/getblocklistapimodel.dart
Dart
www.github.com/ade-me/chatnest-app/tree/main/lib/data/models/getblocklistapimodel.dart
https://raw.githubusercontent.com/ade-me/chatnest-app/d66233b/lib/data/models/getblocklistapimodel.dart
ade-me/chatnest-app d66233b lib/data/models/getblocklistapimodel.dart
true
200
1,325
// To parse this JSON data, do // // final getblockListApi = getblockListApiFromJson(jsonString); import 'dart:convert'; GetblockListApi getblockListApiFromJson(String str) => GetblockListApi.fromJson(json.decode(str)); String getblockListApiToJson(GetblockListApi data) => json.encode(data.toJson()); class Getb...
6
rightminddev/orient
4a0a68d
lib/general_services/sound.service.dart
Dart
www.github.com/rightminddev/orient/tree/main/lib/general_services/sound.service.dart
https://raw.githubusercontent.com/rightminddev/orient/4a0a68d/lib/general_services/sound.service.dart
rightminddev/orient 4a0a68d lib/general_services/sound.service.dart
true
200
771
import 'package:flutter/foundation.dart'; import 'package:flutter/services.dart'; import 'package:soundpool/soundpool.dart'; class SoundService { static Soundpool? _pool; static int? _notificationSoundId; static Future init({required String soundFilePath}) async { try { _pool = Soundpool.fromOptions();...
7
Tiago-22006933/TFC
bca26b6
lib/model/vacations_summary.dart
Dart
www.github.com/Tiago-22006933/TFC/tree/main/lib/model/vacations_summary.dart
https://raw.githubusercontent.com/Tiago-22006933/TFC/bca26b6/lib/model/vacations_summary.dart
Tiago-22006933/TFC bca26b6 lib/model/vacations_summary.dart
true
200
514
class VacationSummary { final int userId; final int daysTotal; final int daysUsed; final int daysAvailable; const VacationSummary({ required this.userId, required this.daysTotal, required this.daysUsed, required this.daysAvailable, }); factory VacationSummary.fromJson(Map<String, dynamic...
0
fwhite95/coding-challenge
5c91690
lib/src/screens/home_screen.dart
Dart
www.github.com/fwhite95/coding-challenge/tree/main/lib/src/screens/home_screen.dart
https://raw.githubusercontent.com/fwhite95/coding-challenge/5c91690/lib/src/screens/home_screen.dart
fwhite95/coding-challenge 5c91690 lib/src/screens/home_screen.dart
true
200
5,085
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:go_router/go_router.dart'; import 'package:nimblerx_test/src/blocs/home/home_bloc.dart'; import 'package:nimblerx_test/src/blocs/order/order_bloc.dart'; import 'package:nimblerx_test/src/blocs/pharmacy/pharmacy_bloc...
4
yavuzsavan/trainingApp
0b311b9
lib/pages/account_pages/measurement.dart
Dart
www.github.com/yavuzsavan/trainingApp/tree/main/lib/pages/account_pages/measurement.dart
https://raw.githubusercontent.com/yavuzsavan/trainingApp/0b311b9/lib/pages/account_pages/measurement.dart
yavuzsavan/trainingApp 0b311b9 lib/pages/account_pages/measurement.dart
true
200
657
import 'package:flutter/material.dart'; class UserMeasurement extends StatefulWidget { const UserMeasurement({super.key}); @override State<UserMeasurement> createState() => _UserMeasurementState(); } class _UserMeasurementState extends State<UserMeasurement> { @override Widget build(BuildContext context) {...
5
learnwithmotaleb/firebase_tutorial
42530bb
lib/AsifTaj/firebase_services/splash_services.dart
Dart
www.github.com/learnwithmotaleb/firebase_tutorial/tree/main/lib/AsifTaj/firebase_services/splash_services.dart
https://raw.githubusercontent.com/learnwithmotaleb/firebase_tutorial/42530bb/lib/AsifTaj/firebase_services/splash_services.dart
learnwithmotaleb/firebase_tutorial 42530bb lib/AsifTaj/firebase_services/splash_services.dart
true
200
847
import 'dart:async'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_tutorial/AsifTaj/Screen/home_screen.dart'; import 'package:firebase_tutorial/AsifTaj/ui/auth/login_screen.dart'; import 'package:firebase_tutorial/Screen/login_page.dart'; import 'package:flutter/cupertino.dart'; import '...
3
MihaiMusteata/PAM-Labs
af056e2
Lab3/wine_shop/lib/controller/HomeController.dart
Dart
www.github.com/MihaiMusteata/PAM-Labs/tree/main/Lab3/wine_shop/lib/controller/HomeController.dart
https://raw.githubusercontent.com/MihaiMusteata/PAM-Labs/af056e2/Lab3/wine_shop/lib/controller/HomeController.dart
MihaiMusteata/PAM-Labs af056e2 Lab3/wine_shop/lib/controller/HomeController.dart
true
200
1,645
import 'package:get/get.dart'; import '../models/carousel_item.dart'; import '../models/wine_by.dart'; import '../models/wine_data.dart'; import 'dart:convert'; import 'package:flutter/services.dart'; class HomeController extends GetxController { final RxList<CarouselItem> allWines = <CarouselItem>[].obs; final Rx...
7
Eulices00/aplicacion_programacion_final
03ea3c9
bin/jefeConstruccio.dart
Dart
www.github.com/Eulices00/aplicacion_programacion_final/tree/main/bin/jefeConstruccio.dart
https://raw.githubusercontent.com/Eulices00/aplicacion_programacion_final/03ea3c9/bin/jefeConstruccio.dart
Eulices00/aplicacion_programacion_final 03ea3c9 bin/jefeConstruccio.dart
true
200
723
import 'package:mysql1/mysql1.dart'; import 'databaseConstruccion.dart'; class Jefe { int? idjefe; String? nombreJefe; String? passwordJefe; Jefe(); Jefe.fromMap(ResultRow map) { idjefe = map['idjefe']; nombreJefe = map['nombre']; passwordJefe = map['password']; } loginJefe() async { var ...
1
salim-maula/ecommerce-app-with-clean-code
862e056
lib/features/shop/models/banner_model.dart
Dart
www.github.com/salim-maula/ecommerce-app-with-clean-code/tree/main/lib/features/shop/models/banner_model.dart
https://raw.githubusercontent.com/salim-maula/ecommerce-app-with-clean-code/862e056/lib/features/shop/models/banner_model.dart
salim-maula/ecommerce-app-with-clean-code 862e056 lib/features/shop/models/banner_model.dart
true
200
948
// ignore_for_file: public_member_api_docs, sort_constructors_first import 'package:cloud_firestore/cloud_firestore.dart'; class BannerModel { final bool active; String imageUrl; String targetScreen; BannerModel({ required this.active, required this.imageUrl, required this.targetScreen, }); s...
2
wisdommbila/web3AppSP
3289653
lib/shared/other_button.dart
Dart
www.github.com/wisdommbila/web3AppSP/tree/main/lib/shared/other_button.dart
https://raw.githubusercontent.com/wisdommbila/web3AppSP/3289653/lib/shared/other_button.dart
wisdommbila/web3AppSP 3289653 lib/shared/other_button.dart
true
200
1,493
import 'package:sportRex/shared/app_icons.dart'; import '../core/commonLibs/common_libs.dart'; class BackBtn extends StatelessWidget { const BackBtn({ Key? key, this.icon = AppIcons.back, this.onPressed, this.semanticLabel, this.bgColor, this.iconColor, }) : super(key: key); final Color...
6
menezesr08/trainer_app
ddf4dfa
lib/services/location_service.dart
Dart
www.github.com/menezesr08/trainer_app/tree/main/lib/services/location_service.dart
https://raw.githubusercontent.com/menezesr08/trainer_app/ddf4dfa/lib/services/location_service.dart
menezesr08/trainer_app ddf4dfa lib/services/location_service.dart
true
200
1,476
import 'dart:core'; import 'package:geolocator/geolocator.dart'; import 'package:riverpod_annotation/riverpod_annotation.dart'; part 'location_service.g.dart';// Import the notification service class LocationService { Stream<Position> getPositionStream() { return Geolocator.getPositionStream( locationSett...
0
matheusfelipe1/processo_seletivo_onfly
14bc528
lib/core/provider/databases/local_storage.dart
Dart
www.github.com/matheusfelipe1/processo_seletivo_onfly/tree/main/lib/core/provider/databases/local_storage.dart
https://raw.githubusercontent.com/matheusfelipe1/processo_seletivo_onfly/14bc528/lib/core/provider/databases/local_storage.dart
matheusfelipe1/processo_seletivo_onfly 14bc528 lib/core/provider/databases/local_storage.dart
true
200
540
import 'package:shared_preferences/shared_preferences.dart'; class LocalStorage { static final LocalStorage _instance = LocalStorage._(); LocalStorage._(); factory LocalStorage() => _instance; static LocalStorage instance = LocalStorage(); Future<SharedPreferences> get _local async => await SharedPreferen...
5
prasannakumar2495/chatgptflutterapplication
665b0d3
lib/ui/imagesscreen.dart
Dart
www.github.com/prasannakumar2495/chatgptflutterapplication/tree/main/lib/ui/imagesscreen.dart
https://raw.githubusercontent.com/prasannakumar2495/chatgptflutterapplication/665b0d3/lib/ui/imagesscreen.dart
prasannakumar2495/chatgptflutterapplication 665b0d3 lib/ui/imagesscreen.dart
true
200
5,362
import 'package:chatgptflutterapplication/providers/imagesprovider.dart'; import 'package:chatgptflutterapplication/widget/singleimage.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; class ImageScreen extends StatefulWidget { const ImageScreen({super.key}); @override Stat...
4
brianmaseno/somaa
d8194ce
lib/models/subject_model.dart
Dart
www.github.com/brianmaseno/somaa/tree/main/lib/models/subject_model.dart
https://raw.githubusercontent.com/brianmaseno/somaa/d8194ce/lib/models/subject_model.dart
brianmaseno/somaa d8194ce lib/models/subject_model.dart
true
200
323
// lib/models/subject_model.dart class Subject { final String name; final double progress; Subject({required this.name, required this.progress}); factory Subject.fromJson(Map<String, dynamic> json) { return Subject( name: json['name'], progress: (json['progress'] as num).toDouble(), ); }...
3
argyaa/getx-pattern-with-Dio
1a7cdde
lib/app/modules/home/views/home_view.dart
Dart
www.github.com/argyaa/getx-pattern-with-Dio/tree/main/lib/app/modules/home/views/home_view.dart
https://raw.githubusercontent.com/argyaa/getx-pattern-with-Dio/1a7cdde/lib/app/modules/home/views/home_view.dart
argyaa/getx-pattern-with-Dio 1a7cdde lib/app/modules/home/views/home_view.dart
true
200
1,003
import 'package:first_get_cli/app/routes/app_pages.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../controllers/home_controller.dart'; class HomeView extends GetView<HomeController> { const HomeView({Key? key}) : super(key: key); @override Widget build(BuildContext conte...
7
RenataSisilio/CASHFY
214fa82
lib/features/page_view/profile/profile_page.dart
Dart
www.github.com/RenataSisilio/CASHFY/tree/main/lib/features/page_view/profile/profile_page.dart
https://raw.githubusercontent.com/RenataSisilio/CASHFY/214fa82/lib/features/page_view/profile/profile_page.dart
RenataSisilio/CASHFY 214fa82 lib/features/page_view/profile/profile_page.dart
true
200
4,417
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import '../../../design_sys/sizes.dart'; import 'profile_controller.dart'; import 'profile_states.dart'; class ProfilePage extends StatefulWidget { const ProfilePage({super.key}); @override State<ProfilePage> createState()...
2
hey-om7/smartcomm
a9668a0
lib/widgets/MultiValuedCard.dart
Dart
www.github.com/hey-om7/smartcomm/tree/main/lib/widgets/MultiValuedCard.dart
https://raw.githubusercontent.com/hey-om7/smartcomm/a9668a0/lib/widgets/MultiValuedCard.dart
hey-om7/smartcomm a9668a0 lib/widgets/MultiValuedCard.dart
true
200
2,268
import 'package:essential_kit/essential_kit.dart'; import 'package:flutter/material.dart'; import '../globalWidgets.dart'; class MultivaluedCard extends StatelessWidget { const MultivaluedCard({ super.key, }); @override Widget build(BuildContext context) { return PrimaryBox( height: 100, ...
1
luyanakat/quiz-app
9035b90
lib/main.dart
Dart
www.github.com/luyanakat/quiz-app/tree/main/lib/main.dart
https://raw.githubusercontent.com/luyanakat/quiz-app/9035b90/lib/main.dart
luyanakat/quiz-app 9035b90 lib/main.dart
true
200
4,076
// ignore_for_file: prefer_const_constructors import 'package:clone_first_app/quiz.dart'; import 'package:flutter/material.dart'; import './result.dart'; void main() => runApp(MyApp()); class MyApp extends StatefulWidget { @override State<MyApp> createState() => _MyAppState(); } class _MyAppState extends State<...
6
khued200/FistLood
71ee77a
lib/ui/food/food_detail_screen.dart
Dart
www.github.com/khued200/FistLood/tree/main/lib/ui/food/food_detail_screen.dart
https://raw.githubusercontent.com/khued200/FistLood/71ee77a/lib/ui/food/food_detail_screen.dart
khued200/FistLood 71ee77a lib/ui/food/food_detail_screen.dart
true
200
3,174
import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:shopping_conv/blocs/food/food_bloc.dart'; import 'package:shopping_conv/blocs/food/food_event.dart'; import 'package:shopping_conv/blocs/food/food_state.dart'; import 'dart:typed_data'; class...
0
Mthws167/TargetControl
ae220ee
lib/screens/authPage.dart
Dart
www.github.com/Mthws167/TargetControl/tree/main/lib/screens/authPage.dart
https://raw.githubusercontent.com/Mthws167/TargetControl/ae220ee/lib/screens/authPage.dart
Mthws167/TargetControl ae220ee lib/screens/authPage.dart
true
200
652
import 'package:countpeople/screens/screen-login/login.dart'; import 'package:countpeople/screens/screen-signup/signup.dart'; import 'package:flutter/cupertino.dart'; class AuthPage extends StatefulWidget { const AuthPage({Key? key}) : super(key: key); @override State<AuthPage> createState() => _AuthPageState()...
5
saiket-das/simple-flutter-app
fa67a1c
lib/screens/intro_screen/intro_screen.dart
Dart
www.github.com/saiket-das/simple-flutter-app/tree/main/lib/screens/intro_screen/intro_screen.dart
https://raw.githubusercontent.com/saiket-das/simple-flutter-app/fa67a1c/lib/screens/intro_screen/intro_screen.dart
saiket-das/simple-flutter-app fa67a1c lib/screens/intro_screen/intro_screen.dart
true
200
2,425
// ignore_for_file: prefer_const_constructors import 'package:ecommerce_app/screens/home/home_screen.dart'; import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; class IntroScreen extends StatelessWidget { const IntroScreen({super.key}); @override Widget build(BuildContext context) { ...
4
TamynatorSama/MonieTracka
d8db69c
lib/pages/main/main_page.dart
Dart
www.github.com/TamynatorSama/MonieTracka/tree/main/lib/pages/main/main_page.dart
https://raw.githubusercontent.com/TamynatorSama/MonieTracka/d8db69c/lib/pages/main/main_page.dart
TamynatorSama/MonieTracka d8db69c lib/pages/main/main_page.dart
true
200
2,960
import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:monie_tracka/pages/main/home/home.dart'; import 'package:monie_tracka/shared/utils/app_theme.dart'; import 'package:monie_tracka/shared/utils/bottom_navigator_controller.dart'; import 'package:monie_tracka/shared/util...
3
Lord-Biteki/Proyecto-Calambeo-Ambala
e057767
lib/widgets/custom_buttons_section.dart
Dart
www.github.com/Lord-Biteki/Proyecto-Calambeo-Ambala/tree/main/lib/widgets/custom_buttons_section.dart
https://raw.githubusercontent.com/Lord-Biteki/Proyecto-Calambeo-Ambala/e057767/lib/widgets/custom_buttons_section.dart
Lord-Biteki/Proyecto-Calambeo-Ambala e057767 lib/widgets/custom_buttons_section.dart
true
200
1,798
import 'package:flutter/material.dart'; class CustomButtonsSection extends StatelessWidget { final VoidCallback onRouteButtonPressed; final VoidCallback onPhotosButtonPressed; const CustomButtonsSection({ super.key, required this.onRouteButtonPressed, required this.onPhotosButtonPressed, }); @o...
7
Mobile-PS/The_Pitch
1c22697
lib/models/country_response.dart
Dart
www.github.com/Mobile-PS/The_Pitch/tree/main/lib/models/country_response.dart
https://raw.githubusercontent.com/Mobile-PS/The_Pitch/1c22697/lib/models/country_response.dart
Mobile-PS/The_Pitch 1c22697 lib/models/country_response.dart
true
200
1,313
class CountryResponse { List<CountryData>? data; bool? failed; String? message; bool? succeeded; CountryResponse({this.data, this.failed, this.message, this.succeeded}); CountryResponse.fromJson(Map<String, dynamic> json) { if (json['data'] != null) { data = <CountryData>[]; json['data']...
2
hyeok3013/battery-todo
4639175
lib/theme/component/bottom_sheet/setting_bottom_sheet.dart
Dart
www.github.com/hyeok3013/battery-todo/tree/main/lib/theme/component/bottom_sheet/setting_bottom_sheet.dart
https://raw.githubusercontent.com/hyeok3013/battery-todo/4639175/lib/theme/component/bottom_sheet/setting_bottom_sheet.dart
hyeok3013/battery-todo 4639175 lib/theme/component/bottom_sheet/setting_bottom_sheet.dart
true
200
1,478
import 'package:battery_todo/src/service/lang_service.dart'; import 'package:battery_todo/src/service/theme_service.dart'; import 'package:battery_todo/theme/component/bottom_sheet/base_bottom_sheet.dart'; import 'package:battery_todo/theme/component/tile.dart'; import 'package:battery_todo/util/helper/intl_helper.dart...
6
Wamiti1/soko_garden
46c66ed
soko_garden/lib/main.dart
Dart
www.github.com/Wamiti1/soko_garden/tree/main/soko_garden/lib/main.dart
https://raw.githubusercontent.com/Wamiti1/soko_garden/46c66ed/soko_garden/lib/main.dart
Wamiti1/soko_garden 46c66ed soko_garden/lib/main.dart
true
200
505
import 'package:flutter/material.dart'; import 'package:flex_color_scheme/flex_color_scheme.dart'; import 'package:soko_garden/screens/authentication/authentication.dart'; import './screens/input.dart'; void main() { runApp(MaterialApp( title: 'Leave App', debugShowCheckedModeBanner: false, theme: Fl...
1
Ciber2018/flutter
f47ee6f
caja/lib/models/setting_model.dart
Dart
www.github.com/Ciber2018/flutter/tree/main/caja/lib/models/setting_model.dart
https://raw.githubusercontent.com/Ciber2018/flutter/f47ee6f/caja/lib/models/setting_model.dart
Ciber2018/flutter f47ee6f caja/lib/models/setting_model.dart
true
200
881
class SettingModel { late int id; late double value; late String name; SettingModel(double value, String name) { this.value = value; this.name = name; } SettingModel.empty() { //this.id = 0; this.value = 0; this.name = ''; } int getId() { return this.id; } double getValue...
0
GDSC-DGU/2024-SolutionChallenge-EarthAndI
970df86
app/lib/domains/type/e_challenge.dart
Dart
www.github.com/GDSC-DGU/2024-SolutionChallenge-EarthAndI/tree/main/app/lib/domains/type/e_challenge.dart
https://raw.githubusercontent.com/GDSC-DGU/2024-SolutionChallenge-EarthAndI/970df86/app/lib/domains/type/e_challenge.dart
GDSC-DGU/2024-SolutionChallenge-EarthAndI 970df86 app/lib/domains/type/e_challenge.dart
true
200
6,343
enum EChallenge implements Comparable<EChallenge> { useEcoFriendlyProducts, deleteEmail, eatVegetarian, useColdWater, clearAllChallenge, usePublicTransport, useReusableContainer, unplugDevices, rideBike, buyLocalProducts, recycle, useLED, useEnergyEfficiency, climateControl, ; const ECh...
5
jazminasaleh/arriendosu
8594ff1
lib/src/pages/perfil/perfil_page.dart
Dart
www.github.com/jazminasaleh/arriendosu/tree/main/lib/src/pages/perfil/perfil_page.dart
https://raw.githubusercontent.com/jazminasaleh/arriendosu/8594ff1/lib/src/pages/perfil/perfil_page.dart
jazminasaleh/arriendosu 8594ff1 lib/src/pages/perfil/perfil_page.dart
true
200
16,685
import 'dart:io'; import 'package:app_arriendosu/src/pages/login/inicio_page.dart'; import 'package:app_arriendosu/src/pages/perfil/editar_perfil_page.dart'; import 'package:app_arriendosu/src/pages/publicar/publicar1.dart'; import 'package:app_arriendosu/src/pages/ubicacion/pagina_ubicacion.dart'; import 'package:flu...
4
Hashimkhann1/Firebase-practice
50c222e
lib/data/login_and_logout_services.dart
Dart
www.github.com/Hashimkhann1/Firebase-practice/tree/main/lib/data/login_and_logout_services.dart
https://raw.githubusercontent.com/Hashimkhann1/Firebase-practice/50c222e/lib/data/login_and_logout_services.dart
Hashimkhann1/Firebase-practice 50c222e lib/data/login_and_logout_services.dart
true
200
4,270
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:practfire/data/provider/loading_provider.dart'; import 'package:practfire/utils/utils.dart'; import 'package:practfire/view/login_screen.dart'; import 'package:practfire/v...
3
FourdotSoftware/FinanceApp
a1fdc51
lib/pages/card_detail_page.dart
Dart
www.github.com/FourdotSoftware/FinanceApp/tree/main/lib/pages/card_detail_page.dart
https://raw.githubusercontent.com/FourdotSoftware/FinanceApp/a1fdc51/lib/pages/card_detail_page.dart
FourdotSoftware/FinanceApp a1fdc51 lib/pages/card_detail_page.dart
true
200
9,630
import 'package:finance_concept/app_data.dart'; import 'package:finance_concept/app_state.dart'; import 'package:finance_concept/const/app_colors.dart'; import 'package:finance_concept/const/app_paddings.dart'; import 'package:finance_concept/const/app_texts.dart'; import 'package:finance_concept/pages/home_page.dart';...
7
Tanayan2024/dart_codes
4d09570
If -ElseStatement Assignment 1/pgm10.dart
Dart
www.github.com/Tanayan2024/dart_codes/tree/main/If -ElseStatement Assignment 1/pgm10.dart
https://raw.githubusercontent.com/Tanayan2024/dart_codes/4d09570/If%20-ElseStatement%20Assignment%201/pgm10.dart
Tanayan2024/dart_codes 4d09570 If -ElseStatement Assignment 1/pgm10.dart
true
200
315
void main() { int x = 90; int bill = 0; if (x < 0) { print("not applicable"); } else if (x < 90) { print("no charge"); } else if (x >= 90 && x <= 100) { bill = x * 6; print(bill); } else if (x >= 180 && x <= 250) { bill = x * 10; print(bill); } else { print(x * 15); } }
2
daolq3012/bloc-moviedb
164f9bc
lib/src/data/local/pref/app_pref.dart
Dart
www.github.com/daolq3012/bloc-moviedb/tree/main/lib/src/data/local/pref/app_pref.dart
https://raw.githubusercontent.com/daolq3012/bloc-moviedb/164f9bc/lib/src/data/local/pref/app_pref.dart
daolq3012/bloc-moviedb 164f9bc lib/src/data/local/pref/app_pref.dart
true
200
384
import 'package:flutter_bloc_base/src/data/local/pref/pref_helper.dart'; import 'package:shared_preferences/shared_preferences.dart'; class AppPrefs extends PrefHelper { static const String firstRun = 'firstRun'; @override Future<bool> isFirstRun() async { var _preferences = await SharedPreferences.getInsta...
6
Revindran/money_mate
8a91ddc
lib/Components/category_grid.dart
Dart
www.github.com/Revindran/money_mate/tree/main/lib/Components/category_grid.dart
https://raw.githubusercontent.com/Revindran/money_mate/8a91ddc/lib/Components/category_grid.dart
Revindran/money_mate 8a91ddc lib/Components/category_grid.dart
true
200
846
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:money_mate/controllers/category_controller.dart'; class Categories extends StatelessWidget { final _controller = Get.put<CatController>(CatController()); Categories({Key? key}) : super(key: key); @override Widget build(Bui...
0
Paz1Ws/ExoView
a9253d4
lib/presentation/widgets/auth/auth_methods.dart
Dart
www.github.com/Paz1Ws/ExoView/tree/main/lib/presentation/widgets/auth/auth_methods.dart
https://raw.githubusercontent.com/Paz1Ws/ExoView/a9253d4/lib/presentation/widgets/auth/auth_methods.dart
Paz1Ws/ExoView a9253d4 lib/presentation/widgets/auth/auth_methods.dart
true
200
3,249
import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:myapp/config/usecase/usecase.dart'; import 'package:myapp/presentation/screens/auth/providers/auth_providers.dart'; import 'package:myapp/presentation/screens/home/screens/home_view_controller.dart'; class ...
5
jiyeonjoy/flutter_github_repository_app
b962231
lib/data/dto/response/search_repos/search_repos_item_dto.dart
Dart
www.github.com/jiyeonjoy/flutter_github_repository_app/tree/main/lib/data/dto/response/search_repos/search_repos_item_dto.dart
https://raw.githubusercontent.com/jiyeonjoy/flutter_github_repository_app/b962231/lib/data/dto/response/search_repos/search_repos_item_dto.dart
jiyeonjoy/flutter_github_repository_app b962231 lib/data/dto/response/search_repos/search_repos_item_dto.dart
true
200
641
import 'package:flutter_github_repository_app/data/dto/response/search_repos/search_repos_item_owner_dto.dart'; import 'package:freezed_annotation/freezed_annotation.dart'; part 'search_repos_item_dto.freezed.dart'; part 'search_repos_item_dto.g.dart'; // ignore_for_file: non_constant_identifier_names @freezed class ...
4
Shubhangcs/weather_application
013662b
lib/data/api/api_request.dart
Dart
www.github.com/Shubhangcs/weather_application/tree/main/lib/data/api/api_request.dart
https://raw.githubusercontent.com/Shubhangcs/weather_application/013662b/lib/data/api/api_request.dart
Shubhangcs/weather_application 013662b lib/data/api/api_request.dart
true
200
554
import 'dart:convert'; import 'package:http/http.dart' as http; import 'package:weather/data/models/weather_model.dart'; class ApiRequest{ static Future<WheatherDataModel> requestWeatherData(data) async { final request = await http.get(Uri.parse('http://api.weatherstack.com/current?access_key=52dcd309762d5fec860...
3
Linhle206/famhavi
34acc67
lib/components/top_bar.dart
Dart
www.github.com/Linhle206/famhavi/tree/main/lib/components/top_bar.dart
https://raw.githubusercontent.com/Linhle206/famhavi/34acc67/lib/components/top_bar.dart
Linhle206/famhavi 34acc67 lib/components/top_bar.dart
true
200
1,358
import 'package:famhive/components/text_content.dart'; import 'package:famhive/constants.dart'; import 'package:flutter/material.dart'; class TopBar extends StatelessWidget { const TopBar({super.key, required this.text}); final String text; @override Widget build(BuildContext context) { return Container( ...
1
mave1/KIT301---Mapping-Crime-Walks
590c1b4
lib/api.dart
Dart
www.github.com/mave1/KIT301---Mapping-Crime-Walks/tree/main/lib/api.dart
https://raw.githubusercontent.com/mave1/KIT301---Mapping-Crime-Walks/590c1b4/lib/api.dart
mave1/KIT301---Mapping-Crime-Walks 590c1b4 lib/api.dart
true
200
1,599
import 'dart:math'; import 'package:latlong2/latlong.dart'; import 'package:crimewalksapp/crime_walk.dart'; const String baseUrl = 'https://api.openrouteservice.org/v2/directions/foot-walking'; const String drivingUrl = 'https://api.openrouteservice.org/v2/directions/driving-car'; const String cyclingUrl = 'https://a...
6
wonjongseo/joggack_-diary
7e261eb
lib/components/home_screen_header.dart
Dart
www.github.com/wonjongseo/joggack_-diary/tree/main/lib/components/home_screen_header.dart
https://raw.githubusercontent.com/wonjongseo/joggack_-diary/7e261eb/lib/components/home_screen_header.dart
wonjongseo/joggack_-diary 7e261eb lib/components/home_screen_header.dart
true
200
815
import 'package:diary_jonggack/common/responsive.dart'; import 'package:diary_jonggack/components/today_widget.dart'; import 'package:flutter/material.dart'; class HomeScreenHeader extends StatelessWidget { const HomeScreenHeader({super.key}); @override Widget build(BuildContext context) { return Padding( ...
2
DevikLathiya/chat_app
c266121
lib/main.dart
Dart
www.github.com/DevikLathiya/chat_app/tree/main/lib/main.dart
https://raw.githubusercontent.com/DevikLathiya/chat_app/c266121/lib/main.dart
DevikLathiya/chat_app c266121 lib/main.dart
true
200
2,305
import 'package:chat_app/core/utils/common/common_button.dart'; import 'package:chat_app/module/auth_flow/screen/onboarding.dart'; import 'package:chat_app/module/bottom_navigation/screen/bottom_navigation_screen.dart'; import 'package:flutter/scheduler.dart'; import 'package:get/get.dart'; import 'core/constant/app_t...
5
KacperMroz/todo_bloc
ab4c6f2
lib/views/add_todo_page.dart
Dart
www.github.com/KacperMroz/todo_bloc/tree/main/lib/views/add_todo_page.dart
https://raw.githubusercontent.com/KacperMroz/todo_bloc/ab4c6f2/lib/views/add_todo_page.dart
KacperMroz/todo_bloc ab4c6f2 lib/views/add_todo_page.dart
true
200
2,519
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import '../blocs/todos/todos_bloc.dart'; import '../models/models.dart'; class AddTodoPage extends StatelessWidget { const AddTodoPage({Key? key}) : super(key: key); @override Widge...
7
Abdul-Momen/aladin-flutter
349ccba
lib/modules/all_campaign/service/all_campaign_service.dart
Dart
www.github.com/Abdul-Momen/aladin-flutter/tree/main/lib/modules/all_campaign/service/all_campaign_service.dart
https://raw.githubusercontent.com/Abdul-Momen/aladin-flutter/349ccba/lib/modules/all_campaign/service/all_campaign_service.dart
Abdul-Momen/aladin-flutter 349ccba lib/modules/all_campaign/service/all_campaign_service.dart
true
200
325
import 'package:aladin/constants/string.dart'; import 'package:aladin/states/services/base_client.dart'; class AllCampaignService { /// get All Campaign static Future<dynamic> getAllCampaign() async { var rAllCampaign = BaseClient.getData( api: ConstantStrings.kAllCampaign); return rAllCampaign; ...
3
RajatKhoware/rajat
032bfe5
lib/view/screens/PlayRoom/widgets/royal_tambola_card.dart
Dart
www.github.com/RajatKhoware/rajat/tree/main/lib/view/screens/PlayRoom/widgets/royal_tambola_card.dart
https://raw.githubusercontent.com/RajatKhoware/rajat/032bfe5/lib/view/screens/PlayRoom/widgets/royal_tambola_card.dart
RajatKhoware/rajat 032bfe5 lib/view/screens/PlayRoom/widgets/royal_tambola_card.dart
true
200
6,551
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:from_css_color/from_css_color.dart'; import 'package:get/get_utils/src/extensions/internacionalization.dart'; import 'package:provider/provider.dart'; import 'package:simple_gradient_text/simple_gradient...
4
denihero/megalab-intership
ce9bfe7
lib/future/home/presentation/widget/personal_info_widget.dart
Dart
www.github.com/denihero/megalab-intership/tree/main/lib/future/home/presentation/widget/personal_info_widget.dart
https://raw.githubusercontent.com/denihero/megalab-intership/ce9bfe7/lib/future/home/presentation/widget/personal_info_widget.dart
denihero/megalab-intership ce9bfe7 lib/future/home/presentation/widget/personal_info_widget.dart
true
200
7,223
import 'package:flutter/material.dart'; import 'package:flutter_profile_picture/flutter_profile_picture.dart'; import 'package:mega_intern/core/common/string.dart'; import 'package:mega_intern/future/home/data/model/home_model.dart'; import 'package:mega_intern/future/widgets/primary_button.dart'; import 'package:mega_...
1
ketni/tutachef
97838ca
lib/core/widgets/custom_drawer.dart
Dart
www.github.com/ketni/tutachef/tree/main/lib/core/widgets/custom_drawer.dart
https://raw.githubusercontent.com/ketni/tutachef/97838ca/lib/core/widgets/custom_drawer.dart
ketni/tutachef 97838ca lib/core/widgets/custom_drawer.dart
true
200
10,832
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:tutachef_project/core/app_core.dart'; import 'package:tutachef_project/views/favorites/favorites_view.dart'; import 'package:tutachef_project/views/login/login_view.dart'; import 'package:tutachef_project/views/profile/prof...
0
RaphaelPitol/academia-flutter
8b4c333
curso_dart/dart_poo/lib/4_heranca/cachorro.dart
Dart
www.github.com/RaphaelPitol/academia-flutter/tree/main/curso_dart/dart_poo/lib/4_heranca/cachorro.dart
https://raw.githubusercontent.com/RaphaelPitol/academia-flutter/8b4c333/curso_dart/dart_poo/lib/4_heranca/cachorro.dart
RaphaelPitol/academia-flutter 8b4c333 curso_dart/dart_poo/lib/4_heranca/cachorro.dart
true
200
251
import 'package:dart_poo/4_heranca/animal.dart'; class Cachorro extends Animal{ Cachorro({required int idade}) :super(idade: idade); @override int calcularIdadeHumana() { if(idade != null){ return idade! * 7; } return 0; } }
2
luis901101/cloudflare
f16799b
example/lib/src/page/live_input_api_sample_page.dart
Dart
www.github.com/luis901101/cloudflare/tree/main/example/lib/src/page/live_input_api_sample_page.dart
https://raw.githubusercontent.com/luis901101/cloudflare/f16799b/example/lib/src/page/live_input_api_sample_page.dart
luis901101/cloudflare f16799b example/lib/src/page/live_input_api_sample_page.dart
true
200
31,054
import 'dart:async'; import 'package:apivideo_live_stream/apivideo_live_stream.dart'; import 'package:chewie/chewie.dart'; import 'package:cloudflare/cloudflare.dart'; import 'package:cloudflare_example/main.dart'; import 'package:cloudflare_example/src/page/types/channel.dart'; import 'package:cloudflare_example/src/...
6
anandhusalin/numberOne
488fd38
lib/Application/SplashScreen/splash_screen_state.dart
Dart
www.github.com/anandhusalin/numberOne/tree/main/lib/Application/SplashScreen/splash_screen_state.dart
https://raw.githubusercontent.com/anandhusalin/numberOne/488fd38/lib/Application/SplashScreen/splash_screen_state.dart
anandhusalin/numberOne 488fd38 lib/Application/SplashScreen/splash_screen_state.dart
true
200
575
part of 'splash_screen_bloc.dart'; @freezed class SplashScreenState with _$SplashScreenState { const factory SplashScreenState( {required bool networkError, required bool success, required bool logoChange, required bool sizechange, required bool settingsOpened, bool? locationServi...
5
ahmedadelhashem/responsive_dashboard
57b20ae
lib/widget/views/userinfolist.dart
Dart
www.github.com/ahmedadelhashem/responsive_dashboard/tree/main/lib/widget/views/userinfolist.dart
https://raw.githubusercontent.com/ahmedadelhashem/responsive_dashboard/57b20ae/lib/widget/views/userinfolist.dart
ahmedadelhashem/responsive_dashboard 57b20ae lib/widget/views/userinfolist.dart
true
200
807
import 'package:flutter/material.dart'; import 'package:flutter_svg/svg.dart'; import 'package:responsive_dashboard/model/Latesttransaction_model.dart'; import 'package:responsive_dashboard/utils/style.dart'; class userinfo extends StatelessWidget { const userinfo({super.key, required this.latesttransactionModel}); ...
7
maot12/productos_app
bbf6227
lib/providers/product_form_provider.dart
Dart
www.github.com/maot12/productos_app/tree/main/lib/providers/product_form_provider.dart
https://raw.githubusercontent.com/maot12/productos_app/bbf6227/lib/providers/product_form_provider.dart
maot12/productos_app bbf6227 lib/providers/product_form_provider.dart
true
200
432
import 'package:flutter/material.dart'; import '../models/models.dart'; class ProductFormProvider extends ChangeNotifier { GlobalKey<FormState> formKey = new GlobalKey<FormState>(); Product product; ProductFormProvider(this.product); bool isValidForm() { return formKey.currentState?.validate() ?? fals...
4
vikneshsrv24/Climatex-App
5badaca
lib/component/custom_autoc.dart
Dart
www.github.com/vikneshsrv24/Climatex-App/tree/main/lib/component/custom_autoc.dart
https://raw.githubusercontent.com/vikneshsrv24/Climatex-App/5badaca/lib/component/custom_autoc.dart
vikneshsrv24/Climatex-App 5badaca lib/component/custom_autoc.dart
true
200
9,358
import 'dart:async'; import 'dart:developer'; import 'package:flutter/material.dart'; import 'package:free_place_search/core/api.dart'; import 'package:free_place_search/models/address.dart'; class SearchWidget extends StatefulWidget { final bool isPopup; final bool autoFocus; final InputDecoration? decoration;...
1
botty87/trip_planner
8cd8aa1
lib/features/info_contacts/presentation/widgets/app_version.dart
Dart
www.github.com/botty87/trip_planner/tree/main/lib/features/info_contacts/presentation/widgets/app_version.dart
https://raw.githubusercontent.com/botty87/trip_planner/8cd8aa1/lib/features/info_contacts/presentation/widgets/app_version.dart
botty87/trip_planner 8cd8aa1 lib/features/info_contacts/presentation/widgets/app_version.dart
true
200
530
part of '../pages/info_contacts_page.dart'; class _AppVersion extends StatelessWidget { final PackageInfo _packageInfo = getIt(); _AppVersion(); @override Widget build(BuildContext context) { return FutureBuilder<int?>( future: ShorebirdCodePush().currentPatchNumber(), builder: (context, snap...
2
DeveloperDrogo/BlogApp
595bb02
lib/features/auth/data/model/userModel.dart
Dart
www.github.com/DeveloperDrogo/BlogApp/tree/main/lib/features/auth/data/model/userModel.dart
https://raw.githubusercontent.com/DeveloperDrogo/BlogApp/595bb02/lib/features/auth/data/model/userModel.dart
DeveloperDrogo/BlogApp 595bb02 lib/features/auth/data/model/userModel.dart
true
200
604
import 'package:clean/core/common/entities/user.dart'; class UserModel extends User { UserModel({ required super.id, required super.email, required super.password, }); factory UserModel.fromJson(Map<String, dynamic> map) { return UserModel( id: map['id'] ?? '', email: map['email'] ??...
6
iDigiSolWeb/coding_samples
a7b8afc
flutter-stripe-fruit-market-main/lib/services/purchase_service.dart
Dart
www.github.com/iDigiSolWeb/coding_samples/tree/main/flutter-stripe-fruit-market-main/lib/services/purchase_service.dart
https://raw.githubusercontent.com/iDigiSolWeb/coding_samples/a7b8afc/flutter-stripe-fruit-market-main/lib/services/purchase_service.dart
iDigiSolWeb/coding_samples a7b8afc flutter-stripe-fruit-market-main/lib/services/purchase_service.dart
true
200
888
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter_stripe_payment/models/product.dart'; import 'package:flutter_stripe_payment/services/auth_service.dart'; class PurchaseService { AuthService authService; PurchaseService({required this.authService}); final _purchaseCollection = ...
5
omarabdelftah83/e-commere
603f261
lib/core/widget/otp_verification.dart
Dart
www.github.com/omarabdelftah83/e-commere/tree/main/lib/core/widget/otp_verification.dart
https://raw.githubusercontent.com/omarabdelftah83/e-commere/603f261/lib/core/widget/otp_verification.dart
omarabdelftah83/e-commere 603f261 lib/core/widget/otp_verification.dart
true
200
1,182
import 'package:chats/core/resources/app_colors.dart'; import 'package:flutter/material.dart'; import 'package:flutter_otp_text_field/flutter_otp_text_field.dart'; class OtpTextFieldVerification extends StatelessWidget { final Function(String) onCodeEntered; // ممرر للاستدعاء عندما يتم إدخال الكود const OtpTextFi...
7
itsdlhqcp/multi-vender-grosery-app
0b24bbd
lib/views/screens/main_screen.dart
Dart
www.github.com/itsdlhqcp/multi-vender-grosery-app/tree/main/lib/views/screens/main_screen.dart
https://raw.githubusercontent.com/itsdlhqcp/multi-vender-grosery-app/0b24bbd/lib/views/screens/main_screen.dart
itsdlhqcp/multi-vender-grosery-app 0b24bbd lib/views/screens/main_screen.dart
true
200
1,656
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_svg/svg.dart'; import 'package:multi_grocery_shop/utils/const.dart'; class MainScreen extends StatefulWidget { const MainScreen({super.key}); @override State<MainScreen> createState() => _MainScreenState(); ...
4
0Armaan025/learnflow
6adeb55
lib/common/text_field/custom_text_field.dart
Dart
www.github.com/0Armaan025/learnflow/tree/main/lib/common/text_field/custom_text_field.dart
https://raw.githubusercontent.com/0Armaan025/learnflow/6adeb55/lib/common/text_field/custom_text_field.dart
0Armaan025/learnflow 6adeb55 lib/common/text_field/custom_text_field.dart
true
200
2,030
import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import '../../utils/pallete.dart'; class CustomTextField extends StatefulWidget { final TextEditingController controller; final String labelText; final String hintText; final maxLines; final TextInputType keyboardType; ...
1
hwajahattv/onlineVotingMobileApp
54b8b5f
lib/screens/main_screen.dart
Dart
www.github.com/hwajahattv/onlineVotingMobileApp/tree/main/lib/screens/main_screen.dart
https://raw.githubusercontent.com/hwajahattv/onlineVotingMobileApp/54b8b5f/lib/screens/main_screen.dart
hwajahattv/onlineVotingMobileApp 54b8b5f lib/screens/main_screen.dart
true
200
3,912
import 'package:dashboard/screens/components/chart_container.dart'; import 'package:dashboard/widgets/activity_header.dart'; import 'package:dashboard/widgets/bar_chart.dart'; import 'package:dashboard/widgets/courses_grid.dart'; import 'package:dashboard/widgets/planing_grid.dart'; import 'package:dashboard/widgets/st...
6
Mina329/Weather-Station-ESP32-Project-Flutter
e94e8df
lib/altitude/view/altitude_view.dart
Dart
www.github.com/Mina329/Weather-Station-ESP32-Project-Flutter/tree/main/lib/altitude/view/altitude_view.dart
https://raw.githubusercontent.com/Mina329/Weather-Station-ESP32-Project-Flutter/e94e8df/lib/altitude/view/altitude_view.dart
Mina329/Weather-Station-ESP32-Project-Flutter e94e8df lib/altitude/view/altitude_view.dart
true
200
2,086
import 'package:esp_app/common/common.dart'; import 'package:esp_app/common/widgets/chart_widget.dart'; import 'package:esp_app/repositories/repositories.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; class AltitudeView extends StatefulWidget { const AltitudeView({Key...
2
Khaled98C/E-lango
d133969
lib/Static/StaticInternet/Crud.dart
Dart
www.github.com/Khaled98C/E-lango/tree/main/lib/Static/StaticInternet/Crud.dart
https://raw.githubusercontent.com/Khaled98C/E-lango/d133969/lib/Static/StaticInternet/Crud.dart
Khaled98C/E-lango d133969 lib/Static/StaticInternet/Crud.dart
true
200
915
import 'package:http/http.dart' as http; //مشان اتعامل مع http import 'dart:convert'; //مشان تحويل من جيسون لدارت import 'package:dartz/dartz.dart'; import 'package:project/Static/StaticInternet/Statusrequest.dart'; import 'package:project/Static/StaticInternet/checkinternet.dart'; class Crudnew { //data هي القيم ا...
5
Ankit-Developer-2024/portfolio-Flutter
f810e9e
lib/core/app/componetns/delete_confirm_dialog_box.dart
Dart
www.github.com/Ankit-Developer-2024/portfolio-Flutter/tree/main/lib/core/app/componetns/delete_confirm_dialog_box.dart
https://raw.githubusercontent.com/Ankit-Developer-2024/portfolio-Flutter/f810e9e/lib/core/app/componetns/delete_confirm_dialog_box.dart
Ankit-Developer-2024/portfolio-Flutter f810e9e lib/core/app/componetns/delete_confirm_dialog_box.dart
true
200
2,248
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:portfolio/core/app/componetns/loader.dart'; import 'package:portfolio/core/styles/app_colors.dart'; import 'package:portfolio/core/styles/app_dimesions.dart'; import 'package:portfolio/core/styles/app_test_styles.dart'; import 'packa...
7
DucAnh025/University-Resources-Application
42ba01a
lib/attendance/touch_i_d/touch_i_d_model.dart
Dart
www.github.com/DucAnh025/University-Resources-Application/tree/main/lib/attendance/touch_i_d/touch_i_d_model.dart
https://raw.githubusercontent.com/DucAnh025/University-Resources-Application/42ba01a/lib/attendance/touch_i_d/touch_i_d_model.dart
DucAnh025/University-Resources-Application 42ba01a lib/attendance/touch_i_d/touch_i_d_model.dart
true
200
1,421
import '/attendance/attendence_success/attendence_success_widget.dart'; import '/backend/backend.dart'; import '/flutter_flow/flutter_flow_icon_button.dart'; import '/flutter_flow/flutter_flow_theme.dart'; import '/flutter_flow/flutter_flow_util.dart'; import '/flutter_flow/flutter_flow_widgets.dart'; import 'touch_i_d...
3
Anas786/hackfest-one-beat
2607917
mobile/lib/data/repositories/entities/appointment_repository.dart
Dart
www.github.com/Anas786/hackfest-one-beat/tree/main/mobile/lib/data/repositories/entities/appointment_repository.dart
https://raw.githubusercontent.com/Anas786/hackfest-one-beat/2607917/mobile/lib/data/repositories/entities/appointment_repository.dart
Anas786/hackfest-one-beat 2607917 mobile/lib/data/repositories/entities/appointment_repository.dart
true
200
1,277
import '../../../di/injector.dart'; import '../../../ui/resources/app_strings.dart'; import '../../models/entities/appointment.dart'; import '../../models/entities/patient.dart'; import '../../models/network/requests/appointment_request.dart'; import '../../models/network/requests/patient_request.dart'; import '../../m...
4
Ediyie-Chris/threads
5dffd6d
lib/features/auth/screens/log_in_screen.dart
Dart
www.github.com/Ediyie-Chris/threads/tree/main/lib/features/auth/screens/log_in_screen.dart
https://raw.githubusercontent.com/Ediyie-Chris/threads/5dffd6d/lib/features/auth/screens/log_in_screen.dart
Ediyie-Chris/threads 5dffd6d lib/features/auth/screens/log_in_screen.dart
true
200
2,428
import 'package:flutter/material.dart'; import 'package:th/features/auth/screens/log_in_screen_details.dart'; import 'package:th/theme/pallete.dart'; class LogInScreen extends StatefulWidget { static const routeName = '/login'; const LogInScreen({super.key}); @override State<LogInScreen> createState() => _Log...
0
THE-BAETLES/the-baetles-chord-play
2332829
lib/domain/model/video.dart
Dart
www.github.com/THE-BAETLES/the-baetles-chord-play/tree/main/lib/domain/model/video.dart
https://raw.githubusercontent.com/THE-BAETLES/the-baetles-chord-play/2332829/lib/domain/model/video.dart
THE-BAETLES/the-baetles-chord-play 2332829 lib/domain/model/video.dart
true
200
1,632
class Video { final String id; final String thumbnailPath; final String title; final String genre; final String singer; final List<String> tags; final int length; final int difficultyAvg; final int playCount; final int sheetCount; final bool isInMyCollection; Video({ required this.id, r...
1
MjavadEslami/nike_shop
112d2c3
lib/data/source/order_data_source.dart
Dart
www.github.com/MjavadEslami/nike_shop/tree/main/lib/data/source/order_data_source.dart
https://raw.githubusercontent.com/MjavadEslami/nike_shop/112d2c3/lib/data/source/order_data_source.dart
MjavadEslami/nike_shop 112d2c3 lib/data/source/order_data_source.dart
true
200
1,248
import 'package:dio/dio.dart'; import 'package:nike_shop/data/common/http_resoponse_validator.dart'; import 'package:nike_shop/data/order.dart'; import 'package:nike_shop/data/payment.dart'; abstract class IOrderDataSource { Future<CreateOrderResult> create(CreateOrderParams params); Future<PaymentData> getPayment...
2
HaiAu2501/Apartment-Management-Solution
a6ad583
lib/features/admin/domain/user.dart
Dart
www.github.com/HaiAu2501/Apartment-Management-Solution/tree/main/lib/features/admin/domain/user.dart
https://raw.githubusercontent.com/HaiAu2501/Apartment-Management-Solution/a6ad583/lib/features/admin/domain/user.dart
HaiAu2501/Apartment-Management-Solution a6ad583 lib/features/admin/domain/user.dart
true
200
1,353
// lib/features/admin/domain/user.dart class User { final String id; final String email; final String fullName; final String role; final String gender; final String dob; final String phone; final int? floor; final int? apartmentNumber; final String? jobTitle; final String status; User({ req...
6
zarnabali/BuzzChat-
b8f1fd4
lib/core/assets/message_text_field.dart
Dart
www.github.com/zarnabali/BuzzChat-/tree/main/lib/core/assets/message_text_field.dart
https://raw.githubusercontent.com/zarnabali/BuzzChat-/b8f1fd4/lib/core/assets/message_text_field.dart
zarnabali/BuzzChat- b8f1fd4 lib/core/assets/message_text_field.dart
true
200
2,346
import 'package:flutter/material.dart'; // ignore: must_be_immutable class MessageTextField extends StatelessWidget { final String hintText; TextEditingController emialController = TextEditingController(); final FocusNode? focusNode; MessageTextField( {required this.emialController, required this.h...
7
sumitchawla1998/gymflutter2024
a031253
lib/components/TrainerCard.dart
Dart
www.github.com/sumitchawla1998/gymflutter2024/tree/main/lib/components/TrainerCard.dart
https://raw.githubusercontent.com/sumitchawla1998/gymflutter2024/a031253/lib/components/TrainerCard.dart
sumitchawla1998/gymflutter2024 a031253 lib/components/TrainerCard.dart
true
200
3,799
import 'package:flutter/material.dart'; import 'package:gymappbysumit/admin/AdminEditTrainer.dart'; import 'package:gymappbysumit/models/trainermodel.dart'; import 'package:gymappbysumit/services/trainerservice.dart'; import 'package:gymappbysumit/utils/messages.dart'; class TrainerCard extends StatelessWidget { Trai...
4
Asmat906/Ropstam
dce04c9
lib/src/Widget/action/list_detail_action.dart
Dart
www.github.com/Asmat906/Ropstam/tree/main/lib/src/Widget/action/list_detail_action.dart
https://raw.githubusercontent.com/Asmat906/Ropstam/dce04c9/lib/src/Widget/action/list_detail_action.dart
Asmat906/Ropstam dce04c9 lib/src/Widget/action/list_detail_action.dart
true
200
374
import 'dart:convert'; import 'package:http/http.dart' as http; import '../views/listview_model.dart'; Future<List<Ropstam>> getProductList() async { final response = await http.get(Uri.parse('https://jsonplaceholder.typicode.com/Posts')); List jsonResponse = json.decode(response.body); return jsonResponse....
3
oneeb004/WeatherAPP
c500c53
lib/main.dart
Dart
www.github.com/oneeb004/WeatherAPP/tree/main/lib/main.dart
https://raw.githubusercontent.com/oneeb004/WeatherAPP/c500c53/lib/main.dart
oneeb004/WeatherAPP c500c53 lib/main.dart
true
200
421
import 'package:flutter/material.dart'; import 'package:wheather_app/wheather_screen.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget{ const MyApp({super.key}); @override Widget build(BuildContext context){ return MaterialApp( debugShowCheckedModeBanner: false, ...
0
bhavikmaradiya/exercisetask-ofc-
5b4cfd2
lib/equipement/application/repositories/equipment_service.dart
Dart
www.github.com/bhavikmaradiya/exercisetask-ofc-/tree/main/lib/equipement/application/repositories/equipment_service.dart
https://raw.githubusercontent.com/bhavikmaradiya/exercisetask-ofc-/5b4cfd2/lib/equipement/application/repositories/equipment_service.dart
bhavikmaradiya/exercisetask-ofc- 5b4cfd2 lib/equipement/application/repositories/equipment_service.dart
true
200
2,799
import 'dart:convert'; import 'package:flutter_gen/gen_l10n/app_localizations.dart'; import 'package:shared_preferences/shared_preferences.dart'; import '../../../utils/preference_utils.dart'; import '../../../utils/string_utils.dart'; import '../../domain/equipment/equipment_model.dart'; class EquipmentService { ...
5
erdiizgi/flutter_charts_showcase
0954d00
lib/core/transformer/crypto_price_to_percentage_change_transformer.dart
Dart
www.github.com/erdiizgi/flutter_charts_showcase/tree/main/lib/core/transformer/crypto_price_to_percentage_change_transformer.dart
https://raw.githubusercontent.com/erdiizgi/flutter_charts_showcase/0954d00/lib/core/transformer/crypto_price_to_percentage_change_transformer.dart
erdiizgi/flutter_charts_showcase 0954d00 lib/core/transformer/crypto_price_to_percentage_change_transformer.dart
true
200
789
import 'package:flutter_chart_sample/core/entity/crypto_price.dart'; import 'package:flutter_chart_sample/core/entity/crypto_percentage_change.dart'; // transforms the list of crypto prices to changes in percentage class CryptoPriceToPctChangeTransformer { static List<CryptoPercentageChange> transform(List<CryptoPri...
1
abdul-vahid/study_evaluation_android
34b7ac2
lib/models/login_model/user.dart
Dart
www.github.com/abdul-vahid/study_evaluation_android/tree/main/lib/models/login_model/user.dart
https://raw.githubusercontent.com/abdul-vahid/study_evaluation_android/34b7ac2/lib/models/login_model/user.dart
abdul-vahid/study_evaluation_android 34b7ac2 lib/models/login_model/user.dart
true
200
1,091
import 'dart:convert'; class User { String? id; String? roleId; String? name; String? email; String? mobileNo; String? status; User({ this.id, this.roleId, this.name, this.email, this.mobileNo, this.status, }); factory User.fromMap(Map<String, dynamic> data) => User( ...
6
A7medShalaby/Fitness_Tracker_App
8ad8da3
lib/presentation/widgets/00_home_screen/home_activity.dart
Dart
www.github.com/A7medShalaby/Fitness_Tracker_App/tree/main/lib/presentation/widgets/00_home_screen/home_activity.dart
https://raw.githubusercontent.com/A7medShalaby/Fitness_Tracker_App/8ad8da3/lib/presentation/widgets/00_home_screen/home_activity.dart
A7medShalaby/Fitness_Tracker_App 8ad8da3 lib/presentation/widgets/00_home_screen/home_activity.dart
true
200
1,305
import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import 'activity_item.dart'; class HomeRecentActivities extends StatelessWidget { const HomeRecentActivities({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Expanded( child: P...
2
BashirYesufu/moniepoint
4ecb57b
lib/utilities/route_handler.dart
Dart
www.github.com/BashirYesufu/moniepoint/tree/main/lib/utilities/route_handler.dart
https://raw.githubusercontent.com/BashirYesufu/moniepoint/4ecb57b/lib/utilities/route_handler.dart
BashirYesufu/moniepoint 4ecb57b lib/utilities/route_handler.dart
true
200
607
import 'package:flutter/cupertino.dart'; import 'package:moniepoint/features/landing/landing_tab.dart'; import '../features/landing/tabs/home.dart'; import '../features/splash/splash.dart'; class RouteHandler { static String initialRoute = Splash.routeName; static Map<String, Widget Function(BuildContext)> route...
4
safwanpulisseri/door-care-admin
6cc7213
lib/feature/services/data/services/remote/add_services_remote_service.dart
Dart
www.github.com/safwanpulisseri/door-care-admin/tree/main/lib/feature/services/data/services/remote/add_services_remote_service.dart
https://raw.githubusercontent.com/safwanpulisseri/door-care-admin/6cc7213/lib/feature/services/data/services/remote/add_services_remote_service.dart
safwanpulisseri/door-care-admin 6cc7213 lib/feature/services/data/services/remote/add_services_remote_service.dart
true
200
1,300
import 'dart:developer'; import 'package:dio/dio.dart'; import 'package:flutter_dotenv/flutter_dotenv.dart'; class AddServicesRemoteService { final String _link = dotenv.env['API_LINK']!; final Dio dio = Dio(); Future<Response<dynamic>> addNewService({ required String token, required String serviceName...
7
samieruashovo/google_classroom_clone
d161427
lib/pages/class/bottom_naviaton_class.dart
Dart
www.github.com/samieruashovo/google_classroom_clone/tree/main/lib/pages/class/bottom_naviaton_class.dart
https://raw.githubusercontent.com/samieruashovo/google_classroom_clone/d161427/lib/pages/class/bottom_naviaton_class.dart
samieruashovo/google_classroom_clone d161427 lib/pages/class/bottom_naviaton_class.dart
true
200
2,454
import 'package:flutter/material.dart'; import 'package:google_classroom/pages/class/class_page.dart'; import 'package:google_classroom/pages/class/classwork_page.dart'; import 'package:google_classroom/pages/class/people_page.dart'; import 'package:material_design_icons_flutter/material_design_icons_flutter.dart'; cl...
3
Mufiz-hub/Agri-Shop-Code
b6a5e5f
lib/consts/strings.dart
Dart
www.github.com/Mufiz-hub/Agri-Shop-Code/tree/main/lib/consts/strings.dart
https://raw.githubusercontent.com/Mufiz-hub/Agri-Shop-Code/b6a5e5f/lib/consts/strings.dart
Mufiz-hub/Agri-Shop-Code b6a5e5f lib/consts/strings.dart
true
200
1,981
const appname = "Agri Shop"; const appversion = "Version 1.0.0"; const email = "Email"; const emailHint = "admin@gmail.com"; const password = "Password"; const passwordHint = "********"; const retypePassword = "Retype Password"; const name = "Name"; const nameHint = "Admin"; const loogedin = "You're logged in successfu...
5
TikeeTron/TikeeTron_mobile
5a40967
lib/common/components/button/button_text_ui.dart
Dart
www.github.com/TikeeTron/TikeeTron_mobile/tree/main/lib/common/components/button/button_text_ui.dart
https://raw.githubusercontent.com/TikeeTron/TikeeTron_mobile/5a40967/lib/common/components/button/button_text_ui.dart
TikeeTron/TikeeTron_mobile 5a40967 lib/common/components/button/button_text_ui.dart
true
200
1,394
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import '../../common.dart'; import 'bounce_tap.dart'; class ButtonTextUI extends StatelessWidget { const ButtonTextUI({ required this.text, required this.onTap, this.fontSize, this.disabled, this.isLoading, this....
2
ekbaya/denstu-lms
50db6c9
lib/pages/home.dart
Dart
www.github.com/ekbaya/denstu-lms/tree/main/lib/pages/home.dart
https://raw.githubusercontent.com/ekbaya/denstu-lms/50db6c9/lib/pages/home.dart
ekbaya/denstu-lms 50db6c9 lib/pages/home.dart
true
200
3,235
import 'package:dentsu_lms/constants/colors.dart'; import 'package:dentsu_lms/constants/funtions.dart'; import 'package:dentsu_lms/widgets/home.dart'; import 'package:dentsu_lms/widgets/leadsPage.dart'; import 'package:dentsu_lms/widgets/quotes.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/mat...
0