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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
jgwng/drawCardApp | 287f3af | lib/ui/widget/bottom_sheet/select_yn_bottom_sheet.dart | Dart | www.github.com/jgwng/drawCardApp/tree/main/lib/ui/widget/bottom_sheet/select_yn_bottom_sheet.dart | https://raw.githubusercontent.com/jgwng/drawCardApp/287f3af/lib/ui/widget/bottom_sheet/select_yn_bottom_sheet.dart | jgwng/drawCardApp 287f3af lib/ui/widget/bottom_sheet/select_yn_bottom_sheet.dart | true | 200 | 3,195 | import 'package:drawcard/consts/app_themes.dart';
import 'package:drawcard/ui/widget/bottom_sheet/bottom_sheet_mixin.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
Future<bool?> showYNSelectorBottomSheet(
{required String title,
String? content,
String? leftBtnText,
Strin... | 1 |
thanhhuy101/DemoGetx | 68cf252 | lib/TodoApp.dart | Dart | www.github.com/thanhhuy101/DemoGetx/tree/main/lib/TodoApp.dart | https://raw.githubusercontent.com/thanhhuy101/DemoGetx/68cf252/lib/TodoApp.dart | thanhhuy101/DemoGetx 68cf252 lib/TodoApp.dart | true | 200 | 3,705 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:todo_app/controllers/todo.controller.dart';
import 'package:todo_app/models/todo.model.dart';
class TodoApp extends StatelessWidget {
final TodoController todoController = Get.put(TodoController());
final TextEditingController _... | 2 |
umrhsn/CarNote | c7c4a17 | lib/src/features/info/domain/entities/dashboard_item.dart | Dart | www.github.com/umrhsn/CarNote/tree/main/lib/src/features/info/domain/entities/dashboard_item.dart | https://raw.githubusercontent.com/umrhsn/CarNote/c7c4a17/lib/src/features/info/domain/entities/dashboard_item.dart | umrhsn/CarNote c7c4a17 lib/src/features/info/domain/entities/dashboard_item.dart | true | 200 | 518 | import 'package:equatable/equatable.dart';
class DashboardItem extends Equatable {
final int category;
final String image;
final String title;
final String description;
final String advice;
final int severity;
const DashboardItem({
required this.category,
required this.image,
required this.t... | 7 |
JonasWanke/chrono | 1ddb415 | chrono/lib/src/parser.dart | Dart | www.github.com/JonasWanke/chrono/tree/main/chrono/lib/src/parser.dart | https://raw.githubusercontent.com/JonasWanke/chrono/1ddb415/chrono/lib/src/parser.dart | JonasWanke/chrono 1ddb415 chrono/lib/src/parser.dart | true | 200 | 14,744 | import 'dart:math' as math;
import 'package:meta/meta.dart';
import 'package:oxidized/oxidized.dart';
import 'date/date.dart';
import 'date/month/month.dart';
import 'date/month/month_day.dart';
import 'date/month/year_month.dart';
import 'date/week/iso_year_week.dart';
import 'date/weekday.dart';
import 'date/year.d... | 0 |
Abdalrhman1989/flutter_E-Commerce-MobileShop | 8d65310 | lib/components/categories_list_view.dart | Dart | www.github.com/Abdalrhman1989/flutter_E-Commerce-MobileShop/tree/main/lib/components/categories_list_view.dart | https://raw.githubusercontent.com/Abdalrhman1989/flutter_E-Commerce-MobileShop/8d65310/lib/components/categories_list_view.dart | Abdalrhman1989/flutter_E-Commerce-MobileShop 8d65310 lib/components/categories_list_view.dart | true | 200 | 4,519 | import 'package:flutter/material.dart';
import 'package:flutter_online_shop/models/iphone_items.dart';
import 'package:flutter_online_shop/screens/details_list/details_screen.dart';
import '../size_config.dart';
class ListViewWidget extends StatelessWidget {
final IPhoneItem iPhoneItem;
final List<IPhoneItem> cate... | 3 |
ammitrevska/PetPalHealth | 08261a0 | lib/widgets/custom_input_field.dart | Dart | www.github.com/ammitrevska/PetPalHealth/tree/main/lib/widgets/custom_input_field.dart | https://raw.githubusercontent.com/ammitrevska/PetPalHealth/08261a0/lib/widgets/custom_input_field.dart | ammitrevska/PetPalHealth 08261a0 lib/widgets/custom_input_field.dart | true | 200 | 1,622 | import 'package:flutter/material.dart';
class CustomInputField extends StatefulWidget {
final String label;
final String hintText;
final bool isPassword;
final TextEditingController? controller;
final TextInputType? keyboardType;
final int? maxLines;
const CustomInputField({
super.key,
required ... | 4 |
hassankhaled2/aid_humanity | 0840229 | lib/Features/auth/presentation/pages/phone_number_page.dart | Dart | www.github.com/hassankhaled2/aid_humanity/tree/main/lib/Features/auth/presentation/pages/phone_number_page.dart | https://raw.githubusercontent.com/hassankhaled2/aid_humanity/0840229/lib/Features/auth/presentation/pages/phone_number_page.dart | hassankhaled2/aid_humanity 0840229 lib/Features/auth/presentation/pages/phone_number_page.dart | true | 200 | 6,106 |
import 'package:aid_humanity/Features/auth/presentation/widgets/phone.dart';
import 'package:country_code_picker/country_code_picker.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:intl_phone_field/intl_phone_fie... | 6 |
TeoRomens/sdeng-flutter | 3ab8e94 | test/register/bloc/register_bloc_test.dart | Dart | www.github.com/TeoRomens/sdeng-flutter/tree/main/test/register/bloc/register_bloc_test.dart | https://raw.githubusercontent.com/TeoRomens/sdeng-flutter/3ab8e94/test/register/bloc/register_bloc_test.dart | TeoRomens/sdeng-flutter 3ab8e94 test/register/bloc/register_bloc_test.dart | true | 200 | 4,275 | import 'package:bloc_test/bloc_test.dart';
import 'package:mocktail/mocktail.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:form_inputs/form_inputs.dart';
import 'package:sdeng/register/register.dart';
import 'package:user_repository/user_repository.dart';
class MockUserRepository extends Mock... | 5 |
hassanolaa/Lms | 9c5f31a | lib/features/quiz/models/test.dart | Dart | www.github.com/hassanolaa/Lms/tree/main/lib/features/quiz/models/test.dart | https://raw.githubusercontent.com/hassanolaa/Lms/9c5f31a/lib/features/quiz/models/test.dart | hassanolaa/Lms 9c5f31a lib/features/quiz/models/test.dart | true | 200 | 781 | import 'package:flutter/material.dart';
import 'package:lms/features/quiz/models/answer_form.dart';
import 'package:lms/features/quiz/models/uniqe_model.dart';
List list = [];
List<answer_form> answer_list = [];
List<uniqe_model> uniqe_list = [];
List<uniqe_model> get_list = [];
bool isPressed_mcq=false;
bool isPre... | 1 |
Theoarnan/app_ditonton | af0ddb8 | modules/movies/lib/presentation/blocs/movie_popular_bloc/movie_popular_bloc.dart | Dart | www.github.com/Theoarnan/app_ditonton/tree/main/modules/movies/lib/presentation/blocs/movie_popular_bloc/movie_popular_bloc.dart | https://raw.githubusercontent.com/Theoarnan/app_ditonton/af0ddb8/modules/movies/lib/presentation/blocs/movie_popular_bloc/movie_popular_bloc.dart | Theoarnan/app_ditonton af0ddb8 modules/movies/lib/presentation/blocs/movie_popular_bloc/movie_popular_bloc.dart | true | 200 | 693 | import 'package:equatable/equatable.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:movies/movies.dart';
part 'movie_popular_state.dart';
class MoviePopularBloc extends Cubit<MoviePopularState> {
final GetPopularMovies _getPopularMovies;
MoviePopularBloc(
this._getPopularMovies,
) :... | 2 |
emnggprw/teamsync | a63a035 | lib/screens/employee_profile_screen.dart | Dart | www.github.com/emnggprw/teamsync/tree/main/lib/screens/employee_profile_screen.dart | https://raw.githubusercontent.com/emnggprw/teamsync/a63a035/lib/screens/employee_profile_screen.dart | emnggprw/teamsync a63a035 lib/screens/employee_profile_screen.dart | true | 200 | 3,789 | import 'package:flutter/material.dart';
import 'package:teamsync/widgets/info_tile.dart';
class EmployeeProfileScreen extends StatelessWidget {
final String employeeName;
const EmployeeProfileScreen({required this.employeeName, super.key});
@override
Widget build(BuildContext context) {
bool isLargeScree... | 7 |
Mehdi-Yanat/beta-school-student | 53c0066 | lib/widgets/teacher_item.dart | Dart | www.github.com/Mehdi-Yanat/beta-school-student/tree/main/lib/widgets/teacher_item.dart | https://raw.githubusercontent.com/Mehdi-Yanat/beta-school-student/53c0066/lib/widgets/teacher_item.dart | Mehdi-Yanat/beta-school-student 53c0066 lib/widgets/teacher_item.dart | true | 200 | 2,924 | import 'package:flutter/material.dart';
import 'package:online_course/theme/color.dart';
import 'package:online_course/widgets/custom_image.dart';
import '../utils/translation.dart';
class TeacherItem extends StatelessWidget {
const TeacherItem({
Key? key,
required this.data,
this.onTap,
}) : super(ke... | 0 |
alessandrocasarin/simfit | 75321fb | lib/models/sleep.dart | Dart | www.github.com/alessandrocasarin/simfit/tree/main/lib/models/sleep.dart | https://raw.githubusercontent.com/alessandrocasarin/simfit/75321fb/lib/models/sleep.dart | alessandrocasarin/simfit 75321fb lib/models/sleep.dart | true | 200 | 851 | import 'package:intl/intl.dart';
class Sleep {
final DateTime day;
final Duration duration;
final int efficiency;
final bool mainSleep;
Sleep(
{required this.day,
required this.duration,
required this.efficiency,
required this.mainSleep});
Sleep.fromJson(String date, Map<String, d... | 3 |
richardverheyen/cutshot-mvp | 3fc5be2 | lib/services/storage.dart | Dart | www.github.com/richardverheyen/cutshot-mvp/tree/main/lib/services/storage.dart | https://raw.githubusercontent.com/richardverheyen/cutshot-mvp/3fc5be2/lib/services/storage.dart | richardverheyen/cutshot-mvp 3fc5be2 lib/services/storage.dart | true | 200 | 1,252 | import 'dart:io';
import 'package:cutshot/services/services.dart';
import 'package:firebase_storage/firebase_storage.dart';
class StorageService {
final storageRef = FirebaseStorage.instance.ref();
// Stores the video data in firebase storage
// Future<void> storeVideo(Video video) async {
// // Create a s... | 4 |
123Brijesh44aa/Flutter-Responsive-UI | abb7b5a | lib/main.dart | Dart | www.github.com/123Brijesh44aa/Flutter-Responsive-UI/tree/main/lib/main.dart | https://raw.githubusercontent.com/123Brijesh44aa/Flutter-Responsive-UI/abb7b5a/lib/main.dart | 123Brijesh44aa/Flutter-Responsive-UI abb7b5a lib/main.dart | true | 200 | 820 | import 'package:flutter/material.dart';
import 'package:flutter_responsive_ui/responsive/responsive_layout.dart';
import 'package:flutter_responsive_ui/screen/mobile_screen_layout.dart';
import 'package:flutter_responsive_ui/screen/web_screen_layout.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends ... | 6 |
manofi21/flutter_fic_ecommerce_warung_comicon | 864b81e | lib/feature/checkout/presentation/page/payment_page.dart | Dart | www.github.com/manofi21/flutter_fic_ecommerce_warung_comicon/tree/main/lib/feature/checkout/presentation/page/payment_page.dart | https://raw.githubusercontent.com/manofi21/flutter_fic_ecommerce_warung_comicon/864b81e/lib/feature/checkout/presentation/page/payment_page.dart | manofi21/flutter_fic_ecommerce_warung_comicon 864b81e lib/feature/checkout/presentation/page/payment_page.dart | true | 200 | 939 | import 'package:flutter/material.dart';
import 'package:flutter_fic_ecommerce_warung_comicon/feature/checkout/presentation/widget/checkout_payment_webview_widget.dart';
class PaymentPage extends StatelessWidget {
final String paymentUrl;
final bool isDoublePop;
const PaymentPage(
{super.key, required this.... | 1 |
AntoTomAbraham/Dokterr | 202b41c | lib/screens/Home/Home.dart | Dart | www.github.com/AntoTomAbraham/Dokterr/tree/main/lib/screens/Home/Home.dart | https://raw.githubusercontent.com/AntoTomAbraham/Dokterr/202b41c/lib/screens/Home/Home.dart | AntoTomAbraham/Dokterr 202b41c lib/screens/Home/Home.dart | true | 200 | 1,175 | import 'package:doctor_booking_app/screens/Home/Homepage.dart';
import 'package:doctor_booking_app/screens/Home/NearbydoctorScreen.dart';
import 'package:doctor_booking_app/screens/Home/UserChatScreen.dart';
import 'package:flutter/material.dart';
class Home extends StatefulWidget {
const Home({Key? key}) : super(ke... | 2 |
Pariceema/dart_code | 31ed5e6 | metadata_code/own_metadata.dart | Dart | www.github.com/Pariceema/dart_code/tree/main/metadata_code/own_metadata.dart | https://raw.githubusercontent.com/Pariceema/dart_code/31ed5e6/metadata_code/own_metadata.dart | Pariceema/dart_code 31ed5e6 metadata_code/own_metadata.dart | true | 200 | 605 | import 'dart:io';
class StudentMarks {
final double upperLimit;
final double lowerLimit;
const StudentMarks(this.lowerLimit, this.upperLimit);
}
@StudentMarks(80, 100)
void topRemark() {
print("Good student");
}
@StudentMarks(50, 79)
void mediumRemark() {
print("Medium Student");
}
@StudentMarks(0, 49)
v... | 7 |
villanHarry/pec | a6e9821 | Coding/lib/Screen/VideoCall.dart | Dart | www.github.com/villanHarry/pec/tree/main/Coding/lib/Screen/VideoCall.dart | https://raw.githubusercontent.com/villanHarry/pec/a6e9821/Coding/lib/Screen/VideoCall.dart | villanHarry/pec a6e9821 Coding/lib/Screen/VideoCall.dart | true | 200 | 3,949 | import 'dart:async';
import 'package:agora_rtc_engine/agora_rtc_engine.dart';
import 'package:flutter/material.dart';
import 'package:permission_handler/permission_handler.dart';
import '../Constants/Constants.dart';
class VideoCall extends StatefulWidget {
const VideoCall({Key? key}) : super(key: key);
@overrid... | 5 |
aymanattieh77/fashion-app | 4f0fef6 | lib/view/delivery/pages/custom_google_map.dart | Dart | www.github.com/aymanattieh77/fashion-app/tree/main/lib/view/delivery/pages/custom_google_map.dart | https://raw.githubusercontent.com/aymanattieh77/fashion-app/4f0fef6/lib/view/delivery/pages/custom_google_map.dart | aymanattieh77/fashion-app 4f0fef6 lib/view/delivery/pages/custom_google_map.dart | true | 200 | 1,094 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:fashion_app/controllers/map/map_cubit.dart';
import 'package:fashion_app/core/utils/colors.dart';
import 'package:fashion_app/view/delivery/widgets/map/build_map.dart';
import 'package:fashion_app/view/delivery/wi... | 3 |
irgaap/aplikasi-layanan-kesehatan | 87f255b | lib/health_information_page.dart | Dart | www.github.com/irgaap/aplikasi-layanan-kesehatan/tree/main/lib/health_information_page.dart | https://raw.githubusercontent.com/irgaap/aplikasi-layanan-kesehatan/87f255b/lib/health_information_page.dart | irgaap/aplikasi-layanan-kesehatan 87f255b lib/health_information_page.dart | true | 200 | 2,181 | import 'package:flutter/material.dart';
class HealthInformationPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('Informasi Kesehatan'),
),
body: Padding(
padding: const EdgeInsets.all(16.0),
chil... | 6 |
Om-Chhayala/Flutter-application | 64b3a95 | lib/api/database_helper.dart | Dart | www.github.com/Om-Chhayala/Flutter-application/tree/main/lib/api/database_helper.dart | https://raw.githubusercontent.com/Om-Chhayala/Flutter-application/64b3a95/lib/api/database_helper.dart | Om-Chhayala/Flutter-application 64b3a95 lib/api/database_helper.dart | true | 200 | 2,732 | import 'package:sqflite/sqflite.dart';
import 'package:path/path.dart';
import 'package:trying_movie_pp/models/movie_model.dart';
import 'package:sqflite_common_ffi/sqflite_ffi.dart'; // Import sqflite_ffi.dart
// Initialize the database factory
void initDatabase() {
sqfliteFfiInit(); // Initialize the FFI layer
d... | 4 |
angus-clark/carbon-tracker | df6432e | carbon_footprint_tracker/lib/ui/views/home/home_view.dart | Dart | www.github.com/angus-clark/carbon-tracker/tree/main/carbon_footprint_tracker/lib/ui/views/home/home_view.dart | https://raw.githubusercontent.com/angus-clark/carbon-tracker/df6432e/carbon_footprint_tracker/lib/ui/views/home/home_view.dart | angus-clark/carbon-tracker df6432e carbon_footprint_tracker/lib/ui/views/home/home_view.dart | true | 200 | 1,534 | import 'package:carbon_footprint_tracker/ui/views/home/widgets/chart_time_selector.dart';
import 'package:carbon_footprint_tracker/ui/views/home/widgets/create_activity_bottom_sheet.dart';
import 'package:carbon_footprint_tracker/ui/views/home/widgets/emissions_chart.dart';
import 'package:carbon_footprint_tracker/ui/... | 1 |
sdycode/3D-Model-Tool | d04cea3 | lib/2D Gerometry Functions/functions to fill CurvePoints data/get_enums_to_fill_curvePointsList_from_map_data.dart | Dart | www.github.com/sdycode/3D-Model-Tool/tree/main/lib/2D Gerometry Functions/functions to fill CurvePoints data/get_enums_to_fill_curvePointsList_from_map_data.dart | https://raw.githubusercontent.com/sdycode/3D-Model-Tool/d04cea3/lib/2D%20Gerometry%20Functions/functions%20to%20fill%20CurvePoints%20data/get_enums_to_fill_curvePointsList_from_map_data.dart | sdycode/3D-Model-Tool d04cea3 lib/2D Gerometry Functions/functions to fill CurvePoints data/get_enums_to_fill_curvePointsList_from_map_data.dart | true | 200 | 8,099 | import 'dart:convert';
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:three_d_model_tool/2D%20Gerometry%20Functions/model/curve_point.dart';
enum PrePointCurveType {
normal,
arc,
quadBezier,
cubicBezier,
}
enum PostPointCurveType {
normal,
arc,
quadBezier,
cubicBezier,
}
... | 2 |
prapun456/project | 02b8b07 | lib/auth_page.dart | Dart | www.github.com/prapun456/project/tree/main/lib/auth_page.dart | https://raw.githubusercontent.com/prapun456/project/02b8b07/lib/auth_page.dart | prapun456/project 02b8b07 lib/auth_page.dart | true | 200 | 928 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:widgets_basic/sign_in/login_screen.dart';
import 'todolist/todolist_screen.dart';
class AuthPage extends StatelessWidget {
const AuthPage({Key? key}) : super(key: key);
@override
Widget build(Bu... | 0 |
trungtinhn/volunteer_community_connection_app | 12759f6 | lib/components/input_time.dart | Dart | www.github.com/trungtinhn/volunteer_community_connection_app/tree/main/lib/components/input_time.dart | https://raw.githubusercontent.com/trungtinhn/volunteer_community_connection_app/12759f6/lib/components/input_time.dart | trungtinhn/volunteer_community_connection_app 12759f6 lib/components/input_time.dart | true | 200 | 2,835 | import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:volunteer_community_connection_app/constants/app_colors.dart';
import 'package:volunteer_community_connection_app/constants/app_styles.dart';
class InputTimePicker extends StatefulWidget {
final String label;
final String hint... | 5 |
sumitsg/chattie | 1109a77 | lib/features/login/screens/login_screen.dart | Dart | www.github.com/sumitsg/chattie/tree/main/lib/features/login/screens/login_screen.dart | https://raw.githubusercontent.com/sumitsg/chattie/1109a77/lib/features/login/screens/login_screen.dart | sumitsg/chattie 1109a77 lib/features/login/screens/login_screen.dart | true | 200 | 2,945 | import 'package:chattie/common/utils/customAssets.dart';
import 'package:chattie/common/utils/custom_color.dart';
import 'package:chattie/common/utils/custom_sizes.dart';
import 'package:chattie/common/utils/styles/custom_text_styles.dart';
import 'package:chattie/common/utils/theme/custom_theme.dart';
import 'package:... | 7 |
RanaAshraf20/tuko_app | 0f684ab | lib/screens/family_page.dart | Dart | www.github.com/RanaAshraf20/tuko_app/tree/main/lib/screens/family_page.dart | https://raw.githubusercontent.com/RanaAshraf20/tuko_app/0f684ab/lib/screens/family_page.dart | RanaAshraf20/tuko_app 0f684ab lib/screens/family_page.dart | true | 200 | 2,366 | import 'package:flutter/material.dart';
import 'package:toku_app/models/numbers.dart';
import 'package:toku_app/widgets/item.dart';
class FamilyPage extends StatelessWidget {
const FamilyPage({super.key});
final List<ItemModel> person = const [
ItemModel(
sound: 'sounds/family_members/father.wav',
... | 3 |
md-ali2001/BMI.Calculator-flutter | 99a9473 | lib/main.dart | Dart | www.github.com/md-ali2001/BMI.Calculator-flutter/tree/main/lib/main.dart | https://raw.githubusercontent.com/md-ali2001/BMI.Calculator-flutter/99a9473/lib/main.dart | md-ali2001/BMI.Calculator-flutter 99a9473 lib/main.dart | true | 200 | 6,770 | import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: The... | 6 |
Ibkhaleel9061/neflix_s | 36213cb | lib/presentaion/fast_laugh/video_list_item.dart | Dart | www.github.com/Ibkhaleel9061/neflix_s/tree/main/lib/presentaion/fast_laugh/video_list_item.dart | https://raw.githubusercontent.com/Ibkhaleel9061/neflix_s/36213cb/lib/presentaion/fast_laugh/video_list_item.dart | Ibkhaleel9061/neflix_s 36213cb lib/presentaion/fast_laugh/video_list_item.dart | true | 200 | 4,999 | import 'package:flutter/material.dart';
import 'package:neflix_s/core/colors/Colors.dart';
import 'package:neflix_s/presentaion/fast_laugh/fast_lanugh_vido_playerState.dart';
import '../../application/fast_laugh/fast_laugh_bloc.dart';
import '../../core/strings.dart';
import '../../domain/downloads/models/downloads.d... | 4 |
david-s-kim/image_search_app_flutter | 86bf3e4 | lib/02_stream_world_time_api/main.dart | Dart | www.github.com/david-s-kim/image_search_app_flutter/tree/main/lib/02_stream_world_time_api/main.dart | https://raw.githubusercontent.com/david-s-kim/image_search_app_flutter/86bf3e4/lib/02_stream_world_time_api/main.dart | david-s-kim/image_search_app_flutter 86bf3e4 lib/02_stream_world_time_api/main.dart | true | 200 | 635 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:image_search_app_flutter/02_stream_world_time_api/core/router.dart';
import 'package:image_search_app_flutter/di/di_setup.dart';
void main() {
diSetup();
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
... | 1 |
ganpat-university/ibm-project-submission-2020-batch-KhushiPatel17 | da73383 | lib/home/log_workout.dart | Dart | www.github.com/ganpat-university/ibm-project-submission-2020-batch-KhushiPatel17/tree/main/lib/home/log_workout.dart | https://raw.githubusercontent.com/ganpat-university/ibm-project-submission-2020-batch-KhushiPatel17/da73383/lib/home/log_workout.dart | ganpat-university/ibm-project-submission-2020-batch-KhushiPatel17 da73383 lib/home/log_workout.dart | true | 200 | 3,257 | import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
class LogWorkout extends StatefulWidget {
const LogWorkout({super.key});
@override
_LogWorkoutState createState() => _LogWorkoutState();
}
class _LogWorkoutState ext... | 2 |
emreliman/tahlil_analiz | bdcce53 | lib/models/Analysis.dart | Dart | www.github.com/emreliman/tahlil_analiz/tree/main/lib/models/Analysis.dart | https://raw.githubusercontent.com/emreliman/tahlil_analiz/bdcce53/lib/models/Analysis.dart | emreliman/tahlil_analiz bdcce53 lib/models/Analysis.dart | true | 200 | 992 | class Analysis {
String islem_adi = "";
String sonuc = "";
String? sonuc_birimi;
String referans_degeri = "";
String tarih = "";
String? ust_sinif;
Analysis(this.islem_adi, this.sonuc, this.sonuc_birimi, this.referans_degeri,
this.tarih, this.ust_sinif);
Analysis.empty() {
islem_adi = "";
... | 0 |
charan-sai-v/my_flutter_learning | e4d17d5 | flutter_ecommerce/lib/pages/cart_page.dart | Dart | www.github.com/charan-sai-v/my_flutter_learning/tree/main/flutter_ecommerce/lib/pages/cart_page.dart | https://raw.githubusercontent.com/charan-sai-v/my_flutter_learning/e4d17d5/flutter_ecommerce/lib/pages/cart_page.dart | charan-sai-v/my_flutter_learning e4d17d5 flutter_ecommerce/lib/pages/cart_page.dart | true | 200 | 1,400 | import 'package:flutter/material.dart';
import 'package:flutter_ecommerce/components/cart_item.dart';
import 'package:flutter_ecommerce/models/cart.dart';
import 'package:flutter_ecommerce/models/shoe.dart';
import 'package:provider/provider.dart';
class CartPage extends StatefulWidget {
const CartPage({super.key});... | 7 |
doubleS19/haemo-Front | e0521e5 | lib/controller/posting_controller.dart | Dart | www.github.com/doubleS19/haemo-Front/tree/main/lib/controller/posting_controller.dart | https://raw.githubusercontent.com/doubleS19/haemo-Front/e0521e5/lib/controller/posting_controller.dart | doubleS19/haemo-Front e0521e5 lib/controller/posting_controller.dart | true | 200 | 5,088 | import 'dart:async';
import 'package:flutter/cupertino.dart';
import 'package:get/get.dart';
import 'package:haemo/controller/image_controller.dart';
import 'package:haemo/model/hotplace_post_model.dart';
import 'package:haemo/service/db_service.dart';
import '../model/club_post_model.dart';
import '../model/post_mode... | 5 |
nmahlubi/dsd_pcm_mobile | b9c87d1 | dsd_pcm_mobile/lib/pages/syncing_offline/syncing_offline_manual.dart | Dart | www.github.com/nmahlubi/dsd_pcm_mobile/tree/main/dsd_pcm_mobile/lib/pages/syncing_offline/syncing_offline_manual.dart | https://raw.githubusercontent.com/nmahlubi/dsd_pcm_mobile/b9c87d1/dsd_pcm_mobile/lib/pages/syncing_offline/syncing_offline_manual.dart | nmahlubi/dsd_pcm_mobile b9c87d1 dsd_pcm_mobile/lib/pages/syncing_offline/syncing_offline_manual.dart | true | 200 | 1,551 | import 'package:flutter/material.dart';
import '../../navigation_drawer/navigation_drawer_menu.dart';
import 'sync_offline_pages/lookup_sync_offline_manual.dart';
import 'sync_offline_pages/worklist_sync_offline_manual.dart';
class SyncingOfflineManualPage extends StatefulWidget {
const SyncingOfflineManualPage({Ke... | 3 |
luiscl32/marvel_app | b3b8de9 | lib/presentation/screens/dashboard/handlers/dashboard.handlers.dart | Dart | www.github.com/luiscl32/marvel_app/tree/main/lib/presentation/screens/dashboard/handlers/dashboard.handlers.dart | https://raw.githubusercontent.com/luiscl32/marvel_app/b3b8de9/lib/presentation/screens/dashboard/handlers/dashboard.handlers.dart | luiscl32/marvel_app b3b8de9 lib/presentation/screens/dashboard/handlers/dashboard.handlers.dart | true | 200 | 1,019 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:marvel_app/domain/bloc/dashboard/dashboard_cubit.dart';
import 'package:marvel_app/presentation/router/router.dart';
class DashboardHandlers {
DashboardHandlers({required this.context});
final BuildContext con... | 6 |
Samgibs/cute_profit_gis | 7139723 | lib/screens/map/map_screen.dart | Dart | www.github.com/Samgibs/cute_profit_gis/tree/main/lib/screens/map/map_screen.dart | https://raw.githubusercontent.com/Samgibs/cute_profit_gis/7139723/lib/screens/map/map_screen.dart | Samgibs/cute_profit_gis 7139723 lib/screens/map/map_screen.dart | true | 200 | 6,988 | import 'package:flutter/material.dart';
import 'package:flutter_map/flutter_map.dart';
import 'package:latlong2/latlong.dart';
import '../../constants/colors.dart';
import '../../widgets/layer_control.dart';
class MapScreen extends StatefulWidget {
const MapScreen({Key? key}) : super(key: key);
@override
_MapSc... | 4 |
hxrxhChad/yorPortfolio-Project | 6166134 | lib/database/model/photo-model.dart | Dart | www.github.com/hxrxhChad/yorPortfolio-Project/tree/main/lib/database/model/photo-model.dart | https://raw.githubusercontent.com/hxrxhChad/yorPortfolio-Project/6166134/lib/database/model/photo-model.dart | hxrxhChad/yorPortfolio-Project 6166134 lib/database/model/photo-model.dart | true | 200 | 504 | // ignore_for_file: file_names
import 'dart:convert';
Photo photoFromMap(String str) => Photo.fromMap(json.decode(str));
String photoToMap(Photo data) => json.encode(data.toMap());
class Photo {
Photo({
this.id,
required this.photo,
});
String? id;
final String photo;
factory Photo.fromMap(Map<St... | 1 |
Alhafid213307047/AKADEMI_ID | 8d749c9 | lib/screen/registerPage.dart | Dart | www.github.com/Alhafid213307047/AKADEMI_ID/tree/main/lib/screen/registerPage.dart | https://raw.githubusercontent.com/Alhafid213307047/AKADEMI_ID/8d749c9/lib/screen/registerPage.dart | Alhafid213307047/AKADEMI_ID 8d749c9 lib/screen/registerPage.dart | true | 200 | 12,820 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/services.dart';
import 'loginoption.dart'; // Ganti ini dengan import halaman LoginOption Anda yang sebenarnya
class RegisterPage extends StatefulWid... | 0 |
Receipt-Information-Parser/Frontend | 7e0996e | lib/screens/Analysis/DataAnalysis.dart | Dart | www.github.com/Receipt-Information-Parser/Frontend/tree/main/lib/screens/Analysis/DataAnalysis.dart | https://raw.githubusercontent.com/Receipt-Information-Parser/Frontend/7e0996e/lib/screens/Analysis/DataAnalysis.dart | Receipt-Information-Parser/Frontend 7e0996e lib/screens/Analysis/DataAnalysis.dart | true | 200 | 5,560 |
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:rip_front/constants.dart';
import '../../../http/dto.dart';
import '../../../models/current_index.dart';
import '../../../models/user_id.dart';
import '../../http/request.dart';
import '../Home/home_screen.dart';
import '... | 2 |
czmCWH/LearnFlutter | 95bed0c | dart_learn/lib/02-变量.dart | Dart | www.github.com/czmCWH/LearnFlutter/tree/main/dart_learn/lib/02-变量.dart | https://raw.githubusercontent.com/czmCWH/LearnFlutter/95bed0c/dart_learn/lib/02-%E5%8F%98%E9%87%8F.dart | czmCWH/LearnFlutter 95bed0c dart_learn/lib/02-变量.dart | true | 200 | 2,812 | /*
* 学习博客:https://dart.cn/language/variables
*/
int calculate() {
return 6 * 7;
}
/* 1、字符串插值
*
*/
void testPrint(int num) {
print('Hello world: ${calculate()}!');
print("字符串差值的使用:$num\n");
}
/* 2、使用 var 创建变量
* 变量仅存储对象的引用。
* 由于类型推断,`Dart` 建议局部变量用 `var` 声明。
* `runtimeType`:用于获取变量当前类型。
*/
void testVar() {... | 7 |
sajadnowroozi2003/flutter_barber_booking_shop | 2c8cc82 | lib/src/utils/Theme/widget_themes/Theme.dart | Dart | www.github.com/sajadnowroozi2003/flutter_barber_booking_shop/tree/main/lib/src/utils/Theme/widget_themes/Theme.dart | https://raw.githubusercontent.com/sajadnowroozi2003/flutter_barber_booking_shop/2c8cc82/lib/src/utils/Theme/widget_themes/Theme.dart | sajadnowroozi2003/flutter_barber_booking_shop 2c8cc82 lib/src/utils/Theme/widget_themes/Theme.dart | true | 200 | 394 | import 'package:flutter/material.dart';
import 'package:flutter_barber_app/src/utils/Theme/text_theme.dart';
class TAppTheme {
TAppTheme._();
static ThemeData lightTheme = ThemeData(
textTheme: TTextTheme.lightTextTheme,
brightness: Brightness.light,
);
static ThemeData darkTheme = ThemeData(
tex... | 3 |
dzikrifazahk/go-farm-msib | f43d6b7 | lib/app/modules/auth/provider/auth_provider.dart | Dart | www.github.com/dzikrifazahk/go-farm-msib/tree/main/lib/app/modules/auth/provider/auth_provider.dart | https://raw.githubusercontent.com/dzikrifazahk/go-farm-msib/f43d6b7/lib/app/modules/auth/provider/auth_provider.dart | dzikrifazahk/go-farm-msib f43d6b7 lib/app/modules/auth/provider/auth_provider.dart | true | 200 | 568 | import 'package:get/get.dart';
import 'package:getx_pattern_starter/app/services/auth_services.dart';
class AuthProvider extends GetConnect {
@override
void onInit() {
httpClient.baseUrl = 'https://gofarm.startsheep.my.id/api/';
}
Future<Response> login(String phone, String password) async {
return aw... | 5 |
mubaroqiqbal/movies_app | cf2cf5a | lib/constants/endpoints.dart | Dart | www.github.com/mubaroqiqbal/movies_app/tree/main/lib/constants/endpoints.dart | https://raw.githubusercontent.com/mubaroqiqbal/movies_app/cf2cf5a/lib/constants/endpoints.dart | mubaroqiqbal/movies_app cf2cf5a lib/constants/endpoints.dart | true | 200 | 686 | class Endpoints {
static String baseUrl = "https://api.themoviedb.org/3/";
static String imageBaseUrl = "https://image.tmdb.org/t/p/";
static String youtubeBaseUrl = "https://youtu.be/";
static String readToken =
"eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiIwNDEwYmMxNjFkYzM1MjJjZjQxMzkxNGEwM2M4YTMyYyIsInN1YiI6IjYwMm... | 4 |
dariagorlova/kobza | 181b31f | lib/core/service/navigator.dart | Dart | www.github.com/dariagorlova/kobza/tree/main/lib/core/service/navigator.dart | https://raw.githubusercontent.com/dariagorlova/kobza/181b31f/lib/core/service/navigator.dart | dariagorlova/kobza 181b31f lib/core/service/navigator.dart | true | 200 | 425 | import 'package:injectable/injectable.dart';
import 'package:kobza/features/game/model/game_mode.dart';
import 'package:kobza/routes/app_router.dart';
@injectable
class KobzaNavigator {
const KobzaNavigator(this._router);
final AppRouter _router;
Future<void> openGame(GameMode gameMode) => _router.push(
... | 6 |
monarchzz/car-rental | 0c98ce6 | SourceCode/Car-Rental-Mobile-For-Car-Owner/lib/models/order_detail.dart | Dart | www.github.com/monarchzz/car-rental/tree/main/SourceCode/Car-Rental-Mobile-For-Car-Owner/lib/models/order_detail.dart | https://raw.githubusercontent.com/monarchzz/car-rental/0c98ce6/SourceCode/Car-Rental-Mobile-For-Car-Owner/lib/models/order_detail.dart | monarchzz/car-rental 0c98ce6 SourceCode/Car-Rental-Mobile-For-Car-Owner/lib/models/order_detail.dart | true | 200 | 764 | import 'package:car_rental_for_car_owner/models/car.dart';
import 'package:car_rental_for_car_owner/models/driver.dart';
import 'package:car_rental_for_car_owner/models/location.dart';
import 'package:freezed_annotation/freezed_annotation.dart';
part 'order_detail.freezed.dart';
part 'order_detail.g.dart';
@freezed
c... | 0 |
vinodmadhu97/donor_app | 4a4e7cf | lib/widgets/template/startup/on_boarding_template.dart | Dart | www.github.com/vinodmadhu97/donor_app/tree/main/lib/widgets/template/startup/on_boarding_template.dart | https://raw.githubusercontent.com/vinodmadhu97/donor_app/4a4e7cf/lib/widgets/template/startup/on_boarding_template.dart | vinodmadhu97/donor_app 4a4e7cf lib/widgets/template/startup/on_boarding_template.dart | true | 200 | 6,661 | import 'package:donor_app/const/constants.dart';
import 'package:donor_app/const/widget_size.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:introduction_screen/introduction_screen.dart';
import 'package:select_form_field/select_form_field.dart';
import '../../../controlle... | 1 |
birehan/Personalized-Exam-Preparation-Companion | 61f31dd | mobile/lib/features/profile/domain/usecases/get_profile_usecase.dart | Dart | www.github.com/birehan/Personalized-Exam-Preparation-Companion/tree/main/mobile/lib/features/profile/domain/usecases/get_profile_usecase.dart | https://raw.githubusercontent.com/birehan/Personalized-Exam-Preparation-Companion/61f31dd/mobile/lib/features/profile/domain/usecases/get_profile_usecase.dart | birehan/Personalized-Exam-Preparation-Companion 61f31dd mobile/lib/features/profile/domain/usecases/get_profile_usecase.dart | true | 200 | 769 | import 'package:dartz/dartz.dart';
import 'package:prepgenie/features/profile/domain/repositories/profile_repository.dart.dart';
import '../../../../core/core.dart';
import '../entities/user_profile_entity_get.dart';
class GetProfileUsecase extends UseCase<UserProfile, GetUserProfileParams> {
final ProfileRepositor... | 2 |
RansomBroker/unveels | 02d6a04 | lib/shared/widgets/clippers/face_clipper.dart | Dart | www.github.com/RansomBroker/unveels/tree/main/lib/shared/widgets/clippers/face_clipper.dart | https://raw.githubusercontent.com/RansomBroker/unveels/02d6a04/lib/shared/widgets/clippers/face_clipper.dart | RansomBroker/unveels 02d6a04 lib/shared/widgets/clippers/face_clipper.dart | true | 200 | 385 | import 'package:flutter/material.dart';
class FaceClipper extends CustomClipper<Rect> {
@override
Rect getClip(Size size) {
return Rect.fromCenter(
center: Offset(size.width / 2, size.height / 2),
width: size.width - size.width * 0.2,
height: size.height,
);
}
@override
bool should... | 7 |
marcusmvfa/test_americas_health | ec1c171 | lib/presentation/home/components/contact_list_item.dart | Dart | www.github.com/marcusmvfa/test_americas_health/tree/main/lib/presentation/home/components/contact_list_item.dart | https://raw.githubusercontent.com/marcusmvfa/test_americas_health/ec1c171/lib/presentation/home/components/contact_list_item.dart | marcusmvfa/test_americas_health ec1c171 lib/presentation/home/components/contact_list_item.dart | true | 200 | 1,317 | import 'package:flutter/material.dart';
import 'package:get/route_manager.dart';
import 'package:test_americas_health/dependency_injection.dart';
import 'package:test_americas_health/domain/controllers/contact_controller.dart';
import 'package:test_americas_health/model/contact_model.dart';
import 'package:test_america... | 3 |
matthewaustin2807/discourse | d94d51e | discourse/test/state/application_state_test.dart | Dart | www.github.com/matthewaustin2807/discourse/tree/main/discourse/test/state/application_state_test.dart | https://raw.githubusercontent.com/matthewaustin2807/discourse/d94d51e/discourse/test/state/application_state_test.dart | matthewaustin2807/discourse d94d51e discourse/test/state/application_state_test.dart | true | 200 | 12,707 | import 'package:discourse/model/course.dart';
import 'package:discourse/model/firebase_model/course_review.dart';
import 'package:discourse/model/firebase_model/individual_course_review.dart';
import 'package:discourse/model/instructor.dart';
import 'package:discourse/model/market_page_item.dart';
import 'package:disco... | 4 |
chrisnorman7/mapscallion | c6b5051 | lib/src/widgets/position_list_view.dart | Dart | www.github.com/chrisnorman7/mapscallion/tree/main/lib/src/widgets/position_list_view.dart | https://raw.githubusercontent.com/chrisnorman7/mapscallion/c6b5051/lib/src/widgets/position_list_view.dart | chrisnorman7/mapscallion c6b5051 lib/src/widgets/position_list_view.dart | true | 200 | 2,661 | import 'package:flutter/material.dart';
import 'package:geolocator/geolocator.dart';
import '../../extensions.dart';
import 'possibly_live_list_tile.dart';
/// A [ListView] widget which shows [position].
class PositionListView extends StatefulWidget {
/// Create an instance.
const PositionListView({
required ... | 5 |
Ghalib-Hassan/Security-Application | 8a4e000 | lib/Views/User App Screens/profile.dart | Dart | www.github.com/Ghalib-Hassan/Security-Application/tree/main/lib/Views/User App Screens/profile.dart | https://raw.githubusercontent.com/Ghalib-Hassan/Security-Application/8a4e000/lib/Views/User%20App%20Screens/profile.dart | Ghalib-Hassan/Security-Application 8a4e000 lib/Views/User App Screens/profile.dart | true | 200 | 9,984 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:google_fonts/google_fonts.dart';
impor... | 0 |
Daniela-Neves/calvin_boards | c030d18 | lib/pages/agriculture_page.dart | Dart | www.github.com/Daniela-Neves/calvin_boards/tree/main/lib/pages/agriculture_page.dart | https://raw.githubusercontent.com/Daniela-Neves/calvin_boards/c030d18/lib/pages/agriculture_page.dart | Daniela-Neves/calvin_boards c030d18 lib/pages/agriculture_page.dart | true | 200 | 4,243 | import 'package:calvin_boards/pages/settings.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:syncfusion_flutter_charts/charts.dart';
import 'equipment_page.dart';
import 'home_page.dart';
class AgriculturePage extends StatefulWidget {
const AgriculturePage({Key... | 6 |
bjamyl/begho_mobile | 74e7654 | lib/src/auth/views/signin_screen.dart | Dart | www.github.com/bjamyl/begho_mobile/tree/main/lib/src/auth/views/signin_screen.dart | https://raw.githubusercontent.com/bjamyl/begho_mobile/74e7654/lib/src/auth/views/signin_screen.dart | bjamyl/begho_mobile 74e7654 lib/src/auth/views/signin_screen.dart | true | 200 | 4,099 | import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:provider/provider.dart';
import '../widgets/auth_button.dart';
//Widget imports
import '../widgets/email_input.dart';
import '../widgets/password_input.dart';
import '... | 2 |
becejacM/firebase-auth-starter-flutter | 968eb41 | firebase_login/lib/core/app/navigation/app_router.dart | Dart | www.github.com/becejacM/firebase-auth-starter-flutter/tree/main/firebase_login/lib/core/app/navigation/app_router.dart | https://raw.githubusercontent.com/becejacM/firebase-auth-starter-flutter/968eb41/firebase_login/lib/core/app/navigation/app_router.dart | becejacM/firebase-auth-starter-flutter 968eb41 firebase_login/lib/core/app/navigation/app_router.dart | true | 200 | 706 | import 'package:auto_route/auto_route.dart';
import 'package:firebase_login/feature/authentication/screens/create_account.dart';
import 'package:firebase_login/feature/authentication/screens/login.dart';
import 'package:firebase_login/feature/home/screens/home.dart';
import 'package:flutter/cupertino.dart';
import 'au... | 7 |
amcny/Todo4You | 6ddb57e | lib/components/add_task_widget.dart | Dart | www.github.com/amcny/Todo4You/tree/main/lib/components/add_task_widget.dart | https://raw.githubusercontent.com/amcny/Todo4You/6ddb57e/lib/components/add_task_widget.dart | amcny/Todo4You 6ddb57e lib/components/add_task_widget.dart | true | 200 | 16,668 | import '/auth/firebase_auth/auth_util.dart';
import '/backend/backend.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_flow/flutter_flow_util.dart';
import '/flutter_flow/flutter_flow_widgets.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/gestures.dart';
import 'package:f... | 4 |
ApplicationPaker/b2b420 | e8ec268 | lib/screens/product_category/widgets/body_default.dart | Dart | www.github.com/ApplicationPaker/b2b420/tree/main/lib/screens/product_category/widgets/body_default.dart | https://raw.githubusercontent.com/ApplicationPaker/b2b420/e8ec268/lib/screens/product_category/widgets/body_default.dart | ApplicationPaker/b2b420 e8ec268 lib/screens/product_category/widgets/body_default.dart | true | 200 | 5,171 | import 'package:cirilla/constants/constants.dart';
import 'package:cirilla/constants/strings.dart';
import 'package:cirilla/mixins/mixins.dart';
import 'package:cirilla/models/product_category/product_category.dart';
import 'package:cirilla/models/setting/setting.dart';
import 'package:cirilla/store/setting/setting_sto... | 5 |
alamen-pgooja/times_article_app | 3871f7d | test/providers_test/model_test.dart | Dart | www.github.com/alamen-pgooja/times_article_app/tree/main/test/providers_test/model_test.dart | https://raw.githubusercontent.com/alamen-pgooja/times_article_app/3871f7d/test/providers_test/model_test.dart | alamen-pgooja/times_article_app 3871f7d test/providers_test/model_test.dart | true | 200 | 2,122 | import 'package:flutter_test/flutter_test.dart';
import 'package:pop_articles/models/most_popular_list.dart';
void main() {
test('MostPopularList.fromJson returns a valid object', () {
final Map<String, dynamic> jsonData = {
"status": "OK",
"num_results": 2,
"results": [
{
"ur... | 3 |
waqqas688/AttendLens | a5534fe | lib/mdetails.dart | Dart | www.github.com/waqqas688/AttendLens/tree/main/lib/mdetails.dart | https://raw.githubusercontent.com/waqqas688/AttendLens/a5534fe/lib/mdetails.dart | waqqas688/AttendLens a5534fe lib/mdetails.dart | true | 200 | 1,177 | import 'package:flutter/material.dart';
class mdetails extends StatefulWidget {
const mdetails({super.key});
@override
State<mdetails> createState() => _mdetailsState();
}
class _mdetailsState extends State<mdetails> {
@override
Widget build(BuildContext context) {
return Scaffold(
body: Containe... | 6 |
bhakti003/Firebase-loginPage | 5a7df41 | lib/main.dart | Dart | www.github.com/bhakti003/Firebase-loginPage/tree/main/lib/main.dart | https://raw.githubusercontent.com/bhakti003/Firebase-loginPage/5a7df41/lib/main.dart | bhakti003/Firebase-loginPage 5a7df41 lib/main.dart | true | 200 | 730 | import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:loginpage/sign_up.dart';
import 'package:sizer/sizer.dart';
import 'login_page.dart';
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp();
runApp(MyApp());... | 1 |
jeonghunlee99/Dog-Breed-Identification | f472cb8 | lib/screen/health_page/health_memo_screen/health_memo_data.dart | Dart | www.github.com/jeonghunlee99/Dog-Breed-Identification/tree/main/lib/screen/health_page/health_memo_screen/health_memo_data.dart | https://raw.githubusercontent.com/jeonghunlee99/Dog-Breed-Identification/f472cb8/lib/screen/health_page/health_memo_screen/health_memo_data.dart | jeonghunlee99/Dog-Breed-Identification f472cb8 lib/screen/health_page/health_memo_screen/health_memo_data.dart | true | 200 | 406 | import 'package:flutter_riverpod/flutter_riverpod.dart';
enum SortOption { byAdded, byNewest, byOldest }
final sortOptionProvider = StateProvider<SortOption>((ref) => SortOption.byAdded);
final healthRecordProvider = StateProvider<List<HealthRecordState>>((ref) => []);
class HealthRecordState {
final String date;
... | 0 |
AyanGupta06/GullyKingApp | 110eeff | lib/pages/scorecard_previous_unranked_games_page.dart | Dart | www.github.com/AyanGupta06/GullyKingApp/tree/main/lib/pages/scorecard_previous_unranked_games_page.dart | https://raw.githubusercontent.com/AyanGupta06/GullyKingApp/110eeff/lib/pages/scorecard_previous_unranked_games_page.dart | AyanGupta06/GullyKingApp 110eeff lib/pages/scorecard_previous_unranked_games_page.dart | true | 200 | 12,984 | import 'dart:math';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:gully_king/pages/all_previous_games_page.dart';
import 'package:gully_king/pages/friends_teams_page.dart';
import 'package:gully_king/pag... | 2 |
Thuycuti37/Work5 | b6a8010 | cau6.dart | Dart | www.github.com/Thuycuti37/Work5/tree/main/cau6.dart | https://raw.githubusercontent.com/Thuycuti37/Work5/b6a8010/cau6.dart | Thuycuti37/Work5 b6a8010 cau6.dart | true | 200 | 324 | import 'dart:io';
void main() {
String fileName = 'hello_copy.txt';
if (!File(fileName).existsSync()) {
print('$fileName does not exist.');
return;
}
try {
File(fileName).deleteSync();
print('$fileName deleted successfully');
} catch (e) {
print('Error deleting file $fileName: $e');
... | 7 |
PavelBaptist/rick_app | dbcd800 | lib/feature/presentation/widget/persons_list_widget.dart | Dart | www.github.com/PavelBaptist/rick_app/tree/main/lib/feature/presentation/widget/persons_list_widget.dart | https://raw.githubusercontent.com/PavelBaptist/rick_app/dbcd800/lib/feature/presentation/widget/persons_list_widget.dart | PavelBaptist/rick_app dbcd800 lib/feature/presentation/widget/persons_list_widget.dart | true | 200 | 2,385 | import "dart:async";
import "package:flutter/material.dart";
import "package:flutter_bloc/flutter_bloc.dart";
import "package:rick_app/feature/domain/entities/person_entity.dart";
import "package:rick_app/feature/presentation/bloc/person_list_cubit/person_list_cubit.dart";
import "package:rick_app/feature/presentation... | 4 |
Fannelance/Fannelance-Worker | 8430576 | lib/views/change_password_view.dart | Dart | www.github.com/Fannelance/Fannelance-Worker/tree/main/lib/views/change_password_view.dart | https://raw.githubusercontent.com/Fannelance/Fannelance-Worker/8430576/lib/views/change_password_view.dart | Fannelance/Fannelance-Worker 8430576 lib/views/change_password_view.dart | true | 200 | 2,774 | import 'package:fannelance_worker/core/constants.dart';
import 'package:fannelance_worker/services/change_password_service.dart';
import 'package:fannelance_worker/widgets/app_bar_sub_widget.dart';
import 'package:fannelance_worker/widgets/authentication_button_widget.dart';
import 'package:fannelance_worker/widgets/fo... | 5 |
kido-luci/f-detect | 3a6b401 | lib/presentation/pages/splash_page/splash_page.dart | Dart | www.github.com/kido-luci/f-detect/tree/main/lib/presentation/pages/splash_page/splash_page.dart | https://raw.githubusercontent.com/kido-luci/f-detect/3a6b401/lib/presentation/pages/splash_page/splash_page.dart | kido-luci/f-detect 3a6b401 lib/presentation/pages/splash_page/splash_page.dart | true | 200 | 2,308 | import 'package:flutter/material.dart';
import 'package:flutter_application_1/business_logics/cubit/splash_page_cubit/splash_page_cubit.dart';
import 'package:flutter_application_1/presentation/custom_widgets/blur_widget.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:google_fonts/google_fonts.d... | 3 |
abdulrehman04/Food-Panda-Clone | bb18279 | lib/UI/Dashboard/Home/Home Components/home_app_bar.dart | Dart | www.github.com/abdulrehman04/Food-Panda-Clone/tree/main/lib/UI/Dashboard/Home/Home Components/home_app_bar.dart | https://raw.githubusercontent.com/abdulrehman04/Food-Panda-Clone/bb18279/lib/UI/Dashboard/Home/Home%20Components/home_app_bar.dart | abdulrehman04/Food-Panda-Clone bb18279 lib/UI/Dashboard/Home/Home Components/home_app_bar.dart | true | 200 | 1,986 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:get/get.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:reasa/Services/LocationService/location_service.dart';
import 'package:reasa/UI/Dashboard/Cart/cart_stepper.dart';
import '... | 6 |
ParsaProg/Parsina_PantomimeGame | 972afc5 | lib/views/result_screen.dart | Dart | www.github.com/ParsaProg/Parsina_PantomimeGame/tree/main/lib/views/result_screen.dart | https://raw.githubusercontent.com/ParsaProg/Parsina_PantomimeGame/972afc5/lib/views/result_screen.dart | ParsaProg/Parsina_PantomimeGame 972afc5 lib/views/result_screen.dart | true | 200 | 2,554 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:pantomimegame/constants/colors/constants_colors.dart';
import 'package:zoom_tap_animation/zoom_tap_animation.dart';
class ResultScreen extends StatefulWidget {
int score;
ResultScreen(thi... | 2 |
Techsquad-Group/Techsquad-Repository | 6fdeecf | lib/view/favorite_view.dart | Dart | www.github.com/Techsquad-Group/Techsquad-Repository/tree/main/lib/view/favorite_view.dart | https://raw.githubusercontent.com/Techsquad-Group/Techsquad-Repository/6fdeecf/lib/view/favorite_view.dart | Techsquad-Group/Techsquad-Repository 6fdeecf lib/view/favorite_view.dart | true | 200 | 3,723 | // ignore_for_file: unnecessary_null_comparison, must_be_immutable
import 'package:cheeta/core/view_model/favorite_view_model.dart';
import 'package:cheeta/model/user_model.dart';
import 'package:cheeta/view/auth/login_view.dart';
import 'package:cheeta/view/control_view.dart';
import 'package:cheeta/view/product_view... | 7 |
joeshwoa/Book_car | 4d41a57 | lib/Feather/User/presentation/view/widget/functions/forget_dialog_custom.dart | Dart | www.github.com/joeshwoa/Book_car/tree/main/lib/Feather/User/presentation/view/widget/functions/forget_dialog_custom.dart | https://raw.githubusercontent.com/joeshwoa/Book_car/4d41a57/lib/Feather/User/presentation/view/widget/functions/forget_dialog_custom.dart | joeshwoa/Book_car 4d41a57 lib/Feather/User/presentation/view/widget/functions/forget_dialog_custom.dart | true | 200 | 11,733 | import 'package:country_pickers/country.dart';
import 'package:country_pickers/country_pickers.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:flutter_multi_formatter/formatters/phone_input_formatter.dart';
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg... | 0 |
adiljaz/Medica_user | 7b57a7e | lib/screens/home/drdetails/seeallreview/avgrating.dart | Dart | www.github.com/adiljaz/Medica_user/tree/main/lib/screens/home/drdetails/seeallreview/avgrating.dart | https://raw.githubusercontent.com/adiljaz/Medica_user/7b57a7e/lib/screens/home/drdetails/seeallreview/avgrating.dart | adiljaz/Medica_user 7b57a7e lib/screens/home/drdetails/seeallreview/avgrating.dart | true | 200 | 2,051 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:fire_login/utils/colors/colormanager.dart';
import 'package:fire_login/widgets/drdetail/round.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:iconly/iconly.dart';
class DoctorRatingWid... | 5 |
EmmanuelJojy/Remote-File-Management-App | fa35eba | client_app/lib/routes/view.dart | Dart | www.github.com/EmmanuelJojy/Remote-File-Management-App/tree/main/client_app/lib/routes/view.dart | https://raw.githubusercontent.com/EmmanuelJojy/Remote-File-Management-App/fa35eba/client_app/lib/routes/view.dart | EmmanuelJojy/Remote-File-Management-App fa35eba client_app/lib/routes/view.dart | true | 200 | 1,764 | import 'package:client_app/widgets/file_card.dart';
import 'package:flutter/material.dart';
import '../data/shared.dart';
class ViewPage extends StatelessWidget {
const ViewPage({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
final appBar = AppBar(
title: const Text('Vie... | 1 |
Majuo/thesis | b8af551 | sudoku_app/lib/widgets/techniques_descriptions/x_wing_description.dart | Dart | www.github.com/Majuo/thesis/tree/main/sudoku_app/lib/widgets/techniques_descriptions/x_wing_description.dart | https://raw.githubusercontent.com/Majuo/thesis/b8af551/sudoku_app/lib/widgets/techniques_descriptions/x_wing_description.dart | Majuo/thesis b8af551 sudoku_app/lib/widgets/techniques_descriptions/x_wing_description.dart | true | 200 | 4,112 | import 'package:flutter/material.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import '../../game_internals/sudoku_problem.dart';
import '../../pages/technique_page.dart';
import '../sudoku_problem_widget.dart';
class XWingDescription extends StatefulWidget {
const XWingDescription({super.key... | 4 |
Alet2003/Mio | dc30cf6 | Ahmiraunpuerquito-main/flutter/ejercicios/lib/3.dart | Dart | www.github.com/Alet2003/Mio/tree/main/Ahmiraunpuerquito-main/flutter/ejercicios/lib/3.dart | https://raw.githubusercontent.com/Alet2003/Mio/dc30cf6/Ahmiraunpuerquito-main/flutter/ejercicios/lib/3.dart | Alet2003/Mio dc30cf6 Ahmiraunpuerquito-main/flutter/ejercicios/lib/3.dart | true | 200 | 1,273 | // ignore_for_file: file_names
import 'package:flutter/material.dart';
import '1.dart';
class TerceraVista extends StatelessWidget {
const TerceraVista({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('ACCION'),
),
bod... | 3 |
DiogoYamauti/Atividade5_N2 | 9c5d1df | lib/main.dart | Dart | www.github.com/DiogoYamauti/Atividade5_N2/tree/main/lib/main.dart | https://raw.githubusercontent.com/DiogoYamauti/Atividade5_N2/9c5d1df/lib/main.dart | DiogoYamauti/Atividade5_N2 9c5d1df lib/main.dart | true | 200 | 2,191 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
void main() {
runApp(MaterialApp(
home: HomeScreen(),
));
}
class HomeScreen extends StatefulWidget {
@override
_HomeScreenState createState() => _HomeScreenState();
}
class _HomeScreenState extends St... | 6 |
AmmarAwan0147/Android-Stdio-Projects | 742034f | ten_widgets/lib/main.dart | Dart | www.github.com/AmmarAwan0147/Android-Stdio-Projects/tree/main/ten_widgets/lib/main.dart | https://raw.githubusercontent.com/AmmarAwan0147/Android-Stdio-Projects/742034f/ten_widgets/lib/main.dart | AmmarAwan0147/Android-Stdio-Projects 742034f ten_widgets/lib/main.dart | true | 200 | 2,849 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaf... | 7 |
odmaroliv/logdoor | daa09b2 | lib/core/services/qr_service.dart | Dart | www.github.com/odmaroliv/logdoor/tree/main/lib/core/services/qr_service.dart | https://raw.githubusercontent.com/odmaroliv/logdoor/daa09b2/lib/core/services/qr_service.dart | odmaroliv/logdoor daa09b2 lib/core/services/qr_service.dart | true | 200 | 5,369 | import 'dart:convert';
import 'package:crypto/crypto.dart';
import 'package:encrypt/encrypt.dart' as encrypt;
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
import '../models/access.dart';
import '../utils/logger.dart';
class QRService {
static final QRService _instance = QRService._internal();... | 0 |
nadaAlraei/graduate_project | b85029a | lib/screen/component/Make.dart | Dart | www.github.com/nadaAlraei/graduate_project/tree/main/lib/screen/component/Make.dart | https://raw.githubusercontent.com/nadaAlraei/graduate_project/b85029a/lib/screen/component/Make.dart | nadaAlraei/graduate_project b85029a lib/screen/component/Make.dart | true | 200 | 597 | import 'package:flutter/material.dart';
import 'package:graduate_project/screen/component/Make.Body.dart';
class make extends StatelessWidget {
const make({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
leading: Image(
im... | 2 |
anasilvamorais/Gerenciador-Planetas-APK | 0332f7f | lib/telas/tela_planeta.dart | Dart | www.github.com/anasilvamorais/Gerenciador-Planetas-APK/tree/main/lib/telas/tela_planeta.dart | https://raw.githubusercontent.com/anasilvamorais/Gerenciador-Planetas-APK/0332f7f/lib/telas/tela_planeta.dart | anasilvamorais/Gerenciador-Planetas-APK 0332f7f lib/telas/tela_planeta.dart | true | 200 | 5,903 | import 'package:flutter/material.dart';
import '../controle/controle_planeta.dart';
import '../modelo/planeta.dart';
class TelaPlaneta extends StatefulWidget {
final bool isIncluir;
final Planeta planeta;
final Function() onFinalizado;
const TelaPlaneta({
super.key,
required this.isIncluir,
requir... | 5 |
Katrinasms/Flutter-ecom-app-template-admin | ea73f62 | lib/features/add/add.dart | Dart | www.github.com/Katrinasms/Flutter-ecom-app-template-admin/tree/main/lib/features/add/add.dart | https://raw.githubusercontent.com/Katrinasms/Flutter-ecom-app-template-admin/ea73f62/lib/features/add/add.dart | Katrinasms/Flutter-ecom-app-template-admin ea73f62 lib/features/add/add.dart | true | 200 | 7,708 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:seller_shop/features/add/services/add_service.dart';
import 'package:seller_shop/features/auth/service/auth_services.dart';
import 'package:seller_shop/features/models/products.dart';
import 'package:image_picker/image_picker.dart';
class Add ex... | 3 |
AnatoliyRoslyakov/web_messenger_bloc | 2583328 | lib/service/repository.dart | Dart | www.github.com/AnatoliyRoslyakov/web_messenger_bloc/tree/main/lib/service/repository.dart | https://raw.githubusercontent.com/AnatoliyRoslyakov/web_messenger_bloc/2583328/lib/service/repository.dart | AnatoliyRoslyakov/web_messenger_bloc 2583328 lib/service/repository.dart | true | 200 | 1,070 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart' show rootBundle;
import 'package:shared_preferences/shared_preferences.dart';
import '../model/chat_model.dart';
class ChatRepository {
static Future<ChatModel> loadChatData() async {
try {
String jsonStr... | 6 |
bastokr/flutter_ios_app | 55eb6b9 | lib/presentation/detail_screen/binding/detail_binding.dart | Dart | www.github.com/bastokr/flutter_ios_app/tree/main/lib/presentation/detail_screen/binding/detail_binding.dart | https://raw.githubusercontent.com/bastokr/flutter_ios_app/55eb6b9/lib/presentation/detail_screen/binding/detail_binding.dart | bastokr/flutter_ios_app 55eb6b9 lib/presentation/detail_screen/binding/detail_binding.dart | true | 200 | 352 | import '../controller/detail_controller.dart';
import 'package:get/get.dart';
/// A binding class for the DetailScreen.
///
/// This class ensures that the DetailController is created when the
/// DetailScreen is first loaded.
class DetailBinding extends Bindings {
@override
void dependencies() {
Get.lazyPut((... | 1 |
Mr-Manpreet-Singh/studentFeeManagement | 213076f | lib/providers/fee_logs_provider.dart | Dart | www.github.com/Mr-Manpreet-Singh/studentFeeManagement/tree/main/lib/providers/fee_logs_provider.dart | https://raw.githubusercontent.com/Mr-Manpreet-Singh/studentFeeManagement/213076f/lib/providers/fee_logs_provider.dart | Mr-Manpreet-Singh/studentFeeManagement 213076f lib/providers/fee_logs_provider.dart | true | 200 | 1,848 | import 'package:feemanagement/models/student_feelog_model.dart';
import 'package:feemanagement/utility/database_helper.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
// DatabaseHelper dbHelper = DatabaseHelper();
class FeeLogsNotifier extends StateNotifier<Li... | 7 |
sahilgarg156/Color-Filling-Flutter | 911c8ec | lib/main.dart | Dart | www.github.com/sahilgarg156/Color-Filling-Flutter/tree/main/lib/main.dart | https://raw.githubusercontent.com/sahilgarg156/Color-Filling-Flutter/911c8ec/lib/main.dart | sahilgarg156/Color-Filling-Flutter 911c8ec lib/main.dart | true | 200 | 918 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:get/get.dart';
import 'routes.dart';
import 'util/custom_colors.dart';
import 'views/splash/splash_binding.dart';
import 'views/splash/splash_screen.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessW... | 4 |
AbhishekBhat7/AikyamMobile | 59de6ae | lib/authentication/Libraries/button.dart | Dart | www.github.com/AbhishekBhat7/AikyamMobile/tree/main/lib/authentication/Libraries/button.dart | https://raw.githubusercontent.com/AbhishekBhat7/AikyamMobile/59de6ae/lib/authentication/Libraries/button.dart | AbhishekBhat7/AikyamMobile 59de6ae lib/authentication/Libraries/button.dart | true | 200 | 2,601 | import 'package:flutter/material.dart';
class CustomLoginButton extends StatefulWidget {
final String text;
final VoidCallback onPressed;
const CustomLoginButton({
Key? key,
required this.text,
required this.onPressed,
}) : super(key: key);
@override
_CustomLoginButtonState createState() => _... | 0 |
mohammednajy/TalantsValleyApp | d933f2e | lib/data/controller/counrty_controller.dart | Dart | www.github.com/mohammednajy/TalantsValleyApp/tree/main/lib/data/controller/counrty_controller.dart | https://raw.githubusercontent.com/mohammednajy/TalantsValleyApp/d933f2e/lib/data/controller/counrty_controller.dart | mohammednajy/TalantsValleyApp d933f2e lib/data/controller/counrty_controller.dart | true | 200 | 815 | import 'dart:convert';
import 'package:flutter/cupertino.dart';
import 'package:flutter/services.dart';
import '../models/country_model.dart';
class CounteryController with ChangeNotifier {
List<CounteryModel> result = [];
CounteryModel? selectedPhoneNumber;
String? selectedCounrty;
countries() async {
f... | 5 |
Askssj4/drogueria_productos | 37da186 | lib/main.dart | Dart | www.github.com/Askssj4/drogueria_productos/tree/main/lib/main.dart | https://raw.githubusercontent.com/Askssj4/drogueria_productos/37da186/lib/main.dart | Askssj4/drogueria_productos 37da186 lib/main.dart | true | 200 | 1,788 | import 'package:drogueria_productos_pie/repositorio/get_generales_productos_notificador.dart';
import 'package:drogueria_productos_pie/responsive/desktop_scaffold.dart';
import 'package:drogueria_productos_pie/responsive/mobile_scaffold.dart';
import 'package:drogueria_productos_pie/responsive/responsive_layout.dart';
... | 3 |
Salman1804102/E-Complaint-Android-Application-Flutter | 99b2586 | lib/screens/signup_screen.dart | Dart | www.github.com/Salman1804102/E-Complaint-Android-Application-Flutter/tree/main/lib/screens/signup_screen.dart | https://raw.githubusercontent.com/Salman1804102/E-Complaint-Android-Application-Flutter/99b2586/lib/screens/signup_screen.dart | Salman1804102/E-Complaint-Android-Application-Flutter 99b2586 lib/screens/signup_screen.dart | true | 200 | 4,613 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:fluttertest/reusable_widgets/reusable_widget.dart';
import 'package:fluttertest/screens/home_screen.dart';
import 'package:fluttertest/utils/color_utils.dart';
import 'package:cloud_firestore/cloud_firestore.dart'... | 1 |
Gabrielhidro/flutterzap | 1da429e | lib/main.dart | Dart | www.github.com/Gabrielhidro/flutterzap/tree/main/lib/main.dart | https://raw.githubusercontent.com/Gabrielhidro/flutterzap/1da429e/lib/main.dart | Gabrielhidro/flutterzap 1da429e lib/main.dart | true | 200 | 14,515 | import 'dart:js_interop';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'firebase_options.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:firebase_database/firebase_database.dart';
import 'dar... | 6 |
MohamedKhaled8/Ecommerce-TeknoSoft | 063aa06 | lib/feature/home/widget/home_widget/custom_header_home_screen_widget.dart | Dart | www.github.com/MohamedKhaled8/Ecommerce-TeknoSoft/tree/main/lib/feature/home/widget/home_widget/custom_header_home_screen_widget.dart | https://raw.githubusercontent.com/MohamedKhaled8/Ecommerce-TeknoSoft/063aa06/lib/feature/home/widget/home_widget/custom_header_home_screen_widget.dart | MohamedKhaled8/Ecommerce-TeknoSoft 063aa06 lib/feature/home/widget/home_widget/custom_header_home_screen_widget.dart | true | 200 | 697 | import 'package:iconsax/iconsax.dart';
import 'package:flutter/material.dart';
import 'package:ecommerce/feature/home/widget/home_widget/custom_search_homescreen.dart';
import 'package:ecommerce/feature/home/widget/home_widget/custom_notification_home_screen_widget.dart';
class CustomHeaderHomeScreenWidget extends St... | 0 |
Marwanali2/Ecommerce-Store | 3ebcf34 | lib/features/auth/presentation/views/login_view.dart | Dart | www.github.com/Marwanali2/Ecommerce-Store/tree/main/lib/features/auth/presentation/views/login_view.dart | https://raw.githubusercontent.com/Marwanali2/Ecommerce-Store/3ebcf34/lib/features/auth/presentation/views/login_view.dart | Marwanali2/Ecommerce-Store 3ebcf34 lib/features/auth/presentation/views/login_view.dart | true | 200 | 9,277 | import 'package:ecommerce/core/utils/app_router.dart';
import 'package:ecommerce/core/utils/constants.dart';
import 'package:ecommerce/features/auth/presentation/views/register_view.dart';
import 'package:ecommerce/features/auth/presentation/views/widgets/formButton.dart';
import 'package:ecommerce/features/auth/presen... | 7 |
mahonch/Flutter_solovey | e7f62ab | flutter_application/lib/game/game_entry.dart | Dart | www.github.com/mahonch/Flutter_solovey/tree/main/flutter_application/lib/game/game_entry.dart | https://raw.githubusercontent.com/mahonch/Flutter_solovey/e7f62ab/flutter_application/lib/game/game_entry.dart | mahonch/Flutter_solovey e7f62ab flutter_application/lib/game/game_entry.dart | true | 200 | 1,125 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'game_model.dart';
class GameEntry extends StatelessWidget {
final TextEditingController scoreController = TextEditingController();
GameEntry({super.key});
@override
Widget build(BuildContext context) {
return Scaffol... | 2 |
HieuLmao/agriculture_app | b0303c4 | lib/styles.dart | Dart | www.github.com/HieuLmao/agriculture_app/tree/main/lib/styles.dart | https://raw.githubusercontent.com/HieuLmao/agriculture_app/b0303c4/lib/styles.dart | HieuLmao/agriculture_app b0303c4 lib/styles.dart | true | 200 | 220 | import 'package:flutter/material.dart';
var whiteColor = const Color(0xffffffff);
var blackColor = const Color(0xff000000);
// size
var small = 10.0;
var sx = 15.0;
var medium = 20.0;
var mx = 25.0;
var large = 30.0;
| 4 |
MohamedReda28/e-commers | 9302b78 | lib/features/Home/peresntation/views/widgets/InActiveItemNavigagtinBottonBar.dart | Dart | www.github.com/MohamedReda28/e-commers/tree/main/lib/features/Home/peresntation/views/widgets/InActiveItemNavigagtinBottonBar.dart | https://raw.githubusercontent.com/MohamedReda28/e-commers/9302b78/lib/features/Home/peresntation/views/widgets/InActiveItemNavigagtinBottonBar.dart | MohamedReda28/e-commers 9302b78 lib/features/Home/peresntation/views/widgets/InActiveItemNavigagtinBottonBar.dart | true | 200 | 341 | import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
class InActiveItem extends StatelessWidget {
const InActiveItem({super.key, required this.image});
final String image;
@override
Widget build(BuildContext context) {
return Container(color: Colors.transparent, child: SvgPicture.... | 3 |
Hamza-Bayar-2/Bed-Ridden-Monitor | 87f8520 | lib/app/my_app.dart | Dart | www.github.com/Hamza-Bayar-2/Bed-Ridden-Monitor/tree/main/lib/app/my_app.dart | https://raw.githubusercontent.com/Hamza-Bayar-2/Bed-Ridden-Monitor/87f8520/lib/app/my_app.dart | Hamza-Bayar-2/Bed-Ridden-Monitor 87f8520 lib/app/my_app.dart | true | 200 | 1,567 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:solution_challenge/content/app_colors.dart';
import '../pages/navigation_bar.dart';
import '../riverpod/riverpod_bottom_navigation_bar.dart';
class MyApp extends ConsumerStatefulWidget {
const My... | 1 |
marlonc98/samay_test | 1a6ebcb | lib/data/dto/project_from_local_dto.dart | Dart | www.github.com/marlonc98/samay_test/tree/main/lib/data/dto/project_from_local_dto.dart | https://raw.githubusercontent.com/marlonc98/samay_test/1a6ebcb/lib/data/dto/project_from_local_dto.dart | marlonc98/samay_test 1a6ebcb lib/data/dto/project_from_local_dto.dart | true | 200 | 923 | import 'package:samay/data/db/db_scheme.dart';
import 'package:samay/domain/entities/project_entity.dart';
class ProjectFromLocalDto {
static ProjectEntity fromJSON(Map<String, dynamic> json) {
return ProjectEntity(
id: json[ProjectTableScheme.id].toString(),
name: json[ProjectTableScheme.name],
... | 6 |
eaPeter/Easy-Life-flutter-app | 1b2462f | lib/components/like_icon.dart | Dart | www.github.com/eaPeter/Easy-Life-flutter-app/tree/main/lib/components/like_icon.dart | https://raw.githubusercontent.com/eaPeter/Easy-Life-flutter-app/1b2462f/lib/components/like_icon.dart | eaPeter/Easy-Life-flutter-app 1b2462f lib/components/like_icon.dart | true | 200 | 937 | import 'package:flutter/material.dart';
import '../constants.dart';
class LikeBtn extends StatefulWidget {
const LikeBtn({super.key, this.isLiked = false});
final bool isLiked;
@override
State<LikeBtn> createState() => _LikeBtnState();
}
class _LikeBtnState extends State<LikeBtn> {
late bool _isLiked = w... | 0 |
vaishalirajesh/jan_suraksha | d9cd8b5 | lib/model/response_model/UpdateStageResponse.dart | Dart | www.github.com/vaishalirajesh/jan_suraksha/tree/main/lib/model/response_model/UpdateStageResponse.dart | https://raw.githubusercontent.com/vaishalirajesh/jan_suraksha/d9cd8b5/lib/model/response_model/UpdateStageResponse.dart | vaishalirajesh/jan_suraksha d9cd8b5 lib/model/response_model/UpdateStageResponse.dart | true | 200 | 667 | import 'package:jan_suraksha/model/response_main_model/LoginResponseMainModel.dart';
import 'package:jan_suraksha/model/response_main_model/UpdateStageResponseMain.dart';
import 'package:jan_suraksha/services/response/tg_response.dart';
class UpdateStageResponse extends TGResponse {
UpdateStageResponseMain _updateSt... | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.