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
rahulsharmaah/image-search
8e480a0
lib/ui/pages/image_upload.dart
Dart
www.github.com/rahulsharmaah/image-search/tree/main/lib/ui/pages/image_upload.dart
https://raw.githubusercontent.com/rahulsharmaah/image-search/8e480a0/lib/ui/pages/image_upload.dart
rahulsharmaah/image-search 8e480a0 lib/ui/pages/image_upload.dart
true
200
6,314
import 'package:flutter/material.dart'; import 'package:image_picker/image_picker.dart'; import 'package:firebase_storage/firebase_storage.dart'; import 'dart:async'; import 'dart:io'; import 'package:flutter_staggered_grid_view/flutter_staggered_grid_view.dart'; import 'package:firebase_auth/firebase_auth.dart'; clas...
5
ahmed122222222222/doctore-app
6f73303
lib/componen/cc.dart
Dart
www.github.com/ahmed122222222222/doctore-app/tree/main/lib/componen/cc.dart
https://raw.githubusercontent.com/ahmed122222222222/doctore-app/6f73303/lib/componen/cc.dart
ahmed122222222222/doctore-app 6f73303 lib/componen/cc.dart
true
200
2,843
import 'package:flutter/material.dart'; import 'package:flutter_svg/svg.dart'; class ss extends StatelessWidget { ss({Key? key ,required this.dname,required this.img,required this.onTap}) : super(key: key); String img,dname; void Function()? onTap; @override Widget build(BuildContext context) { return St...
3
Arch3nemy7/konsuldoc
b1d3e1d
lib/presentations/pages/member/member_root_page.dart
Dart
www.github.com/Arch3nemy7/konsuldoc/tree/main/lib/presentations/pages/member/member_root_page.dart
https://raw.githubusercontent.com/Arch3nemy7/konsuldoc/b1d3e1d/lib/presentations/pages/member/member_root_page.dart
Arch3nemy7/konsuldoc b1d3e1d lib/presentations/pages/member/member_root_page.dart
true
200
1,205
import 'package:auto_route/auto_route.dart'; import 'package:flutter/material.dart'; import 'package:konsuldoc/core/router/member_router.gr.dart'; @RoutePage() class MemberRootPage extends StatelessWidget { const MemberRootPage({super.key}); @override Widget build(BuildContext context) { return AutoTabsScaf...
7
Bazokhala/Certamen3_Entrega2
f085e0b
certamen3_part2/lib/pages/agregar_noticias_page.dart
Dart
www.github.com/Bazokhala/Certamen3_Entrega2/tree/main/certamen3_part2/lib/pages/agregar_noticias_page.dart
https://raw.githubusercontent.com/Bazokhala/Certamen3_Entrega2/f085e0b/certamen3_part2/lib/pages/agregar_noticias_page.dart
Bazokhala/Certamen3_Entrega2 f085e0b certamen3_part2/lib/pages/agregar_noticias_page.dart
true
200
3,514
import 'package:certamen3_part2/services/firestore_service.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; import 'package:flutter_datetime_picker/flutter_datetime_picker.dart'; import 'package:intl/intl.dart'; class AgregarNoticiasPage extends StatefulWidget { A...
2
holl1688/flutter_scaffold
6b4af76
lib/pages/tabBar/profile/state.dart
Dart
www.github.com/holl1688/flutter_scaffold/tree/main/lib/pages/tabBar/profile/state.dart
https://raw.githubusercontent.com/holl1688/flutter_scaffold/6b4af76/lib/pages/tabBar/profile/state.dart
holl1688/flutter_scaffold 6b4af76 lib/pages/tabBar/profile/state.dart
true
200
387
import 'package:flutter/material.dart'; class ProfileState { late OverlayState? overlayState; /// overlay 状态 late List<OverlayEntry> entriesList; /// 浮层实例列表 late List<String> tabs; late int currentTab; ProfileState() { overlayState = null; entriesList = []; tabs = ['随机新增', '随机排序', '关闭所有'];...
1
22000489/haeun
ceac3bf
lib/login.dart
Dart
www.github.com/22000489/haeun/tree/main/lib/login.dart
https://raw.githubusercontent.com/22000489/haeun/ceac3bf/lib/login.dart
22000489/haeun ceac3bf lib/login.dart
true
200
3,841
import 'package:flutter/material.dart'; import 'colors.dart'; import 'signup.dart'; class LoginPage extends StatefulWidget { const LoginPage({Key? key}) : super(key: key); @override _LoginPageState createState() => _LoginPageState(); } class _LoginPageState extends State<LoginPage> { final _usernameControlle...
4
karim242/my-pharmacy
362daeb
lib/features/auth/presentation/widgets/custom_row_login.dart
Dart
www.github.com/karim242/my-pharmacy/tree/main/lib/features/auth/presentation/widgets/custom_row_login.dart
https://raw.githubusercontent.com/karim242/my-pharmacy/362daeb/lib/features/auth/presentation/widgets/custom_row_login.dart
karim242/my-pharmacy 362daeb lib/features/auth/presentation/widgets/custom_row_login.dart
true
200
1,198
import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:go_router/go_router.dart'; import 'package:my_pharmacy/core/routes/routes_names.dart'; import 'package:my_pharmacy/core/utils/app_colors.dart'; import 'package:my_pharmacy/core/utils/text_styles.dart'; import 'package:my_phar...
5
fedjyst/fluttermembre
43b9201
main.dart
Dart
www.github.com/fedjyst/fluttermembre/tree/main/main.dart
https://raw.githubusercontent.com/fedjyst/fluttermembre/43b9201/main.dart
fedjyst/fluttermembre 43b9201 main.dart
true
200
5,404
import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // List of people with their information final List<Map<String, dynamic>> people = [ { 'nom': 'Payen', 'prenom': 'Sterlin', 'laj': '22 ane ', 'email': 'payenfed...
3
mirzoulugdev/Weather-App
0c38728
lib/logic/services/https/weather_api_services.dart
Dart
www.github.com/mirzoulugdev/Weather-App/tree/main/lib/logic/services/https/weather_api_services.dart
https://raw.githubusercontent.com/mirzoulugdev/Weather-App/0c38728/lib/logic/services/https/weather_api_services.dart
mirzoulugdev/Weather-App 0c38728 lib/logic/services/https/weather_api_services.dart
true
200
1,311
import 'dart:convert'; import 'package:http/http.dart' as http; import 'package:weather_app/data/models/weather.dart'; import 'package:weather_app/logic/services/exceptions/weather_exceptions.dart'; import '/data/constants/constants.dart'; class WeatherApiServices { final http.Client client; WeatherApiServices({r...
7
beshoyfayz201/problemsolving
9d7fb81
dart_application_1/bin/dart_application_1.dart
Dart
www.github.com/beshoyfayz201/problemsolving/tree/main/dart_application_1/bin/dart_application_1.dart
https://raw.githubusercontent.com/beshoyfayz201/problemsolving/9d7fb81/dart_application_1/bin/dart_application_1.dart
beshoyfayz201/problemsolving 9d7fb81 dart_application_1/bin/dart_application_1.dart
true
200
603
import 'package:dart_application_1/dart_application_1.dart' as dart_application_1; class TreeNode { int val; TreeNode? left; TreeNode? right; TreeNode([this.val = 0, this.left, this.right]); } class Solution { List<int> inorderTraversal(TreeNode? root) { List<int> result = []; if (root != null) ...
1
AryaTelang/flutter
0d9f114
lib/main.dart
Dart
www.github.com/AryaTelang/flutter/tree/main/lib/main.dart
https://raw.githubusercontent.com/AryaTelang/flutter/0d9f114/lib/main.dart
AryaTelang/flutter 0d9f114 lib/main.dart
true
200
1,347
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'loginwid.dart'; import 'home.dart'; import 'package:firebase_core/firebase_core.dart'; Future main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); runApp(const Materi...
4
wonoyu/ditonton
1c310b7
tv_series/series_core/lib/data/datasources/series_local_data_source.dart
Dart
www.github.com/wonoyu/ditonton/tree/main/tv_series/series_core/lib/data/datasources/series_local_data_source.dart
https://raw.githubusercontent.com/wonoyu/ditonton/1c310b7/tv_series/series_core/lib/data/datasources/series_local_data_source.dart
wonoyu/ditonton 1c310b7 tv_series/series_core/lib/data/datasources/series_local_data_source.dart
true
200
1,426
import 'package:core/core.dart'; import 'package:series_core/series_core.dart'; abstract class SeriesLocalDataSource { Future<String> insertWatchlist(SeriesTable series); Future<String> removeWatchlist(SeriesTable series); Future<SeriesTable?> getSeriesById(int id); Future<List<SeriesTable>> getWatchlistSeries...
6
rafipsv/Earn-Store-2
207d8b3
lib/Models/Blood Group Models/all_blood_group_model.dart
Dart
www.github.com/rafipsv/Earn-Store-2/tree/main/lib/Models/Blood Group Models/all_blood_group_model.dart
https://raw.githubusercontent.com/rafipsv/Earn-Store-2/207d8b3/lib/Models/Blood%20Group%20Models/all_blood_group_model.dart
rafipsv/Earn-Store-2 207d8b3 lib/Models/Blood Group Models/all_blood_group_model.dart
true
200
1,050
class BloodGroupModel { bool? status; List<BloodGroups>? bloodGroups; BloodGroupModel({this.status, this.bloodGroups}); BloodGroupModel.fromJson(Map<String, dynamic> json) { status = json['status']; if (json['blood_groups'] != null) { bloodGroups = <BloodGroups>[]; json['blood_groups'].for...
0
tech-aziz/daily-topper
c66b774
lib/app/modules/screens/screen2/view/screen2_view.dart
Dart
www.github.com/tech-aziz/daily-topper/tree/main/lib/app/modules/screens/screen2/view/screen2_view.dart
https://raw.githubusercontent.com/tech-aziz/daily-topper/c66b774/lib/app/modules/screens/screen2/view/screen2_view.dart
tech-aziz/daily-topper c66b774 lib/app/modules/screens/screen2/view/screen2_view.dart
true
200
489
import 'package:flutter/material.dart'; class ScreenTwoView extends StatefulWidget { const ScreenTwoView({super.key}); @override State<ScreenTwoView> createState() => _ScreenTwoViewState(); } class _ScreenTwoViewState extends State<ScreenTwoView> { @override Widget build(BuildContext context) { return S...
2
Shakir9061/event-app
85c4ba3
lib/teacher/detailstab.dart
Dart
www.github.com/Shakir9061/event-app/tree/main/lib/teacher/detailstab.dart
https://raw.githubusercontent.com/Shakir9061/event-app/85c4ba3/lib/teacher/detailstab.dart
Shakir9061/event-app 85c4ba3 lib/teacher/detailstab.dart
true
200
2,288
import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_application_1/teacher/details1.dart'; import 'package:flutter_application_1/teacher/photo.dart'; class DetailsTAb extends StatefulWidget { const DetailsTAb({super.key}); @override State<DetailsTAb> createState...
5
nikkidoming0/flutter-exam
b80746e
lib/features/domain/model/social_model.dart
Dart
www.github.com/nikkidoming0/flutter-exam/tree/main/lib/features/domain/model/social_model.dart
https://raw.githubusercontent.com/nikkidoming0/flutter-exam/b80746e/lib/features/domain/model/social_model.dart
nikkidoming0/flutter-exam b80746e lib/features/domain/model/social_model.dart
true
200
329
import 'package:equatable/equatable.dart'; class SocialModel extends Equatable { final String name; final String history; final String imgUrl; const SocialModel({ this.name = "", this.history = "", this.imgUrl = "", }); @override List<Object?> get props => [ name, history, imgUr...
3
zainab-frfr/OAAP
7442544
lib/settings/ui/widgets/logout_button.dart
Dart
www.github.com/zainab-frfr/OAAP/tree/main/lib/settings/ui/widgets/logout_button.dart
https://raw.githubusercontent.com/zainab-frfr/OAAP/7442544/lib/settings/ui/widgets/logout_button.dart
zainab-frfr/OAAP 7442544 lib/settings/ui/widgets/logout_button.dart
true
200
2,624
import 'package:flutter/material.dart'; import 'package:oaap/authentication/services/auth_service.dart'; import 'package:oaap/global/global%20widgets/my_elevated_button.dart'; class MyLogoutButton extends StatelessWidget { final GlobalKey<ScaffoldState> scaffoldState; const MyLogoutButton({super.key, required thi...
7
SajidBudTech/OMJeweller
32c1210
lib/widgets/empty/empty_myappointment.dart
Dart
www.github.com/SajidBudTech/OMJeweller/tree/main/lib/widgets/empty/empty_myappointment.dart
https://raw.githubusercontent.com/SajidBudTech/OMJeweller/32c1210/lib/widgets/empty/empty_myappointment.dart
SajidBudTech/OMJeweller 32c1210 lib/widgets/empty/empty_myappointment.dart
true
200
1,738
import 'package:flutter/material.dart'; import 'package:flutter_om_jeweller/constants/app_color.dart'; import 'package:flutter_om_jeweller/constants/app_images.dart'; import 'package:flutter_om_jeweller/constants/app_text_direction.dart'; import 'package:flutter_om_jeweller/constants/app_text_styles.dart'; import 'pack...
4
sthisfake/demo-camera
9f0c175
lib/widgets/image_input.dart
Dart
www.github.com/sthisfake/demo-camera/tree/main/lib/widgets/image_input.dart
https://raw.githubusercontent.com/sthisfake/demo-camera/9f0c175/lib/widgets/image_input.dart
sthisfake/demo-camera 9f0c175 lib/widgets/image_input.dart
true
200
1,928
import 'package:flutter/src/foundation/key.dart'; import 'package:flutter/material.dart'; import 'package:flutter/src/widgets/framework.dart'; import 'dart:io'; import 'package:path/path.dart' as path ; import 'package:path_provider/path_provider.dart' as syspaths; import 'package:image_picker/image_picker.dart'; clas...
1
AbdelrahmanHosni626/SmartShopApp
d2d3973
lib/features/login/ui/widgets/or_connect_using.dart
Dart
www.github.com/AbdelrahmanHosni626/SmartShopApp/tree/main/lib/features/login/ui/widgets/or_connect_using.dart
https://raw.githubusercontent.com/AbdelrahmanHosni626/SmartShopApp/d2d3973/lib/features/login/ui/widgets/or_connect_using.dart
AbdelrahmanHosni626/SmartShopApp d2d3973 lib/features/login/ui/widgets/or_connect_using.dart
true
200
1,510
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:smart_app/core/helpers/spacing.dart'; import 'package:smart_app/core/widgets/app_text.dart'; import 'package:ionicons/ionicons.dart'; class OrConnectUsing extends StatelessWidget { const OrConnectUsin...
6
TotalElderBerry/swe_iDance
d5285ab
lib/views/student/student_home_recorded.dart
Dart
www.github.com/TotalElderBerry/swe_iDance/tree/main/lib/views/student/student_home_recorded.dart
https://raw.githubusercontent.com/TotalElderBerry/swe_iDance/d5285ab/lib/views/student/student_home_recorded.dart
TotalElderBerry/swe_iDance d5285ab lib/views/student/student_home_recorded.dart
true
200
12,904
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:get/get_core/src/get_main.dart'; import 'package:i_dance/controllers/danceclass/danceclasscontroller.dart'; import 'package:i_dance/models/recorded_dance_model.dart'; import '../../controllers/auth/auth_controller.dart'; import '../...
0
homehealthcare11/home_health_care
62ce6a5
lib/backend/model/dashboard/dashboard_model.dart
Dart
www.github.com/homehealthcare11/home_health_care/tree/main/lib/backend/model/dashboard/dashboard_model.dart
https://raw.githubusercontent.com/homehealthcare11/home_health_care/62ce6a5/lib/backend/model/dashboard/dashboard_model.dart
homehealthcare11/home_health_care 62ce6a5 lib/backend/model/dashboard/dashboard_model.dart
true
200
8,157
import 'dart:convert'; DashboardModel dashboardModelFromJson(String str) => DashboardModel.fromJson(json.decode(str)); String dashboardModelToJson(DashboardModel data) => json.encode(data.toJson()); class DashboardModel { Message message; Data data; DashboardModel({ required this.message, required...
5
wuffeel/mint_app
7ccdee7
packages/mint_core/lib/src/domain/service/firebase/firebase_chat_service.dart
Dart
www.github.com/wuffeel/mint_app/tree/main/packages/mint_core/lib/src/domain/service/firebase/firebase_chat_service.dart
https://raw.githubusercontent.com/wuffeel/mint_app/7ccdee7/packages/mint_core/lib/src/domain/service/firebase/firebase_chat_service.dart
wuffeel/mint_app 7ccdee7 packages/mint_core/lib/src/domain/service/firebase/firebase_chat_service.dart
true
200
5,468
import 'dart:typed_data'; import 'package:flutter_chat_types/flutter_chat_types.dart' as types; import 'package:injectable/injectable.dart'; import 'package:path/path.dart'; import '../../../../mint_module.dart'; import '../../../data/repository/abstract/chat_repository.dart'; import '../abstract/file_service.dart'; ...
3
mraihanfauzii/TMDB-Flutter-Expert-Dicoding
3de1b97
movie/test/data/models/movie_detail_model_test.dart
Dart
www.github.com/mraihanfauzii/TMDB-Flutter-Expert-Dicoding/tree/main/movie/test/data/models/movie_detail_model_test.dart
https://raw.githubusercontent.com/mraihanfauzii/TMDB-Flutter-Expert-Dicoding/3de1b97/movie/test/data/models/movie_detail_model_test.dart
mraihanfauzii/TMDB-Flutter-Expert-Dicoding 3de1b97 movie/test/data/models/movie_detail_model_test.dart
true
200
1,933
import 'package:flutter_test/flutter_test.dart'; import 'package:movie/data/models/movie_detail_model.dart'; import 'package:movie/data/models/genre_model.dart'; void main() { const tMovieDetailResponse = MovieDetailResponse( adult: false, backdropPath: '/backdrop.jpg', budget: 100000, genres: [Genre...
1
sanlinnhtun/flutter-chat
8d3f931
lib/screen/login.dart
Dart
www.github.com/sanlinnhtun/flutter-chat/tree/main/lib/screen/login.dart
https://raw.githubusercontent.com/sanlinnhtun/flutter-chat/8d3f931/lib/screen/login.dart
sanlinnhtun/flutter-chat 8d3f931 lib/screen/login.dart
true
200
3,894
import 'package:chatting_app/screen/chat.dart'; // import 'package:chatting_app/screen/chatting.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; class LoginPage extends StatefulWidget { const LoginPage({super.key}); @override State<LoginPage> createState() => _Lo...
7
Devavinash76/panther_force_version
62d2884
lib/data/data_service.dart
Dart
www.github.com/Devavinash76/panther_force_version/tree/main/lib/data/data_service.dart
https://raw.githubusercontent.com/Devavinash76/panther_force_version/62d2884/lib/data/data_service.dart
Devavinash76/panther_force_version 62d2884 lib/data/data_service.dart
true
200
1,219
import 'package:flutter_secure_storage/flutter_secure_storage.dart'; //auth const keyToken = 'token'; const keyUserId = 'user_id'; const keyUserMobileno = 'user_mobile_no'; const keyAccessToken = 'access_token'; const keyRefreshToken = 'refresh_token'; const keyBusinessName = 'business_name'; class DataService { l...
6
FuryOfFools/flutter_package_testing
9e7ec42
flutter_package_testing/lib/main.dart
Dart
www.github.com/FuryOfFools/flutter_package_testing/tree/main/flutter_package_testing/lib/main.dart
https://raw.githubusercontent.com/FuryOfFools/flutter_package_testing/9e7ec42/flutter_package_testing/lib/main.dart
FuryOfFools/flutter_package_testing 9e7ec42 flutter_package_testing/lib/main.dart
true
200
565
import 'package:flutter/material.dart'; import 'package:flutter_package_testing/counter/state_provider_page.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; void main() { runApp(const ProviderScope(child: MyApp())); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Wi...
4
Flame-Winners/Wildfire-project
5f2a7c9
Flutter_work/flame_winners/lib/view/screens/maps/map_screen.dart
Dart
www.github.com/Flame-Winners/Wildfire-project/tree/main/Flutter_work/flame_winners/lib/view/screens/maps/map_screen.dart
https://raw.githubusercontent.com/Flame-Winners/Wildfire-project/5f2a7c9/Flutter_work/flame_winners/lib/view/screens/maps/map_screen.dart
Flame-Winners/Wildfire-project 5f2a7c9 Flutter_work/flame_winners/lib/view/screens/maps/map_screen.dart
true
200
329
import 'package:flutter/material.dart'; class MapScreen extends StatefulWidget { const MapScreen({super.key}); @override State<MapScreen> createState() => _MapScreenState(); } class _MapScreenState extends State<MapScreen> { @override Widget build(BuildContext context) { return Scaffold(); ...
2
nureddinelmas/Recept_App
8b28b21
lib/main_widgets/home.dart
Dart
www.github.com/nureddinelmas/Recept_App/tree/main/lib/main_widgets/home.dart
https://raw.githubusercontent.com/nureddinelmas/Recept_App/8b28b21/lib/main_widgets/home.dart
nureddinelmas/Recept_App 8b28b21 lib/main_widgets/home.dart
true
200
4,205
import 'package:flutter/material.dart'; import 'package:recept_app/minor_widgets/fake_search.dart'; import 'package:recept_app/utils/firebaseprovider.dart'; import 'package:staggered_grid_view_flutter/widgets/staggered_grid_view.dart'; import 'package:staggered_grid_view_flutter/widgets/staggered_tile.dart'; import '.....
0
hermannBrainner/admin_smart_events
c16902b
lib/outils/extensions/time.dart
Dart
www.github.com/hermannBrainner/admin_smart_events/tree/main/lib/outils/extensions/time.dart
https://raw.githubusercontent.com/hermannBrainner/admin_smart_events/c16902b/lib/outils/extensions/time.dart
hermannBrainner/admin_smart_events c16902b lib/outils/extensions/time.dart
true
200
2,869
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart'; import '../fonctions/fonctions.dart'; extension TimeTools on Timestamp { List<String> joursHeuresRestant() { List<int> jH_int = this.toDate().jHRestant(); if (jH_int[1] < 0) { ...
6
veropov/Train
c5f26c6
lib/pages/Workout Tracker/Workout wdw to train/Lowebody_workout.dart
Dart
www.github.com/veropov/Train/tree/main/lib/pages/Workout Tracker/Workout wdw to train/Lowebody_workout.dart
https://raw.githubusercontent.com/veropov/Train/c5f26c6/lib/pages/Workout%20Tracker/Workout%20wdw%20to%20train/Lowebody_workout.dart
veropov/Train c5f26c6 lib/pages/Workout Tracker/Workout wdw to train/Lowebody_workout.dart
true
200
6,312
import 'package:aga/appbar.dart'; import 'package:aga/bottom_navigation.dart'; import 'package:aga/constant.dart'; import 'package:aga/pages/Workout%20Tracker/Workout_item/Workout_difficulity.dart'; import 'package:aga/pages/Workout%20Tracker/Workout_item/Workout_needs_item.dart'; import 'package:aga/pages/Workout%20Tr...
3
andrew-erasmus/flutter_chat_app
d53fdf8
chat_app/lib/models/chat_message_entity.dart
Dart
www.github.com/andrew-erasmus/flutter_chat_app/tree/main/chat_app/lib/models/chat_message_entity.dart
https://raw.githubusercontent.com/andrew-erasmus/flutter_chat_app/d53fdf8/chat_app/lib/models/chat_message_entity.dart
andrew-erasmus/flutter_chat_app d53fdf8 chat_app/lib/models/chat_message_entity.dart
true
200
719
class ChatMessageEntity { String text; String? imageUrl; String id; int createdAt; Author author; ChatMessageEntity( {required this.text, required this.id, required this.createdAt, this.imageUrl, required this.author}); factory ChatMessageEntity.fromJSON(Map<String, dynamic...
5
IzhakAli/e_gift_store_customer
5a3634e
lib/view/screen/homescreen.dart
Dart
www.github.com/IzhakAli/e_gift_store_customer/tree/main/lib/view/screen/homescreen.dart
https://raw.githubusercontent.com/IzhakAli/e_gift_store_customer/5a3634e/lib/view/screen/homescreen.dart
IzhakAli/e_gift_store_customer 5a3634e lib/view/screen/homescreen.dart
true
200
2,496
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:store/core/constant/color.dart'; import '../../controller/home_screen_controller.dart'; import '../../core/constant/routes.dart'; import '../../core/functions/exit_app_alert.dart'; import '../widget/home/custombuttonappbarhome.dart'...
1
SyedShahzainHussain/insta-clone-with-provider-
77fae58
lib/model/user_model.dart
Dart
www.github.com/SyedShahzainHussain/insta-clone-with-provider-/tree/main/lib/model/user_model.dart
https://raw.githubusercontent.com/SyedShahzainHussain/insta-clone-with-provider-/77fae58/lib/model/user_model.dart
SyedShahzainHussain/insta-clone-with-provider- 77fae58 lib/model/user_model.dart
true
200
1,049
import 'package:cloud_firestore/cloud_firestore.dart'; class UsersModel { String? username, email, bio, photo, uuid; List? followers; List? following; UsersModel({ required this.photo, required this.uuid, required this.username, required this.email, required this.bio, required this.fol...
7
Harkanni/DartChronicles
bf72b47
Projects/Basic calculator/MadLib/Madlib.dart
Dart
www.github.com/Harkanni/DartChronicles/tree/main/Projects/Basic calculator/MadLib/Madlib.dart
https://raw.githubusercontent.com/Harkanni/DartChronicles/bf72b47/Projects/Basic%20calculator/MadLib/Madlib.dart
Harkanni/DartChronicles bf72b47 Projects/Basic calculator/MadLib/Madlib.dart
true
200
697
import "dart:io"; void main() { print("Enter a color"); String color = stdin.readLineSync()!; print("Enter a plural pronoun"); String pluralPronoun = stdin.readLineSync()!; print("Enter a celebrity"); String celebrity = stdin.readLineSync()!; print("Roses are ${color}"); print("${pluralPronoun} are ...
2
LuisPozole/the-space-app
016262b
lib/pages/map_screen.dart
Dart
www.github.com/LuisPozole/the-space-app/tree/main/lib/pages/map_screen.dart
https://raw.githubusercontent.com/LuisPozole/the-space-app/016262b/lib/pages/map_screen.dart
LuisPozole/the-space-app 016262b lib/pages/map_screen.dart
true
200
4,186
import 'package:flutter/material.dart'; import 'package:flutter_map/flutter_map.dart'; import 'package:latlong2/latlong.dart'; import 'package:http/http.dart' as http; import 'dart:convert'; import 'dart:async'; class MapScreen extends StatefulWidget { const MapScreen({super.key}); @override _MapScreenState cre...
0
nguyenminh2002/bai-thuc_hanh_6-02
17de8ef
bt2.dart
Dart
www.github.com/nguyenminh2002/bai-thuc_hanh_6-02/tree/main/bt2.dart
https://raw.githubusercontent.com/nguyenminh2002/bai-thuc_hanh_6-02/17de8ef/bt2.dart
nguyenminh2002/bai-thuc_hanh_6-02 17de8ef bt2.dart
true
200
549
class Animal { int id; String name; String color; Animal(this.id, this.name, this.color); void printDetails() { print('ID: $id'); print('Name: $name'); print('Color: $color'); } } class Cat extends Animal { String sound; Cat(int id, String name, String color, this.sound)...
4
ilkayPolatt/flutterebay
e29092e
lib/View/eBay_product_details.dart
Dart
www.github.com/ilkayPolatt/flutterebay/tree/main/lib/View/eBay_product_details.dart
https://raw.githubusercontent.com/ilkayPolatt/flutterebay/e29092e/lib/View/eBay_product_details.dart
ilkayPolatt/flutterebay e29092e lib/View/eBay_product_details.dart
true
200
17,408
import 'package:flutter/material.dart'; import 'package:flutter_app_ebay/View/appBanner.dart'; import 'package:flutter_app_ebay/Widget/Elevated_button_height_add.dart'; import 'package:flutter_app_ebay/Widget/Elevated_button_height_buy.dart'; import 'package:flutter_app_ebay/Widget/Elevated_button_height_buy_now.dart';...
6
Lugovoy97/pedometer_app
16bfe80
lib/pages/register_page.dart
Dart
www.github.com/Lugovoy97/pedometer_app/tree/main/lib/pages/register_page.dart
https://raw.githubusercontent.com/Lugovoy97/pedometer_app/16bfe80/lib/pages/register_page.dart
Lugovoy97/pedometer_app 16bfe80 lib/pages/register_page.dart
true
200
3,413
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:flutter_pedometer/pages/home_page.dart'; class RegisterPage extends StatefulWidget { final VoidCallback showLoginPage; const RegisterPage({ Key? key, required this.showLoginPage }) : super(key: key)...
5
jaimisdomadiya/CiteVisit
becb5ab
lib/views/screens/take_photo/view/take_photo_screen.dart
Dart
www.github.com/jaimisdomadiya/CiteVisit/tree/main/lib/views/screens/take_photo/view/take_photo_screen.dart
https://raw.githubusercontent.com/jaimisdomadiya/CiteVisit/becb5ab/lib/views/screens/take_photo/view/take_photo_screen.dart
jaimisdomadiya/CiteVisit becb5ab lib/views/screens/take_photo/view/take_photo_screen.dart
true
200
15,129
import 'dart:developer'; import 'dart:io'; import 'package:camera/camera.dart'; import 'package:cityvisit/core/constants/constants.dart'; import 'package:cityvisit/core/extension/extensions.dart'; import 'package:cityvisit/core/utils/const.dart'; import 'package:cityvisit/core/utils/utils.dart'; import 'package:cityvi...
3
samson4567/calculator
315d391
lib/main.dart
Dart
www.github.com/samson4567/calculator/tree/main/lib/main.dart
https://raw.githubusercontent.com/samson4567/calculator/315d391/lib/main.dart
samson4567/calculator 315d391 lib/main.dart
true
200
450
import 'package:flutter/material.dart'; import 'home_screen.dart'; void main() { runApp(const MaterialApp(home: HomeScreen())); } class MyFutter extends StatelessWidget { const MyFutter({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Scaffold( backgroundColor: Colors...
1
highthon-10th-favorite/app
49cf40a
lib/api/UserApi.dart
Dart
www.github.com/highthon-10th-favorite/app/tree/main/lib/api/UserApi.dart
https://raw.githubusercontent.com/highthon-10th-favorite/app/49cf40a/lib/api/UserApi.dart
highthon-10th-favorite/app 49cf40a lib/api/UserApi.dart
true
200
1,190
import 'dart:convert'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter_dotenv/flutter_dotenv.dart'; import 'package:http/http.dart' as http; class UserApi { final String baseUrl = "${dotenv.env['BASE_URL']}/api/members"; final String baseUrl2 = "${dotenv.env['BASE_URL2']}"; User? use...
7
cafoga98/pokeApp
2a9c3e3
lib/features/pokemon_list/presentation/pages/pokemon_list_page.dart
Dart
www.github.com/cafoga98/pokeApp/tree/main/lib/features/pokemon_list/presentation/pages/pokemon_list_page.dart
https://raw.githubusercontent.com/cafoga98/pokeApp/2a9c3e3/lib/features/pokemon_list/presentation/pages/pokemon_list_page.dart
cafoga98/pokeApp 2a9c3e3 lib/features/pokemon_list/presentation/pages/pokemon_list_page.dart
true
200
4,198
import 'package:auto_route/auto_route.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:poke_app/core/shared/utils/colors_repository.dart'; import 'package:poke_app/core/shared/utils/style_reposito...
2
HeoKyuTae/Flutter-Source
4925a7b
lib/png_to_jpg.dart
Dart
www.github.com/HeoKyuTae/Flutter-Source/tree/main/lib/png_to_jpg.dart
https://raw.githubusercontent.com/HeoKyuTae/Flutter-Source/4925a7b/lib/png_to_jpg.dart
HeoKyuTae/Flutter-Source 4925a7b lib/png_to_jpg.dart
true
200
770
import 'dart:io'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:image/image.dart' as img; class PngToJpg extends StatefulWidget { const PngToJpg({super.key}); @override State<PngToJpg> createState() => _PngToJpgState(); } class _PngToJpgState extends State<PngT...
0
camiloEscalona98/prueba-kibernum-flutter
af9c4c3
lib/main.dart
Dart
www.github.com/camiloEscalona98/prueba-kibernum-flutter/tree/main/lib/main.dart
https://raw.githubusercontent.com/camiloEscalona98/prueba-kibernum-flutter/af9c4c3/lib/main.dart
camiloEscalona98/prueba-kibernum-flutter af9c4c3 lib/main.dart
true
200
1,261
import 'package:dio/dio.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'logic/blocs/blocs.dart'; import 'presentation/screens/routes.dart'; import 'utils/utils.dart'; import 'package:shared_preferences/shared_preferences.dart'; void main() async { WidgetsFlut...
4
pislm/jobfindr_mobile
dcbbbdc
lib/presentation/home/components/job_type_dialog.dart
Dart
www.github.com/pislm/jobfindr_mobile/tree/main/lib/presentation/home/components/job_type_dialog.dart
https://raw.githubusercontent.com/pislm/jobfindr_mobile/dcbbbdc/lib/presentation/home/components/job_type_dialog.dart
pislm/jobfindr_mobile dcbbbdc lib/presentation/home/components/job_type_dialog.dart
true
200
1,995
import 'package:flutter/material.dart'; import 'package:flutter_hooks/flutter_hooks.dart'; import 'package:hooks_riverpod/hooks_riverpod.dart'; import 'package:jobfindr_mobile/data/model/job_filter.dart'; import 'package:jobfindr_mobile/presentation/home/home_page_notifier.dart'; class JobTypeDialog extends HookConsum...
3
rahulrgz/inventory_management
5e5725f
lib/features/userProfile/repository/edit_user_profile_repository.dart
Dart
www.github.com/rahulrgz/inventory_management/tree/main/lib/features/userProfile/repository/edit_user_profile_repository.dart
https://raw.githubusercontent.com/rahulrgz/inventory_management/5e5725f/lib/features/userProfile/repository/edit_user_profile_repository.dart
rahulrgz/inventory_management 5e5725f lib/features/userProfile/repository/edit_user_profile_repository.dart
true
200
1,258
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:fpdart/fpdart.dart'; import 'package:inventory_management_shop/core/constants/firebase_constants/firebase_constants.dart'; import 'package:inventory_management_shop/core/failure.dart'; import ...
7
subruzz/product_list_app
a2f766a
lib/services/product_service.dart
Dart
www.github.com/subruzz/product_list_app/tree/main/lib/services/product_service.dart
https://raw.githubusercontent.com/subruzz/product_list_app/a2f766a/lib/services/product_service.dart
subruzz/product_list_app a2f766a lib/services/product_service.dart
true
200
1,698
import 'package:dio/dio.dart'; import 'package:product_list_app/model/product_model.dart'; import 'package:product_list_app/utils/erros/exception_handler.dart'; import '../utils/erros/main_exception.dart'; class ProductService { final Dio _dio = Dio(); /// Fetches a list of products from the API. /// /// Retu...
5
dmdbilal/Thozhil-Flutter
7fb478c
frontend/lib/screens/drawer.dart
Dart
www.github.com/dmdbilal/Thozhil-Flutter/tree/main/frontend/lib/screens/drawer.dart
https://raw.githubusercontent.com/dmdbilal/Thozhil-Flutter/7fb478c/frontend/lib/screens/drawer.dart
dmdbilal/Thozhil-Flutter 7fb478c frontend/lib/screens/drawer.dart
true
200
6,998
import 'package:flutter/material.dart'; import 'package:thozhil_flutter_app/screens/interships_screen.dart'; import 'package:thozhil_flutter_app/screens/jobs_screen.dart'; import 'package:thozhil_flutter_app/screens/profile_screen.dart'; import 'package:thozhil_flutter_app/util/user_preferences.dart'; import 'package:t...
6
HBLL-Makerspace/vccs
e930d8f
lib/src/ui/pages/subpages/camera_setup.dart
Dart
www.github.com/HBLL-Makerspace/vccs/tree/main/lib/src/ui/pages/subpages/camera_setup.dart
https://raw.githubusercontent.com/HBLL-Makerspace/vccs/e930d8f/lib/src/ui/pages/subpages/camera_setup.dart
HBLL-Makerspace/vccs e930d8f lib/src/ui/pages/subpages/camera_setup.dart
true
200
3,632
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:flutter_spinkit/flutter_spinkit.dart'; import 'package:vccs/src/blocs/configuration_bloc/configuration_bloc.dart'; import 'package:vccs/src/model/domain/domian.dart'; import 'package:vccs/src/ui/widgets/widgets.dart...
2
donjordano/bitcoin_flutter
8d580dd
lib/src/utils/script.dart
Dart
www.github.com/donjordano/bitcoin_flutter/tree/main/lib/src/utils/script.dart
https://raw.githubusercontent.com/donjordano/bitcoin_flutter/8d580dd/lib/src/utils/script.dart
donjordano/bitcoin_flutter 8d580dd lib/src/utils/script.dart
true
200
6,608
import 'dart:typed_data'; import 'package:hex/hex.dart'; import 'package:bip32/src/utils/ecurve.dart' as ecc; import 'constants/op.dart'; import 'push_data.dart' as pushData; import 'check_types.dart'; Map<int, String> REVERSE_OPS = OPS.map((String string, int number) => MapEntry(number, string)); final OP_INT_BAS...
0
FirasMosbahi/PeaceLink
1d60456
lib/Ui/widgets/field_change.dart
Dart
www.github.com/FirasMosbahi/PeaceLink/tree/main/lib/Ui/widgets/field_change.dart
https://raw.githubusercontent.com/FirasMosbahi/PeaceLink/1d60456/lib/Ui/widgets/field_change.dart
FirasMosbahi/PeaceLink 1d60456 lib/Ui/widgets/field_change.dart
true
200
1,293
import 'package:flutter/material.dart'; import '../utilities/mediaQuery.dart'; class Field extends StatelessWidget { final void Function() onClick; const Field({Key? key, required this.onClick}) : super(key: key); @override Widget build(BuildContext context) { double deviceHeight = MediaQuery.of(context)...
4
NurMuhammadSyaifuddin/atunting_classification
5f5a501
core/lib/models/inspection.dart
Dart
www.github.com/NurMuhammadSyaifuddin/atunting_classification/tree/main/core/lib/models/inspection.dart
https://raw.githubusercontent.com/NurMuhammadSyaifuddin/atunting_classification/5f5a501/core/lib/models/inspection.dart
NurMuhammadSyaifuddin/atunting_classification 5f5a501 core/lib/models/inspection.dart
true
200
353
class Inspection{ String question; String category; List<String> answer; Inspection({required this.question, required this.category, required this.answer}); factory Inspection.fromJson(Map<String, dynamic> json) => Inspection(question: json['question'], category: json['category'], answer: List<String>...
6
bek07kg/quiz_app
21121c2
lib/components/result_button.dart
Dart
www.github.com/bek07kg/quiz_app/tree/main/lib/components/result_button.dart
https://raw.githubusercontent.com/bek07kg/quiz_app/21121c2/lib/components/result_button.dart
bek07kg/quiz_app 21121c2 lib/components/result_button.dart
true
200
420
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; class ResultButton extends StatelessWidget { const ResultButton({Key? key, required this.resultButton}) : super(key: key); final bool resultButton; @override Widget build(BuildContext context) { return Icon( resultButt...
5
Gambley1/papa_burger_admin_panel
26bdcd3
lib/src/pages/notification/notification_view.dart
Dart
www.github.com/Gambley1/papa_burger_admin_panel/tree/main/lib/src/pages/notification/notification_view.dart
https://raw.githubusercontent.com/Gambley1/papa_burger_admin_panel/26bdcd3/lib/src/pages/notification/notification_view.dart
Gambley1/papa_burger_admin_panel 26bdcd3 lib/src/pages/notification/notification_view.dart
true
200
2,123
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:papa_burger_admin_panel/src/config/extensions/context_extension.dart'; import 'package:papa_burger_admin_panel/src/config/extensions/theme_extension.dart'; import 'package:papa_burger_admin_panel/src/pages/counter/s...
1
sadik03/Whatsapp-clone-Ui
cf5bdc5
lib/responsive/responsive_layout.dart
Dart
www.github.com/sadik03/Whatsapp-clone-Ui/tree/main/lib/responsive/responsive_layout.dart
https://raw.githubusercontent.com/sadik03/Whatsapp-clone-Ui/cf5bdc5/lib/responsive/responsive_layout.dart
sadik03/Whatsapp-clone-Ui cf5bdc5 lib/responsive/responsive_layout.dart
true
200
587
import 'package:flutter/material.dart'; class ResponsiveLayout extends StatelessWidget { final Widget mobileScreenLaout; final Widget webScreenLaout; const ResponsiveLayout( {Key? key, required this.mobileScreenLaout, required this.webScreenLaout}) : super(key: key); @override Widget build(Build...
3
JeihnChoe/project-coffee-flutter
31a018d
lib/ui/pages/other_page/other_main_page/widget/other_main_page_body.dart
Dart
www.github.com/JeihnChoe/project-coffee-flutter/tree/main/lib/ui/pages/other_page/other_main_page/widget/other_main_page_body.dart
https://raw.githubusercontent.com/JeihnChoe/project-coffee-flutter/31a018d/lib/ui/pages/other_page/other_main_page/widget/other_main_page_body.dart
JeihnChoe/project-coffee-flutter 31a018d lib/ui/pages/other_page/other_main_page/widget/other_main_page_body.dart
true
200
8,260
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:logger/logger.dart'; import 'package:project_coffee/_core/constants/color.dart'; import 'package:project_coffee/data/store/session_store.dart'; import 'package:projec...
7
melakG/QUIZ
7879532
lib/components/question_card.dart
Dart
www.github.com/melakG/QUIZ/tree/main/lib/components/question_card.dart
https://raw.githubusercontent.com/melakG/QUIZ/7879532/lib/components/question_card.dart
melakG/QUIZ 7879532 lib/components/question_card.dart
true
200
2,851
import 'package:auto_size_text/auto_size_text.dart'; import 'package:flutter/material.dart'; import '../theme/app_theme.dart'; class QuestionCard extends StatefulWidget { final String? imageUrl; final String? text; final Color? textColor; final Gradient gradientColor; final TextStyle fontStyle; const Quest...
2
JorgeFigueroa626/app_chat_flutter
10dc986
lib/Authenticate/autheticate.dart
Dart
www.github.com/JorgeFigueroa626/app_chat_flutter/tree/main/lib/Authenticate/autheticate.dart
https://raw.githubusercontent.com/JorgeFigueroa626/app_chat_flutter/10dc986/lib/Authenticate/autheticate.dart
JorgeFigueroa626/app_chat_flutter 10dc986 lib/Authenticate/autheticate.dart
true
200
512
import 'package:app_chat/Authenticate/login_screen.dart'; import 'package:app_chat/Screens/home_screen.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/cupertino.dart'; class Authenticate extends StatelessWidget { Authenticate({super.key}); final FirebaseAuth _auth = FirebaseAuth....
0
septapratama/LiterasiDigital
f4b96db
lib/calendar.dart
Dart
www.github.com/septapratama/LiterasiDigital/tree/main/lib/calendar.dart
https://raw.githubusercontent.com/septapratama/LiterasiDigital/f4b96db/lib/calendar.dart
septapratama/LiterasiDigital f4b96db lib/calendar.dart
true
200
12,231
import 'package:test123/component/custom_appbar.dart'; import 'package:flutter/material.dart'; import 'package:table_calendar/table_calendar.dart'; import 'package:intl/intl.dart'; import 'package:test123/riwayatCalendar.dart'; import '../component/custom_button.dart'; import '../component/custom_colors.dart'; class...
6
Mohamadimad28/mommaapp
a1995ae
lib/screens/home/bottomnavigationbarscreens/more_screen.dart
Dart
www.github.com/Mohamadimad28/mommaapp/tree/main/lib/screens/home/bottomnavigationbarscreens/more_screen.dart
https://raw.githubusercontent.com/Mohamadimad28/mommaapp/a1995ae/lib/screens/home/bottomnavigationbarscreens/more_screen.dart
Mohamadimad28/mommaapp a1995ae lib/screens/home/bottomnavigationbarscreens/more_screen.dart
true
200
4,408
import 'package:flutter/material.dart'; import 'package:mommaapp/preferences/shared_pref_controller.dart'; import 'package:mommaapp/screens/home/bottomnavigationbarscreens/home_screen.dart'; import '../../../componts/list_tile_Profile.dart'; class MoreScreen extends StatefulWidget { const MoreScreen({Key? key}) : s...
5
eyad-hussein/styleach-app
66532cf
lib/widgets/payment-screen/add_new_card_button_widget.dart
Dart
www.github.com/eyad-hussein/styleach-app/tree/main/lib/widgets/payment-screen/add_new_card_button_widget.dart
https://raw.githubusercontent.com/eyad-hussein/styleach-app/66532cf/lib/widgets/payment-screen/add_new_card_button_widget.dart
eyad-hussein/styleach-app 66532cf lib/widgets/payment-screen/add_new_card_button_widget.dart
true
200
1,151
import 'package:flutter/material.dart'; import 'package:flutter_svg/svg.dart'; class AddNewCardButton extends StatelessWidget { const AddNewCardButton({super.key}); @override Widget build(BuildContext context) { return ElevatedButton( onPressed: () {}, style: ElevatedButton.styleFrom( ...
4
excode/mygold_app
36ec398
lib/utils/apiRequest.dart
Dart
www.github.com/excode/mygold_app/tree/main/lib/utils/apiRequest.dart
https://raw.githubusercontent.com/excode/mygold_app/36ec398/lib/utils/apiRequest.dart
excode/mygold_app 36ec398 lib/utils/apiRequest.dart
true
200
5,421
import 'dart:async'; import 'dart:convert' as convert; import 'dart:io'; import 'package:connectivity_plus/connectivity_plus.dart'; import 'package:flutter/services.dart'; import 'package:http/http.dart' as http; import 'package:mygold/utils/LocalStore.dart'; import 'package:mygold/utils/ResponseData.dart'; import 'pa...
1
EduardoM-GO/filmeno
e7e7217
lib/app/shared/domain/entities/resultado_com_metadados.dart
Dart
www.github.com/EduardoM-GO/filmeno/tree/main/lib/app/shared/domain/entities/resultado_com_metadados.dart
https://raw.githubusercontent.com/EduardoM-GO/filmeno/e7e7217/lib/app/shared/domain/entities/resultado_com_metadados.dart
EduardoM-GO/filmeno e7e7217 lib/app/shared/domain/entities/resultado_com_metadados.dart
true
200
685
import 'package:equatable/equatable.dart'; import 'package:filmeno/app/shared/domain/entities/metadados.dart'; import 'package:filmeno/app/shared/domain/entities/resposta_http.dart'; class ResultadoComMetadados<T extends Object> extends Equatable { final T resultado; final Metadados metadados; const ResultadoCo...
3
CarrotRP/amiibo_api_flutter
83b2fef
lib/screen/about_screen.dart
Dart
www.github.com/CarrotRP/amiibo_api_flutter/tree/main/lib/screen/about_screen.dart
https://raw.githubusercontent.com/CarrotRP/amiibo_api_flutter/83b2fef/lib/screen/about_screen.dart
CarrotRP/amiibo_api_flutter 83b2fef lib/screen/about_screen.dart
true
200
1,865
import 'package:amiibo_api/component/language_constant.dart'; import 'package:flutter/material.dart'; class AboutScreen extends StatelessWidget { LanguageConstant text; int themeIndex; AboutScreen({required this.text, required this.themeIndex}); @override Widget build(BuildContext context) { Color setT...
0
Jesperpaulsen/polyglot
c8ff277
lib/widgets/common/screen_widget.dart
Dart
www.github.com/Jesperpaulsen/polyglot/tree/main/lib/widgets/common/screen_widget.dart
https://raw.githubusercontent.com/Jesperpaulsen/polyglot/c8ff277/lib/widgets/common/screen_widget.dart
Jesperpaulsen/polyglot c8ff277 lib/widgets/common/screen_widget.dart
true
200
1,950
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:polyglot/screens/settings.dart'; import 'package:polyglot/utils/get_meta_key.dart'; import 'package:polyglot/widgets/common/simple_shortcut.dart'; import 'package:polyglot/widgets/dashboard/new_key_dialog.dart'; class Scree...
6
phongtrgg/app-custumer-mart-flutter
84dd8f4
lib/common/widgets/web_menu_bar.dart
Dart
www.github.com/phongtrgg/app-custumer-mart-flutter/tree/main/lib/common/widgets/web_menu_bar.dart
https://raw.githubusercontent.com/phongtrgg/app-custumer-mart-flutter/84dd8f4/lib/common/widgets/web_menu_bar.dart
phongtrgg/app-custumer-mart-flutter 84dd8f4 lib/common/widgets/web_menu_bar.dart
true
200
17,250
import 'package:stackfood_multivendor/features/auth/controllers/auth_controller.dart'; import 'package:stackfood_multivendor/features/cart/controllers/cart_controller.dart'; import 'package:stackfood_multivendor/features/language/controllers/localization_controller.dart'; import 'package:stackfood_multivendor/features/...
5
SyedShahzainHussain/Muztunes_app
767e2c9
lib/repository/orders/order_http_repository.dart
Dart
www.github.com/SyedShahzainHussain/Muztunes_app/tree/main/lib/repository/orders/order_http_repository.dart
https://raw.githubusercontent.com/SyedShahzainHussain/Muztunes_app/767e2c9/lib/repository/orders/order_http_repository.dart
SyedShahzainHussain/Muztunes_app 767e2c9 lib/repository/orders/order_http_repository.dart
true
200
1,065
import 'package:muztune/config/urls.dart'; import 'package:muztune/data/network/base_api_services.dart'; import 'package:muztune/data/network/network_api_services.dart'; import 'package:muztune/model/order_model.dart'; import 'package:muztune/repository/orders/order_repository.dart'; import 'package:muztune/viewModel/s...
7
bambanghariantosianturi/project-flutter-developer-expert-dicoding
69a4974
lib/injection.dart
Dart
www.github.com/bambanghariantosianturi/project-flutter-developer-expert-dicoding/tree/main/lib/injection.dart
https://raw.githubusercontent.com/bambanghariantosianturi/project-flutter-developer-expert-dicoding/69a4974/lib/injection.dart
bambanghariantosianturi/project-flutter-developer-expert-dicoding 69a4974 lib/injection.dart
true
200
7,127
import 'package:core/data/datasources/db/database_helper.dart'; import 'package:core/data/datasources/movie_local_data_source.dart'; import 'package:core/data/datasources/movie_remote_data_source.dart'; import 'package:core/data/datasources/tv_series_local_data_source.dart'; import 'package:core/data/datasources/tv_ser...
4
jjungoori/molthar
e00a091
lib/gameController.dart
Dart
www.github.com/jjungoori/molthar/tree/main/lib/gameController.dart
https://raw.githubusercontent.com/jjungoori/molthar/e00a091/lib/gameController.dart
jjungoori/molthar e00a091 lib/gameController.dart
true
200
507
import 'package:get/get.dart'; import 'package:molthar/sysClasses.dart'; class GameController extends GetxController{ static GameController get to => Get.find(); var game = Game().obs; Map<String, int> userIDPlayerID = Map(); var acts = [].obs; void resChange(){ game.refresh(); // setActs(); } ...
2
HadeerMo/Movie-app
8049a71
lib/features/search/presentation/views/widgets/search_view_body.dart
Dart
www.github.com/HadeerMo/Movie-app/tree/main/lib/features/search/presentation/views/widgets/search_view_body.dart
https://raw.githubusercontent.com/HadeerMo/Movie-app/8049a71/lib/features/search/presentation/views/widgets/search_view_body.dart
HadeerMo/Movie-app 8049a71 lib/features/search/presentation/views/widgets/search_view_body.dart
true
200
1,454
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:movie_app/core/utils/styles.dart'; import 'package:movie_app/features/search/presentation/manager/search_cubit/search_cubit.dart'; import 'package:movie_app/features/search/presentation/views/widgets/search_Result_l...
3
olajesu070/pgi
64c8226
lib/view/message/chatscreen.dart
Dart
www.github.com/olajesu070/pgi/tree/main/lib/view/message/chatscreen.dart
https://raw.githubusercontent.com/olajesu070/pgi/64c8226/lib/view/message/chatscreen.dart
olajesu070/pgi 64c8226 lib/view/message/chatscreen.dart
true
200
7,016
import 'package:flutter/material.dart'; import 'package:pgi/core/utils/status_bar_util.dart'; import 'package:pgi/data/models/user_state.dart'; import 'package:pgi/services/api/xenforo_conversation_service.dart'; import 'package:pgi/view/explore/oroganiser_detail_screen.dart'; import 'package:pgi/view/widgets/custom_ap...
6
testaccontme/astro
e31a1b8
lib/views/Authentication/success_registration_screen.dart
Dart
www.github.com/testaccontme/astro/tree/main/lib/views/Authentication/success_registration_screen.dart
https://raw.githubusercontent.com/testaccontme/astro/e31a1b8/lib/views/Authentication/success_registration_screen.dart
testaccontme/astro e31a1b8 lib/views/Authentication/success_registration_screen.dart
true
200
3,080
import 'package:astrowaypartner/constants/colorConst.dart'; import 'package:astrowaypartner/constants/imageConst.dart'; import 'package:astrowaypartner/constants/messageConst.dart'; import 'package:astrowaypartner/controllers/Authentication/login_controller.dart'; import 'package:astrowaypartner/views/Authenticatio...
0
AliQassem2298/sara
14caf05
lib/screens/update_location.dart
Dart
www.github.com/AliQassem2298/sara/tree/main/lib/screens/update_location.dart
https://raw.githubusercontent.com/AliQassem2298/sara/14caf05/lib/screens/update_location.dart
AliQassem2298/sara 14caf05 lib/screens/update_location.dart
true
200
1,835
import 'package:flutter/material.dart'; class UpdateLocation extends StatefulWidget { final String? initialAddress; // العنوان الحالي (اختياري) final Function(String) onSave; // دالة تُنفّذ عند الحفظ const UpdateLocation({super.key, this.initialAddress, required this.onSave}); @override State<UpdateLocatio...
7
MacHuiak/Whatever
104e287
lib/src/features/password_manager/models/stored_password.dart
Dart
www.github.com/MacHuiak/Whatever/tree/main/lib/src/features/password_manager/models/stored_password.dart
https://raw.githubusercontent.com/MacHuiak/Whatever/104e287/lib/src/features/password_manager/models/stored_password.dart
MacHuiak/Whatever 104e287 lib/src/features/password_manager/models/stored_password.dart
true
200
1,012
import 'package:flutter_hooks/flutter_hooks.dart'; class StoredPassword { final String site; final String login; final String password; StoredPassword( {required this.site, required this.login, required this.password}); @override bool operator ==(Object other) => identical(this, other) && ...
5
susiraTH41/chat
b7a48ba
lib/pages/home_page.dart
Dart
www.github.com/susiraTH41/chat/tree/main/lib/pages/home_page.dart
https://raw.githubusercontent.com/susiraTH41/chat/b7a48ba/lib/pages/home_page.dart
susiraTH41/chat b7a48ba lib/pages/home_page.dart
true
200
3,008
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import '../service/auth/auth_service.dart'; import 'chat_page.dart'; class HomePage extends StatefulWidget { const HomePage({super...
4
saravanakumar812/Fudo
18c465e
lib/UI/LoginScreens/Signup_with_Name_Screen.dart
Dart
www.github.com/saravanakumar812/Fudo/tree/main/lib/UI/LoginScreens/Signup_with_Name_Screen.dart
https://raw.githubusercontent.com/saravanakumar812/Fudo/18c465e/lib/UI/LoginScreens/Signup_with_Name_Screen.dart
saravanakumar812/Fudo 18c465e lib/UI/LoginScreens/Signup_with_Name_Screen.dart
true
200
5,578
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:fudo/Controller/LoginScreensController/Signup_with_Name_Screen_Controller.dart'; import 'package:get/get.dart'; import 'package:google_fonts/google_fonts.dart'; import '../../AppRoutes/App_Routes.dart'; import '../../Utils...
1
Dev-Salem/the-geolounge
13f2191
lib/features/post/presentation/widgets/card_options_dialog.dart
Dart
www.github.com/Dev-Salem/the-geolounge/tree/main/lib/features/post/presentation/widgets/card_options_dialog.dart
https://raw.githubusercontent.com/Dev-Salem/the-geolounge/13f2191/lib/features/post/presentation/widgets/card_options_dialog.dart
Dev-Salem/the-geolounge 13f2191 lib/features/post/presentation/widgets/card_options_dialog.dart
true
200
2,168
import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:font_awesome_flutter/font_awesome_flutter.dart'; import 'package:the_geolounge/features/auth/data/supabase_auth_repository.dart'; import 'package:the_geolounge/gen/strings.g.dart'; class CardOptionsDialog e...
2
DGFlutterPub/packages
a7aa9a0
dghub_image_slider/lib/src/image_slider_config.dart
Dart
www.github.com/DGFlutterPub/packages/tree/main/dghub_image_slider/lib/src/image_slider_config.dart
https://raw.githubusercontent.com/DGFlutterPub/packages/a7aa9a0/dghub_image_slider/lib/src/image_slider_config.dart
DGFlutterPub/packages a7aa9a0 dghub_image_slider/lib/src/image_slider_config.dart
true
200
351
import 'package:flutter/material.dart'; class ImageSliderConfig { final bool? autoPlay; final int itemCount; final double height; final Widget Function(BuildContext context, int index) itemBuilder; ImageSliderConfig( {required this.itemCount, this.height = 250, required this.itemBuilder, ...
3
Chronos386/face_recognition_web
0c6de58
lib/presentation/bloc/schedule_bloc/schedule_event.dart
Dart
www.github.com/Chronos386/face_recognition_web/tree/main/lib/presentation/bloc/schedule_bloc/schedule_event.dart
https://raw.githubusercontent.com/Chronos386/face_recognition_web/0c6de58/lib/presentation/bloc/schedule_bloc/schedule_event.dart
Chronos386/face_recognition_web 0c6de58 lib/presentation/bloc/schedule_bloc/schedule_event.dart
true
200
2,675
// presentation/bloc/schedule_bloc/schedule_event.dart part of 'schedule_bloc.dart'; @freezed class ScheduleEvent with _$ScheduleEvent { const factory ScheduleEvent.loadInitial() = ScheduleEventLoadInitial; const factory ScheduleEvent.loadDepartments({required int instituteId}) = ScheduleEventLoadDepartments; ...
0
MahdiOSS/apple-store
5436368
View/Card/Widget/Empty_State.dart
Dart
www.github.com/MahdiOSS/apple-store/tree/main/View/Card/Widget/Empty_State.dart
https://raw.githubusercontent.com/MahdiOSS/apple-store/5436368/View/Card/Widget/Empty_State.dart
MahdiOSS/apple-store 5436368 View/Card/Widget/Empty_State.dart
true
200
676
import 'package:flutter/material.dart'; class EmptyStateWidget extends StatelessWidget { const EmptyStateWidget({super.key}); @override Widget build(BuildContext context) => Center( child: Column( mainAxisSize: MainAxisSize.min, children: [ Padding( padding: const Ed...
6
Mosa-m90884/flutter-steps-tracker
67feb65
lib/controller/step_point_controller.dart
Dart
www.github.com/Mosa-m90884/flutter-steps-tracker/tree/main/lib/controller/step_point_controller.dart
https://raw.githubusercontent.com/Mosa-m90884/flutter-steps-tracker/67feb65/lib/controller/step_point_controller.dart
Mosa-m90884/flutter-steps-tracker 67feb65 lib/controller/step_point_controller.dart
true
200
2,339
import 'package:get/get.dart'; import 'package:intl/intl.dart'; import 'package:pro2/model/reward.dart'; import 'package:pro2/screens/ranking.dart'; import 'package:get_storage/get_storage.dart'; import '../screens/history.dart'; import '../screens/home.dart'; import '../screens/rewards.dart'; import '../screens/welcom...
5
deepika2601/sunset
cf6a4d7
lib/utils/settingswidgetui.dart
Dart
www.github.com/deepika2601/sunset/tree/main/lib/utils/settingswidgetui.dart
https://raw.githubusercontent.com/deepika2601/sunset/cf6a4d7/lib/utils/settingswidgetui.dart
deepika2601/sunset cf6a4d7 lib/utils/settingswidgetui.dart
true
200
1,256
import 'package:flutter/material.dart'; import 'package:responsive_sizer/responsive_sizer.dart'; import 'package:sunsetgardenapp/utils/appcolors.dart'; import 'package:sunsetgardenapp/utils/appstyles.dart'; class Settingwidgetui extends StatelessWidget { final String title; final IconData? icon; final Function()...
7
FL0REN1/CryptoWave
b478880
frontEnd/crypto_wave/lib/features/authorization_page/widgets/text_input.dart
Dart
www.github.com/FL0REN1/CryptoWave/tree/main/frontEnd/crypto_wave/lib/features/authorization_page/widgets/text_input.dart
https://raw.githubusercontent.com/FL0REN1/CryptoWave/b478880/frontEnd/crypto_wave/lib/features/authorization_page/widgets/text_input.dart
FL0REN1/CryptoWave b478880 frontEnd/crypto_wave/lib/features/authorization_page/widgets/text_input.dart
true
200
3,450
import 'package:crypto_wave/features/helper_page/helper_page.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; class TextInput extends StatefulWidget { const TextInput({ Key? key, required this.labelText, required this.security, required this.giveMeText, requi...
4
NaufalArsyaputraPradana/food-delivery-app
e1bbc24
lib/pages/delivery_progress_page.dart
Dart
www.github.com/NaufalArsyaputraPradana/food-delivery-app/tree/main/lib/pages/delivery_progress_page.dart
https://raw.githubusercontent.com/NaufalArsyaputraPradana/food-delivery-app/e1bbc24/lib/pages/delivery_progress_page.dart
NaufalArsyaputraPradana/food-delivery-app e1bbc24 lib/pages/delivery_progress_page.dart
true
200
3,278
import 'package:flutter/material.dart'; import 'package:food_delivery/components/my_receipt.dart'; import 'package:food_delivery/models/restaurant.dart'; import 'package:food_delivery/services/database/firestore.dart'; import 'package:provider/provider.dart'; class DeliveryProgressPage extends StatefulWidget { const...
1
Adelzm/advanced-flutter-ui
2349c5b
lib/shared/patterns/action_app_bar.dart
Dart
www.github.com/Adelzm/advanced-flutter-ui/tree/main/lib/shared/patterns/action_app_bar.dart
https://raw.githubusercontent.com/Adelzm/advanced-flutter-ui/2349c5b/lib/shared/patterns/action_app_bar.dart
Adelzm/advanced-flutter-ui 2349c5b lib/shared/patterns/action_app_bar.dart
true
200
672
import 'package:flutter/material.dart'; class ActionAppBar extends StatelessWidget implements PreferredSizeWidget { const ActionAppBar({ super.key, required this.actionIconData, required this.onPressedAction, required this.title, }); final IconData actionIconData; final VoidCallback onPressedA...
3
luan-coelho/carcatalog
c0130a3
lib/models/fueltype.dart
Dart
www.github.com/luan-coelho/carcatalog/tree/main/lib/models/fueltype.dart
https://raw.githubusercontent.com/luan-coelho/carcatalog/c0130a3/lib/models/fueltype.dart
luan-coelho/carcatalog c0130a3 lib/models/fueltype.dart
true
200
342
class FuelType { int id; String name; FuelType({ required this.id, required this.name, }); factory FuelType.fromJson(Map<String, dynamic> json) { return FuelType( id: json['id'], name: json['name'], ); } Map<String, dynamic> toMap() { return { 'id': id, 'name...
2
PixelAppsMobile/riverpod-calorie-architecture
4497667
lib/presentation/screens/auth_page/auth_page_view_model.dart
Dart
www.github.com/PixelAppsMobile/riverpod-calorie-architecture/tree/main/lib/presentation/screens/auth_page/auth_page_view_model.dart
https://raw.githubusercontent.com/PixelAppsMobile/riverpod-calorie-architecture/4497667/lib/presentation/screens/auth_page/auth_page_view_model.dart
PixelAppsMobile/riverpod-calorie-architecture 4497667 lib/presentation/screens/auth_page/auth_page_view_model.dart
true
200
1,095
import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:totaltest/domain/providers/app_user/app_user_provider.dart'; import 'package:totaltest/presentation/screens/auth_page/state/auth_page_view_state.dart'; class AuthPageViewModel extends StateNotifier<AuthPage...
0
abihanafi23/kotak_buku_digital
ea4eed3
lib/pages/daftar_buku.dart
Dart
www.github.com/abihanafi23/kotak_buku_digital/tree/main/lib/pages/daftar_buku.dart
https://raw.githubusercontent.com/abihanafi23/kotak_buku_digital/ea4eed3/lib/pages/daftar_buku.dart
abihanafi23/kotak_buku_digital ea4eed3 lib/pages/daftar_buku.dart
true
200
1,892
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:kotak_buku_digital/utils/colors.dart'; import 'package:kotak_buku_digital/utils/widgets.dart'; class DaftarBuku extends StatefulWidget { const DaftarBuku({super.key}); @override State<DaftarBuku> createState() => _DaftarBukuS...
5
adryanev/wisata-bumnag-mobile
092c457
lib/features/settings/presentation/blocs/password_form/password_form_state.dart
Dart
www.github.com/adryanev/wisata-bumnag-mobile/tree/main/lib/features/settings/presentation/blocs/password_form/password_form_state.dart
https://raw.githubusercontent.com/adryanev/wisata-bumnag-mobile/092c457/lib/features/settings/presentation/blocs/password_form/password_form_state.dart
adryanev/wisata-bumnag-mobile 092c457 lib/features/settings/presentation/blocs/password_form/password_form_state.dart
true
200
838
part of 'password_form_bloc.dart'; @freezed class PasswordFormState with _$PasswordFormState { const factory PasswordFormState({ required bool isLoading, required PasswordInput oldPassword, required PasswordInput newPassword, required PasswordConfirmationInput confirmPassword, required Option<Eit...
6
Yzma01/MovilesLab
f1f37b0
lib/map/user_geolocator.dart
Dart
www.github.com/Yzma01/MovilesLab/tree/main/lib/map/user_geolocator.dart
https://raw.githubusercontent.com/Yzma01/MovilesLab/f1f37b0/lib/map/user_geolocator.dart
Yzma01/MovilesLab f1f37b0 lib/map/user_geolocator.dart
true
200
875
import 'package:geolocator/geolocator.dart'; Future<Position> _getUserLocation() async { // Verifica si los permisos de ubicación están habilitados bool serviceEnabled = await Geolocator.isLocationServiceEnabled(); if (!serviceEnabled) { return Future.error('Los servicios de ubicación están deshabilitados.')...
7
pemix09/sustainable_runner
6949ca9
lib/game/objects/player.dart
Dart
www.github.com/pemix09/sustainable_runner/tree/main/lib/game/objects/player.dart
https://raw.githubusercontent.com/pemix09/sustainable_runner/6949ca9/lib/game/objects/player.dart
pemix09/sustainable_runner 6949ca9 lib/game/objects/player.dart
true
200
4,082
import 'package:endless_runner/game/effects/move_effect.dart'; import 'package:endless_runner/game/objects/enemy.dart'; import 'package:endless_runner/game/screens/game_screen.dart'; import 'package:endless_runner/game/sustainable_runner_game.dart'; import 'package:flame/collisions.dart'; import 'package:flame/componen...
4
sarahturki/2023-GP1-G5
dd0b9a1
lib/widgets/custom_appbar.dart
Dart
www.github.com/sarahturki/2023-GP1-G5/tree/main/lib/widgets/custom_appbar.dart
https://raw.githubusercontent.com/sarahturki/2023-GP1-G5/dd0b9a1/lib/widgets/custom_appbar.dart
sarahturki/2023-GP1-G5 dd0b9a1 lib/widgets/custom_appbar.dart
true
200
558
import 'package:flutter/material.dart'; class CustomAppBar { static getAppBar(String title,context) { return AppBar( iconTheme: const IconThemeData(color: Colors.white), toolbarHeight: 126, backgroundColor: Theme.of(context).primaryColor, shape: const RoundedRectangleBorder( border...
1
damode27/my_task_list
940f866
lib/db/db.dart
Dart
www.github.com/damode27/my_task_list/tree/main/lib/db/db.dart
https://raw.githubusercontent.com/damode27/my_task_list/940f866/lib/db/db.dart
damode27/my_task_list 940f866 lib/db/db.dart
true
200
1,519
import 'task.dart'; import 'package:sqflite/sqflite.dart'; class DB { static Future<Database> _openDB () async { return openDatabase( 'database_notas.db', version: 1, onCreate: (db, version) { return db.execute( 'CREATE TABLE tasks(id INTEGER PRIMARY KEY AUTOINCREMENT, titulo...
3
igorurbaniak/cafe_of_happiness_app
6e44b70
lib/app/core/themes/dark_theme.dart
Dart
www.github.com/igorurbaniak/cafe_of_happiness_app/tree/main/lib/app/core/themes/dark_theme.dart
https://raw.githubusercontent.com/igorurbaniak/cafe_of_happiness_app/6e44b70/lib/app/core/themes/dark_theme.dart
igorurbaniak/cafe_of_happiness_app 6e44b70 lib/app/core/themes/dark_theme.dart
true
200
3,819
import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; class ThemeDark { static const Color mainColorLight = Color.fromARGB(255, 237, 233, 226); static const Color mainColorDark = Color.fromARGB(255, 114, 47, 55); static const Color lightMainDarkColor = Color.fromARGB(255, 177, ...
2
marcelacrvalho/app-adove-parceiros
ce6f28e
lib/app/modules/home/widgets/publications_home.dart
Dart
www.github.com/marcelacrvalho/app-adove-parceiros/tree/main/lib/app/modules/home/widgets/publications_home.dart
https://raw.githubusercontent.com/marcelacrvalho/app-adove-parceiros/ce6f28e/lib/app/modules/home/widgets/publications_home.dart
marcelacrvalho/app-adove-parceiros ce6f28e lib/app/modules/home/widgets/publications_home.dart
true
200
3,155
import 'dart:ui'; import 'package:app_adove/app/global/helpers/constraints.dart'; import 'package:app_adove/app/global/widgets/text/text.dart'; import 'package:app_adove/app/modules/home/controllers/home.dart'; import 'package:cached_network_image/cached_network_image.dart'; import 'package:flutter/material.dart'; imp...
0
pe-tanman/rumutai_app
3129aa1
lib/screens/drawer/place_schedule_screen.dart
Dart
www.github.com/pe-tanman/rumutai_app/tree/main/lib/screens/drawer/place_schedule_screen.dart
https://raw.githubusercontent.com/pe-tanman/rumutai_app/3129aa1/lib/screens/drawer/place_schedule_screen.dart
pe-tanman/rumutai_app 3129aa1 lib/screens/drawer/place_schedule_screen.dart
true
200
4,963
import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; import '/providers/init_data_provider.dart'; import '../../widgets/my_game_widget.dart'; import '../../widgets/main_pop_up_menu.dart'; class PlaceScheduleScreen exte...
5
rifuki/learn-dart
7f6bdd6
dart_dasar/bin/d23_for_loop.dart
Dart
www.github.com/rifuki/learn-dart/tree/main/dart_dasar/bin/d23_for_loop.dart
https://raw.githubusercontent.com/rifuki/learn-dart/7f6bdd6/dart_dasar/bin/d23_for_loop.dart
rifuki/learn-dart 7f6bdd6 dart_dasar/bin/d23_for_loop.dart
true
200
436
void main() { /** infinite loop */ // for (;;) { /* <- TURN OFF THIS */ // print('infinite loop'); /* <- TURN OFF THIS */ // } /* <- TURN OFF THIS */ /** looping with condition */ int counter = 1; for(; counter <= 10 ;) { print('looping $counter'); counter++; } /** looping with init statem...
6
xaytali071/medic
9e2b182
lib/view/pages/address/address_page.dart
Dart
www.github.com/xaytali071/medic/tree/main/lib/view/pages/address/address_page.dart
https://raw.githubusercontent.com/xaytali071/medic/9e2b182/lib/view/pages/address/address_page.dart
xaytali071/medic 9e2b182 lib/view/pages/address/address_page.dart
true
200
2,740
import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import '../../../controller/address/address_provider.dart'; import '../../companents/custom/buttons/coniform_button.dart'; import '../../companents/custom/respons...
7
Vivek060454/Ev-charging
d14420a
widget/NewSlot_booking.widget.dart
Dart
www.github.com/Vivek060454/Ev-charging/tree/main/widget/NewSlot_booking.widget.dart
https://raw.githubusercontent.com/Vivek060454/Ev-charging/d14420a/widget/NewSlot_booking.widget.dart
Vivek060454/Ev-charging d14420a widget/NewSlot_booking.widget.dart
true
200
3,229
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../controller/slot_controller.dart'; import '../data/slot_Booking.data.dart'; class SlotPickerWidget extends StatelessWidget { final List<slotBooking> sloot; final Function(slotBooking) onChanged; final slotBooking? value; SlotPi...
4