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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
TroupeyGit/TropeyWebAzureDemo | 1af40b3 | lib/login/viewmodel/LoginViewModel.dart | Dart | www.github.com/TroupeyGit/TropeyWebAzureDemo/tree/main/lib/login/viewmodel/LoginViewModel.dart | https://raw.githubusercontent.com/TroupeyGit/TropeyWebAzureDemo/1af40b3/lib/login/viewmodel/LoginViewModel.dart | TroupeyGit/TropeyWebAzureDemo 1af40b3 lib/login/viewmodel/LoginViewModel.dart | true | 200 | 364 | import 'package:flutter/material.dart';
class LoginViewModel{
final navigatorKey = GlobalKey<NavigatorState>();
// static final Config config = Config();
// final FlutterAadOauth oauth = FlutterAadOauth(config);
// Future<String?> signIn(String email, String password) async{
// final result ... | 7 |
amrelsaady98/e-commerce_app | ec93110 | lib/app/presentation/controllers/address/address_controller.dart | Dart | www.github.com/amrelsaady98/e-commerce_app/tree/main/lib/app/presentation/controllers/address/address_controller.dart | https://raw.githubusercontent.com/amrelsaady98/e-commerce_app/ec93110/lib/app/presentation/controllers/address/address_controller.dart | amrelsaady98/e-commerce_app ec93110 lib/app/presentation/controllers/address/address_controller.dart | true | 200 | 1,190 | import 'package:get/get.dart';
import 'package:shop_app/app/domain/entities/address.dart';
import 'package:shop_app/app/domain/use_cases/address_use_cases/get_local_addresses_use_case.dart';
import 'package:shop_app/app/domain/use_cases/address_use_cases/update_local_address_list_use_case.dart';
class AddressControlle... | 6 |
mariamrizwan01/E-Commerce-App | ee12fc3 | lib/presentation/products_tab_container_screen/products_tab_container_screen.dart | Dart | www.github.com/mariamrizwan01/E-Commerce-App/tree/main/lib/presentation/products_tab_container_screen/products_tab_container_screen.dart | https://raw.githubusercontent.com/mariamrizwan01/E-Commerce-App/ee12fc3/lib/presentation/products_tab_container_screen/products_tab_container_screen.dart | mariamrizwan01/E-Commerce-App ee12fc3 lib/presentation/products_tab_container_screen/products_tab_container_screen.dart | true | 200 | 5,690 | import 'package:mariam_s_application2/widgets/app_bar/custom_app_bar.dart';
import 'package:mariam_s_application2/widgets/app_bar/appbar_leading_iconbutton.dart';
import 'package:mariam_s_application2/widgets/app_bar/appbar_subtitle.dart';
import 'package:mariam_s_application2/widgets/app_bar/appbar_trailing_image.dart... | 5 |
aamirk1/expense | 2c46f85 | lib/widgets/expense_screen/expense_card.dart | Dart | www.github.com/aamirk1/expense/tree/main/lib/widgets/expense_screen/expense_card.dart | https://raw.githubusercontent.com/aamirk1/expense/2c46f85/lib/widgets/expense_screen/expense_card.dart | aamirk1/expense 2c46f85 lib/widgets/expense_screen/expense_card.dart | true | 200 | 1,114 | import 'package:expense/constants/icons.dart';
import 'package:expense/widgets/expense_screen/confirm_box.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import '../../models/expense.dart';
class ExpenseCard extends StatelessWidget {
const ExpenseCard({super.key, this.exp});
final ... | 0 |
kneelon/oktvv2 | d94af93 | lib/main.dart | Dart | www.github.com/kneelon/oktvv2/tree/main/lib/main.dart | https://raw.githubusercontent.com/kneelon/oktvv2/d94af93/lib/main.dart | kneelon/oktvv2 d94af93 lib/main.dart | true | 200 | 3,622 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_app_check/firebase_app_check.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:oktvv2/data/datasource/remote/firebase_remote_datasource.... | 4 |
Anthony-10/web_project_c | b8bd3b9 | lib/youtube_player.dart | Dart | www.github.com/Anthony-10/web_project_c/tree/main/lib/youtube_player.dart | https://raw.githubusercontent.com/Anthony-10/web_project_c/b8bd3b9/lib/youtube_player.dart | Anthony-10/web_project_c b8bd3b9 lib/youtube_player.dart | true | 200 | 1,197 | import 'dart:html' as html;
import 'package:flutter/material.dart';
class YouTubePlayer extends StatefulWidget {
final String videoId;
const YouTubePlayer({super.key, required this.videoId});
@override
_YouTubePlayerState createState() => _YouTubePlayerState();
}
class _YouTubePlayerState extends State<YouT... | 1 |
GetDutchie/brick | cff7fdf | packages/brick_offline_first_with_graphql/test/graphql_offline_request_queue_test.dart | Dart | www.github.com/GetDutchie/brick/tree/main/packages/brick_offline_first_with_graphql/test/graphql_offline_request_queue_test.dart | https://raw.githubusercontent.com/GetDutchie/brick/cff7fdf/packages/brick_offline_first_with_graphql/test/graphql_offline_request_queue_test.dart | GetDutchie/brick cff7fdf packages/brick_offline_first_with_graphql/test/graphql_offline_request_queue_test.dart | true | 200 | 1,195 | import 'package:brick_offline_first_with_graphql/src/graphql_offline_queue_link.dart';
import 'package:brick_offline_first_with_graphql/src/graphql_offline_request_queue.dart';
import 'package:brick_offline_first_with_graphql/src/graphql_request_sqlite_cache_manager.dart';
import 'package:sqflite_common_ffi/sqflite_ffi... | 3 |
hoonk0/meb_stock_program | 95fb089 | lib/main.dart | Dart | www.github.com/hoonk0/meb_stock_program/tree/main/lib/main.dart | https://raw.githubusercontent.com/hoonk0/meb_stock_program/95fb089/lib/main.dart | hoonk0/meb_stock_program 95fb089 lib/main.dart | true | 200 | 610 | import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'firebase_options.dart';
import 'login.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
await Future.wait([
Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform),
// i... | 2 |
PartsConnect/PCFitmentMobileApp | 4c19939 | Application/pcfitment/lib/component/loader.dart | Dart | www.github.com/PartsConnect/PCFitmentMobileApp/tree/main/Application/pcfitment/lib/component/loader.dart | https://raw.githubusercontent.com/PartsConnect/PCFitmentMobileApp/4c19939/Application/pcfitment/lib/component/loader.dart | PartsConnect/PCFitmentMobileApp 4c19939 Application/pcfitment/lib/component/loader.dart | true | 200 | 458 | import 'package:flutter/material.dart';
class CustomLoader extends StatelessWidget {
const CustomLoader({super.key});
@override
Widget build(BuildContext context) {
return Center(
child: Image.asset(
'assets/images/ic_app_logo.gif', // Replace with your custom loading GIF image
width: ... | 6 |
0yco/KakaoLlama | 749de83 | lib/src/models/room.model.dart | Dart | www.github.com/0yco/KakaoLlama/tree/main/lib/src/models/room.model.dart | https://raw.githubusercontent.com/0yco/KakaoLlama/749de83/lib/src/models/room.model.dart | 0yco/KakaoLlama 749de83 lib/src/models/room.model.dart | true | 200 | 993 | import 'package:json_annotation/json_annotation.dart';
part 'room.model.g.dart';
@JsonSerializable()
class Message {
String content;
DateTime dateTime;
bool isAgentName;
Message({required this.content, required this.dateTime, this.isAgentName = false});
factory Message.fromJson(Map<String, dynamic> json) ... | 7 |
SunatilloAbduvaliyev/roud24 | 205b26f | lib/data/model/user_model/user_model.dart | Dart | www.github.com/SunatilloAbduvaliyev/roud24/tree/main/lib/data/model/user_model/user_model.dart | https://raw.githubusercontent.com/SunatilloAbduvaliyev/roud24/205b26f/lib/data/model/user_model/user_model.dart | SunatilloAbduvaliyev/roud24 205b26f lib/data/model/user_model/user_model.dart | true | 200 | 2,073 | import 'package:roud24/data/model/image_model/image_model.dart';
import 'jarima/jarima_model.dart';
class UserModel {
final String carNumber;
final String color;
final ImageModel imageModel;
final List<JarimaModel> jarimalar;
final String textPasswordDate;
final String straxovka;
UserModel({
requir... | 5 |
Suheb786/crossRepoPushTest | 7ceed80 | lib/feature/forgot_password/create_new_password/create_new_password_page.dart | Dart | www.github.com/Suheb786/crossRepoPushTest/tree/main/lib/feature/forgot_password/create_new_password/create_new_password_page.dart | https://raw.githubusercontent.com/Suheb786/crossRepoPushTest/7ceed80/lib/feature/forgot_password/create_new_password/create_new_password_page.dart | Suheb786/crossRepoPushTest 7ceed80 lib/feature/forgot_password/create_new_password/create_new_password_page.dart | true | 200 | 1,537 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:neo_bank/base/base_page.dart';
import 'package:neo_bank/di/forgot_password/forgot_password_modules.dart';
import 'package:neo_bank/feature/forgot_password/create_new_password/create_new_password_page_view.da... | 0 |
numen111104/nide_tix | 229582d | lib/pages/splash_screen.dart | Dart | www.github.com/numen111104/nide_tix/tree/main/lib/pages/splash_screen.dart | https://raw.githubusercontent.com/numen111104/nide_tix/229582d/lib/pages/splash_screen.dart | numen111104/nide_tix 229582d lib/pages/splash_screen.dart | true | 200 | 1,426 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:nide_tix/shared/theme.dart';
class SplashScreenPage extends StatefulWidget {
const SplashScreenPage({super.key});
@override
State<SplashScreenPage> createState() => _SplashScreenPageState();
}
class _SplashScreenPageState extends Sta... | 4 |
EDDI-RobotAcademy/next-page | 74d28bf | next-page-flutter/app/lib/novelCategory/screens/all_category_screen.dart | Dart | www.github.com/EDDI-RobotAcademy/next-page/tree/main/next-page-flutter/app/lib/novelCategory/screens/all_category_screen.dart | https://raw.githubusercontent.com/EDDI-RobotAcademy/next-page/74d28bf/next-page-flutter/app/lib/novelCategory/screens/all_category_screen.dart | EDDI-RobotAcademy/next-page 74d28bf next-page-flutter/app/lib/novelCategory/screens/all_category_screen.dart | true | 200 | 10,481 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../../novel/api/novel_responses.dart';
import '../../novel/api/spring_novel_api.dart';
import '../../utility/providers/novel_list_provider.dart';
import '../widgets/custom_horizontal_card.da... | 1 |
dafirfirman/absensi | 75e11ae | lib/page/profile_lengkap_page.dart | Dart | www.github.com/dafirfirman/absensi/tree/main/lib/page/profile_lengkap_page.dart | https://raw.githubusercontent.com/dafirfirman/absensi/75e11ae/lib/page/profile_lengkap_page.dart | dafirfirman/absensi 75e11ae lib/page/profile_lengkap_page.dart | true | 200 | 8,878 | import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:shared_preferences/shared_preferences.dart';
import 'dart:convert';
class ProfileLengkapPage extends StatefulWidget {
@override
_ProfileLengkapPageState createState() => _ProfileLengkapPageState();
}
class _ProfileLen... | 3 |
Keyvan14162/alltalk_translate | 107d5a8 | lib/screens/home_page.dart | Dart | www.github.com/Keyvan14162/alltalk_translate/tree/main/lib/screens/home_page.dart | https://raw.githubusercontent.com/Keyvan14162/alltalk_translate/107d5a8/lib/screens/home_page.dart | Keyvan14162/alltalk_translate 107d5a8 lib/screens/home_page.dart | true | 200 | 16,896 | import 'dart:async';
import 'package:easy_localization/easy_localization.dart';
import 'package:alltalk_translate/constants/all_talk_icons_icons.dart';
import 'package:alltalk_translate/constants/color_consts.dart';
import 'package:alltalk_translate/generated/locale_keys.g.dart';
import 'package:alltalk_translate/helpe... | 2 |
shreyxnsh/stone-india | e6715f1 | lib/main.dart | Dart | www.github.com/shreyxnsh/stone-india/tree/main/lib/main.dart | https://raw.githubusercontent.com/shreyxnsh/stone-india/e6715f1/lib/main.dart | shreyxnsh/stone-india e6715f1 lib/main.dart | true | 200 | 2,854 | import 'package:firebase_core/firebase_core.dart';
import 'package:firebase_messaging/firebase_messaging.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_app_badger/flutter_app_badger.dart';
import 'package:nb_utils/nb_utils.dart';
import 'package:stoneindia... | 7 |
Charles787205/bookhub-flutter | af17a83 | lib/scripts/book_services.dart | Dart | www.github.com/Charles787205/bookhub-flutter/tree/main/lib/scripts/book_services.dart | https://raw.githubusercontent.com/Charles787205/bookhub-flutter/af17a83/lib/scripts/book_services.dart | Charles787205/bookhub-flutter af17a83 lib/scripts/book_services.dart | true | 200 | 336 | import "package:google_books_api/google_books_api.dart";
class BookServices {
static Future<List<Book>> searchBooksByCategory(String category) async {
if (category == "") {
return [];
}
final books = await const GoogleBooksApi()
.searchBooks(category, queryType: QueryType.subject);
retu... | 0 |
Atuoha/flutter_bloc_dive2 | f57a5e7 | lib/business_logic/authentication/profile/profile_cubit.dart | Dart | www.github.com/Atuoha/flutter_bloc_dive2/tree/main/lib/business_logic/authentication/profile/profile_cubit.dart | https://raw.githubusercontent.com/Atuoha/flutter_bloc_dive2/f57a5e7/lib/business_logic/authentication/profile/profile_cubit.dart | Atuoha/flutter_bloc_dive2 f57a5e7 lib/business_logic/authentication/profile/profile_cubit.dart | true | 200 | 877 | import 'package:bloc/bloc.dart';
import 'package:equatable/equatable.dart';
import '../../../constants/enums/process_status.dart';
import '../../../data/models/auth/custom_error.dart';
import '../../../data/models/auth/user.dart';
import '../../../repositories/profile_repositories.dart';
part 'profile_state.dart';
c... | 4 |
ghozimahdi/playstation_app | dd3de35 | lib/features/home/presentation/game_detail/bloc/game_detail_bloc.dart | Dart | www.github.com/ghozimahdi/playstation_app/tree/main/lib/features/home/presentation/game_detail/bloc/game_detail_bloc.dart | https://raw.githubusercontent.com/ghozimahdi/playstation_app/dd3de35/lib/features/home/presentation/game_detail/bloc/game_detail_bloc.dart | ghozimahdi/playstation_app dd3de35 lib/features/home/presentation/game_detail/bloc/game_detail_bloc.dart | true | 200 | 2,274 | import 'dart:async';
import 'package:dartz/dartz.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:freezed_annotation/freezed_annotation.dart';
import 'package:injectable/injectable.dart';
import 'package:ps5_99/common/failure.dart';
import 'package:ps5_99/common/result.dart';
import 'package:ps5... | 1 |
Saleem-Talha/Harmoni-Hub | b147d61 | harmonic_hub/lib/splash.dart | Dart | www.github.com/Saleem-Talha/Harmoni-Hub/tree/main/harmonic_hub/lib/splash.dart | https://raw.githubusercontent.com/Saleem-Talha/Harmoni-Hub/b147d61/harmonic_hub/lib/splash.dart | Saleem-Talha/Harmoni-Hub b147d61 harmonic_hub/lib/splash.dart | true | 200 | 1,371 | import 'package:flutter/material.dart';
import 'main.dart';
import 'welcome.dart';
class Splash extends StatefulWidget {
const Splash({super.key});
@override
State<Splash> createState() => _SplashState();
}
class _SplashState extends State<Splash> {
void initState() {
super.initState();
_navigatetoh... | 6 |
jander96/popular_movies | 80d8560 | lib/src/presenter/screens/details/details_screen.dart | Dart | www.github.com/jander96/popular_movies/tree/main/lib/src/presenter/screens/details/details_screen.dart | https://raw.githubusercontent.com/jander96/popular_movies/80d8560/lib/src/presenter/screens/details/details_screen.dart | jander96/popular_movies 80d8560 lib/src/presenter/screens/details/details_screen.dart | true | 200 | 5,697 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:popular_movies/src/presenter/screens/details/details_state.dart';
import 'package:popular_movies/src/presenter/screens/details/details_view_model.dart';
import '../../../domain/models/movie.dart';
class MoviePage ... | 5 |
Swayamshu/mangako-app | be61b2a | lib/components/carousel.dart | Dart | www.github.com/Swayamshu/mangako-app/tree/main/lib/components/carousel.dart | https://raw.githubusercontent.com/Swayamshu/mangako-app/be61b2a/lib/components/carousel.dart | Swayamshu/mangako-app be61b2a lib/components/carousel.dart | true | 200 | 1,756 | import 'package:flutter/material.dart';
import 'package:manga_ko/components/carousel_card.dart';
import 'package:manga_ko/models/home.dart';
class Carousel extends StatefulWidget {
final String carouselTitle;
final List<CardData> cards;
const Carousel({super.key, required this.carouselTitle, required this.cards... | 3 |
AinialJing/wanAndroidFlutter | c974a71 | lib/home/dao/home_dao.dart | Dart | www.github.com/AinialJing/wanAndroidFlutter/tree/main/lib/home/dao/home_dao.dart | https://raw.githubusercontent.com/AinialJing/wanAndroidFlutter/c974a71/lib/home/dao/home_dao.dart | AinialJing/wanAndroidFlutter c974a71 lib/home/dao/home_dao.dart | true | 200 | 1,995 | import 'package:flutter/cupertino.dart';
import 'package:wan_android_flutter/home/entities/home_list_entity.dart';
import 'package:wan_android_flutter/home/request/home_banner_request.dart';
import 'package:wan_android_flutter/home/request/home_cancel_collect_request.dart';
import 'package:wan_android_flutter/home/... | 2 |
Agrotic-Supagro/ApexVigne | 0616eba | lib/pages/parcel_detail/widgets/ic_apex_line_chart.widget.dart | Dart | www.github.com/Agrotic-Supagro/ApexVigne/tree/main/lib/pages/parcel_detail/widgets/ic_apex_line_chart.widget.dart | https://raw.githubusercontent.com/Agrotic-Supagro/ApexVigne/0616eba/lib/pages/parcel_detail/widgets/ic_apex_line_chart.widget.dart | Agrotic-Supagro/ApexVigne 0616eba lib/pages/parcel_detail/widgets/ic_apex_line_chart.widget.dart | true | 200 | 4,857 | import 'package:apex_vigne/collections/session.collection.dart';
import 'package:apex_vigne/services/calculations.service.dart';
import 'package:apex_vigne/utils/format_date.dart';
import 'package:flutter/material.dart';
import 'package:fl_chart/fl_chart.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dar... | 7 |
shihabksaleem/flutter-ui | 108bf21 | lib/Hotel app/hotelsMainScreen/HotelAppHome.dart | Dart | www.github.com/shihabksaleem/flutter-ui/tree/main/lib/Hotel app/hotelsMainScreen/HotelAppHome.dart | https://raw.githubusercontent.com/shihabksaleem/flutter-ui/108bf21/lib/Hotel%20app/hotelsMainScreen/HotelAppHome.dart | shihabksaleem/flutter-ui 108bf21 lib/Hotel app/hotelsMainScreen/HotelAppHome.dart | true | 200 | 1,618 | // ignore_for_file: prefer_const_constructors, prefer_const_literals_to_create_immutables, use_key_in_widget_constructors
import 'package:assignment_ui/Hotel%20app/explore_hotels/hotel_explore_screen.dart';
import 'package:assignment_ui/Hotel%20app/home_screen/hotels_home_screen.dart';
import 'package:flutter/material... | 0 |
JosteveGit/droidcon23 | 4b5b921 | lib/implicit_animations/animated_positioned_example.dart | Dart | www.github.com/JosteveGit/droidcon23/tree/main/lib/implicit_animations/animated_positioned_example.dart | https://raw.githubusercontent.com/JosteveGit/droidcon23/4b5b921/lib/implicit_animations/animated_positioned_example.dart | JosteveGit/droidcon23 4b5b921 lib/implicit_animations/animated_positioned_example.dart | true | 200 | 1,302 | import 'package:flutter/material.dart';
class AnimatedPositionedExample extends StatefulWidget {
const AnimatedPositionedExample({super.key});
@override
State<AnimatedPositionedExample> createState() =>
_AnimatedPositionedExampleState();
}
class _AnimatedPositionedExampleState extends State<AnimatedPosit... | 4 |
njuneidi/gather_for_Dhikr | 423cfe5 | lib/src/features/dhikr/domain/dhikr.dart | Dart | www.github.com/njuneidi/gather_for_Dhikr/tree/main/lib/src/features/dhikr/domain/dhikr.dart | https://raw.githubusercontent.com/njuneidi/gather_for_Dhikr/423cfe5/lib/src/features/dhikr/domain/dhikr.dart | njuneidi/gather_for_Dhikr 423cfe5 lib/src/features/dhikr/domain/dhikr.dart | true | 200 | 2,288 | // ignore_for_file: public_member_api_docs, sort_constructors_first
class Dhikr {
const Dhikr({
required this.id,
required this.imageUrl,
required this.description,
this.counter1,
this.counter2,
this.counter3,
this.counter4,
this.counter5,
this.counter6,
this.counter7,
});
... | 1 |
profcarlosadao/aula-01_variaveis-privadas | 12d40c6 | lib/container/example.dart | Dart | www.github.com/profcarlosadao/aula-01_variaveis-privadas/tree/main/lib/container/example.dart | https://raw.githubusercontent.com/profcarlosadao/aula-01_variaveis-privadas/12d40c6/lib/container/example.dart | profcarlosadao/aula-01_variaveis-privadas 12d40c6 lib/container/example.dart | true | 200 | 774 | import 'package:flutter/material.dart';
class ExampleContainer extends StatelessWidget {
const ExampleContainer({super.key});
@override
Widget build(BuildContext context) {
final sizeScreen = MediaQuery.of(context).size;
final width = sizeScreen.width;
final height = sizeScreen.height;
return S... | 6 |
fadyZaherEng/orders | fc07b73 | lib/modules/admin_screen/today_orders/orders.dart | Dart | www.github.com/fadyZaherEng/orders/tree/main/lib/modules/admin_screen/today_orders/orders.dart | https://raw.githubusercontent.com/fadyZaherEng/orders/fc07b73/lib/modules/admin_screen/today_orders/orders.dart | fadyZaherEng/orders fc07b73 lib/modules/admin_screen/today_orders/orders.dart | true | 200 | 20,649 | // ignore_for_file: must_be_immutable
import 'package:conditional_builder_null_safety/conditional_builder_null_safety.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:orders/layout/cubit/cubit.dart... | 5 |
vyvanhungbg/Movie-Streamming-App | 93129c1 | lib/src/persentation/favorite/bloc/favorite_movie_bloc.dart | Dart | www.github.com/vyvanhungbg/Movie-Streamming-App/tree/main/lib/src/persentation/favorite/bloc/favorite_movie_bloc.dart | https://raw.githubusercontent.com/vyvanhungbg/Movie-Streamming-App/93129c1/lib/src/persentation/favorite/bloc/favorite_movie_bloc.dart | vyvanhungbg/Movie-Streamming-App 93129c1 lib/src/persentation/favorite/bloc/favorite_movie_bloc.dart | true | 200 | 1,828 | import 'dart:async';
import 'package:bloc/bloc.dart';
import 'package:cinema/src/base/data/data_state.dart';
import 'package:cinema/src/base/data/data_status.dart';
import 'package:cinema/src/base/eror/base_error.dart';
import 'package:cinema/src/domain/use_cases/favorite/get_all_movie_favorite_use_case.dart';
import... | 7 |
larleynn/Feroser | 526590d | lib/WelcomePage.dart | Dart | www.github.com/larleynn/Feroser/tree/main/lib/WelcomePage.dart | https://raw.githubusercontent.com/larleynn/Feroser/526590d/lib/WelcomePage.dart | larleynn/Feroser 526590d lib/WelcomePage.dart | true | 200 | 3,565 | import 'package:flutter/material.dart';
import 'PickerPage.dart';
import 'header.dart';
class WelcomePage extends StatelessWidget {
const WelcomePage({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
extendBodyBehindAppBar: true,
appBar: const SharedHeader(
ti... | 0 |
Sadeem-Asim/quiz-cash-dapp | 72cf7da | lib/widgets/tab_bar_icons.dart | Dart | www.github.com/Sadeem-Asim/quiz-cash-dapp/tree/main/lib/widgets/tab_bar_icons.dart | https://raw.githubusercontent.com/Sadeem-Asim/quiz-cash-dapp/72cf7da/lib/widgets/tab_bar_icons.dart | Sadeem-Asim/quiz-cash-dapp 72cf7da lib/widgets/tab_bar_icons.dart | true | 200 | 1,141 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
class TabBarIconButton extends StatelessWidget {
final Color iconColor;
final Color textColor;
final String text;
final VoidCallback onPress;
final String iconImage;
const TabBarIconButton(
{super.ke... | 1 |
biftu123/flutter-ecommerice-app- | 687907b | lib/view/home/address/shippingadress.dart | Dart | www.github.com/biftu123/flutter-ecommerice-app-/tree/main/lib/view/home/address/shippingadress.dart | https://raw.githubusercontent.com/biftu123/flutter-ecommerice-app-/687907b/lib/view/home/address/shippingadress.dart | biftu123/flutter-ecommerice-app- 687907b lib/view/home/address/shippingadress.dart | true | 200 | 4,650 | import 'package:flutter/material.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
import 'package:google_maps_flutter_platform_interface/google_maps_flutter_platform_interface.dart';
import 'package:google_maps_flutter_android/google_maps_flutter_android.dart';
import 'package:geolocator/geolocator... | 2 |
Hansell8a/FICHA-FAMILIAR-APP | 5d7143b | lib/presentation/screens/family_sheet/widgets/custom_select_widget.dart | Dart | www.github.com/Hansell8a/FICHA-FAMILIAR-APP/tree/main/lib/presentation/screens/family_sheet/widgets/custom_select_widget.dart | https://raw.githubusercontent.com/Hansell8a/FICHA-FAMILIAR-APP/5d7143b/lib/presentation/screens/family_sheet/widgets/custom_select_widget.dart | Hansell8a/FICHA-FAMILIAR-APP 5d7143b lib/presentation/screens/family_sheet/widgets/custom_select_widget.dart | true | 200 | 2,322 | import 'package:dropdown_search/dropdown_search.dart';
import 'package:flutter/material.dart';
import 'package:flutter_boiler/data/models/options_catalog_model.dart';
class CustomSelectWidget extends StatelessWidget {
const CustomSelectWidget({
Key? key,
required this.options,
required this.initialValue,... | 3 |
LyNNxMooon/The-Movie-DB-Json-API-testing- | 2a70c16 | lib/network/response/data_agent/now_playing_data_agent_impl.dart | Dart | www.github.com/LyNNxMooon/The-Movie-DB-Json-API-testing-/tree/main/lib/network/response/data_agent/now_playing_data_agent_impl.dart | https://raw.githubusercontent.com/LyNNxMooon/The-Movie-DB-Json-API-testing-/2a70c16/lib/network/response/data_agent/now_playing_data_agent_impl.dart | LyNNxMooon/The-Movie-DB-Json-API-testing- 2a70c16 lib/network/response/data_agent/now_playing_data_agent_impl.dart | true | 200 | 744 | import 'package:dio/dio.dart';
import 'package:movie_app/data/vos/now_playing_vos/results_vo.dart';
import 'package:movie_app/network/response/api/now_playing_api.dart';
import 'package:movie_app/network/response/data_agent/now_playing_data_agent.dart';
class NowPlayingDataAgentImpl extends NowPlayingDataAgent {
lat... | 6 |
mmtdemr42/food_app | f2f8209 | lib/utils/dio_connectivity_retrier.dart | Dart | www.github.com/mmtdemr42/food_app/tree/main/lib/utils/dio_connectivity_retrier.dart | https://raw.githubusercontent.com/mmtdemr42/food_app/f2f8209/lib/utils/dio_connectivity_retrier.dart | mmtdemr42/food_app f2f8209 lib/utils/dio_connectivity_retrier.dart | true | 200 | 1,391 | import 'dart:async';
import 'package:connectivity_plus/connectivity_plus.dart';
import 'package:dio/dio.dart';
class DioConnectivityRequestRetrier {
var dio = Dio();
final Connectivity connectivity;
DioConnectivityRequestRetrier({
required this.dio,
required this.connectivity,
});
Future<Response>... | 4 |
FEZEKIL/Expense-Tracking-App | d7f0848 | lib/widgets/add_tag_dialog.dart | Dart | www.github.com/FEZEKIL/Expense-Tracking-App/tree/main/lib/widgets/add_tag_dialog.dart | https://raw.githubusercontent.com/FEZEKIL/Expense-Tracking-App/d7f0848/lib/widgets/add_tag_dialog.dart | FEZEKIL/Expense-Tracking-App d7f0848 lib/widgets/add_tag_dialog.dart | true | 200 | 1,538 | // ignore_for_file: library_private_types_in_public_api
import 'package:provider/provider.dart';
import 'package:flutter/material.dart';
import '../models/tag.dart';
import '../providers/expense_provider.dart';
class AddTagDialog extends StatefulWidget {
final Function(Tag) onAdd;
const AddTagDialog({super.key,... | 7 |
almayawn/bit_cake | c9a4279 | lib/widgets/menu_card.dart | Dart | www.github.com/almayawn/bit_cake/tree/main/lib/widgets/menu_card.dart | https://raw.githubusercontent.com/almayawn/bit_cake/c9a4279/lib/widgets/menu_card.dart | almayawn/bit_cake c9a4279 lib/widgets/menu_card.dart | true | 200 | 3,010 | import 'package:flutter/material.dart';
import 'package:pbp_django_auth/pbp_django_auth.dart';
import 'package:provider/provider.dart';
import 'package:bit_cake/screens/cake_form.dart';
import 'package:bit_cake/screens/cake_list.dart';
import 'package:bit_cake/screens/login.dart';
class MenuItem {
final String name;... | 0 |
sadespresso/moment_dart | df0bf3b | lib/src/localizations/mn_Mong_MN.dart | Dart | www.github.com/sadespresso/moment_dart/tree/main/lib/src/localizations/mn_Mong_MN.dart | https://raw.githubusercontent.com/sadespresso/moment_dart/df0bf3b/lib/src/localizations/mn_Mong_MN.dart | sadespresso/moment_dart df0bf3b lib/src/localizations/mn_Mong_MN.dart | true | 200 | 10,447 | // ignore_for_file: file_names
// Author: Batmend Ganbaatar (https://github.com/sadespresso)
import 'package:moment_dart/moment_dart.dart';
import 'package:moment_dart/src/localizations/mixins/mn_Mong_MN/duration.dart';
import 'package:moment_dart/src/localizations/mixins/mn_Mong_MN/units.dart';
import 'package:moment... | 1 |
mahaamimran/dei_marc | ab3b987 | lib/utils/connection_util.dart | Dart | www.github.com/mahaamimran/dei_marc/tree/main/lib/utils/connection_util.dart | https://raw.githubusercontent.com/mahaamimran/dei_marc/ab3b987/lib/utils/connection_util.dart | mahaamimran/dei_marc ab3b987 lib/utils/connection_util.dart | true | 200 | 386 | import 'dart:io';
class ConnectionUtil {
Future<bool> isConnected() async {
bool isConnected = false;
try {
final result = await InternetAddress.lookup('google.com');
if (result.isNotEmpty && result[0].rawAddress.isNotEmpty) {
isConnected = true;
}
} on SocketException catch (_)... | 2 |
NoranTarekf953/Shop-App | ec85de7 | lib/shared/end_point.dart | Dart | www.github.com/NoranTarekf953/Shop-App/tree/main/lib/shared/end_point.dart | https://raw.githubusercontent.com/NoranTarekf953/Shop-App/ec85de7/lib/shared/end_point.dart | NoranTarekf953/Shop-App ec85de7 lib/shared/end_point.dart | true | 200 | 399 | String login = 'login';
String home = 'home';
String categories = 'categories';
String favorites ='favorites';
String profile = 'profile';
String updatePprofile = 'update-profile';
String register = 'register';
String search = 'products/search';
String carts = 'carts';
String address = 'addresses';
String faqs = 'faqs'... | 3 |
UsmanKhalil831/Chat-App | 1e37efc | chat/lib/pages/LoginPage.dart | Dart | www.github.com/UsmanKhalil831/Chat-App/tree/main/chat/lib/pages/LoginPage.dart | https://raw.githubusercontent.com/UsmanKhalil831/Chat-App/1e37efc/chat/lib/pages/LoginPage.dart | UsmanKhalil831/Chat-App 1e37efc chat/lib/pages/LoginPage.dart | true | 200 | 4,593 |
import 'package:chat/Models/UIhelper.dart';
import 'package:chat/Models/UserModel.dart';
import 'package:chat/pages/HomePage.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
... | 5 |
gsaaraujo/lovely-coffee | 42a6d87 | lib/application/widgets/snack_bar_widget.dart | Dart | www.github.com/gsaaraujo/lovely-coffee/tree/main/lib/application/widgets/snack_bar_widget.dart | https://raw.githubusercontent.com/gsaaraujo/lovely-coffee/42a6d87/lib/application/widgets/snack_bar_widget.dart | gsaaraujo/lovely-coffee 42a6d87 lib/application/widgets/snack_bar_widget.dart | true | 200 | 663 | import 'package:flutter/material.dart';
import 'package:lovely_coffee/application/styles/color_styles.dart';
import 'package:lovely_coffee/application/styles/heading_styles.dart';
SnackBar snackBarWidget({
required title,
required icon,
backgroundColor,
}) {
return SnackBar(
content: Row(
children: [... | 6 |
muhamadrizalerwiansyah/PR-PO-Management-System-App | ceab318 | lib/app/utils/config_url.dart | Dart | www.github.com/muhamadrizalerwiansyah/PR-PO-Management-System-App/tree/main/lib/app/utils/config_url.dart | https://raw.githubusercontent.com/muhamadrizalerwiansyah/PR-PO-Management-System-App/ceab318/lib/app/utils/config_url.dart | muhamadrizalerwiansyah/PR-PO-Management-System-App ceab318 lib/app/utils/config_url.dart | true | 200 | 1,607 | import 'enum.dart';
class ConfigUrl {
static late String appName;
static late String baseUrl;
static late String baseApi;
static late String baseTyk;
static late String tokenTyk;
static late String bearerParameter;
static late String clientIdTyk;
static late String packageName;
static late String bea... | 4 |
Glitch-bug/e_learning | 1ff80b5 | lib/student/student.dart | Dart | www.github.com/Glitch-bug/e_learning/tree/main/lib/student/student.dart | https://raw.githubusercontent.com/Glitch-bug/e_learning/1ff80b5/lib/student/student.dart | Glitch-bug/e_learning 1ff80b5 lib/student/student.dart | true | 200 | 10,629 | import 'package:flutter/material.dart';
import 'package:e_learning/home/section.dart';
import 'package:e_learning/student/settings/settings.dart';
import 'package:e_learning/student/settings/profile.dart';
class Student extends StatefulWidget{
int pages = 0;
List <Widget> tabs = [const Projects(),const C... | 7 |
chetan-pro/job_service_providing_frontend_flutter | e4a92ec | lib/candidate/model/serviceProviderModal/rate_service.dart | Dart | www.github.com/chetan-pro/job_service_providing_frontend_flutter/tree/main/lib/candidate/model/serviceProviderModal/rate_service.dart | https://raw.githubusercontent.com/chetan-pro/job_service_providing_frontend_flutter/e4a92ec/lib/candidate/model/serviceProviderModal/rate_service.dart | chetan-pro/job_service_providing_frontend_flutter e4a92ec lib/candidate/model/serviceProviderModal/rate_service.dart | true | 200 | 2,106 | import 'package:hindustan_job/candidate/model/user_model.dart';
class RateService {
int? count;
List<RatingServices>? rows;
int? mean;
RateService({this.count, this.rows, this.mean});
RateService.fromJson(Map<String, dynamic> json) {
count = json['count'];
if (json['rows'] != null) {
rows = <... | 0 |
Nene1222/pracW6 | 1a46e7b | lib/AssignmentW6_S2/EXERCISE-1/EXERCISE-3/main.dart | Dart | www.github.com/Nene1222/pracW6/tree/main/lib/AssignmentW6_S2/EXERCISE-1/EXERCISE-3/main.dart | https://raw.githubusercontent.com/Nene1222/pracW6/1a46e7b/lib/AssignmentW6_S2/EXERCISE-1/EXERCISE-3/main.dart | Nene1222/pracW6 1a46e7b lib/AssignmentW6_S2/EXERCISE-1/EXERCISE-3/main.dart | true | 200 | 905 | import 'package:flutter/material.dart';
import 'package:test1/W5-S2-List-Inputs/1%20-%20START%20CODE/EXERCISE-3/screen/welcome.dart';
class TemperatureApp extends StatefulWidget {
const TemperatureApp({super.key});
@override
State<TemperatureApp> createState() {
return _TemperatureAppState();
}
}
class _... | 5 |
DaoSuper/flutter_booklet | f1f85ea | lib/pages/idream/grammar/oop/mixin01.dart | Dart | www.github.com/DaoSuper/flutter_booklet/tree/main/lib/pages/idream/grammar/oop/mixin01.dart | https://raw.githubusercontent.com/DaoSuper/flutter_booklet/f1f85ea/lib/pages/idream/grammar/oop/mixin01.dart | DaoSuper/flutter_booklet f1f85ea lib/pages/idream/grammar/oop/mixin01.dart | true | 200 | 613 | import 'package:flutter/painting.dart';
void main(){
Shape shape = Shape();
shape.speed = 20;
shape.move();//=====Shape move====
shape.paint();
}
//ๆททๅ
ฅ็ฑป้่ฟ mixin ๅ
ณ้ฎๅญ่ฟ่กๅฃฐๆ
mixin MoveAble{
double speed = 10;
void move(){
print("=====$runtimeType move====");
}
}
//ๅฏนๆททๅ
ฅ็ฑป้่ฟ with ๅ
ณ้ฎๅญ่ฟ่กไฝฟ็จ
//ๅฏไปฅๆททๅ
ฅ่ฅๅนฒไธช็ฑป๏ผ้่ฟ , ๅท้ๅผ... | 2 |
Thoriq-ha/calculation_ocr | 0a0d96e | lib/features/calculation/data/datasources/database_datasource.dart | Dart | www.github.com/Thoriq-ha/calculation_ocr/tree/main/lib/features/calculation/data/datasources/database_datasource.dart | https://raw.githubusercontent.com/Thoriq-ha/calculation_ocr/0a0d96e/lib/features/calculation/data/datasources/database_datasource.dart | Thoriq-ha/calculation_ocr 0a0d96e lib/features/calculation/data/datasources/database_datasource.dart | true | 200 | 1,219 | import 'package:sqflite/sqflite.dart';
import 'package:calculation_ocr/features/calculation/data/models/calculation_model.dart';
import 'package:calculation_ocr/features/calculation/domain/entities/calculation.dart';
abstract class DatabaseDataSource {
Future<List<CalculationModel>> getAllCalculation();
Future<boo... | 3 |
Shehab-Emad20/E-Commerce-App | 7fd9598 | lib/features/home/presentation/views/main_view_body.dart | Dart | www.github.com/Shehab-Emad20/E-Commerce-App/tree/main/lib/features/home/presentation/views/main_view_body.dart | https://raw.githubusercontent.com/Shehab-Emad20/E-Commerce-App/7fd9598/lib/features/home/presentation/views/main_view_body.dart | Shehab-Emad20/E-Commerce-App 7fd9598 lib/features/home/presentation/views/main_view_body.dart | true | 200 | 708 | import 'package:flutter/material.dart';
import 'package:flutter_application_1/features/Cart/presentation/Views/cart_view.dart';
import 'package:flutter_application_1/features/Products/presentation/views/products_view.dart';
import 'package:flutter_application_1/features/home/presentation/views/widgets/home_view.dart';
... | 1 |
NefiseTnc/flutter_todo_app | b97b61e | lib/views/create_task_screen.dart | Dart | www.github.com/NefiseTnc/flutter_todo_app/tree/main/lib/views/create_task_screen.dart | https://raw.githubusercontent.com/NefiseTnc/flutter_todo_app/b97b61e/lib/views/create_task_screen.dart | NefiseTnc/flutter_todo_app b97b61e lib/views/create_task_screen.dart | true | 200 | 9,199 | import 'dart:developer';
import 'package:flutter/material.dart';
import 'package:flutter_todo_app/provider/task_provider.dart';
import 'package:flutter_todo_app/views/home_screen.dart';
import 'package:intl/intl.dart';
import 'package:provider/provider.dart';
import '../constants/app_color.dart';
import '../models/task... | 4 |
amrs12145/sim | a972471 | lib/presentation/screens/auth/reset_password.dart | Dart | www.github.com/amrs12145/sim/tree/main/lib/presentation/screens/auth/reset_password.dart | https://raw.githubusercontent.com/amrs12145/sim/a972471/lib/presentation/screens/auth/reset_password.dart | amrs12145/sim a972471 lib/presentation/screens/auth/reset_password.dart | true | 200 | 2,012 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import '../../../app_nav.dart';
import '../../../constants/dimensions.dart';
import '../../../routes.dart';
import '../../widgets/buttons.dart';
import '../../widgets/password_field.dart';
class ResetPasswordScreen ex... | 0 |
lucasrocha0402/meu_patrimonio | aa773e9 | lib/main.dart | Dart | www.github.com/lucasrocha0402/meu_patrimonio/tree/main/lib/main.dart | https://raw.githubusercontent.com/lucasrocha0402/meu_patrimonio/aa773e9/lib/main.dart | lucasrocha0402/meu_patrimonio aa773e9 lib/main.dart | true | 200 | 416 | import 'package:flutter/material.dart';
import 'screens/login_screen.dart';
void main() {
runApp(PatrimonioApp());
}
class PatrimonioApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'App de Patrimรดnio',
theme: ThemeData(
primarySwatc... | 7 |
ralphbetta/fashion_store | 3a66880 | lib/screens/cart/components/cartPaymentButton.dart | Dart | www.github.com/ralphbetta/fashion_store/tree/main/lib/screens/cart/components/cartPaymentButton.dart | https://raw.githubusercontent.com/ralphbetta/fashion_store/3a66880/lib/screens/cart/components/cartPaymentButton.dart | ralphbetta/fashion_store 3a66880 lib/screens/cart/components/cartPaymentButton.dart | true | 200 | 990 | import 'package:fashion_shop/config/SizeConfig.dart';
import 'package:flutter/material.dart';
class PaymentButton extends StatelessWidget {
const PaymentButton({
Key? key,
required this.paymentImage,
this.action,
this.active = false,
}) : super(key: key);
final String paymentImage;
final bool ... | 3 |
amen11/BeCertified | 3d1a344 | lib/Screens/Home/background.dart | Dart | www.github.com/amen11/BeCertified/tree/main/lib/Screens/Home/background.dart | https://raw.githubusercontent.com/amen11/BeCertified/3d1a344/lib/Screens/Home/background.dart | amen11/BeCertified 3d1a344 lib/Screens/Home/background.dart | true | 200 | 999 | import 'package:flutter/material.dart';
import 'package:flutter/cupertino.dart';
const Color black = Color.fromARGB(255, 0, 0, 0);
const Color white = Color(0xFFFFFFFF);
const Color bgColor = Color(0xFF113F67);
const Color selectColor = Color(0xFFFFFFFF);
const TextStyle bntText = TextStyle(
color: black,
fontWei... | 2 |
ZemaStore/ZemaStore | 604a106 | zema_store_mobile/lib/albums/bloc/album_details_state.dart | Dart | www.github.com/ZemaStore/ZemaStore/tree/main/zema_store_mobile/lib/albums/bloc/album_details_state.dart | https://raw.githubusercontent.com/ZemaStore/ZemaStore/604a106/zema_store_mobile/lib/albums/bloc/album_details_state.dart | ZemaStore/ZemaStore 604a106 zema_store_mobile/lib/albums/bloc/album_details_state.dart | true | 200 | 750 | import 'package:equatable/equatable.dart';
import 'package:tt/albums/entity/model.dart';
import 'package:tt/songs/entity/model.dart';
abstract class AlbumsDetailsState extends Equatable{
}
class InitState extends AlbumsDetailsState{
@override
List<Object?> get props =>[];
}
class LoadingState extends AlbumsDet... | 1 |
artSao/pm2-culinary-map-app | 41192a7 | lib/screens/home_screen.dart | Dart | www.github.com/artSao/pm2-culinary-map-app/tree/main/lib/screens/home_screen.dart | https://raw.githubusercontent.com/artSao/pm2-culinary-map-app/41192a7/lib/screens/home_screen.dart | artSao/pm2-culinary-map-app 41192a7 lib/screens/home_screen.dart | true | 200 | 10,203 | import 'package:culinary_map_app/screens/edit_profile_screen.dart';
import 'package:culinary_map_app/screens/login_screen.dart';
import 'package:flutter/material.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import '../models/restaurant.dart';
import 'd... | 5 |
Agventures6/Source_Code | 1697c32 | App/lib/main.dart | Dart | www.github.com/Agventures6/Source_Code/tree/main/App/lib/main.dart | https://raw.githubusercontent.com/Agventures6/Source_Code/1697c32/App/lib/main.dart | Agventures6/Source_Code 1697c32 App/lib/main.dart | true | 200 | 1,347 | import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'firebase_options.dart';
import 'intro.dart'; // Import the IntroPage file
import 'login.dart'; // Import the LoginPage file
import 'signup.dart'; // Import the SignUpPage file
import 'home.dart'; // Import the HomePag... | 6 |
bar-tay/meals_app | 307fad3 | lib/widgets/meal_item.dart | Dart | www.github.com/bar-tay/meals_app/tree/main/lib/widgets/meal_item.dart | https://raw.githubusercontent.com/bar-tay/meals_app/307fad3/lib/widgets/meal_item.dart | bar-tay/meals_app 307fad3 lib/widgets/meal_item.dart | true | 200 | 3,674 | import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:meals_app/models/meals.dart';
import 'package:meals_app/widgets/meal_item_trait.dart';
import 'package:transparent_image/transparent_image.dart';
class MealItem extends StatelessWidget {
const MealItem({super.key, require... | 4 |
Mostafa-elshnhab/SinbillawainBloodTypes | 72cbcfb | lib/Shared/Cubit/AppCubit/cubit.dart | Dart | www.github.com/Mostafa-elshnhab/SinbillawainBloodTypes/tree/main/lib/Shared/Cubit/AppCubit/cubit.dart | https://raw.githubusercontent.com/Mostafa-elshnhab/SinbillawainBloodTypes/72cbcfb/lib/Shared/Cubit/AppCubit/cubit.dart | Mostafa-elshnhab/SinbillawainBloodTypes 72cbcfb lib/Shared/Cubit/AppCubit/cubit.dart | true | 200 | 13,072 | import 'dart:async';
import 'package:blood_type/Modules/BloodData/allUsers.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:sqflite/sqflite.dart';
import 'package:blood_type/Layout/Home/homeScreen.dart';
import 'package:blood_type/Layout/Welcome/welcome.dart';
import 'package:blood_type/Models/... | 7 |
EputraP/Belajar_Flutter | 633fa54 | lib/text_styled.dart | Dart | www.github.com/EputraP/Belajar_Flutter/tree/main/lib/text_styled.dart | https://raw.githubusercontent.com/EputraP/Belajar_Flutter/633fa54/lib/text_styled.dart | EputraP/Belajar_Flutter 633fa54 lib/text_styled.dart | true | 200 | 355 | import 'package:flutter/material.dart';
class TextStyled extends StatelessWidget {
const TextStyled(this.text, this.fontColor, {super.key});
final String text;
final Color fontColor;
@override
Widget build(context) {
return Text(
text,
style: TextStyle(
color: fontColor,
fon... | 0 |
YAVENSINGH/Notion | e72d68a | lib/main.dart | Dart | www.github.com/YAVENSINGH/Notion/tree/main/lib/main.dart | https://raw.githubusercontent.com/YAVENSINGH/Notion/e72d68a/lib/main.dart | YAVENSINGH/Notion e72d68a lib/main.dart | true | 200 | 3,274 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:firebase_core/firebase_core.dart';
import 'firebase_options.dart';
import 'screens/login_screen.dart';
import 'screens/home_screen.dart';
import 'services/notification_service.dart';
Future<void> initializeAppSe... | 3 |
Mohdzaidalam/OLX-App | 91deaf6 | lib/provider/splash_screen_provider.dart | Dart | www.github.com/Mohdzaidalam/OLX-App/tree/main/lib/provider/splash_screen_provider.dart | https://raw.githubusercontent.com/Mohdzaidalam/OLX-App/91deaf6/lib/provider/splash_screen_provider.dart | Mohdzaidalam/OLX-App 91deaf6 lib/provider/splash_screen_provider.dart | true | 200 | 734 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import '../view/welcome_screen/welome_screen.dart';
import 'package:flutter/material.dart';
class SplashScreenProvider with ChangeNotifier {
bool _isLoading = true;
bool get isLoading => _isLoading;
Future<void> initializeApp(Bui... | 1 |
mjad4780/education_app | 949029a | lib/core/style/color_pacgkege_exams.dart | Dart | www.github.com/mjad4780/education_app/tree/main/lib/core/style/color_pacgkege_exams.dart | https://raw.githubusercontent.com/mjad4780/education_app/949029a/lib/core/style/color_pacgkege_exams.dart | mjad4780/education_app 949029a lib/core/style/color_pacgkege_exams.dart | true | 200 | 888 | import 'package:flutter/material.dart';
import 'package:hexcolor/hexcolor.dart';
Color mainColor = HexColor('#0225FF');
Color iconBackgroundColor = HexColor("#EDEFFF");
Color smallDescriptionText = HexColor("#6B7280");
Color examReportSuccessHeader = HexColor('#EEF8EF');
Color examReportSuccessColor = HexColor('#59B76... | 2 |
mooN2Night/anime_app | d5b50f9 | lib/feature/main_screen/domain/entities/last_changes_entity.dart | Dart | www.github.com/mooN2Night/anime_app/tree/main/lib/feature/main_screen/domain/entities/last_changes_entity.dart | https://raw.githubusercontent.com/mooN2Night/anime_app/d5b50f9/lib/feature/main_screen/domain/entities/last_changes_entity.dart | mooN2Night/anime_app d5b50f9 lib/feature/main_screen/domain/entities/last_changes_entity.dart | true | 200 | 799 | import 'package:anime_app/feature/main_screen/domain/entities/anime_entity.dart';
import 'package:equatable/equatable.dart';
class LastChangesAnimeEntity extends Equatable {
final List<AnimeEntity> animeList;
final PaginationEntity pagination;
const LastChangesAnimeEntity({
required this.animeList,
requ... | 5 |
Joeface1/mysrc_connect | 22d0282 | lib/User/NewsFeed/Tuition&EnrollmentMessage.dart | Dart | www.github.com/Joeface1/mysrc_connect/tree/main/lib/User/NewsFeed/Tuition&EnrollmentMessage.dart | https://raw.githubusercontent.com/Joeface1/mysrc_connect/22d0282/lib/User/NewsFeed/Tuition%26EnrollmentMessage.dart | Joeface1/mysrc_connect 22d0282 lib/User/NewsFeed/Tuition&EnrollmentMessage.dart | true | 200 | 2,264 | import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:intl/intl.dart';
class MessageDetailPage extends StatelessWidget {
final String? subject;
final String? message;
final Timestamp? timestamp;
const MessageDetailPage({
super.key,
required this... | 6 |
atifbosan/getx_mvc_cli_pattern | 60c1d83 | lib/data/providers/local_storage/local_db.dart | Dart | www.github.com/atifbosan/getx_mvc_cli_pattern/tree/main/lib/data/providers/local_storage/local_db.dart | https://raw.githubusercontent.com/atifbosan/getx_mvc_cli_pattern/60c1d83/lib/data/providers/local_storage/local_db.dart | atifbosan/getx_mvc_cli_pattern 60c1d83 lib/data/providers/local_storage/local_db.dart | true | 200 | 3,872 | import 'dart:io';
import 'package:device_info_plus/device_info_plus.dart';
import 'package:firebase_messaging/firebase_messaging.dart';
import 'package:get/get.dart';
import 'package:package_info_plus/package_info_plus.dart';
import 'package:shared_preferences/shared_preferences.dart';
import '../../../app/config/glo... | 7 |
NetoTricca/jobtimer | 2be58c7 | lib/app/view_models/project_model.dart | Dart | www.github.com/NetoTricca/jobtimer/tree/main/lib/app/view_models/project_model.dart | https://raw.githubusercontent.com/NetoTricca/jobtimer/2be58c7/lib/app/view_models/project_model.dart | NetoTricca/jobtimer 2be58c7 lib/app/view_models/project_model.dart | true | 200 | 768 | import 'package:job_timer/app/entities/project.dart';
import 'package:job_timer/app/view_models/project_task_model.dart';
import '../entities/project_status.dart';
class ProjectModel {
final int? id;
final String name;
final int estimate;
final ProjectStatus status;
final List<ProjectTaskModel> tasks;
Pro... | 3 |
TheArslan/unlockd_assignment | 1a0d432 | lib/main.dart | Dart | www.github.com/TheArslan/unlockd_assignment/tree/main/lib/main.dart | https://raw.githubusercontent.com/TheArslan/unlockd_assignment/1a0d432/lib/main.dart | TheArslan/unlockd_assignment 1a0d432 lib/main.dart | true | 200 | 1,652 | import 'package:flutter/material.dart';
import 'package:unlockd_assignment/config/theme/theme.dart';
import 'package:unlockd_assignment/core/constants/app_alerts.dart';
import 'package:unlockd_assignment/core/storages/secure_storage.dart';
import 'package:unlockd_assignment/features/auth/presentation/pages/login_page... | 1 |
dazeGitHub/TestFlutterDraw | a93b0fc | lib/widgets/oval_widget.dart | Dart | www.github.com/dazeGitHub/TestFlutterDraw/tree/main/lib/widgets/oval_widget.dart | https://raw.githubusercontent.com/dazeGitHub/TestFlutterDraw/a93b0fc/lib/widgets/oval_widget.dart | dazeGitHub/TestFlutterDraw a93b0fc lib/widgets/oval_widget.dart | true | 200 | 1,267 | import 'package:flutter/material.dart';
class OvalWidget extends StatelessWidget {
const OvalWidget({super.key});
@override
Widget build(BuildContext context) {
return Container(
color: Colors.orangeAccent,
child: CustomPaint(
painter: OvalPainter(),
size: const Size(300, 300),
... | 2 |
manojmv24/mlkit7 | fe65f97 | lib/ImageLabeling.dart | Dart | www.github.com/manojmv24/mlkit7/tree/main/lib/ImageLabeling.dart | https://raw.githubusercontent.com/manojmv24/mlkit7/fe65f97/lib/ImageLabeling.dart | manojmv24/mlkit7 fe65f97 lib/ImageLabeling.dart | true | 200 | 2,394 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:google_ml_kit/google_ml_kit.dart';
import 'package:image_picker/image_picker.dart';
class ImageLabeling extends StatefulWidget {
const ImageLabeling({super.key});
@override
_ImageLabelingState createState() => _ImageLabelingState();
}
c... | 0 |
Valerchiku/appavtovasclone | 0c74744 | avtovas_mobile/lib/src/features/main/cubit/profile_cubit/profile_cubit.dart | Dart | www.github.com/Valerchiku/appavtovasclone/tree/main/avtovas_mobile/lib/src/features/main/cubit/profile_cubit/profile_cubit.dart | https://raw.githubusercontent.com/Valerchiku/appavtovasclone/0c74744/avtovas_mobile/lib/src/features/main/cubit/profile_cubit/profile_cubit.dart | Valerchiku/appavtovasclone 0c74744 avtovas_mobile/lib/src/features/main/cubit/profile_cubit/profile_cubit.dart | true | 200 | 4,079 | import 'dart:async';
import 'package:avtovas_mobile/src/common/navigation/app_router.dart';
import 'package:avtovas_mobile/src/common/navigation/configurations.dart';
import 'package:common/avtovas_common.dart';
import 'package:common/avtovas_navigation.dart';
import 'package:core/avtovas_core.dart';
import 'package:e... | 6 |
fares-elshazly/Markey | 4b053dd | lib/Widgets/Profile/packages.dart | Dart | www.github.com/fares-elshazly/Markey/tree/main/lib/Widgets/Profile/packages.dart | https://raw.githubusercontent.com/fares-elshazly/Markey/4b053dd/lib/Widgets/Profile/packages.dart | fares-elshazly/Markey 4b053dd lib/Widgets/Profile/packages.dart | true | 200 | 3,693 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import '/Resources/strings.dart';
import '/Factories/text_factory.dart';
import '/Factories/colors_factory.dart';
import '/Utilities/snackbars.dart';
import '/Models/Profile/package.dart';
import '/Models/Shared/message_exception.dart';
import '/Co... | 4 |
Achintha444/kfone_admin_app_flutter | 229e435 | kfone_admin_app_flutter/lib/ui/pages/initial_page/page/initial_page.dart | Dart | www.github.com/Achintha444/kfone_admin_app_flutter/tree/main/kfone_admin_app_flutter/lib/ui/pages/initial_page/page/initial_page.dart | https://raw.githubusercontent.com/Achintha444/kfone_admin_app_flutter/229e435/kfone_admin_app_flutter/lib/ui/pages/initial_page/page/initial_page.dart | Achintha444/kfone_admin_app_flutter 229e435 kfone_admin_app_flutter/lib/ui/pages/initial_page/page/initial_page.dart | true | 200 | 3,533 | import "package:flutter/material.dart";
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:kfone_admin_app_flutter/ui/pages/home_page/page/home_page.dart';
import 'package:kfone_admin_app_flutter/ui/pages/home_page/page/home_page_arguements.dart';
import '../../../../util/ui_util.dart';
import '../../../... | 7 |
Noobware1/meiyou | ccf1114 | lib/presentation/pages/home_page.dart | Dart | www.github.com/Noobware1/meiyou/tree/main/lib/presentation/pages/home_page.dart | https://raw.githubusercontent.com/Noobware1/meiyou/ccf1114/lib/presentation/pages/home_page.dart | Noobware1/meiyou ccf1114 lib/presentation/pages/home_page.dart | true | 200 | 6,261 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:go_router/go_router.dart';
import 'package:meiyou/core/constants/height_and_width.dart';
import 'package:meiyou/core/resources/platform_check.dart';
import 'package:meiyou/core/resources/snackbar.dart';
import 'pack... | 3 |
wr9dg17/shop_flutter | c3ea0af | lib/widgets/product_card.dart | Dart | www.github.com/wr9dg17/shop_flutter/tree/main/lib/widgets/product_card.dart | https://raw.githubusercontent.com/wr9dg17/shop_flutter/c3ea0af/lib/widgets/product_card.dart | wr9dg17/shop_flutter c3ea0af lib/widgets/product_card.dart | true | 200 | 2,469 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:shop_flutter/providers/product.dart';
import 'package:shop_flutter/providers/cart.dart';
import 'package:shop_flutter/screens/product_details_screen.dart';
class ProductCard extends StatelessWidget {
const ProductCard({... | 2 |
ChenYi0725/NTUE-CS-Homework | 19509eb | ๅตๅ
ฅๅผ็ณป็ตฑ/111016011_ๅตๅ
ฅๅผ็ณป็ตฑๆๆซไฝๆฅญ/lib/small_widget/main_page_chart.dart | Dart | www.github.com/ChenYi0725/NTUE-CS-Homework/tree/main/ๅตๅ
ฅๅผ็ณป็ตฑ/111016011_ๅตๅ
ฅๅผ็ณป็ตฑๆๆซไฝๆฅญ/lib/small_widget/main_page_chart.dart | https://raw.githubusercontent.com/ChenYi0725/NTUE-CS-Homework/19509eb/%E5%B5%8C%E5%85%A5%E5%BC%8F%E7%B3%BB%E7%B5%B1/111016011_%E5%B5%8C%E5%85%A5%E5%BC%8F%E7%B3%BB%E7%B5%B1%E6%9C%9F%E6%9C%AB%E4%BD%9C%E6%A5%AD/lib/small_widget/main_page_chart.dart | ChenYi0725/NTUE-CS-Homework 19509eb ๅตๅ
ฅๅผ็ณป็ตฑ/111016011_ๅตๅ
ฅๅผ็ณป็ตฑๆๆซไฝๆฅญ/lib/small_widget/main_page_chart.dart | true | 200 | 4,863 | import 'package:flutter/material.dart';
import 'dart:math';
class DonutChart extends StatelessWidget {
final double firstSectionValue;
final double secondSectionValue;
final int balance;
final String centerText = "็ธฝ่จ";
final String firstLabel = "ๆถๅ
ฅ";
final String secondLabel = "ๆฏๅบ";
DonutChar... | 5 |
michaelchuks/medinfomobile | 876b280 | lib/director/staffs/organization_staffs.dart | Dart | www.github.com/michaelchuks/medinfomobile/tree/main/lib/director/staffs/organization_staffs.dart | https://raw.githubusercontent.com/michaelchuks/medinfomobile/876b280/lib/director/staffs/organization_staffs.dart | michaelchuks/medinfomobile 876b280 lib/director/staffs/organization_staffs.dart | true | 200 | 3,652 | import 'package:degesh/director/director_menu.dart';
import 'package:degesh/director/staffs/add_organization_staff.dart';
import 'package:degesh/firebase_displays/display_staffs.dart';
import 'package:degesh/includes/constants.dart';
import 'package:degesh/includes/theme_helper.dart';
import 'package:degesh/services/ap... | 1 |
angripa1992/sample-cicd | a9b5abb | lib/modules/menu/data/models/v2_common_data_model.dart | Dart | www.github.com/angripa1992/sample-cicd/tree/main/lib/modules/menu/data/models/v2_common_data_model.dart | https://raw.githubusercontent.com/angripa1992/sample-cicd/a9b5abb/lib/modules/menu/data/models/v2_common_data_model.dart | angripa1992/sample-cicd a9b5abb lib/modules/menu/data/models/v2_common_data_model.dart | true | 200 | 2,732 | import 'package:json_annotation/json_annotation.dart';
part 'v2_common_data_model.g.dart';
@JsonSerializable()
class V2TitleModel {
String? en;
String? tl;
V2TitleModel({
this.en,
this.tl,
});
factory V2TitleModel.fromJson(Map<String, dynamic> json) => _$V2TitleModelFromJson(json);
}
@JsonSeriali... | 0 |
MINDORIA171/Final-Year-Project | feae25b | lib/backend/schema/user_details_record.dart | Dart | www.github.com/MINDORIA171/Final-Year-Project/tree/main/lib/backend/schema/user_details_record.dart | https://raw.githubusercontent.com/MINDORIA171/Final-Year-Project/feae25b/lib/backend/schema/user_details_record.dart | MINDORIA171/Final-Year-Project feae25b lib/backend/schema/user_details_record.dart | true | 200 | 3,234 | import 'dart:async';
import 'package:collection/collection.dart';
import '/backend/schema/util/firestore_util.dart';
import '/backend/schema/util/schema_util.dart';
import 'index.dart';
import '/flutter_flow/flutter_flow_util.dart';
class UserDetailsRecord extends FirestoreRecord {
UserDetailsRecord._(
Docume... | 4 |
Ro200ok/foodapp_delivery_demo | ad9d67a | lib/blocs/phone_auth/phone_auth_bloc.dart | Dart | www.github.com/Ro200ok/foodapp_delivery_demo/tree/main/lib/blocs/phone_auth/phone_auth_bloc.dart | https://raw.githubusercontent.com/Ro200ok/foodapp_delivery_demo/ad9d67a/lib/blocs/phone_auth/phone_auth_bloc.dart | Ro200ok/foodapp_delivery_demo ad9d67a lib/blocs/phone_auth/phone_auth_bloc.dart | true | 200 | 5,185 | import 'dart:async';
import 'package:bloc/bloc.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:food_delivery_demo/blocs/phone_auth/phone_auth_event.dart';
import 'package:food_delivery_demo/blocs/phone_auth/phone_auth_state.dart';
import 'package:food_delivery_demo/repositories/phone_auth_repo... | 7 |
mrnpro/Rahove | eaeb458 | lib/main.dart | Dart | www.github.com/mrnpro/Rahove/tree/main/lib/main.dart | https://raw.githubusercontent.com/mrnpro/Rahove/eaeb458/lib/main.dart | mrnpro/Rahove eaeb458 lib/main.dart | true | 200 | 650 | import 'package:flutter/material.dart';
import 'package:rahove/presentation/Pages/SplashScreen/splash_screen.dart';
import 'package:rahove/presentation/Router/route.dart';
import 'package:rahove/presentation/Themes/themes.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const My... | 3 |
ralexandru/proiect_flutter_araducu | 9eba563 | lib/Appbar.dart | Dart | www.github.com/ralexandru/proiect_flutter_araducu/tree/main/lib/Appbar.dart | https://raw.githubusercontent.com/ralexandru/proiect_flutter_araducu/9eba563/lib/Appbar.dart | ralexandru/proiect_flutter_araducu 9eba563 lib/Appbar.dart | true | 200 | 2,074 | import 'package:flutter/material.dart';
import 'Courses.dart';
List<String> differentCourses = <String>[
'My courses',
'All courses',
];
class AppBarProiect extends StatelessWidget {
const AppBarProiect({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
theme: ThemeD... | 2 |
TATOS-Technologies/luxury-ecom-app | 29cdffc | veralusso-flutter/lib/app/presentation/screens/signup/widgets/agreement_widget.dart | Dart | www.github.com/TATOS-Technologies/luxury-ecom-app/tree/main/veralusso-flutter/lib/app/presentation/screens/signup/widgets/agreement_widget.dart | https://raw.githubusercontent.com/TATOS-Technologies/luxury-ecom-app/29cdffc/veralusso-flutter/lib/app/presentation/screens/signup/widgets/agreement_widget.dart | TATOS-Technologies/luxury-ecom-app 29cdffc veralusso-flutter/lib/app/presentation/screens/signup/widgets/agreement_widget.dart | true | 200 | 1,823 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:veralusso/app/controller/signup/signup_controller.dart';
import 'package:meta_package/meta_package.dart';
import 'package:veralusso/app/presentation/common_widget/headline_body_one_base_widget.dart';
import 'package:veralusso/app/th... | 6 |
joeshwoa/GraphicSchool_Site | 2583050 | lib/app_cubit/app_cubit.dart | Dart | www.github.com/joeshwoa/GraphicSchool_Site/tree/main/lib/app_cubit/app_cubit.dart | https://raw.githubusercontent.com/joeshwoa/GraphicSchool_Site/2583050/lib/app_cubit/app_cubit.dart | joeshwoa/GraphicSchool_Site 2583050 lib/app_cubit/app_cubit.dart | true | 200 | 1,589 | import 'package:bloc/bloc.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:meta/meta.dart';
part 'app_state.dart';
class AppCubit extends Cubit<AppState> {
AppCubit() : super(AppInitial());
static AppCubit get(context) => BlocProvider.of(context);
bool firstChangeSpeaker = true;
bool ... | 5 |
odufu/blackboxai-1741088644607 | c6b716b | african_housing_show/lib/screens/stand_list_screen.dart | Dart | www.github.com/odufu/blackboxai-1741088644607/tree/main/african_housing_show/lib/screens/stand_list_screen.dart | https://raw.githubusercontent.com/odufu/blackboxai-1741088644607/c6b716b/african_housing_show/lib/screens/stand_list_screen.dart | odufu/blackboxai-1741088644607 c6b716b african_housing_show/lib/screens/stand_list_screen.dart | true | 200 | 6,064 | import 'package:flutter/material.dart';
import '../widgets/custom_app_bar.dart';
import '../services/data_service.dart';
import '../models/stand_model.dart';
import 'dart:async';
class StandListScreen extends StatefulWidget {
const StandListScreen({super.key});
@override
State<StandListScreen> createState() => ... | 1 |
FasalulHaque/Flutter-News-App | cf27815 | lib/app/modules/details/home/widgets/error_view.dart | Dart | www.github.com/FasalulHaque/Flutter-News-App/tree/main/lib/app/modules/details/home/widgets/error_view.dart | https://raw.githubusercontent.com/FasalulHaque/Flutter-News-App/cf27815/lib/app/modules/details/home/widgets/error_view.dart | FasalulHaque/Flutter-News-App cf27815 lib/app/modules/details/home/widgets/error_view.dart | true | 200 | 1,531 | import '../../../../core/utils/imports.dart';
class ErrorView extends StatelessWidget {
final String message;
final VoidCallback onRetry;
const ErrorView({
super.key,
required this.message,
required this.onRetry,
});
@override
Widget build(BuildContext context) {
return Center(
chil... | 0 |
PranjalC2W/Expense_Manager_UI | 7545a09 | lib/Screen5.dart | Dart | www.github.com/PranjalC2W/Expense_Manager_UI/tree/main/lib/Screen5.dart | https://raw.githubusercontent.com/PranjalC2W/Expense_Manager_UI/7545a09/lib/Screen5.dart | PranjalC2W/Expense_Manager_UI 7545a09 lib/Screen5.dart | true | 200 | 4,855 | import 'package:flutter/cupertino.dart';
import'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_expence_manager/Screen4.dart';
import 'package:google_fonts/google_fonts.dart';
import 'Category_screen.dart';
import 'GraphScreen.dart';
import 'TrashScreen.dart';
class Scree... | 4 |
Ahmed-Omar-Hommir/presto-cli | 52b3f09 | test/task_runner/task_runner_test.dart | Dart | www.github.com/Ahmed-Omar-Hommir/presto-cli/tree/main/test/task_runner/task_runner_test.dart | https://raw.githubusercontent.com/Ahmed-Omar-Hommir/presto-cli/52b3f09/test/task_runner/task_runner_test.dart | Ahmed-Omar-Hommir/presto-cli 52b3f09 test/task_runner/task_runner_test.dart | true | 200 | 7,914 | import 'dart:async';
import 'dart:math';
import 'package:presto_cli/src/utils/utils.dart';
import 'package:test/test.dart';
class MeasureTimeModel<Result> {
const MeasureTimeModel({
required this.duration,
required this.result,
});
final Duration duration;
final Result result;
}
Future<MeasureTimeMode... | 3 |
durgesh-k/meal_report_app | cf1c53a | lib/src/controller/api/api_manager.dart | Dart | www.github.com/durgesh-k/meal_report_app/tree/main/lib/src/controller/api/api_manager.dart | https://raw.githubusercontent.com/durgesh-k/meal_report_app/cf1c53a/lib/src/controller/api/api_manager.dart | durgesh-k/meal_report_app cf1c53a lib/src/controller/api/api_manager.dart | true | 200 | 1,780 | import 'package:canteen_meal_report/src/controller/api/api_interceptor.dart';
import 'package:canteen_meal_report/src/domain/utils/env_utils.dart';
import 'package:canteen_meal_report/src/domain/utils/logger_utils.dart';
import 'package:canteen_meal_report/src/domain/utils/secure_storage.dart';
import 'package:dio/dio.... | 6 |
naman3309/Catalog_App_flutter | 0e2c6a8 | lib/Pages/Login_page.dart | Dart | www.github.com/naman3309/Catalog_App_flutter/tree/main/lib/Pages/Login_page.dart | https://raw.githubusercontent.com/naman3309/Catalog_App_flutter/0e2c6a8/lib/Pages/Login_page.dart | naman3309/Catalog_App_flutter 0e2c6a8 lib/Pages/Login_page.dart | true | 200 | 1,710 | import "package:flutter/material.dart";
class Login extends StatefulWidget {
const Login({super.key});
@override
State<Login> createState() => _LoginState();
}
class _LoginState extends State<Login> {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.white,
... | 5 |
huy2992002/nike_sneaker_store | db1ae45 | lib/device_preview.dart | Dart | www.github.com/huy2992002/nike_sneaker_store/tree/main/lib/device_preview.dart | https://raw.githubusercontent.com/huy2992002/nike_sneaker_store/db1ae45/lib/device_preview.dart | huy2992002/nike_sneaker_store db1ae45 lib/device_preview.dart | true | 200 | 6,733 | import 'package:device_preview/device_preview.dart';
import 'package:dio/dio.dart';
import 'package:file_picker/file_picker.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_zoom_drawer/flutter_zoom_drawer.dart... | 2 |
allukman/shop-app | cb96222 | lib/widgets/order_item.dart | Dart | www.github.com/allukman/shop-app/tree/main/lib/widgets/order_item.dart | https://raw.githubusercontent.com/allukman/shop-app/cb96222/lib/widgets/order_item.dart | allukman/shop-app cb96222 lib/widgets/order_item.dart | true | 200 | 2,361 | import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'dart:math';
import '../providers/orders.dart' as ord;
class OrderItem extends StatefulWidget {
final ord.OrderItem order;
OrderItem(this.order);
@override
State<OrderItem> createState() => _OrderItemState();
}
class _OrderItemS... | 1 |
WellysonP/chat | 322cdd0 | lib/components/auth_form.dart | Dart | www.github.com/WellysonP/chat/tree/main/lib/components/auth_form.dart | https://raw.githubusercontent.com/WellysonP/chat/322cdd0/lib/components/auth_form.dart | WellysonP/chat 322cdd0 lib/components/auth_form.dart | true | 200 | 4,443 | import 'dart:io';
import 'package:chat/components/user_image_picker.dart';
import 'package:chat/core/models/auth_form_data.dart';
import 'package:flutter/material.dart';
class AuthForm extends StatefulWidget {
final void Function(AuthFormData) onSubmit;
const AuthForm({
Key? key,
required this.onSubmit,
... | 0 |
Basmal-Mustafa/Mini_NFT_marketPlace | 703d9cd | lib/main.dart | Dart | www.github.com/Basmal-Mustafa/Mini_NFT_marketPlace/tree/main/lib/main.dart | https://raw.githubusercontent.com/Basmal-Mustafa/Mini_NFT_marketPlace/703d9cd/lib/main.dart | Basmal-Mustafa/Mini_NFT_marketPlace 703d9cd lib/main.dart | true | 200 | 444 | import 'package:flutter/material.dart';
import 'package:mini_nft_marketplace_app/%20core/resourses/route_mangers.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
debugSho... | 7 |
icgoogo/flutter_clicker_game | 6242200 | lib/ui/main_screen.dart | Dart | www.github.com/icgoogo/flutter_clicker_game/tree/main/lib/ui/main_screen.dart | https://raw.githubusercontent.com/icgoogo/flutter_clicker_game/6242200/lib/ui/main_screen.dart | icgoogo/flutter_clicker_game 6242200 lib/ui/main_screen.dart | true | 200 | 1,282 | import 'package:flutter/material.dart';
import 'package:flutter_clicker_game/helpers/widgets/default_app_bar.dart';
import '../helpers/widgets/default_bottom_bar.dart';
import 'about_screen.dart';
import 'home_screen.dart';
import 'play_screen.dart';
enum PageState { home, play, about }
class MainScreen extends Stat... | 4 |
AnikKazi-dev/Quiz-App-Flutter | 01391df | lib/answar.dart | Dart | www.github.com/AnikKazi-dev/Quiz-App-Flutter/tree/main/lib/answar.dart | https://raw.githubusercontent.com/AnikKazi-dev/Quiz-App-Flutter/01391df/lib/answar.dart | AnikKazi-dev/Quiz-App-Flutter 01391df lib/answar.dart | true | 200 | 637 | import './gradient_button.dart';
import 'package:flutter/material.dart';
class Answer extends StatelessWidget {
final Function() questionUpdate;
final String answerText;
//final void Function()? questionUpdate;
//final VoidCallback questionUpdate;
Answer(this.questionUpdate, this.answerText);
@override
... | 3 |
jvictororiz/mobile_manager_car | b223e06 | lib/presentation/pages/timelineCar/component/change_oil_input.dart | Dart | www.github.com/jvictororiz/mobile_manager_car/tree/main/lib/presentation/pages/timelineCar/component/change_oil_input.dart | https://raw.githubusercontent.com/jvictororiz/mobile_manager_car/b223e06/lib/presentation/pages/timelineCar/component/change_oil_input.dart | jvictororiz/mobile_manager_car b223e06 lib/presentation/pages/timelineCar/component/change_oil_input.dart | true | 200 | 3,104 | import 'package:flutter/material.dart';
import 'package:mobile_manager_car/core/ext/extension.dart';
import 'package:mobile_manager_car/domain/model/historic_type.dart';
import '../../../component/custom_input.dart';
import '../../../component/loading_button.dart';
import '../../../res/strings.dart';
class ChangeOilI... | 6 |
hackdi-mj/mobile_ecommerce | 171e97d | lib/views/home.dart | Dart | www.github.com/hackdi-mj/mobile_ecommerce/tree/main/lib/views/home.dart | https://raw.githubusercontent.com/hackdi-mj/mobile_ecommerce/171e97d/lib/views/home.dart | hackdi-mj/mobile_ecommerce 171e97d lib/views/home.dart | true | 200 | 3,299 | import 'package:ecommerce/controller/controller.dart';
import 'package:ecommerce/model/product.dart';
import 'package:ecommerce/views/mywidget.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:pull_to_refresh/pull_to_refresh.dart';
class HomePage extends StatefulWidget {
c... | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.