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
StormShadonw/my_binance
f0764f5
lib/widgets/register.dart
Dart
www.github.com/StormShadonw/my_binance/tree/main/lib/widgets/register.dart
https://raw.githubusercontent.com/StormShadonw/my_binance/f0764f5/lib/widgets/register.dart
StormShadonw/my_binance f0764f5 lib/widgets/register.dart
true
200
8,863
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:my_binance/helpers/alerts.dart'; import 'package:my_binance/pages/home_page.dart'; import 'package:my_binance/providers/data_provider.dart'; import 'package:provider/provider.dart'; class RegisterPage extends StatefulWidge...
5
Pradeeptharu100/stylish-stepper
8f9c049
lib/stylish_stepper.dart
Dart
www.github.com/Pradeeptharu100/stylish-stepper/tree/main/lib/stylish_stepper.dart
https://raw.githubusercontent.com/Pradeeptharu100/stylish-stepper/8f9c049/lib/stylish_stepper.dart
Pradeeptharu100/stylish-stepper 8f9c049 lib/stylish_stepper.dart
true
200
4,087
library stylish_stepper; import 'dart:developer'; import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; class StylishStepper extends StatelessWidget { const StylishStepper( {super.key, required this.content, required this.header, this.showLastIcon, thi...
6
mehdichekir/Transport_app
4c1c03e
lib/widgets/screen_type.dart
Dart
www.github.com/mehdichekir/Transport_app/tree/main/lib/widgets/screen_type.dart
https://raw.githubusercontent.com/mehdichekir/Transport_app/4c1c03e/lib/widgets/screen_type.dart
mehdichekir/Transport_app 4c1c03e lib/widgets/screen_type.dart
true
200
648
import 'package:flutter/material.dart'; class ScreenType extends StatelessWidget { final String routeName; final String title; const ScreenType({required this.title, required this.routeName, super.key}); @override Widget build(BuildContext context) { return GridTile( child: GestureDetector( ...
0
gowrishvarma2003/farm-fresh
50f0501
uropnew/lib/home/all_products.dart
Dart
www.github.com/gowrishvarma2003/farm-fresh/tree/main/uropnew/lib/home/all_products.dart
https://raw.githubusercontent.com/gowrishvarma2003/farm-fresh/50f0501/uropnew/lib/home/all_products.dart
gowrishvarma2003/farm-fresh 50f0501 uropnew/lib/home/all_products.dart
true
200
8,980
import 'dart:io'; import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import 'dart:convert'; import 'package:dio/dio.dart'; import 'package:cached_network_image/cached_network_image.dart'; import 'package:uropnew/selling/products.dart'; import '../main.dart' as mainfile; import 'package:fir...
7
abdullah7960/ada-cplus-app
e7528f9
lib/main.dart
Dart
www.github.com/abdullah7960/ada-cplus-app/tree/main/lib/main.dart
https://raw.githubusercontent.com/abdullah7960/ada-cplus-app/e7528f9/lib/main.dart
abdullah7960/ada-cplus-app e7528f9 lib/main.dart
true
200
2,005
import 'package:flutter/material.dart'; import 'package:openai_ada/view/home_screen/drawer.dart'; import 'package:openai_ada/view/home_screen/home_screen.dart'; import 'package:openai_ada/view/screens/journal_screen.dart'; import 'package:openai_ada/view/screens/notification_screen.dart'; import 'package:openai_ada/vie...
1
ahmeddo7a/Commercial_App
83769e3
lib/features/home/models/myfavorites_model.dart
Dart
www.github.com/ahmeddo7a/Commercial_App/tree/main/lib/features/home/models/myfavorites_model.dart
https://raw.githubusercontent.com/ahmeddo7a/Commercial_App/83769e3/lib/features/home/models/myfavorites_model.dart
ahmeddo7a/Commercial_App 83769e3 lib/features/home/models/myfavorites_model.dart
true
200
1,502
class FavoritesModel { bool? status; Data? data; FavoritesModel({ required this.status, required this.data }); FavoritesModel.fromJson(Map<String, dynamic> json) { status = json['status']; data = Data.fromJson(json['data']); } } class Data { int? currentPage; List<FavoritesData>? data...
4
BalajiMadduru/FlutterPractice
eb9b687
lib/textstyles/textstye.dart
Dart
www.github.com/BalajiMadduru/FlutterPractice/tree/main/lib/textstyles/textstye.dart
https://raw.githubusercontent.com/BalajiMadduru/FlutterPractice/eb9b687/lib/textstyles/textstye.dart
BalajiMadduru/FlutterPractice eb9b687 lib/textstyles/textstye.dart
true
200
726
import 'dart:ui'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; class Styling extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: Scaffold( appBar: AppBar( backgroundColor: Colors.blueGrey, ...
3
Ahmed1Mosaad/notes_app
9b52c11
lib/widgets/note_item.dart
Dart
www.github.com/Ahmed1Mosaad/notes_app/tree/main/lib/widgets/note_item.dart
https://raw.githubusercontent.com/Ahmed1Mosaad/notes_app/9b52c11/lib/widgets/note_item.dart
Ahmed1Mosaad/notes_app 9b52c11 lib/widgets/note_item.dart
true
200
2,492
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:notes_app/cubits/notes%20cubit/notes_cubit.dart'; import 'package:notes_app/models/note_model.dart'; import 'package:notes_app/views/EditNoteView.dart'; import 'package:notes_app/widgets/edit_note_view_body.dart'; ...
5
shahadat-coder/CraftyBay
5531314
lib/data/models/popular_model.dart
Dart
www.github.com/shahadat-coder/CraftyBay/tree/main/lib/data/models/popular_model.dart
https://raw.githubusercontent.com/shahadat-coder/CraftyBay/5531314/lib/data/models/popular_model.dart
shahadat-coder/CraftyBay 5531314 lib/data/models/popular_model.dart
true
200
715
import 'package:crafty_bay/data/models/product.dart'; class ProductModel { String? msg; List<Product>? data; ProductModel({this.msg, this.data}); ProductModel.fromJson(Map<String, dynamic> json) { msg = json['msg']; if (json['data'] != null) { data = <Product>[]; ...
0
Searthor/YousLao
a1763cf
lib/pages/splash.dart
Dart
www.github.com/Searthor/YousLao/tree/main/lib/pages/splash.dart
https://raw.githubusercontent.com/Searthor/YousLao/a1763cf/lib/pages/splash.dart
Searthor/YousLao a1763cf lib/pages/splash.dart
true
200
1,992
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:yous_app/pages/home_page.dart'; import 'package:yous_app/routes.dart'; import 'package:yous_app/states/app_colors.dart'; class Splash extends StatefulWidget { const Splash({super.key}); @override State<Splash> createState() =...
7
omarabdelraheem55/project-graduate
bf08be3
lib/chatPot/Chat_masseage_Widget.dart
Dart
www.github.com/omarabdelraheem55/project-graduate/tree/main/lib/chatPot/Chat_masseage_Widget.dart
https://raw.githubusercontent.com/omarabdelraheem55/project-graduate/bf08be3/lib/chatPot/Chat_masseage_Widget.dart
omarabdelraheem55/project-graduate bf08be3 lib/chatPot/Chat_masseage_Widget.dart
true
200
2,001
import 'package:flutter/material.dart'; import 'ChatBotMessage.dart'; class ChatMessageWidget extends StatelessWidget { final String text; final ChatMessageType chateMessagetype; ChatMessageWidget({required this.text, required this.chateMessagetype}); @override Widget build(BuildContext context) { retu...
2
abhishekmahajan98/shems
d673acd
lib/views/screens/login_screen.dart
Dart
www.github.com/abhishekmahajan98/shems/tree/main/lib/views/screens/login_screen.dart
https://raw.githubusercontent.com/abhishekmahajan98/shems/d673acd/lib/views/screens/login_screen.dart
abhishekmahajan98/shems d673acd lib/views/screens/login_screen.dart
true
200
3,009
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:get/get.dart'; import 'package:shems/constants/size_constants.dart'; import 'package:shems/controllers/login_controller.dart'; import 'package:shems/views/screens/register_screen.dart'; class LoginScreen extends StatelessWi...
1
Ranaalgafary/amimpact1972app
817de9f
lib/core/orders/models/attachment_model.dart
Dart
www.github.com/Ranaalgafary/amimpact1972app/tree/main/lib/core/orders/models/attachment_model.dart
https://raw.githubusercontent.com/Ranaalgafary/amimpact1972app/817de9f/lib/core/orders/models/attachment_model.dart
Ranaalgafary/amimpact1972app 817de9f lib/core/orders/models/attachment_model.dart
true
200
1,785
import 'dart:convert'; class AttachmentModel { String? name; String? type; int? error; int? size; String? file; bool? success; String? url; String? preview; String? download; String? attachmentId; String? hash; String? comment; AttachmentModel({ this.name, this.type, this.error, ...
6
Shahikjahan100/CARWASH-FINAL
d98e0b1
lib/controllers/location_controller.dart
Dart
www.github.com/Shahikjahan100/CARWASH-FINAL/tree/main/lib/controllers/location_controller.dart
https://raw.githubusercontent.com/Shahikjahan100/CARWASH-FINAL/d98e0b1/lib/controllers/location_controller.dart
Shahikjahan100/CARWASH-FINAL d98e0b1 lib/controllers/location_controller.dart
true
200
3,193
import 'package:flutter/material.dart'; import 'package:geolocator/geolocator.dart'; import 'package:url_launcher/url_launcher.dart'; import 'package:get/get.dart'; import 'package:geolocator/geolocator.dart'; class LocationController extends GetxController { // location_controller.dart // Check if location servi...
4
madelcamp/dart-playground
a9d2220
classes/bin/example10.dart
Dart
www.github.com/madelcamp/dart-playground/tree/main/classes/bin/example10.dart
https://raw.githubusercontent.com/madelcamp/dart-playground/a9d2220/classes/bin/example10.dart
madelcamp/dart-playground a9d2220 classes/bin/example10.dart
true
200
1,345
/// Abstract classes are bluprints of the blueprints. You can say, for example, /// that any blueprints has to conform to this certain blueprint. /// /// There are 2 ways to use an abstract class: by extending or by /// implementing. /// Extending works because the vehicle class has default implementation for /// its m...
3
siznam-co/flutter-Employee-Management-System
ebdfd56
lib/Views/parameters/parameters.dart
Dart
www.github.com/siznam-co/flutter-Employee-Management-System/tree/main/lib/Views/parameters/parameters.dart
https://raw.githubusercontent.com/siznam-co/flutter-Employee-Management-System/ebdfd56/lib/Views/parameters/parameters.dart
siznam-co/flutter-Employee-Management-System ebdfd56 lib/Views/parameters/parameters.dart
true
200
1,151
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; /* class SetParametersScr extends StatelessWidget { static const String routeName = "/SetParametersView"; @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( backgrou...
5
piyush-maru/nohung-foodie
edba269
lib/network/PackageSubRepo/get_package_details.dart
Dart
www.github.com/piyush-maru/nohung-foodie/tree/main/lib/network/PackageSubRepo/get_package_details.dart
https://raw.githubusercontent.com/piyush-maru/nohung-foodie/edba269/lib/network/PackageSubRepo/get_package_details.dart
piyush-maru/nohung-foodie edba269 lib/network/PackageSubRepo/get_package_details.dart
true
200
2,768
import 'dart:convert'; import 'package:flutter/widgets.dart'; import 'package:food_app/network/cart_repo/cart_screen_model.dart'; import 'package:food_app/utils/pref_manager.dart'; import 'package:http/http.dart' as http; import 'package:provider/provider.dart'; import '../../model/package_details_model/package_detai...
0
akbar904/email-pass-65
5db2939
src/test/cubits/auth_state_test.dart
Dart
www.github.com/akbar904/email-pass-65/tree/main/src/test/cubits/auth_state_test.dart
https://raw.githubusercontent.com/akbar904/email-pass-65/5db2939/src/test/cubits/auth_state_test.dart
akbar904/email-pass-65 5db2939 src/test/cubits/auth_state_test.dart
true
200
921
import 'package:flutter_test/flutter_test.dart'; import 'package:bloc_test/bloc_test.dart'; import 'package:mocktail/mocktail.dart'; import 'package:com.example.simple_app/cubits/auth_state.dart'; void main() { group('AuthState', () { group('AuthInitial', () { test('should be an instance of AuthState', () { ...
2
lawab/eatch_front_client
7a19ac3
eatch_client/lib/service/getRestaurant.dart
Dart
www.github.com/lawab/eatch_front_client/tree/main/eatch_client/lib/service/getRestaurant.dart
https://raw.githubusercontent.com/lawab/eatch_front_client/7a19ac3/eatch_client/lib/service/getRestaurant.dart
lawab/eatch_front_client 7a19ac3 eatch_client/lib/service/getRestaurant.dart
true
200
6,780
import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:http/http.dart' as http; import 'package:shared_preferences/shared_preferences.dart'; final getDataRsetaurantFuture = ChangeNotifierProvider<GetDataRsetaurantFuture>( (ref) => Ge...
7
PonhoTaRu/Flutter-layout-and-navigation
7d5070f
lib/main.dart
Dart
www.github.com/PonhoTaRu/Flutter-layout-and-navigation/tree/main/lib/main.dart
https://raw.githubusercontent.com/PonhoTaRu/Flutter-layout-and-navigation/7d5070f/lib/main.dart
PonhoTaRu/Flutter-layout-and-navigation 7d5070f lib/main.dart
true
200
3,734
import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // root @override Widget build(BuildContext context) { return MaterialApp( title: 'Members', theme: ThemeData( primarySwatch: Colors.lime, ...
1
MahmudjonA/riverpod_theme
90094e9
lib/features/profile_page/profile_page.dart
Dart
www.github.com/MahmudjonA/riverpod_theme/tree/main/lib/features/profile_page/profile_page.dart
https://raw.githubusercontent.com/MahmudjonA/riverpod_theme/90094e9/lib/features/profile_page/profile_page.dart
MahmudjonA/riverpod_theme 90094e9 lib/features/profile_page/profile_page.dart
true
200
610
import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import '../provider/riverpod.dart'; class ProfilePage extends ConsumerWidget { const ProfilePage({super.key}); @override Widget build(BuildContext context, WidgetRef ref) { final themeMode = ref.watch(themeProv...
6
Aiswaryaek/route_app
f2ac613
lib/features/route_page.dart
Dart
www.github.com/Aiswaryaek/route_app/tree/main/lib/features/route_page.dart
https://raw.githubusercontent.com/Aiswaryaek/route_app/f2ac613/lib/features/route_page.dart
Aiswaryaek/route_app f2ac613 lib/features/route_page.dart
true
200
5,927
// ignore_for_file: prefer_const_constructors, unnecessary_null_comparison, prefer_const_literals_to_create_immutables import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; import 'package:flutter_polyline_points/flutter_polyline_points.dart'; import 'package:route_app/...
4
Deepaly4Irkal/moviedb-app-automation-scripts
6ed0cc1
lib/core/presentation/widgets/floating_back_button.dart
Dart
www.github.com/Deepaly4Irkal/moviedb-app-automation-scripts/tree/main/lib/core/presentation/widgets/floating_back_button.dart
https://raw.githubusercontent.com/Deepaly4Irkal/moviedb-app-automation-scripts/6ed0cc1/lib/core/presentation/widgets/floating_back_button.dart
Deepaly4Irkal/moviedb-app-automation-scripts 6ed0cc1 lib/core/presentation/widgets/floating_back_button.dart
true
200
762
import 'package:flutter/material.dart'; class FloatingBackButton extends StatelessWidget { const FloatingBackButton({ super.key, }); @override Widget build(BuildContext context) { final colorScheme = Theme.of(context).colorScheme; return ElevatedButton( onPressed: () => _onBackTap(context),...
3
JASEEMCP/shareinfo-project
47c69ad
lib/domain/job/model/job_detail_model/job_detail_model.dart
Dart
www.github.com/JASEEMCP/shareinfo-project/tree/main/lib/domain/job/model/job_detail_model/job_detail_model.dart
https://raw.githubusercontent.com/JASEEMCP/shareinfo-project/47c69ad/lib/domain/job/model/job_detail_model/job_detail_model.dart
JASEEMCP/shareinfo-project 47c69ad lib/domain/job/model/job_detail_model/job_detail_model.dart
true
200
5,117
import 'package:json_annotation/json_annotation.dart'; part 'job_detail_model.g.dart'; @JsonSerializable() class JobDetailModel { @JsonKey(name: 'educational_qualification') String? educationalQualification; @JsonKey(name: 'min_qualification') List<String>? minQualification; @JsonKey(name: 'experience_type'...
5
AditWiBu69/tugas-besat_pmo
9e9a50a
lib/login.dart
Dart
www.github.com/AditWiBu69/tugas-besat_pmo/tree/main/lib/login.dart
https://raw.githubusercontent.com/AditWiBu69/tugas-besat_pmo/9e9a50a/lib/login.dart
AditWiBu69/tugas-besat_pmo 9e9a50a lib/login.dart
true
200
6,463
import 'package:flutter/material.dart'; import 'package:dio/dio.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'register.dart'; // Import RegisterPage import 'mahasiswa_page.dart'; // Import MahasiswaPage import 'tentang_aplikasi.dart'; // Import TentangAplikasiPage class LoginPage extends ...
7
Kaioru/Farmdeck
9161c8f
farmhand_app/lib/app/pages/deck_tab.dart
Dart
www.github.com/Kaioru/Farmdeck/tree/main/farmhand_app/lib/app/pages/deck_tab.dart
https://raw.githubusercontent.com/Kaioru/Farmdeck/9161c8f/farmhand_app/lib/app/pages/deck_tab.dart
Kaioru/Farmdeck 9161c8f farmhand_app/lib/app/pages/deck_tab.dart
true
200
2,838
import 'package:farmhand_app/app/pages/deck_settings.dart'; import '../core/deck.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import '../app_state.dart'; import 'deck_control.dart'; import 'deck_voice.dart'; import 'deck_stats.dart'; class DeckTab extends StatefulWidget { ...
0
NPCuong069/habitpunk_final
9d3996c
lib/src/ui/pages/achievement_page.dart
Dart
www.github.com/NPCuong069/habitpunk_final/tree/main/lib/src/ui/pages/achievement_page.dart
https://raw.githubusercontent.com/NPCuong069/habitpunk_final/9d3996c/lib/src/ui/pages/achievement_page.dart
NPCuong069/habitpunk_final 9d3996c lib/src/ui/pages/achievement_page.dart
true
200
1,779
import 'package:flutter/material.dart'; import 'package:habitpunk/src/model/achievement.dart'; class AchievementsPage extends StatelessWidget { final List<Achievement> achievements; AchievementsPage({Key? key, required this.achievements}) : super(key: key); @override Widget build(BuildContext context) { ...
6
Othdu/HieroVision
9e0bd7b
lib/services/image_processing_service.dart
Dart
www.github.com/Othdu/HieroVision/tree/main/lib/services/image_processing_service.dart
https://raw.githubusercontent.com/Othdu/HieroVision/9e0bd7b/lib/services/image_processing_service.dart
Othdu/HieroVision 9e0bd7b lib/services/image_processing_service.dart
true
200
9,118
import 'dart:io'; import 'dart:math' as math; import 'dart:typed_data'; import 'package:image/image.dart' as img; class ImagePoint { final int x; final int y; ImagePoint(this.x, this.y); } class ImageRectangle { final int left; final int top; final int width; final int height; ImageRectangle(this.left...
1
Praneeshd/3rdYearProject
84895b4
ProjectII/6thSem-main/lib/features/home/presentation/view/home_view.dart
Dart
www.github.com/Praneeshd/3rdYearProject/tree/main/ProjectII/6thSem-main/lib/features/home/presentation/view/home_view.dart
https://raw.githubusercontent.com/Praneeshd/3rdYearProject/84895b4/ProjectII/6thSem-main/lib/features/home/presentation/view/home_view.dart
Praneeshd/3rdYearProject 84895b4 ProjectII/6thSem-main/lib/features/home/presentation/view/home_view.dart
true
200
12,830
import 'dart:async'; import 'dart:convert'; import 'package:all_sensors2/all_sensors2.dart'; import 'package:flutter/material.dart'; import 'package:flutter_easyloading/flutter_easyloading.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:foodrush/config/constants/theme_constant.dart'; im...
4
Prince-1819/Donation-App
975239e
lib/pages/savedCampaigns_page.dart
Dart
www.github.com/Prince-1819/Donation-App/tree/main/lib/pages/savedCampaigns_page.dart
https://raw.githubusercontent.com/Prince-1819/Donation-App/975239e/lib/pages/savedCampaigns_page.dart
Prince-1819/Donation-App 975239e lib/pages/savedCampaigns_page.dart
true
200
1,732
// ******************** // created by - Prajapati Chirag // created at - 17/04 // ******************** import 'package:donation_app/components/bottomNavbar.dart'; import 'package:donation_app/components/header.dart'; import 'package:donation_app/components/savedCampaigns_screen.dart'; import 'package:flutter/material....
5
sudo-nitesh/food_count
312f98f
lib/pdf_preview_page.dart
Dart
www.github.com/sudo-nitesh/food_count/tree/main/lib/pdf_preview_page.dart
https://raw.githubusercontent.com/sudo-nitesh/food_count/312f98f/lib/pdf_preview_page.dart
sudo-nitesh/food_count 312f98f lib/pdf_preview_page.dart
true
200
1,229
import 'package:flutter/material.dart'; import 'package:foodcount/colors.dart'; import 'package:foodcount/model/food_model.dart'; import 'package:foodcount/pdf_generator_page.dart'; import 'package:pdf/pdf.dart'; import 'package:printing/printing.dart'; class PdfPreviewPage extends StatelessWidget { const PdfPreview...
3
logo-othr/peerpal
22491e2
lib/profile_setup/presentation/profile_picture_input_page/view/profile_picture_input_content.dart
Dart
www.github.com/logo-othr/peerpal/tree/main/lib/profile_setup/presentation/profile_picture_input_page/view/profile_picture_input_content.dart
https://raw.githubusercontent.com/logo-othr/peerpal/22491e2/lib/profile_setup/presentation/profile_picture_input_page/view/profile_picture_input_content.dart
logo-othr/peerpal 22491e2 lib/profile_setup/presentation/profile_picture_input_page/view/profile_picture_input_content.dart
true
200
4,974
import 'package:flow_builder/flow_builder.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:peerpal/discover_feed/domain/peerpal_user.dart'; import 'package:peerpal/profile_setup/presentation/profile_overview/view/profile_overview_page.dart'; import 'package...
2
Zen0007/warehouse-Management.
b5f7572
lib/page/middle_screen.dart
Dart
www.github.com/Zen0007/warehouse-Management./tree/main/lib/page/middle_screen.dart
https://raw.githubusercontent.com/Zen0007/warehouse-Management./b5f7572/lib/page/middle_screen.dart
Zen0007/warehouse-Management. b5f7572 lib/page/middle_screen.dart
true
200
10,699
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'package:werehouse_inventory/auth/login.dart'; import 'package:werehouse_inventory/fetch_socket.dart/verifikasi.dart'; import 'package:werehouse_inventory/page/home_page.d...
7
yasfdany/jira_counter_web
e5e8572
lib/data/network/entity/sprint_response.dart
Dart
www.github.com/yasfdany/jira_counter_web/tree/main/lib/data/network/entity/sprint_response.dart
https://raw.githubusercontent.com/yasfdany/jira_counter_web/e5e8572/lib/data/network/entity/sprint_response.dart
yasfdany/jira_counter_web e5e8572 lib/data/network/entity/sprint_response.dart
true
200
2,475
// To parse this JSON data, do // // final sprintResponse = sprintResponseFromJson(jsonString); import 'dart:convert'; SprintResponse sprintResponseFromJson(String str) => SprintResponse.fromJson(json.decode(str)); String sprintResponseToJson(SprintResponse data) => json.encode(data.toJson()); class SprintR...
6
AbdelrhmanSamy1/netplix_app
598452e
lib/movies/presentation/controller/movie_details_bloc.dart
Dart
www.github.com/AbdelrhmanSamy1/netplix_app/tree/main/lib/movies/presentation/controller/movie_details_bloc.dart
https://raw.githubusercontent.com/AbdelrhmanSamy1/netplix_app/598452e/lib/movies/presentation/controller/movie_details_bloc.dart
AbdelrhmanSamy1/netplix_app 598452e lib/movies/presentation/controller/movie_details_bloc.dart
true
200
1,161
import 'dart:async'; import 'package:equatable/equatable.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:netplix_app/movies/domain/usecases/get_movie_details.dart'; import '../../../core/utils/enums.dart'; import '../../domain/entities/movie_details.dart'; part 'movie_details_event.dart'; part '...
1
powzx/BlockSupply_Flutter
bac9b4f
lib/mqtt.dart
Dart
www.github.com/powzx/BlockSupply_Flutter/tree/main/lib/mqtt.dart
https://raw.githubusercontent.com/powzx/BlockSupply_Flutter/bac9b4f/lib/mqtt.dart
powzx/BlockSupply_Flutter bac9b4f lib/mqtt.dart
true
200
1,636
import 'dart:io'; import 'package:blocksupply_flutter/constants.dart'; import 'package:mqtt_client/mqtt_client.dart'; import 'package:mqtt_client/mqtt_server_client.dart'; SecurityContext myContext; Future<MqttServerClient> mqttConnect() async { MqttServerClient client = MqttServerClient.withPort(serverIp, i...
0
FestusMulosa/ChatBot-openAI-
e76baa6
writter/lib/providers/models_provider.dart
Dart
www.github.com/FestusMulosa/ChatBot-openAI-/tree/main/writter/lib/providers/models_provider.dart
https://raw.githubusercontent.com/FestusMulosa/ChatBot-openAI-/e76baa6/writter/lib/providers/models_provider.dart
FestusMulosa/ChatBot-openAI- e76baa6 writter/lib/providers/models_provider.dart
true
200
596
import 'package:flutter/material.dart'; import 'package:writter/models/models_model.dart'; import 'package:writter/services/api_services.dart'; class ModelesProvider with ChangeNotifier { String currentModel = 'gpt-3.5-turbo'; String get getCurrentModel => currentModel; void setCurrentModel(String newModel) { ...
4
Ghanashyam-Bhat/FlutterBasics
d8800dd
REST_API_Login/lib/SessionPage.dart
Dart
www.github.com/Ghanashyam-Bhat/FlutterBasics/tree/main/REST_API_Login/lib/SessionPage.dart
https://raw.githubusercontent.com/Ghanashyam-Bhat/FlutterBasics/d8800dd/REST_API_Login/lib/SessionPage.dart
Ghanashyam-Bhat/FlutterBasics d8800dd REST_API_Login/lib/SessionPage.dart
true
200
1,583
import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import 'package:shared_preferences/shared_preferences.dart'; import 'package:flutter_dotenv/flutter_dotenv.dart'; class SessionPage extends StatefulWidget { @override _SessionPageState createState() => _SessionP...
5
Shahin4292/Note-App-Using-Api
03d8dbd
lib/view/add_note.dart
Dart
www.github.com/Shahin4292/Note-App-Using-Api/tree/main/lib/view/add_note.dart
https://raw.githubusercontent.com/Shahin4292/Note-App-Using-Api/03d8dbd/lib/view/add_note.dart
Shahin4292/Note-App-Using-Api 03d8dbd lib/view/add_note.dart
true
200
2,224
import 'package:crud_operation/controller/note_controller.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; class AddNote extends StatelessWidget { AddNote({super.key}); NoteController noteController = Get.put(NoteController()); @override Widget build(BuildContext context) { r...
3
utkarshkumar387/weather_mobile_app
ede3b2e
lib/modules/weather_page/models/lat_lon_model.dart
Dart
www.github.com/utkarshkumar387/weather_mobile_app/tree/main/lib/modules/weather_page/models/lat_lon_model.dart
https://raw.githubusercontent.com/utkarshkumar387/weather_mobile_app/ede3b2e/lib/modules/weather_page/models/lat_lon_model.dart
utkarshkumar387/weather_mobile_app ede3b2e lib/modules/weather_page/models/lat_lon_model.dart
true
200
304
class LatLonModel { String lat; String lon; LatLonModel({ required this.lat, required this.lon, }); factory LatLonModel.fromJson(Map<String, dynamic> json) { final lat = json['lat']; final lon = json['lon']; return LatLonModel( lat: lat, lon: lon, ); } }
7
sachin53110/fieldVision
e2ec660
lib/Model/NewSubmissionFoundModel.dart
Dart
www.github.com/sachin53110/fieldVision/tree/main/lib/Model/NewSubmissionFoundModel.dart
https://raw.githubusercontent.com/sachin53110/fieldVision/e2ec660/lib/Model/NewSubmissionFoundModel.dart
sachin53110/fieldVision e2ec660 lib/Model/NewSubmissionFoundModel.dart
true
200
2,764
class NewSubmissionFoundModel { bool? status; bool? isSubmissionFound; String? message; Data? data; NewSubmissionFoundModel( {this.status, this.isSubmissionFound, this.message, this.data}); NewSubmissionFoundModel.fromJson(Map<String, dynamic> json) { status = json['status']; isSubmissionFou...
6
Manh110242/qr_mart
1e3f43f
lib/screen/screen_success_order.dart
Dart
www.github.com/Manh110242/qr_mart/tree/main/lib/screen/screen_success_order.dart
https://raw.githubusercontent.com/Manh110242/qr_mart/1e3f43f/lib/screen/screen_success_order.dart
Manh110242/qr_mart 1e3f43f lib/screen/screen_success_order.dart
true
200
4,990
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:gcaeco_app/helper/Config.dart'; import 'package:gcaeco_app/screen/Home_Fragments/profile.dart'; import 'package:gcaeco_app/screen/screen_home.dart'; // ignore: camel_case_types class Screen_Success_Order extends StatefulWi...
4
uday31072001/TO-DO-APP
56db1fa
project_todo/lib/util/my_button.dart
Dart
www.github.com/uday31072001/TO-DO-APP/tree/main/project_todo/lib/util/my_button.dart
https://raw.githubusercontent.com/uday31072001/TO-DO-APP/56db1fa/project_todo/lib/util/my_button.dart
uday31072001/TO-DO-APP 56db1fa project_todo/lib/util/my_button.dart
true
200
442
import 'package:flutter/material.dart'; class MyButton extends StatelessWidget { final String text; final VoidCallback onPressed; const MyButton({Key? key, required this.text , required this.onPressed}) : super(key: key); @override Widget build(BuildContext context) { return MaterialButton( eleva...
0
giakhiem2911/NhaTrang_KickOff
6b4313c
lib/controller/my_schedule_controller.dart
Dart
www.github.com/giakhiem2911/NhaTrang_KickOff/tree/main/lib/controller/my_schedule_controller.dart
https://raw.githubusercontent.com/giakhiem2911/NhaTrang_KickOff/6b4313c/lib/controller/my_schedule_controller.dart
giakhiem2911/NhaTrang_KickOff 6b4313c lib/controller/my_schedule_controller.dart
true
200
724
import 'package:get/get.dart'; import 'booking_controller.dart'; class MyScheduleController extends GetxController { final BookingController bookingController = Get.find(); // Lấy danh sách các lịch đã đặt List<Map<String, dynamic>> get bookedSchedules { List<Map<String, dynamic>> schedules = []; ...
2
Chewiee00/Hajime
de7240a
lib/api/firebase_auth_api.dart
Dart
www.github.com/Chewiee00/Hajime/tree/main/lib/api/firebase_auth_api.dart
https://raw.githubusercontent.com/Chewiee00/Hajime/de7240a/lib/api/firebase_auth_api.dart
Chewiee00/Hajime de7240a lib/api/firebase_auth_api.dart
true
200
3,050
import 'package:firebase_auth/firebase_auth.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; class FirebaseAuthAPI { static final FirebaseAuth auth = FirebaseAuth.instance; static final FirebaseFirestore db = FirebaseFirestore.instance; Stream<User?> getUser() { return auth.authStateChanges(); ...
5
attract/flutter-base-project
9e4242e
lib/flows/settings/presentation/widgets/reference_view.dart
Dart
www.github.com/attract/flutter-base-project/tree/main/lib/flows/settings/presentation/widgets/reference_view.dart
https://raw.githubusercontent.com/attract/flutter-base-project/9e4242e/lib/flows/settings/presentation/widgets/reference_view.dart
attract/flutter-base-project 9e4242e lib/flows/settings/presentation/widgets/reference_view.dart
true
200
2,245
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_base_project/common/app_resources.dart'; import 'package:flutter_base_project/common/app_styles.dart'; import 'package:flutter_base_project/common/widgets/base_round_container.dart'; import 'package:flutter_screenut...
3
D-vipe/shopIt
5c95fac
lib/app/theme/theme.dart
Dart
www.github.com/D-vipe/shopIt/tree/main/lib/app/theme/theme.dart
https://raw.githubusercontent.com/D-vipe/shopIt/5c95fac/lib/app/theme/theme.dart
D-vipe/shopIt 5c95fac lib/app/theme/theme.dart
true
200
4,257
// Flutter imports: import 'package:flutter/material.dart'; // Project imports: import 'package:shop_it/app/constants/app_colors.dart'; import 'package:shop_it/app/theme/text_styles.dart'; class AppTheme { static ThemeData lightTheme() => ThemeData( canvasColor: AppColors.white, colorScheme: const C...
1
AbuShebin/Money-Manager
cb2b26a
lib/db/category/categor_db.dart
Dart
www.github.com/AbuShebin/Money-Manager/tree/main/lib/db/category/categor_db.dart
https://raw.githubusercontent.com/AbuShebin/Money-Manager/cb2b26a/lib/db/category/categor_db.dart
AbuShebin/Money-Manager cb2b26a lib/db/category/categor_db.dart
true
200
1,958
import 'package:flutter/cupertino.dart'; import 'package:hive_flutter/hive_flutter.dart'; import 'package:money_management_app/model/category/category_model.dart'; const CATEGORY_DB_NAME = 'nameofcategorydb'; abstract class CategoryDB_functions { Future<List<CategoryModel>> getcategory(); Future<void> insertCateg...
7
ChiragGaonkar/NewsApp
17f5984
lib/models/pass_multiple_args.dart
Dart
www.github.com/ChiragGaonkar/NewsApp/tree/main/lib/models/pass_multiple_args.dart
https://raw.githubusercontent.com/ChiragGaonkar/NewsApp/17f5984/lib/models/pass_multiple_args.dart
ChiragGaonkar/NewsApp 17f5984 lib/models/pass_multiple_args.dart
true
200
458
class PassMultipleArgsToDetail { final String category; final int id; PassMultipleArgsToDetail({ required this.id, required this.category, }); } class PassMultipleArgsToCategory { final String category; final String query; PassMultipleArgsToCategory({ required this.category, required this...
6
usmanasegaf/LatihanSesi4
72870c4
navigasi/lib/mainpage.dart
Dart
www.github.com/usmanasegaf/LatihanSesi4/tree/main/navigasi/lib/mainpage.dart
https://raw.githubusercontent.com/usmanasegaf/LatihanSesi4/72870c4/navigasi/lib/mainpage.dart
usmanasegaf/LatihanSesi4 72870c4 navigasi/lib/mainpage.dart
true
200
605
import 'package:flutter/material.dart'; import 'package:navigasi/secondpage.dart'; class MainPage extends StatelessWidget { const MainPage({super.key}); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: const Text("Main Page"), ), body: Center( ...
0
adhilfouzi/playtime_club
ebdefaf
lib/view/course/profile/edit profile/turf_location.dart
Dart
www.github.com/adhilfouzi/playtime_club/tree/main/lib/view/course/profile/edit profile/turf_location.dart
https://raw.githubusercontent.com/adhilfouzi/playtime_club/ebdefaf/lib/view/course/profile/edit%20profile/turf_location.dart
adhilfouzi/playtime_club ebdefaf lib/view/course/profile/edit profile/turf_location.dart
true
200
1,416
import 'package:flutter/material.dart'; import 'package:owners_side_of_turf_booking/utils/appbar/titleonly_appbar.dart'; import 'package:owners_side_of_turf_booking/view/onboarding/signup/screen/signup_timing_price/widget/signup_bottom_navigation_bar.dart'; import 'package:owners_side_of_turf_booking/view_model/onboard...
4
cosmicSigma/MyCodes-PDP-
74267fa
Module_III/Lesson10/samples/1.dart
Dart
www.github.com/cosmicSigma/MyCodes-PDP-/tree/main/Module_III/Lesson10/samples/1.dart
https://raw.githubusercontent.com/cosmicSigma/MyCodes-PDP-/74267fa/Module_III/Lesson10/samples/1.dart
cosmicSigma/MyCodes-PDP- 74267fa Module_III/Lesson10/samples/1.dart
true
200
1,133
import 'dart:convert'; void main() { //print(1~/0); // IntegerDivisionByZeroException // dynamic x; // NoSuchMethodError: The getter 'isEven' was called on null. // print(x.isEven); // IntegerDivisionByZeroException // int.parse('42'); // int.parse('hello'); //FormatException: Invalid radix-10 number (at c...
5
ljcucc/ClayTab
46458f7
lib/pages/editor/compact/medium_touchpad.dart
Dart
www.github.com/ljcucc/ClayTab/tree/main/lib/pages/editor/compact/medium_touchpad.dart
https://raw.githubusercontent.com/ljcucc/ClayTab/46458f7/lib/pages/editor/compact/medium_touchpad.dart
ljcucc/ClayTab 46458f7 lib/pages/editor/compact/medium_touchpad.dart
true
200
1,418
import 'package:code_playground/pages/editor/compact/compact_editor.dart'; import 'package:code_playground/widgets/suggestion_list.dart'; import 'package:code_playground/pages/workspace/compact_workspace/compact_workspace.dart'; import 'package:code_playground/widgets/touchpad.dart'; import 'package:flutter/material.da...
2
thursdayp/readersDemo
4dd0c91
lib/Login/login_screen.dart
Dart
www.github.com/thursdayp/readersDemo/tree/main/lib/Login/login_screen.dart
https://raw.githubusercontent.com/thursdayp/readersDemo/4dd0c91/lib/Login/login_screen.dart
thursdayp/readersDemo 4dd0c91 lib/Login/login_screen.dart
true
200
6,257
import 'package:flutter/material.dart'; import 'package:readers/Login/register_screen.dart'; import 'package:readers/screen/homgpage_screen.dart'; import 'package:flutter/gestures.dart'; class Loginscreen extends StatefulWidget { const Loginscreen({super.key}); @override State<Loginscreen> createState() => _Log...
3
MazenTarek24/chat-app
3a171be
lib/main.dart
Dart
www.github.com/MazenTarek24/chat-app/tree/main/lib/main.dart
https://raw.githubusercontent.com/MazenTarek24/chat-app/3a171be/lib/main.dart
MazenTarek24/chat-app 3a171be lib/main.dart
true
200
2,791
import 'package:firebase_core/firebase_core.dart'; import 'package:firebase_messaging/firebase_messaging.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_local_notifications/flutter_local_notifications.dart'; import 'package:flutter_screenutil/flutter_scre...
7
lasheralberto/github-rag-bot-app
5c95dbb
lib/models/gitbackend.dart
Dart
www.github.com/lasheralberto/github-rag-bot-app/tree/main/lib/models/gitbackend.dart
https://raw.githubusercontent.com/lasheralberto/github-rag-bot-app/5c95dbb/lib/models/gitbackend.dart
lasheralberto/github-rag-bot-app 5c95dbb lib/models/gitbackend.dart
true
200
2,346
import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; class GitHubRagApi { final String baseUrl; GitHubRagApi(this.baseUrl); Future<Map<String, dynamic>?> initializeRepo( {required String githubToken, required String openaiKey, required String...
1
shailendra086/Dart_Programming
654fe11
Inheritence/has-inheritance.dart
Dart
www.github.com/shailendra086/Dart_Programming/tree/main/Inheritence/has-inheritance.dart
https://raw.githubusercontent.com/shailendra086/Dart_Programming/654fe11/Inheritence/has-inheritance.dart
shailendra086/Dart_Programming 654fe11 Inheritence/has-inheritance.dart
true
200
437
class shailendra { void bike() { print("THis is the Shailendra Bike"); } } class saurabh { //this is the suarbh void bike() { // print("This is the Sauarbh Bike"); //in the method when we make a object then it calling the shailendra bike; shailendra sh = new shailendra(); sh.bike(); } }...
0
AeroAzure/AeroAzure_Books
409fc63
lib/screens/splash_screen.dart
Dart
www.github.com/AeroAzure/AeroAzure_Books/tree/main/lib/screens/splash_screen.dart
https://raw.githubusercontent.com/AeroAzure/AeroAzure_Books/409fc63/lib/screens/splash_screen.dart
AeroAzure/AeroAzure_Books 409fc63 lib/screens/splash_screen.dart
true
200
1,131
import 'dart:async'; import 'package:flutter/material.dart'; import 'flutterhome.dart'; import '../images.dart'; class SplashScreen extends StatefulWidget { const SplashScreen({Key? key}) : super(key: key); @override _SplashScreenState createState() => _SplashScreenState(); } class _SplashScreenState extends S...
6
faosfaos/burclar_2
0a9f333
lib/main.dart
Dart
www.github.com/faosfaos/burclar_2/tree/main/lib/main.dart
https://raw.githubusercontent.com/faosfaos/burclar_2/0a9f333/lib/main.dart
faosfaos/burclar_2 0a9f333 lib/main.dart
true
200
1,018
import 'package:burclar_2/routes/pages.dart'; import 'package:burclar_2/routes/routes.dart'; import 'package:burclar_2/utility/my_const.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}...
4
e-medeiros1/suhiro_game
5ddae69
lib/screens/map_render/map_render.dart
Dart
www.github.com/e-medeiros1/suhiro_game/tree/main/lib/screens/map_render/map_render.dart
https://raw.githubusercontent.com/e-medeiros1/suhiro_game/5ddae69/lib/screens/map_render/map_render.dart
e-medeiros1/suhiro_game 5ddae69 lib/screens/map_render/map_render.dart
true
200
3,748
import 'dart:io' show Platform; import 'dart:math'; import 'package:bonfire/bonfire.dart'; import 'package:flutter/material.dart'; import 'package:pacman_game/utils/basic_values.dart'; import 'package:pacman_game/utils/game_controller.dart'; import 'package:pacman_game/utils/player_interface.dart'; import 'package:pac...
5
AllanDelesvaux/Mindshare_APP
0666bad
lib/screens/commentaryPostPage.dart
Dart
www.github.com/AllanDelesvaux/Mindshare_APP/tree/main/lib/screens/commentaryPostPage.dart
https://raw.githubusercontent.com/AllanDelesvaux/Mindshare_APP/0666bad/lib/screens/commentaryPostPage.dart
AllanDelesvaux/Mindshare_APP 0666bad lib/screens/commentaryPostPage.dart
true
200
5,864
import 'dart:convert'; import 'package:flutter/material.dart'; import '../models/chatUsersModel.dart'; import '../models/postModel.dart'; import 'package:http/http.dart' as http; class CommentaryPost extends StatefulWidget { int? account; CommentaryPost({required this.account}); @override _CommentaryPost cr...
2
saw1993/MRIS_JS
fb12695
mobile/lib/features/login/presentation/viewModel/login_view_model.dart
Dart
www.github.com/saw1993/MRIS_JS/tree/main/mobile/lib/features/login/presentation/viewModel/login_view_model.dart
https://raw.githubusercontent.com/saw1993/MRIS_JS/fb12695/mobile/lib/features/login/presentation/viewModel/login_view_model.dart
saw1993/MRIS_JS fb12695 mobile/lib/features/login/presentation/viewModel/login_view_model.dart
true
200
2,922
import 'dart:developer'; import 'package:flutter/material.dart'; import 'package:mobile/config/routes/AppRoutes.dart'; import 'package:mobile/config/routes/navigate_services.dart'; import 'package:mobile/core/domain/repository/token/token_repositroy.dart'; import 'package:mobile/core/resources/data_state.dart'; import...
3
zuruoke/light-work-demo
d09599c
lib/widgets/widget_tiles/file_content_tile.dart
Dart
www.github.com/zuruoke/light-work-demo/tree/main/lib/widgets/widget_tiles/file_content_tile.dart
https://raw.githubusercontent.com/zuruoke/light-work-demo/d09599c/lib/widgets/widget_tiles/file_content_tile.dart
zuruoke/light-work-demo d09599c lib/widgets/widget_tiles/file_content_tile.dart
true
200
1,986
import 'package:flutter/material.dart'; import 'package:lightwork/utils/alignments/alignments.dart'; import 'package:lightwork/utils/styles/color_style.dart'; import 'package:lightwork/widgets/box_shadow/custom_box_shadow.dart'; import 'package:lightwork/widgets/text/default_text_widget.dart'; class FileContentTile ex...
0
gt005/3_year_flutter_exam
6d19c08
lib/modals/show_criteria.dart
Dart
www.github.com/gt005/3_year_flutter_exam/tree/main/lib/modals/show_criteria.dart
https://raw.githubusercontent.com/gt005/3_year_flutter_exam/6d19c08/lib/modals/show_criteria.dart
gt005/3_year_flutter_exam 6d19c08 lib/modals/show_criteria.dart
true
200
1,872
import 'package:flutter/material.dart'; void showCriteria(BuildContext context) { showGeneralDialog( barrierLabel: "Barrier", barrierDismissible: true, barrierColor: Colors.black.withOpacity(0.5), transitionDuration: const Duration(milliseconds: 700), context: context, pageBuilder: (_, __, _...
7
premakhil/flash_chat
0427e01
lib/constants.dart
Dart
www.github.com/premakhil/flash_chat/tree/main/lib/constants.dart
https://raw.githubusercontent.com/premakhil/flash_chat/0427e01/lib/constants.dart
premakhil/flash_chat 0427e01 lib/constants.dart
true
200
3,772
import 'package:flutter/material.dart'; import 'package:flash_chat/screens/chat_screen.dart'; const mainPurple = Color(0xff6750A4); const subPurple = Color(0xffE8DEF8); var borderPurpleforEmail = Color(0xffE8DEF8); var borderPurpleforPassword = Color(0xffE8DEF8); const kTextFieldDecoration = InputDecoration( hintTe...
1
AzZaya0/EDUCAT
2cd3955
lib/screens/login-signup/pages/signupPage.dart
Dart
www.github.com/AzZaya0/EDUCAT/tree/main/lib/screens/login-signup/pages/signupPage.dart
https://raw.githubusercontent.com/AzZaya0/EDUCAT/2cd3955/lib/screens/login-signup/pages/signupPage.dart
AzZaya0/EDUCAT 2cd3955 lib/screens/login-signup/pages/signupPage.dart
true
200
5,339
// ignore_for_file: non_constant_identifier_names, use_build_context_synchronously import 'package:educat/elements/constants/constants.dart'; import 'package:educat/elements/fonts/myText.dart'; import 'package:educat/screens/login-signup/elements/customButton.dart'; import 'package:educat/screens/login-signup/elements/...
6
RafGuennoun/Busify-Gerant
3f9163a
lib/controllers/Account_controller.dart
Dart
www.github.com/RafGuennoun/Busify-Gerant/tree/main/lib/controllers/Account_controller.dart
https://raw.githubusercontent.com/RafGuennoun/Busify-Gerant/3f9163a/lib/controllers/Account_controller.dart
RafGuennoun/Busify-Gerant 3f9163a lib/controllers/Account_controller.dart
true
200
1,506
import 'package:busify_gerant/models/Account_model.dart'; import 'package:dio/dio.dart'; import 'package:flutter/material.dart'; import '../Utils/constants.dart'; class AccountController { final String api = Constants().getAPI(); Future<Account> getAccount(Map<String, dynamic> json) async { Response respons...
4
Sarfraz-droid/Udhaari_App
00e3a1d
lib/services/friends.dart
Dart
www.github.com/Sarfraz-droid/Udhaari_App/tree/main/lib/services/friends.dart
https://raw.githubusercontent.com/Sarfraz-droid/Udhaari_App/00e3a1d/lib/services/friends.dart
Sarfraz-droid/Udhaari_App 00e3a1d lib/services/friends.dart
true
200
3,026
import 'dart:convert'; import 'package:contacts_service/contacts_service.dart'; import 'package:firebase_database/firebase_database.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/rendering.dart'; import 'package:hive/hive.dart'; import 'package:hive_flutter/hive_flutter.dart'; import 'packag...
2
NouranHussein/LMS
4553367
lib/Views/Cart/PayTmPaymentScreen.dart
Dart
www.github.com/NouranHussein/LMS/tree/main/lib/Views/Cart/PayTmPaymentScreen.dart
https://raw.githubusercontent.com/NouranHussein/LMS/4553367/lib/Views/Cart/PayTmPaymentScreen.dart
NouranHussein/LMS 4553367 lib/Views/Cart/PayTmPaymentScreen.dart
true
200
9,312
// Dart imports: import 'dart:convert'; import 'dart:io'; // Flutter imports: import 'package:flutter/material.dart'; // Package imports: import 'package:get/get.dart'; import 'package:webview_flutter/webview_flutter.dart'; // Project imports: import 'package:lms_flutter_app/Config/app_config.dart'; imp...
5
mikegitdev/ilmhub_flutter_001
6980069
lib/7_dars.dart
Dart
www.github.com/mikegitdev/ilmhub_flutter_001/tree/main/lib/7_dars.dart
https://raw.githubusercontent.com/mikegitdev/ilmhub_flutter_001/6980069/lib/7_dars.dart
mikegitdev/ilmhub_flutter_001 6980069 lib/7_dars.dart
true
200
854
void main(){ // var list = ['java a', 'dart', 'python','kotlin', 'javaScript aaa']; // int counter = 0; // int max = 0; // int index = -1; // // for(int i=0; i<list.length;i++){ // counter = 0; // for(int j=0; j<list[i].length;j++){ // if(list[i][j] == 'a'){ // counter++; // } ...
3
MohammadMarwan2005/the-mealz-flutter
6e7cc5d
lib/presentation/widgets/my_tag_label.dart
Dart
www.github.com/MohammadMarwan2005/the-mealz-flutter/tree/main/lib/presentation/widgets/my_tag_label.dart
https://raw.githubusercontent.com/MohammadMarwan2005/the-mealz-flutter/6e7cc5d/lib/presentation/widgets/my_tag_label.dart
MohammadMarwan2005/the-mealz-flutter 6e7cc5d lib/presentation/widgets/my_tag_label.dart
true
200
1,076
import 'package:flutter/material.dart'; class MyTagLabel extends StatelessWidget { final Icon icon; final String title; final void Function() onClick; const MyTagLabel( {super.key, required this.icon, required this.title, required this.onClick}); @override Widget build(BuildContext...
7
julian-saez/peliculas_app
6a5ea47
lib/screens/DetailsScreen.dart
Dart
www.github.com/julian-saez/peliculas_app/tree/main/lib/screens/DetailsScreen.dart
https://raw.githubusercontent.com/julian-saez/peliculas_app/6a5ea47/lib/screens/DetailsScreen.dart
julian-saez/peliculas_app 6a5ea47 lib/screens/DetailsScreen.dart
true
200
4,617
import 'package:flutter/material.dart'; import 'package:peliculas_app/models/models.dart'; import 'package:peliculas_app/widgets/CastingCard.dart'; class DetailsScreen extends StatelessWidget { const DetailsScreen({Key? key}) : super(key: key); @override Widget build(BuildContext context) { final Movie movi...
0
mark1saeid/dev_test
a8d6381
lib/layers/presentation/auth/cubit/login_cubit.dart
Dart
www.github.com/mark1saeid/dev_test/tree/main/lib/layers/presentation/auth/cubit/login_cubit.dart
https://raw.githubusercontent.com/mark1saeid/dev_test/a8d6381/lib/layers/presentation/auth/cubit/login_cubit.dart
mark1saeid/dev_test a8d6381 lib/layers/presentation/auth/cubit/login_cubit.dart
true
200
493
import 'package:bloc/bloc.dart'; import 'package:dev_test/layers/presentation/auth/cubit/state.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; class LoginCubit extends Cubit<LoginState> { void login(String email, String password) { if (email.isNotEmpty && password.isNotEmpty) { emit(LoginSuccessSta...
1
ShakibulDeveloper/dart-programming
17c146f
lib/livetest/livetest_two.dart
Dart
www.github.com/ShakibulDeveloper/dart-programming/tree/main/lib/livetest/livetest_two.dart
https://raw.githubusercontent.com/ShakibulDeveloper/dart-programming/17c146f/lib/livetest/livetest_two.dart
ShakibulDeveloper/dart-programming 17c146f lib/livetest/livetest_two.dart
true
200
347
void main(){ List<double> priceList = [12.99, 8.75, 21.50, 5.00]; double totalPrice = 0.0; for (double eachPrice in priceList) { totalPrice += eachPrice; } double taxRate = 8 / 100; double taxPrice = totalPrice * taxRate; double finalPrice = totalPrice + taxPrice; print('Total Cost: \$${finalPric...
6
VinRu5/offertelavoroflutter_app
dec0d1c
test/services/job_service_test.dart
Dart
www.github.com/VinRu5/offertelavoroflutter_app/tree/main/test/services/job_service_test.dart
https://raw.githubusercontent.com/VinRu5/offertelavoroflutter_app/dec0d1c/test/services/job_service_test.dart
VinRu5/offertelavoroflutter_app dec0d1c test/services/job_service_test.dart
true
200
4,044
import 'package:data_fixture_dart/misc/fixture_tuple.dart'; import 'package:dio/dio.dart'; import 'package:offertelavoroflutter_app/services/network/dto/notion_response.dart'; import 'package:http_mock_adapter/http_mock_adapter.dart'; import 'package:offertelavoroflutter_app/services/network/dto/query_notion_request.da...
4
Nayni19/BMI-Calculator-App
7d41474
lib/constants.dart
Dart
www.github.com/Nayni19/BMI-Calculator-App/tree/main/lib/constants.dart
https://raw.githubusercontent.com/Nayni19/BMI-Calculator-App/7d41474/lib/constants.dart
Nayni19/BMI-Calculator-App 7d41474 lib/constants.dart
true
200
692
import 'package:flutter/material.dart'; const activeCardColor = Color(0xFF323244); const inactiveCardColor = Color(0xFF24263b); const pinkColor = Color(0xFFe83d66); const bottomContainerHeight = 60.0; const labelStyle = TextStyle(fontSize: 18.0, color: Colors.grey); const greenLabel = TextStyle(fontSize: 25.0, color...
2
indrajitsinh2205/QBounce
773a976
lib/screens/training_screen_view/training_view_model/TrainingVideoResponse.dart
Dart
www.github.com/indrajitsinh2205/QBounce/tree/main/lib/screens/training_screen_view/training_view_model/TrainingVideoResponse.dart
https://raw.githubusercontent.com/indrajitsinh2205/QBounce/773a976/lib/screens/training_screen_view/training_view_model/TrainingVideoResponse.dart
indrajitsinh2205/QBounce 773a976 lib/screens/training_screen_view/training_view_model/TrainingVideoResponse.dart
true
200
4,217
/// is_error : false /// data : {"id":1,"title":"TRIPLE THREAT","category_name":"beginner","description":"Get introduced to basketball! Learn about the court, the basic rules, and positions that every player should know to start playing.","video_url":"https://qbounce-production.s3.us-east-2.amazonaws.com/videos/VIDEO_1...
5
Maulana2505/Flutter-MovieApp
b5f7a95
lib/data/models/trending_models.dart
Dart
www.github.com/Maulana2505/Flutter-MovieApp/tree/main/lib/data/models/trending_models.dart
https://raw.githubusercontent.com/Maulana2505/Flutter-MovieApp/b5f7a95/lib/data/models/trending_models.dart
Maulana2505/Flutter-MovieApp b5f7a95 lib/data/models/trending_models.dart
true
200
4,222
import 'dart:convert'; import 'package:movie_app/domain/entities/movie.dart'; class TrendingModel extends TrendingEntity { final int page; final List<ResultEntity> results; final int totalPages; final int totalResults; TrendingModel({ required this.page, required this.results, required this.tota...
3
yusuf218921/flutterdemo
ee8f743
lib/models/Question.dart
Dart
www.github.com/yusuf218921/flutterdemo/tree/main/lib/models/Question.dart
https://raw.githubusercontent.com/yusuf218921/flutterdemo/ee8f743/lib/models/Question.dart
yusuf218921/flutterdemo ee8f743 lib/models/Question.dart
true
200
612
// ignore_for_file: file_names class Question { int? questionId; int quizId; String questionText; Question({this.questionId, required this.quizId, required this.questionText}); Map<String, dynamic> toMap() { var map = <String, dynamic>{ 'quizId': quizId, 'questionText': questionText, };...
0
krsticmilos02/RMAS
73eba29
aplikacija/lib/register_screen/register_screen.dart
Dart
www.github.com/krsticmilos02/RMAS/tree/main/aplikacija/lib/register_screen/register_screen.dart
https://raw.githubusercontent.com/krsticmilos02/RMAS/73eba29/aplikacija/lib/register_screen/register_screen.dart
krsticmilos02/RMAS 73eba29 aplikacija/lib/register_screen/register_screen.dart
true
200
879
import 'package:flutter/material.dart'; import 'register_form_widget.dart'; import 'register_footer_widget.dart'; class RegisterScreen extends StatelessWidget { const RegisterScreen({super.key}); @override Widget build(BuildContext context) { return SafeArea( child: Scaffold( appBar: AppBar( ...
7
dp913/farm_direct
3dad5de
lib/order_card.dart
Dart
www.github.com/dp913/farm_direct/tree/main/lib/order_card.dart
https://raw.githubusercontent.com/dp913/farm_direct/3dad5de/lib/order_card.dart
dp913/farm_direct 3dad5de lib/order_card.dart
true
200
3,794
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; class OrderCard extends StatelessWidget { final Map<String, String> order; final VoidCallback onStatusChanged; // Callback to notify status changes OrderCard({required this.order, required this.onStatusChanged}); @override Wid...
6
Denys1209/EcoInstagram
9f0ec00
lib/screens/create_post_screen.dart
Dart
www.github.com/Denys1209/EcoInstagram/tree/main/lib/screens/create_post_screen.dart
https://raw.githubusercontent.com/Denys1209/EcoInstagram/9f0ec00/lib/screens/create_post_screen.dart
Denys1209/EcoInstagram 9f0ec00 lib/screens/create_post_screen.dart
true
200
3,276
import 'package:flutter/material.dart'; import 'package:instagram_clone/models/user.dart' as model; import 'package:instagram_clone/resources/firestore_methods.dart'; import 'package:instagram_clone/utils/colors.dart'; import 'package:instagram_clone/widgets/shape_button.dart'; import 'package:provider/provider.dart'; ...
4
mishad01/Library-of-Learning
2063ab1
Ostad/Assignment/assignment_two/lib/widget/frontGrid.dart
Dart
www.github.com/mishad01/Library-of-Learning/tree/main/Ostad/Assignment/assignment_two/lib/widget/frontGrid.dart
https://raw.githubusercontent.com/mishad01/Library-of-Learning/2063ab1/Ostad/Assignment/assignment_two/lib/widget/frontGrid.dart
mishad01/Library-of-Learning 2063ab1 Ostad/Assignment/assignment_two/lib/widget/frontGrid.dart
true
200
1,088
import 'package:flutter/material.dart'; class FrontGrid extends StatelessWidget { FrontGrid({ super.key, required this.title, required this.image, }); String title; String image; @override Widget build(BuildContext context) { return Container( height: 160, width: 160, dec...
1
shreyaspranav/lunify
c3e201c
lib/tabs/library_page/artist_tab.dart
Dart
www.github.com/shreyaspranav/lunify/tree/main/lib/tabs/library_page/artist_tab.dart
https://raw.githubusercontent.com/shreyaspranav/lunify/c3e201c/lib/tabs/library_page/artist_tab.dart
shreyaspranav/lunify c3e201c lib/tabs/library_page/artist_tab.dart
true
200
2,503
import 'package:flutter/material.dart'; import 'package:lunify/audio_service_provider.dart'; import 'package:lunify/models/album_model.dart'; import 'package:lunify/models/artist_model.dart'; import 'package:lunify/pages/album_page.dart'; import 'package:lunify/pages/artist_page.dart'; import 'package:lunify/theme_prov...
2
ldantascruz/payflow
4ecbfd4
lib/app_widget.dart
Dart
www.github.com/ldantascruz/payflow/tree/main/lib/app_widget.dart
https://raw.githubusercontent.com/ldantascruz/payflow/4ecbfd4/lib/app_widget.dart
ldantascruz/payflow 4ecbfd4 lib/app_widget.dart
true
200
1,617
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:payflow/modules/barcode_scanner/barcode_scanner_page.dart'; import 'package:payflow/modules/insert_boleto/insert_boleto_page.dart'; import 'package:payflow/modules/splash/splash_page.dart'; import 'package:payflow/shared/mod...
5
Thitouane/MobiServices
37a133e
lib/features/client/accueil/data/repository/service_repo.dart
Dart
www.github.com/Thitouane/MobiServices/tree/main/lib/features/client/accueil/data/repository/service_repo.dart
https://raw.githubusercontent.com/Thitouane/MobiServices/37a133e/lib/features/client/accueil/data/repository/service_repo.dart
Thitouane/MobiServices 37a133e lib/features/client/accueil/data/repository/service_repo.dart
true
200
2,884
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/foundation.dart'; import 'package:mobideliv/features/authentification/presentation/data/data_sources/auth_repository.dart'; import '../../domain/entity/service_model.dart'; class ServiceRepository { final _fireCloud = FirebaseFirestore.i...
3
Mohhha2003/MotoMenderMVVM
85f19e6
moto_mender_mvvm/lib/view/screens/profile_view.dart
Dart
www.github.com/Mohhha2003/MotoMenderMVVM/tree/main/moto_mender_mvvm/lib/view/screens/profile_view.dart
https://raw.githubusercontent.com/Mohhha2003/MotoMenderMVVM/85f19e6/moto_mender_mvvm/lib/view/screens/profile_view.dart
Mohhha2003/MotoMenderMVVM 85f19e6 moto_mender_mvvm/lib/view/screens/profile_view.dart
true
200
4,137
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:gap/gap.dart'; import 'package:moto_mender_mvvm/cache/cache_helper.dart'; import 'package:moto_mender_mvvm/models/user.dart'; import 'p...
0
Coderslite/e-library
793fb88
lib/model/comment_model.dart
Dart
www.github.com/Coderslite/e-library/tree/main/lib/model/comment_model.dart
https://raw.githubusercontent.com/Coderslite/e-library/793fb88/lib/model/comment_model.dart
Coderslite/e-library 793fb88 lib/model/comment_model.dart
true
200
493
class CommentModel { String? fullName; String? profileImg; String? comment; String? bookId; String? date; CommentModel({ this.fullName, this.profileImg, this.comment, this.bookId, this.date, }); factory CommentModel.fromJson(Map<String, dynamic> json) { return CommentModel( ...
7
a14guguliye/flutter_advanced
546f169
lib/presentation/onboarding/onboarding.dart
Dart
www.github.com/a14guguliye/flutter_advanced/tree/main/lib/presentation/onboarding/onboarding.dart
https://raw.githubusercontent.com/a14guguliye/flutter_advanced/546f169/lib/presentation/onboarding/onboarding.dart
a14guguliye/flutter_advanced 546f169 lib/presentation/onboarding/onboarding.dart
true
200
6,641
import "package:complete_advanced_flutter/app/app_pref.dart"; import "package:complete_advanced_flutter/app/di.dart"; import "package:complete_advanced_flutter/presentation/onboarding/onboarding_viewmodel.dart"; import "package:complete_advanced_flutter/presentation/resources/assets_manager.dart"; import "package:compl...
6
Kibakuss/birthday_app
7563d77
lib/domain/models/dish/dish_model.dart
Dart
www.github.com/Kibakuss/birthday_app/tree/main/lib/domain/models/dish/dish_model.dart
https://raw.githubusercontent.com/Kibakuss/birthday_app/7563d77/lib/domain/models/dish/dish_model.dart
Kibakuss/birthday_app 7563d77 lib/domain/models/dish/dish_model.dart
true
200
370
import 'package:freezed_annotation/freezed_annotation.dart'; import 'package:flutter/foundation.dart'; part 'dish_model.freezed.dart'; part 'dish_model.g.dart'; @freezed class Dish with _$Dish { const factory Dish({ required String imageName, required String title, }) = _Dish; factory Dish.fromJson(Map<...
4
rim4j/weather_clean_architecture
ae3ce49
lib/data/data_sources/remote_data_source.dart
Dart
www.github.com/rim4j/weather_clean_architecture/tree/main/lib/data/data_sources/remote_data_source.dart
https://raw.githubusercontent.com/rim4j/weather_clean_architecture/ae3ce49/lib/data/data_sources/remote_data_source.dart
rim4j/weather_clean_architecture ae3ce49 lib/data/data_sources/remote_data_source.dart
true
200
888
import 'dart:convert'; import 'package:http/http.dart' as http; import 'package:weather_clean_architecture/core/constants/constants.dart'; import 'package:weather_clean_architecture/core/error/exeption.dart'; import 'package:weather_clean_architecture/data/models/weather_model.dart'; abstract class WeatherRemoteData...
1
Malnen/rgb_app
58b627e
lib/widgets/effect_property_renderer/vector_property_renderer.dart
Dart
www.github.com/Malnen/rgb_app/tree/main/lib/widgets/effect_property_renderer/vector_property_renderer.dart
https://raw.githubusercontent.com/Malnen/rgb_app/58b627e/lib/widgets/effect_property_renderer/vector_property_renderer.dart
Malnen/rgb_app 58b627e lib/widgets/effect_property_renderer/vector_property_renderer.dart
true
200
2,344
import 'package:flutter/material.dart'; import 'package:rgb_app/enums/draggable_center.dart'; import 'package:rgb_app/models/vector.dart'; import 'package:rgb_app/models/vector_property.dart'; import 'package:rgb_app/widgets/draggable_positioned/draggable_positioned.dart'; import 'package:rgb_app/widgets/draggable_posi...
2
massilva/meu_cantinho
366e085
lib/ui/controllers/home_controller.dart
Dart
www.github.com/massilva/meu_cantinho/tree/main/lib/ui/controllers/home_controller.dart
https://raw.githubusercontent.com/massilva/meu_cantinho/366e085/lib/ui/controllers/home_controller.dart
massilva/meu_cantinho 366e085 lib/ui/controllers/home_controller.dart
true
200
855
import 'package:flutter/foundation.dart'; import '../../data/repositories/place_repository.dart'; import '../../utils/commands.dart'; import '../../utils/result.dart'; import '../../utils/types.dart'; class HomeController extends ChangeNotifier { final PlaceRepository _placeRepository; final PlaceList _places = [...
3
rudsonalves/inherited_theme2
74c6101
lib/my_app.dart
Dart
www.github.com/rudsonalves/inherited_theme2/tree/main/lib/my_app.dart
https://raw.githubusercontent.com/rudsonalves/inherited_theme2/74c6101/lib/my_app.dart
rudsonalves/inherited_theme2 74c6101 lib/my_app.dart
true
200
1,429
import 'package:flutter/material.dart'; import 'package:inherited_theme2/core/app_theme.dart'; import 'package:inherited_theme2/data/repository/local_repository.dart'; import 'package:inherited_theme2/ui/home_page.dart'; class MyApp extends StatefulWidget { const MyApp({super.key}); @override State<MyApp> creat...
5
D1urga/codes_flick
4dec992
lib/main.dart
Dart
www.github.com/D1urga/codes_flick/tree/main/lib/main.dart
https://raw.githubusercontent.com/D1urga/codes_flick/4dec992/lib/main.dart
D1urga/codes_flick 4dec992 lib/main.dart
true
200
3,403
import 'package:flick_analytics/home_page.dart'; import 'package:flick_analytics/landing_page.dart'; import 'package:flick_analytics/login_page.dart'; import 'package:flick_analytics/utils/splash.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:shared_preferences/sh...
0
24yorgellis/pokemon
4031839
lib/features/pokemon/presentation/screens/pokemons_screen.dart
Dart
www.github.com/24yorgellis/pokemon/tree/main/lib/features/pokemon/presentation/screens/pokemons_screen.dart
https://raw.githubusercontent.com/24yorgellis/pokemon/4031839/lib/features/pokemon/presentation/screens/pokemons_screen.dart
24yorgellis/pokemon 4031839 lib/features/pokemon/presentation/screens/pokemons_screen.dart
true
200
4,427
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:flutter_svg/svg.dart'; import 'package:pokemon_app/core/components/custom_loading.dart'; import 'package:pokemon_app/core/network/server_info.dart'; import 'package:pokemon_app/features/pokemon/domain/entities/argum...
6
f-lab-edu/my-parking
8668b1c
lib/features/user/data/models/user_model.dart
Dart
www.github.com/f-lab-edu/my-parking/tree/main/lib/features/user/data/models/user_model.dart
https://raw.githubusercontent.com/f-lab-edu/my-parking/8668b1c/lib/features/user/data/models/user_model.dart
f-lab-edu/my-parking 8668b1c lib/features/user/data/models/user_model.dart
true
200
622
import 'package:hive/hive.dart'; import '../../domain/entities/user.dart'; part 'user_model.g.dart'; @HiveType(typeId: 0) class UserModel { @HiveField(0) final String id; @HiveField(1) final String name; @HiveField(2) final String? googleToken; UserModel({ required this.id, required this.nam...
7
ZufarjonNozimov/localizations
7ae2b2e
lib/main.dart
Dart
www.github.com/ZufarjonNozimov/localizations/tree/main/lib/main.dart
https://raw.githubusercontent.com/ZufarjonNozimov/localizations/7ae2b2e/lib/main.dart
ZufarjonNozimov/localizations 7ae2b2e lib/main.dart
true
200
955
import 'package:flutter/material.dart'; import 'package:localizations/home_page.dart'; import 'package:localizations/local_controller.dart'; import 'package:provider/provider.dart'; import 'package:shared_preferences/shared_preferences.dart'; late SharedPreferences preferences; void main() async { WidgetsFlutterBind...
4
ferit-eken/FastMobil
2dab541
lib/settings/led_tabela_detay/led_tabela_detay_model.dart
Dart
www.github.com/ferit-eken/FastMobil/tree/main/lib/settings/led_tabela_detay/led_tabela_detay_model.dart
https://raw.githubusercontent.com/ferit-eken/FastMobil/2dab541/lib/settings/led_tabela_detay/led_tabela_detay_model.dart
ferit-eken/FastMobil 2dab541 lib/settings/led_tabela_detay/led_tabela_detay_model.dart
true
200
2,854
import '/backend/api_requests/api_calls.dart'; import '/flutter_flow/flutter_flow_count_controller.dart'; import '/flutter_flow/flutter_flow_drop_down.dart'; import '/flutter_flow/flutter_flow_icon_button.dart'; import '/flutter_flow/flutter_flow_theme.dart'; import '/flutter_flow/flutter_flow_util.dart'; import '/flut...
1
saki8661/flutter_millie
1ad5198
lib/ui/pages/custom/post_detail_page/widgets/form/post_detail_one_review_form.dart
Dart
www.github.com/saki8661/flutter_millie/tree/main/lib/ui/pages/custom/post_detail_page/widgets/form/post_detail_one_review_form.dart
https://raw.githubusercontent.com/saki8661/flutter_millie/1ad5198/lib/ui/pages/custom/post_detail_page/widgets/form/post_detail_one_review_form.dart
saki8661/flutter_millie 1ad5198 lib/ui/pages/custom/post_detail_page/widgets/form/post_detail_one_review_form.dart
true
200
993
import 'package:flutter/material.dart'; import 'package:flutter_blog/ui/widgets/custom_review_card.dart'; import 'package:flutter_blog/ui/widgets/custom_review_insert.dart'; import 'package:flutter_blog/ui/widgets/line/custom_thin_line.dart'; class PostDetailOneReviewForm extends StatelessWidget { const PostDetailOn...
5