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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
MikoMikarro/SOADBasura | 644739f | frontend/lib/main.dart | Dart | www.github.com/MikoMikarro/SOADBasura/tree/main/frontend/lib/main.dart | https://raw.githubusercontent.com/MikoMikarro/SOADBasura/644739f/frontend/lib/main.dart | MikoMikarro/SOADBasura 644739f frontend/lib/main.dart | true | 200 | 1,752 |
import 'package:buildgreen/screens/mapa_screen.dart';
import 'package:buildgreen/screens/welcome_screen.dart';
import 'package:flutter_easyloading/flutter_easyloading.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatefulWidget {
const MyAp... | 0 |
yusuffront99/laundry_frontend | 7e217eb | laundry/lib/main.dart | Dart | www.github.com/yusuffront99/laundry_frontend/tree/main/laundry/lib/main.dart | https://raw.githubusercontent.com/yusuffront99/laundry_frontend/7e217eb/laundry/lib/main.dart | yusuffront99/laundry_frontend 7e217eb laundry/lib/main.dart | true | 200 | 1,382 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:laundry/config/app_colors.dart';
void main() {
runApp(const MainApp());
}
class MainApp extends StatelessWidget {
const MainApp({super.key});
@override
Widget build(BuildContext context) {
return Mate... | 3 |
Mohamed01Morsy01Hasballah/E-Commerce | f71647d | lib/shared/component.dart | Dart | www.github.com/Mohamed01Morsy01Hasballah/E-Commerce/tree/main/lib/shared/component.dart | https://raw.githubusercontent.com/Mohamed01Morsy01Hasballah/E-Commerce/f71647d/lib/shared/component.dart | Mohamed01Morsy01Hasballah/E-Commerce f71647d lib/shared/component.dart | true | 200 | 5,725 | import 'package:e_commerce/pages/Login/LoginScreen.dart';
import 'package:e_commerce/shared/Network/local/CacheHelper.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import '../layout/Cubit.dart';
Widget BuiltTextField(
{
requi... | 5 |
raunak2909/expenso_352 | 7e2f3d3 | lib/ui/screen/home_page.dart | Dart | www.github.com/raunak2909/expenso_352/tree/main/lib/ui/screen/home_page.dart | https://raw.githubusercontent.com/raunak2909/expenso_352/7e2f3d3/lib/ui/screen/home_page.dart | raunak2909/expenso_352 7e2f3d3 lib/ui/screen/home_page.dart | true | 200 | 3,369 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:xpenso/ui/screen/add_expense_page.dart';
import 'bottom_nav_pages/graph_nav_page.dart';
import 'bottom_nav_pages/home_nav_page.dart';
import 'bottom_nav_pages/notification_nav_page.dart';
import 'bottom_nav_pages/profile_n... | 2 |
DavidUnab/storeapp | 221d00e | lib/app/signup/domain/use_case/register_use_case.dart | Dart | www.github.com/DavidUnab/storeapp/tree/main/lib/app/signup/domain/use_case/register_use_case.dart | https://raw.githubusercontent.com/DavidUnab/storeapp/221d00e/lib/app/signup/domain/use_case/register_use_case.dart | DavidUnab/storeapp 221d00e lib/app/signup/domain/use_case/register_use_case.dart | true | 200 | 458 | import 'package:storeapp/app/signup/domain/repository/register_repository.dart';
import 'package:storeapp/app/signup/presentation/model/register_form_model.dart';
class RegisterUseCase {
final RegisterRepository registerRepository;
RegisterUseCase({required this.registerRepository});
Future<bool> invoke(Regist... | 7 |
Eldar2021/kurs | 84220c7 | sabak5/bin/class/bakend_developer.dart | Dart | www.github.com/Eldar2021/kurs/tree/main/sabak5/bin/class/bakend_developer.dart | https://raw.githubusercontent.com/Eldar2021/kurs/84220c7/sabak5/bin/class/bakend_developer.dart | Eldar2021/kurs 84220c7 sabak5/bin/class/bakend_developer.dart | true | 200 | 477 | import 'developer.dart';
// super method algan parametrlerdy atasyna otkorup beret
class BackDevelper extends Developer {
String name;
int jash;
String framework;
BackDevelper({
required this.name,
required this.jash,
required this.framework,
}) : super(name: name, jash: jash, framework: framew... | 4 |
A04-2024/furnico-mobile | 241b36a | lib/rating/models/rating.dart | Dart | www.github.com/A04-2024/furnico-mobile/tree/main/lib/rating/models/rating.dart | https://raw.githubusercontent.com/A04-2024/furnico-mobile/241b36a/lib/rating/models/rating.dart | A04-2024/furnico-mobile 241b36a lib/rating/models/rating.dart | true | 200 | 538 | class Rating {
final String id;
final String username;
final int rating;
final String description;
final bool isOwner;
Rating({
required this.id,
required this.username,
required this.rating,
required this.description,
required this.isOwner,
});
factory Rating.fromJson(Map<String, ... | 6 |
ahmet-sa/Flutter_GPA-calculation_APP | 81dc550 | lib/data/data_helper.dart | Dart | www.github.com/ahmet-sa/Flutter_GPA-calculation_APP/tree/main/lib/data/data_helper.dart | https://raw.githubusercontent.com/ahmet-sa/Flutter_GPA-calculation_APP/81dc550/lib/data/data_helper.dart | ahmet-sa/Flutter_GPA-calculation_APP 81dc550 lib/data/data_helper.dart | true | 200 | 1,712 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter/scheduler.dart';
import '../model/dersler.dart';
class DataHelper {
static List<Ders> tumEklenenDersler=[];
static DersEkle(Ders ders){
tumEklenenDersler.add(ders);
}
static List<String> _tumderslerinHarfleri() {
return ["... | 0 |
Wenell09/flutter-nelnotes | f1fccfd | lib/bloc/search_note/search_note_bloc.dart | Dart | www.github.com/Wenell09/flutter-nelnotes/tree/main/lib/bloc/search_note/search_note_bloc.dart | https://raw.githubusercontent.com/Wenell09/flutter-nelnotes/f1fccfd/lib/bloc/search_note/search_note_bloc.dart | Wenell09/flutter-nelnotes f1fccfd lib/bloc/search_note/search_note_bloc.dart | true | 200 | 749 | import 'package:bloc/bloc.dart';
import 'package:equatable/equatable.dart';
import 'package:flutter_nelnotes/data/models/note_model.dart';
import 'package:flutter_nelnotes/repository/note_repository.dart';
part 'search_note_event.dart';
part 'search_note_state.dart';
class SearchNoteBloc extends Bloc<SearchNoteEvent,... | 3 |
one-work-sasaki/riverpod_different_version | 0f8a72b | lib/main.dart | Dart | www.github.com/one-work-sasaki/riverpod_different_version/tree/main/lib/main.dart | https://raw.githubusercontent.com/one-work-sasaki/riverpod_different_version/0f8a72b/lib/main.dart | one-work-sasaki/riverpod_different_version 0f8a72b lib/main.dart | true | 200 | 735 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:river_pod/screen/counter_a_page.dart';
import 'package:river_pod/screen/counter_b_page.dart';
void main() {
runApp(
ProviderScope(
child: const MyApp()
)
);
}
class MyApp extends Statel... | 5 |
AkmaljonAbdirakhimov/firebase_firesotre | 5a57201 | lib/views/screens/auth/login_screen.dart | Dart | www.github.com/AkmaljonAbdirakhimov/firebase_firesotre/tree/main/lib/views/screens/auth/login_screen.dart | https://raw.githubusercontent.com/AkmaljonAbdirakhimov/firebase_firesotre/5a57201/lib/views/screens/auth/login_screen.dart | AkmaljonAbdirakhimov/firebase_firesotre 5a57201 lib/views/screens/auth/login_screen.dart | true | 200 | 4,460 | import 'package:dars64_statemanagement/views/screens/products_screen.dart';
import 'package:flutter/material.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'register_screen.dart';
class LoginScreen extends StatefulWidget {
const LoginScreen({super.key});
@override
State<LoginScreen> createSta... | 2 |
ssghazaryan/profile_test | eda91be | lib/main.dart | Dart | www.github.com/ssghazaryan/profile_test/tree/main/lib/main.dart | https://raw.githubusercontent.com/ssghazaryan/profile_test/eda91be/lib/main.dart | ssghazaryan/profile_test eda91be lib/main.dart | true | 200 | 688 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:test_reting_app/page/profile/view/profile_screen.dart';
void main() {
runApp(const MyApp());
SystemChrome.setSystemUIOverlayStyle(
SystemUiOverlayStyle.dark.copyWith(
statusBarColor: Colors.white, statusBarB... | 7 |
ahmedraaed/tour | 4721437 | lib/presentation/iphone_14_three_page/widgets/slidercorinthia_item_widget.dart | Dart | www.github.com/ahmedraaed/tour/tree/main/lib/presentation/iphone_14_three_page/widgets/slidercorinthia_item_widget.dart | https://raw.githubusercontent.com/ahmedraaed/tour/4721437/lib/presentation/iphone_14_three_page/widgets/slidercorinthia_item_widget.dart | ahmedraaed/tour 4721437 lib/presentation/iphone_14_three_page/widgets/slidercorinthia_item_widget.dart | true | 200 | 1,208 | import 'package:ahmed_s_application3/core/app_export.dart';
import 'package:flutter/material.dart';
// ignore: must_be_immutable
class SlidercorinthiaItemWidget extends StatelessWidget {
const SlidercorinthiaItemWidget({Key? key})
: super(
key: key,
);
@override
Widget build(BuildContext... | 4 |
cuonghd280201/MO-WeHire | f476515 | lib/src/features/authentication/models/worklog.dart | Dart | www.github.com/cuonghd280201/MO-WeHire/tree/main/lib/src/features/authentication/models/worklog.dart | https://raw.githubusercontent.com/cuonghd280201/MO-WeHire/f476515/lib/src/features/authentication/models/worklog.dart | cuonghd280201/MO-WeHire f476515 lib/src/features/authentication/models/worklog.dart | true | 200 | 787 | class WorkLog {
int? workLogId;
int? paySlipId;
String? workDateMMM;
String? timeIn;
String? timeOut;
double? hourWorkInDay;
bool? isPaidLeave;
WorkLog(
{this.workLogId,
this.paySlipId,
this.workDateMMM,
this.timeIn,
this.timeOut,
this.hourWorkInDay,
this.isPai... | 0 |
hamza23177/post-reaction-app | 8b513e5 | lib/douma2/song/descriptionSong/description_song.dart | Dart | www.github.com/hamza23177/post-reaction-app/tree/main/lib/douma2/song/descriptionSong/description_song.dart | https://raw.githubusercontent.com/hamza23177/post-reaction-app/8b513e5/lib/douma2/song/descriptionSong/description_song.dart | hamza23177/post-reaction-app 8b513e5 lib/douma2/song/descriptionSong/description_song.dart | true | 200 | 9,713 | import 'package:untitled1/douma2/component/painer.dart';
import 'package:untitled1/douma2/information/user.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class Salloons extends StatefulWidget {
@override
_SalloonsState createState() => _SalloonsState();
}
class _SalloonsSt... | 3 |
humail3/flutter_project_frontend_kangaro_mining_network | ae2716c | wallet/lib/screens/authentication_screens/welcome_screen.dart | Dart | www.github.com/humail3/flutter_project_frontend_kangaro_mining_network/tree/main/wallet/lib/screens/authentication_screens/welcome_screen.dart | https://raw.githubusercontent.com/humail3/flutter_project_frontend_kangaro_mining_network/ae2716c/wallet/lib/screens/authentication_screens/welcome_screen.dart | humail3/flutter_project_frontend_kangaro_mining_network ae2716c wallet/lib/screens/authentication_screens/welcome_screen.dart | true | 200 | 8,774 | import 'package:eva_icons_flutter/eva_icons_flutter.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:google_sign_in/google_sign_in.dart';
import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import ... | 5 |
nadanaseraldeen/weatherApp | 1fc1afe | lib/WeatherForecastProvider.dart | Dart | www.github.com/nadanaseraldeen/weatherApp/tree/main/lib/WeatherForecastProvider.dart | https://raw.githubusercontent.com/nadanaseraldeen/weatherApp/1fc1afe/lib/WeatherForecastProvider.dart | nadanaseraldeen/weatherApp 1fc1afe lib/WeatherForecastProvider.dart | true | 200 | 1,234 | import 'package:flutter/foundation.dart';
import 'package:http/http.dart' as http;
import 'dart:convert';
class WeatherForecastProvider with ChangeNotifier {
static const String API_KEY = "5c12358112004c5985d142759231412";
List<Map<String, dynamic>> _hourlyWeatherForecast = [];
List<Map<String, dynamic>> _dailyW... | 2 |
nghiemphuongthao/flutter_yumyum | aaa63f9 | lib/model/server_user_model.dart | Dart | www.github.com/nghiemphuongthao/flutter_yumyum/tree/main/lib/model/server_user_model.dart | https://raw.githubusercontent.com/nghiemphuongthao/flutter_yumyum/aaa63f9/lib/model/server_user_model.dart | nghiemphuongthao/flutter_yumyum aaa63f9 lib/model/server_user_model.dart | true | 200 | 675 | class ServerUserModel {
String name='', restaurant='', uid='', phone='';
bool _isAtive= false;
bool get isActive => _isAtive;
ServerUserModel(
this.name, this.restaurant, this.uid, this.phone);
ServerUserModel.fromJson(Map<String, dynamic> json){
name = json['name'];
restaurant = json['restaur... | 7 |
aashirzubair999/mc_project | e312df7 | lib/Screens/camera.dart | Dart | www.github.com/aashirzubair999/mc_project/tree/main/lib/Screens/camera.dart | https://raw.githubusercontent.com/aashirzubair999/mc_project/e312df7/lib/Screens/camera.dart | aashirzubair999/mc_project e312df7 lib/Screens/camera.dart | true | 200 | 13,239 | import 'dart:io';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import 'package:flutter_speed_dial/flutter_speed_... | 6 |
felipe-graca/english-dictionary | 2decbaf | lib/ui/shared/modal_bottom_sheet.dart | Dart | www.github.com/felipe-graca/english-dictionary/tree/main/lib/ui/shared/modal_bottom_sheet.dart | https://raw.githubusercontent.com/felipe-graca/english-dictionary/2decbaf/lib/ui/shared/modal_bottom_sheet.dart | felipe-graca/english-dictionary 2decbaf lib/ui/shared/modal_bottom_sheet.dart | true | 200 | 1,694 | import 'package:flutter/material.dart';
import 'package:modal_bottom_sheet/modal_bottom_sheet.dart';
class ModalBottomSheet<T> extends StatefulWidget {
final Widget child;
const ModalBottomSheet({Key? key, required this.child}) : super(key: key);
@override
State<ModalBottomSheet> createState() => ModalBottom... | 4 |
samatabzalovich/flutter_achievments | a841a28 | lib/features/app/domain/shared_entities/child_entity.dart | Dart | www.github.com/samatabzalovich/flutter_achievments/tree/main/lib/features/app/domain/shared_entities/child_entity.dart | https://raw.githubusercontent.com/samatabzalovich/flutter_achievments/a841a28/lib/features/app/domain/shared_entities/child_entity.dart | samatabzalovich/flutter_achievments a841a28 lib/features/app/domain/shared_entities/child_entity.dart | true | 200 | 1,876 | import 'package:flutter_achievments/core/common/avatar/avatar.dart';
import 'package:flutter_achievments/features/app/domain/shared_entities/user_entity.dart';
import 'package:flutter_achievments/core/enums/user_type.dart';
import 'package:flutter_achievments/features/app/domain/shared_entities/parent_entity.dart';
cl... | 0 |
guvenfuturerbio/rBio | b5f6a96 | lib/features/profile/profile/viewmodel/profile_vm.dart | Dart | www.github.com/guvenfuturerbio/rBio/tree/main/lib/features/profile/profile/viewmodel/profile_vm.dart | https://raw.githubusercontent.com/guvenfuturerbio/rBio/b5f6a96/lib/features/profile/profile/viewmodel/profile_vm.dart | guvenfuturerbio/rBio b5f6a96 lib/features/profile/profile/viewmodel/profile_vm.dart | true | 200 | 981 | import 'package:flutter/material.dart';
import '../../../../core/core.dart';
part '../model/profile_numbers.dart';
class ProfileVm extends ChangeNotifier {
LoadingProgress _state = LoadingProgress.loading;
LoadingProgress get state => _state;
set state(LoadingProgress value) {
_state = value;
notifyLis... | 3 |
ahmadmurtaza1209/FirstApp | 53f266e | lib/widgets/recent_trips_item_view_model.dart | Dart | www.github.com/ahmadmurtaza1209/FirstApp/tree/main/lib/widgets/recent_trips_item_view_model.dart | https://raw.githubusercontent.com/ahmadmurtaza1209/FirstApp/53f266e/lib/widgets/recent_trips_item_view_model.dart | ahmadmurtaza1209/FirstApp 53f266e lib/widgets/recent_trips_item_view_model.dart | true | 200 | 2,100 | import 'package:first_app/models/trips_model.dart';
import 'package:flutter/material.dart';
class RecentTripsItemViewModel extends StatelessWidget {
final TripsModel detail;
const RecentTripsItemViewModel({super.key, required this.detail});
@override
Widget build(BuildContext context) {
return Container(... | 5 |
alfauzian/temani | b6627c0 | lib/view/imt_screen/BMIdialog.dart | Dart | www.github.com/alfauzian/temani/tree/main/lib/view/imt_screen/BMIdialog.dart | https://raw.githubusercontent.com/alfauzian/temani/b6627c0/lib/view/imt_screen/BMIdialog.dart | alfauzian/temani b6627c0 lib/view/imt_screen/BMIdialog.dart | true | 200 | 1,785 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:temani/controllers/IMTController.dart';
IMTController imtC = Get.put(IMTController());
class BMIDialog extends StatefulWidget {
const BMIDialog({Key? key}) : super(key: key);
@override
_BMIDialogState createState() => _BMIDi... | 2 |
hidechy/flutter-familynotes0329 | 6285309 | lib/view/page/child_health_check_select/state.dart | Dart | www.github.com/hidechy/flutter-familynotes0329/tree/main/lib/view/page/child_health_check_select/state.dart | https://raw.githubusercontent.com/hidechy/flutter-familynotes0329/6285309/lib/view/page/child_health_check_select/state.dart | hidechy/flutter-familynotes0329 6285309 lib/view/page/child_health_check_select/state.dart | true | 200 | 997 | import 'package:freezed_annotation/freezed_annotation.dart';
import '../../../data/model/child_checkup_list/model.dart';
import '../../../data/model/child_checkup_types/model.dart';
import '../child_health_check_input/state.dart';
part 'state.freezed.dart';
@freezed
class ChildHealthCheckSelectState with _$ChildHeal... | 6 |
dongsub-joung/business-card | 9586631 | my_app/lib/main.dart | Dart | www.github.com/dongsub-joung/business-card/tree/main/my_app/lib/main.dart | https://raw.githubusercontent.com/dongsub-joung/business-card/9586631/my_app/lib/main.dart | dongsub-joung/business-card 9586631 my_app/lib/main.dart | true | 200 | 4,114 | import 'package:flutter/material.dart';
import 'dart:js' as js;
import 'screen_todo.dart';
import 'screen_memo.dart';
import 'screen_comment.dart';
import 'package:url_launcher/url_launcher.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
... | 4 |
SyedSaudShah/zarafa | 6ddb0d2 | lib/Controller/Routes/routes_method.dart | Dart | www.github.com/SyedSaudShah/zarafa/tree/main/lib/Controller/Routes/routes_method.dart | https://raw.githubusercontent.com/SyedSaudShah/zarafa/6ddb0d2/lib/Controller/Routes/routes_method.dart | SyedSaudShah/zarafa 6ddb0d2 lib/Controller/Routes/routes_method.dart | true | 200 | 5,452 | import 'package:zarafa/Export/export.dart';
import 'package:zarafa/Screens/Resource/Agent/my_agent.dart';
import 'package:zarafa/Screens/Resource/Home/home.dart';
import 'package:zarafa/Screens/Resource/Money/MoneyCard/details.dart';
import 'package:zarafa/Screens/Resource/Money/transaction.dart';
import 'package:zaraf... | 0 |
AlmohsenMyya/almohsen_social | bc2529f | lib/presentation/invite_friends_screen/controller/invite_friends_controller.dart | Dart | www.github.com/AlmohsenMyya/almohsen_social/tree/main/lib/presentation/invite_friends_screen/controller/invite_friends_controller.dart | https://raw.githubusercontent.com/AlmohsenMyya/almohsen_social/bc2529f/lib/presentation/invite_friends_screen/controller/invite_friends_controller.dart | AlmohsenMyya/almohsen_social bc2529f lib/presentation/invite_friends_screen/controller/invite_friends_controller.dart | true | 200 | 384 | import '../../../core/app_export.dart';
import '../models/invite_friends_model.dart';
/// A controller class for the InviteFriendsScreen.
///
/// This class manages the state of the InviteFriendsScreen, including the
/// current inviteFriendsModelObj
class InviteFriendsController extends GetxController {
Rx<InviteFr... | 3 |
mo7amedsayed74/Speed | 07d97b1 | lib/widgets/verify_your_mail.dart | Dart | www.github.com/mo7amedsayed74/Speed/tree/main/lib/widgets/verify_your_mail.dart | https://raw.githubusercontent.com/mo7amedsayed74/Speed/07d97b1/lib/widgets/verify_your_mail.dart | mo7amedsayed74/Speed 07d97b1 lib/widgets/verify_your_mail.dart | true | 200 | 1,212 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:social_app/components.dart';
import '../constants.dart';
class VerifyWithMail extends StatelessWidget {
const VerifyWithMail({super.key});
@override
Widget build(BuildContext context) {
return Contain... | 5 |
uzotemple/DatingApp | c48ee25 | lib/setting_screen/terms_and_conditions_name.dart | Dart | www.github.com/uzotemple/DatingApp/tree/main/lib/setting_screen/terms_and_conditions_name.dart | https://raw.githubusercontent.com/uzotemple/DatingApp/c48ee25/lib/setting_screen/terms_and_conditions_name.dart | uzotemple/DatingApp c48ee25 lib/setting_screen/terms_and_conditions_name.dart | true | 200 | 1,848 | import 'package:flutter/material.dart';
import 'package:love_bird/config/routes.dart';
import 'package:love_bird/config/constants.dart';
class TermsAndConditionsNameScreen extends StatefulWidget {
const TermsAndConditionsNameScreen({super.key});
@override
// ignore: library_private_types_in_public_api
_TermsA... | 2 |
sreeragp121/hotstar | 321c927 | lib/widgets/my_carousel_2.dart | Dart | www.github.com/sreeragp121/hotstar/tree/main/lib/widgets/my_carousel_2.dart | https://raw.githubusercontent.com/sreeragp121/hotstar/321c927/lib/widgets/my_carousel_2.dart | sreeragp121/hotstar 321c927 lib/widgets/my_carousel_2.dart | true | 200 | 2,315 | import 'package:carousel_slider/carousel_slider.dart';
import 'package:flutter/material.dart';
import 'package:hotstar1/services/model_movies.dart';
class MyCarouselSmall extends StatefulWidget {
final Future<List<Movie>> imageList;
const MyCarouselSmall({super.key, required this.imageList});
@override
State<... | 6 |
aridroid/MateMobileApp23 | 35ede5c | lib/Screen/chatDashboard/new_message.dart | Dart | www.github.com/aridroid/MateMobileApp23/tree/main/lib/Screen/chatDashboard/new_message.dart | https://raw.githubusercontent.com/aridroid/MateMobileApp23/35ede5c/lib/Screen/chatDashboard/new_message.dart | aridroid/MateMobileApp23 35ede5c lib/Screen/chatDashboard/new_message.dart | true | 200 | 10,585 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:mate_app/Screen/chatDashboard/search_person.dart';
import '../../asset/Colors/MateColors.dart';
import '../../constant.dart';
... | 4 |
ShivamKhule/SME_Manager_App | 6f1de09 | lib/new_implementation/productsDetails.dart | Dart | www.github.com/ShivamKhule/SME_Manager_App/tree/main/lib/new_implementation/productsDetails.dart | https://raw.githubusercontent.com/ShivamKhule/SME_Manager_App/6f1de09/lib/new_implementation/productsDetails.dart | ShivamKhule/SME_Manager_App 6f1de09 lib/new_implementation/productsDetails.dart | true | 200 | 1,840 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_connect/controller/LoginDetails.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
class ProductDetailsScreen extends StatelessWidget {
final String ownerId;
final String orderId;
ProductDetailsS... | 0 |
shMashiro/UAS_Mobile_Reihan-Aulia-Darojat | 09557e1 | lib/widgets/todo_logo.dart | Dart | www.github.com/shMashiro/UAS_Mobile_Reihan-Aulia-Darojat/tree/main/lib/widgets/todo_logo.dart | https://raw.githubusercontent.com/shMashiro/UAS_Mobile_Reihan-Aulia-Darojat/09557e1/lib/widgets/todo_logo.dart | shMashiro/UAS_Mobile_Reihan-Aulia-Darojat 09557e1 lib/widgets/todo_logo.dart | true | 200 | 593 | import 'package:flutter/material.dart';
class TodoLogo extends StatelessWidget {
const TodoLogo({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return const Column(
children: [
SizedBox(
height: 50,
),
Icon(
Icons.check_circle,
... | 7 |
shreyansh231/NEWS-APP-Daily-News | 0a7a678 | lib/main.dart | Dart | www.github.com/shreyansh231/NEWS-APP-Daily-News/tree/main/lib/main.dart | https://raw.githubusercontent.com/shreyansh231/NEWS-APP-Daily-News/0a7a678/lib/main.dart | shreyansh231/NEWS-APP-Daily-News 0a7a678 lib/main.dart | true | 200 | 481 | import 'package:flutter/material.dart';
import 'package:newsapp/home.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(
d... | 5 |
sirahm0/WeatherApp | cd8beaa | lib/pages/weather_page.dart | Dart | www.github.com/sirahm0/WeatherApp/tree/main/lib/pages/weather_page.dart | https://raw.githubusercontent.com/sirahm0/WeatherApp/cd8beaa/lib/pages/weather_page.dart | sirahm0/WeatherApp cd8beaa lib/pages/weather_page.dart | true | 200 | 5,002 | import 'package:flutter/material.dart';
import 'package:lottie/lottie.dart';
import '../models/weather_model.dart';
import '../services/weather_service.dart';
class WeatherPage extends StatefulWidget {
const WeatherPage({super.key});
@override
State<WeatherPage> createState() => _WeatherPageState();
}
class _W... | 3 |
omarhadir/shop_app | 8c1e56e | lib/modules/search/search_screen.dart | Dart | www.github.com/omarhadir/shop_app/tree/main/lib/modules/search/search_screen.dart | https://raw.githubusercontent.com/omarhadir/shop_app/8c1e56e/lib/modules/search/search_screen.dart | omarhadir/shop_app 8c1e56e lib/modules/search/search_screen.dart | true | 200 | 2,505 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:untitled11/modules/search/cubit/cubit.dart';
import 'package:untitled11/modules/search/cubit/states.dart';
import 'package:untitled11/shared/components/components.dart';
class SearchScreen extends StatelessWidget {... | 6 |
a7medbehiry/bookly_app_mvvm_pattern | 3111263 | lib/Features/search/presentation/views/widgets/custom_search_text_field.dart | Dart | www.github.com/a7medbehiry/bookly_app_mvvm_pattern/tree/main/lib/Features/search/presentation/views/widgets/custom_search_text_field.dart | https://raw.githubusercontent.com/a7medbehiry/bookly_app_mvvm_pattern/3111263/lib/Features/search/presentation/views/widgets/custom_search_text_field.dart | a7medbehiry/bookly_app_mvvm_pattern 3111263 lib/Features/search/presentation/views/widgets/custom_search_text_field.dart | true | 200 | 1,056 | import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
class CustomSearchTextField extends StatelessWidget {
const CustomSearchTextField({super.key});
@override
Widget build(BuildContext context) {
return TextField(
decoration: InputDecoration(
... | 0 |
hadi-mahmoudii/SamanAndish | 3b60154 | lib/Features/Profile/Screens/dashboard.dart | Dart | www.github.com/hadi-mahmoudii/SamanAndish/tree/main/lib/Features/Profile/Screens/dashboard.dart | https://raw.githubusercontent.com/hadi-mahmoudii/SamanAndish/3b60154/lib/Features/Profile/Screens/dashboard.dart | hadi-mahmoudii/SamanAndish 3b60154 lib/Features/Profile/Screens/dashboard.dart | true | 200 | 5,752 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../../../Core/Config/app_session.dart';
import '../../../Core/Config/routes.dart';
import '../../../Core/Widgets/five_navigation_button.dart';
import '../../../Core/Widgets/flutter_icons.dart';
import '../../../Core/Widgets/simple... | 4 |
Samitti/grocery-app-ui-backend | a810a68 | lib/screens/signup/component/text_fields_signup.dart | Dart | www.github.com/Samitti/grocery-app-ui-backend/tree/main/lib/screens/signup/component/text_fields_signup.dart | https://raw.githubusercontent.com/Samitti/grocery-app-ui-backend/a810a68/lib/screens/signup/component/text_fields_signup.dart | Samitti/grocery-app-ui-backend a810a68 lib/screens/signup/component/text_fields_signup.dart | true | 200 | 7,109 | import 'package:flutter/material.dart';
import 'package:grocery/constants/dimension.dart';
import 'package:grocery/constants/utils.dart';
import 'package:grocery/services/auth/auth_services.dart';
import 'package:grocery/widgets/button_widget.dart';
class TextFieldSignUp extends StatefulWidget {
const TextFieldSignU... | 5 |
NalaJang/learn_flutter | 3a383e8 | lib/240405/main.dart | Dart | www.github.com/NalaJang/learn_flutter/tree/main/lib/240405/main.dart | https://raw.githubusercontent.com/NalaJang/learn_flutter/3a383e8/lib/240405/main.dart | NalaJang/learn_flutter 3a383e8 lib/240405/main.dart | true | 200 | 370 | import 'package:flutter/material.dart';
import 'biman/biman_main_screen.dart';
import 'starbuks/presentation/main/main_screen.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return const Materia... | 3 |
JavidIbra/flutter_ecommerce_app | 2d0fd7d | lib/features/personalization/screens/address/widgets/single_address.dart | Dart | www.github.com/JavidIbra/flutter_ecommerce_app/tree/main/lib/features/personalization/screens/address/widgets/single_address.dart | https://raw.githubusercontent.com/JavidIbra/flutter_ecommerce_app/2d0fd7d/lib/features/personalization/screens/address/widgets/single_address.dart | JavidIbra/flutter_ecommerce_app 2d0fd7d lib/features/personalization/screens/address/widgets/single_address.dart | true | 200 | 2,259 | import 'package:flutter/material.dart';
import 'package:flutter_ecommerce_app/common/widgets/custom_shapes/containers/rounded_container.dart';
import 'package:flutter_ecommerce_app/utils/constants/colors.dart';
import 'package:flutter_ecommerce_app/utils/constants/sizes.dart';
import 'package:flutter_ecommerce_app/util... | 2 |
Jihed0405/start_app | c407294 | lib/routes.dart | Dart | www.github.com/Jihed0405/start_app/tree/main/lib/routes.dart | https://raw.githubusercontent.com/Jihed0405/start_app/c407294/lib/routes.dart | Jihed0405/start_app c407294 lib/routes.dart | true | 200 | 1,937 | import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
import 'package:start_app/components/bottom_navigation_bar.dart';
import 'package:start_app/screens/details_screen.dart';
import 'package:start_app/screens/home_screen.dart';
import 'package:start_app/screens/login_screen.dart';
import '... | 6 |
bigdatachobo/flutter_Riverpod | 34ea38f | lib/screen/listen_provider_screen.dart | Dart | www.github.com/bigdatachobo/flutter_Riverpod/tree/main/lib/screen/listen_provider_screen.dart | https://raw.githubusercontent.com/bigdatachobo/flutter_Riverpod/34ea38f/lib/screen/listen_provider_screen.dart | bigdatachobo/flutter_Riverpod 34ea38f lib/screen/listen_provider_screen.dart | true | 200 | 2,547 | import 'package:flutter/material.dart';
import 'package:flutter_playground/layout/default_layout.dart';
import 'package:flutter_playground/riverpod/listen_provider.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
class ListenProviderScreen extends ConsumerStatefulWidget {
const ListenProviderScreen({s... | 0 |
Andrei-Bondarenko/NotesFlutter | edf7c22 | lib/features/reminders/presentation/screen/reminders_page.dart | Dart | www.github.com/Andrei-Bondarenko/NotesFlutter/tree/main/lib/features/reminders/presentation/screen/reminders_page.dart | https://raw.githubusercontent.com/Andrei-Bondarenko/NotesFlutter/edf7c22/lib/features/reminders/presentation/screen/reminders_page.dart | Andrei-Bondarenko/NotesFlutter edf7c22 lib/features/reminders/presentation/screen/reminders_page.dart | true | 200 | 4,071 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:go_router/go_router.dart';
import 'package:notes/core/di/dependency_injection.dart';
import 'package:notes/core/navigation/routes/reminder_details_route.dart';
import 'package:notes/core/ui/widgets/calendar/calendar... | 4 |
SWM-99-degree/jariBean-Front | 53c78c7 | lib/common/models/offset_pagination_model.dart | Dart | www.github.com/SWM-99-degree/jariBean-Front/tree/main/lib/common/models/offset_pagination_model.dart | https://raw.githubusercontent.com/SWM-99-degree/jariBean-Front/53c78c7/lib/common/models/offset_pagination_model.dart | SWM-99-degree/jariBean-Front 53c78c7 lib/common/models/offset_pagination_model.dart | true | 200 | 1,638 | import 'package:jari_bean/common/models/model_with_id.dart';
import 'package:json_annotation/json_annotation.dart';
part 'offset_pagination_model.g.dart';
abstract class OffsetPaginationBase {}
class OffsetPaginationError extends OffsetPaginationBase {
final String message;
OffsetPaginationError({required this.m... | 5 |
NakraniKishan/Flutter-Learning | 12bc7fb | lib/UI Store/Gossip/gossipstoryviewscreen.dart | Dart | www.github.com/NakraniKishan/Flutter-Learning/tree/main/lib/UI Store/Gossip/gossipstoryviewscreen.dart | https://raw.githubusercontent.com/NakraniKishan/Flutter-Learning/12bc7fb/lib/UI%20Store/Gossip/gossipstoryviewscreen.dart | NakraniKishan/Flutter-Learning 12bc7fb lib/UI Store/Gossip/gossipstoryviewscreen.dart | true | 200 | 1,517 | import 'package:flutter/material.dart';
import 'package:story_view/controller/story_controller.dart';
import 'package:story_view/widgets/story_view.dart';
// import 'package:story_view/controller/story_controller.dart';
// import 'package:story_view/widgets/story_view.dart';
class gossipstoryviewscreen extends Statefu... | 3 |
Yacine300/riverpod-learning-app | f94cb4b | lib/model/to_do.dart | Dart | www.github.com/Yacine300/riverpod-learning-app/tree/main/lib/model/to_do.dart | https://raw.githubusercontent.com/Yacine300/riverpod-learning-app/f94cb4b/lib/model/to_do.dart | Yacine300/riverpod-learning-app f94cb4b lib/model/to_do.dart | true | 200 | 397 | class ToDO {
ToDO(
{required this.userId,
required this.complited,
required this.id,
required this.title});
final int userId;
final int id;
final String title;
final bool complited;
factory ToDO.fromJson(Map<String, dynamic> json) => ToDO(
userId: json["userId"],
compli... | 2 |
Heidarabdi/TodoApp | 4c1fcd6 | lib/utils/get_date.dart | Dart | www.github.com/Heidarabdi/TodoApp/tree/main/lib/utils/get_date.dart | https://raw.githubusercontent.com/Heidarabdi/TodoApp/4c1fcd6/lib/utils/get_date.dart | Heidarabdi/TodoApp 4c1fcd6 lib/utils/get_date.dart | true | 200 | 850 |
// get the today date in this format (Friday, 23 July)
String getTodayDate() {
final now = DateTime.now();
final weekdays = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'];
final months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'Oct... | 6 |
Bachhoang2001/App-for-smart-house | 7069136 | lib/pages/components/appbar_widget.dart | Dart | www.github.com/Bachhoang2001/App-for-smart-house/tree/main/lib/pages/components/appbar_widget.dart | https://raw.githubusercontent.com/Bachhoang2001/App-for-smart-house/7069136/lib/pages/components/appbar_widget.dart | Bachhoang2001/App-for-smart-house 7069136 lib/pages/components/appbar_widget.dart | true | 200 | 505 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:door_manager/constants.dart';
AppBar buildAppBar(BuildContext context, String title, List<Widget>? actions) {
return AppBar(
title: Text(
title,
style: TextStyle(
fontSize: 25,
color: KMai... | 0 |
ynnob/sloth | 032054d | packages/sloth_link_crawler/test/sloth_link_crawler_test.dart | Dart | www.github.com/ynnob/sloth/tree/main/packages/sloth_link_crawler/test/sloth_link_crawler_test.dart | https://raw.githubusercontent.com/ynnob/sloth/032054d/packages/sloth_link_crawler/test/sloth_link_crawler_test.dart | ynnob/sloth 032054d packages/sloth_link_crawler/test/sloth_link_crawler_test.dart | true | 200 | 512 | import 'package:sloth_link_crawler/sloth_link_crawler.dart';
import 'package:test/test.dart';
void main() {
test('Robots.txt allowance test', () async {
final crawler = SlothLinkCrawler(
baseUrl: 'https://example.com',
onlyInternalDomainLinks: true,
debugMode: true,
duration: cons... | 5 |
skyface753/SkyReal | 3083e13 | client_skyreal_flutter/lib/components/ownPicture.dart | Dart | www.github.com/skyface753/SkyReal/tree/main/client_skyreal_flutter/lib/components/ownPicture.dart | https://raw.githubusercontent.com/skyface753/SkyReal/3083e13/client_skyreal_flutter/lib/components/ownPicture.dart | skyface753/SkyReal 3083e13 client_skyreal_flutter/lib/components/ownPicture.dart | true | 200 | 2,543 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:skyreal/components/showTakeRealContainer.dart';
import 'package:skyreal/pages/take_real.dart';
import 'package:skyreal/services/dio_service.dart';
class OwnPicture extends StatelessWidget {
final ... | 4 |
beyzacebiturk/virtual_shopping_app | 570e2fe | lib/items_upload_screen.dart | Dart | www.github.com/beyzacebiturk/virtual_shopping_app/tree/main/lib/items_upload_screen.dart | https://raw.githubusercontent.com/beyzacebiturk/virtual_shopping_app/570e2fe/lib/items_upload_screen.dart | beyzacebiturk/virtual_shopping_app 570e2fe lib/items_upload_screen.dart | true | 200 | 13,177 | import 'dart:math';
import 'dart:typed_data';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import 'package:virtual_shopping_app/api_consumer.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:firebas... | 3 |
Kurarensu/SophieredHotel_MobileApp | 7f634e4 | lib/main.dart | Dart | www.github.com/Kurarensu/SophieredHotel_MobileApp/tree/main/lib/main.dart | https://raw.githubusercontent.com/Kurarensu/SophieredHotel_MobileApp/7f634e4/lib/main.dart | Kurarensu/SophieredHotel_MobileApp 7f634e4 lib/main.dart | true | 200 | 1,042 | import 'package:flutter/material.dart';
import 'loginpage.dart'; // Make sure this is the correct path to your login page
import 'package:sophiered/SplashScreen.dart';
void main() {
// Optionally add any initialization code here before running the app
runApp(MyApp());
}
class MyApp extends StatelessWidget {
con... | 2 |
quanganhnguyen001/trash_collector_app | 6abf5b4 | lib/features/history/cubit/history_cubit.dart | Dart | www.github.com/quanganhnguyen001/trash_collector_app/tree/main/lib/features/history/cubit/history_cubit.dart | https://raw.githubusercontent.com/quanganhnguyen001/trash_collector_app/6abf5b4/lib/features/history/cubit/history_cubit.dart | quanganhnguyen001/trash_collector_app 6abf5b4 lib/features/history/cubit/history_cubit.dart | true | 200 | 3,984 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:equatable/equatable.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_easyloading/flutter_easyloading.dart';
import 'package:tra... | 6 |
quimifyapp/client | 17ae690 | lib/storage/history/results/organic_name_local_result.dart | Dart | www.github.com/quimifyapp/client/tree/main/lib/storage/history/results/organic_name_local_result.dart | https://raw.githubusercontent.com/quimifyapp/client/17ae690/lib/storage/history/results/organic_name_local_result.dart | quimifyapp/client 17ae690 lib/storage/history/results/organic_name_local_result.dart | true | 200 | 1,127 | import 'dart:convert';
import 'package:quimify_client/internet/api/results/organic_result.dart';
class OrganicNameLocalResult {
late final List<int> sequence;
late final String? structure;
late final String name;
OrganicNameLocalResult(
this.sequence,
this.structure,
this.name,
);
factory Or... | 4 |
k1nd-cat/information-system-labs-itmo | fdce513 | frontend2/lib/view/home/widgets/show_profile.dart | Dart | www.github.com/k1nd-cat/information-system-labs-itmo/tree/main/frontend2/lib/view/home/widgets/show_profile.dart | https://raw.githubusercontent.com/k1nd-cat/information-system-labs-itmo/fdce513/frontend2/lib/view/home/widgets/show_profile.dart | k1nd-cat/information-system-labs-itmo fdce513 frontend2/lib/view/home/widgets/show_profile.dart | true | 200 | 2,950 | import 'package:flutter/material.dart';
import 'package:frontend2/viewmodel/authentication_viewmodel.dart';
import 'package:provider/provider.dart';
import '../../../model/user.dart';
class ShowProfile extends StatelessWidget {
const ShowProfile({super.key});
Future<void> _dialogBuilder(BuildContext context) {
... | 3 |
vinay7869/Google-and-Facebook-login | de916c2 | lib/api/cubit/api_cubit.dart | Dart | www.github.com/vinay7869/Google-and-Facebook-login/tree/main/lib/api/cubit/api_cubit.dart | https://raw.githubusercontent.com/vinay7869/Google-and-Facebook-login/de916c2/lib/api/cubit/api_cubit.dart | vinay7869/Google-and-Facebook-login de916c2 lib/api/cubit/api_cubit.dart | true | 200 | 401 | import 'package:bloc/bloc.dart';
import '../logic/crud_op.dart';
import '../model/product_model.dart';
part 'api_state.dart';
class ApiCubit extends Cubit<ApiState> {
ApiCubit() : super(const ApiState(products: []));
Future<void> fetchProducts(String? category) async {
final data = await CrudOperationsContro... | 5 |
VladislavRUS/flutter-quests | e3d82a9 | lib/data/mappers/slide_mapper.dart | Dart | www.github.com/VladislavRUS/flutter-quests/tree/main/lib/data/mappers/slide_mapper.dart | https://raw.githubusercontent.com/VladislavRUS/flutter-quests/e3d82a9/lib/data/mappers/slide_mapper.dart | VladislavRUS/flutter-quests e3d82a9 lib/data/mappers/slide_mapper.dart | true | 200 | 617 | import 'package:flutter_quests/data/mappers/image_mapper.dart';
import 'package:flutter_quests/data/models/slide/slide_model.dart';
class SlideMapper {
static Map<String, dynamic> toJson(SlideModel slide) {
return {
'text': slide.text,
'images': slide.images.map(ImageMapper.toJson).toList(),
};
... | 0 |
sim2han/five-in-row-client | 0957998 | lib/gamePage.dart | Dart | www.github.com/sim2han/five-in-row-client/tree/main/lib/gamePage.dart | https://raw.githubusercontent.com/sim2han/five-in-row-client/0957998/lib/gamePage.dart | sim2han/five-in-row-client 0957998 lib/gamePage.dart | true | 200 | 4,677 | import 'package:fir_client/constants.dart';
import 'package:fir_client/engine.dart';
import 'package:fir_client/firBoard.dart';
import 'package:fir_client/messageBox.dart';
import 'package:flutter/material.dart';
class GamePage extends StatefulWidget {
const GamePage({super.key});
@override
_GamePage createStat... | 6 |
JayFlutter10/package_screen | 71a064e | lib/support/view/email_view.dart | Dart | www.github.com/JayFlutter10/package_screen/tree/main/lib/support/view/email_view.dart | https://raw.githubusercontent.com/JayFlutter10/package_screen/71a064e/lib/support/view/email_view.dart | JayFlutter10/package_screen 71a064e lib/support/view/email_view.dart | true | 200 | 6,828 | import 'package:flutter/material.dart';
class EmailView extends StatelessWidget {
EmailView({super.key});
final List<dynamic> faq=[
{
'Ques':'1. How can I reset my password?',
'Ans':'To reset your password:\n1.Click on the "Forgot Password" link on the login page.\n2.Enter the email address associ... | 5 |
marcelinethevampire/evently_app2025 | f08228a | lib/modules/layout/widgets/category_card.dart | Dart | www.github.com/marcelinethevampire/evently_app2025/tree/main/lib/modules/layout/widgets/category_card.dart | https://raw.githubusercontent.com/marcelinethevampire/evently_app2025/f08228a/lib/modules/layout/widgets/category_card.dart | marcelinethevampire/evently_app2025 f08228a lib/modules/layout/widgets/category_card.dart | true | 200 | 2,029 |
import 'package:evently_app/core/sizes/siizes.dart';
import 'package:flutter/material.dart';
import '../../../core/theme/app_colors.dart';
class CategoryCard extends StatelessWidget{
const CategoryCard({super.key});
@override
Widget build(BuildContext context) {
return Container(
padding: EdgeInsets.... | 4 |
nnsyu/Flutter-Riverpod-Essential-Example | bd5f25e | freezed_sample/lib/models/method.dart | Dart | www.github.com/nnsyu/Flutter-Riverpod-Essential-Example/tree/main/freezed_sample/lib/models/method.dart | https://raw.githubusercontent.com/nnsyu/Flutter-Riverpod-Essential-Example/bd5f25e/freezed_sample/lib/models/method.dart | nnsyu/Flutter-Riverpod-Essential-Example bd5f25e freezed_sample/lib/models/method.dart | true | 200 | 353 | import 'package:freezed_annotation/freezed_annotation.dart';
import 'package:flutter/foundation.dart';
part 'method.freezed.dart';
@freezed
class Method with _$Method {
const Method._();
const factory Method(
String methodName, {
double? version,
}) = _Method;
void printMethod() {
print('$method... | 3 |
STI-RR/test_stone_pos | f07f491 | lib/features/detalhes_conta/model/usecases/save_cliente_mesa_ou_comanda_usecase.dart | Dart | www.github.com/STI-RR/test_stone_pos/tree/main/lib/features/detalhes_conta/model/usecases/save_cliente_mesa_ou_comanda_usecase.dart | https://raw.githubusercontent.com/STI-RR/test_stone_pos/f07f491/lib/features/detalhes_conta/model/usecases/save_cliente_mesa_ou_comanda_usecase.dart | STI-RR/test_stone_pos f07f491 lib/features/detalhes_conta/model/usecases/save_cliente_mesa_ou_comanda_usecase.dart | true | 200 | 862 | import 'package:easyfood_app/core/usecases/result.dart';
import 'package:easyfood_app/core/usecases/usecase.dart';
import 'package:easyfood_app/features/common/domain/entities/cliente_entity.dart';
class SaveClienteMesaOuComandaUseCase implements UseCase<ClienteEntity, SaveClienteMesaOuComandaUseCaseParams> {
SaveCl... | 0 |
mamodo123/mimolda-app | 1cd7981 | lib/screens/category_screen.dart | Dart | www.github.com/mamodo123/mimolda-app/tree/main/lib/screens/category_screen.dart | https://raw.githubusercontent.com/mamodo123/mimolda-app/1cd7981/lib/screens/category_screen.dart | mamodo123/mimolda-app 1cd7981 lib/screens/category_screen.dart | true | 200 | 5,515 | import 'package:flutter/material.dart';
import 'package:flutter_feather_icons/flutter_feather_icons.dart';
import 'package:mimolda/screens/search_product_screen.dart';
import 'package:mimolda/screens/single_category_screen.dart';
import 'package:nb_utils/nb_utils.dart';
import 'package:provider/provider.dart';
import ... | 6 |
parrottkim/nanumi | 7ffc040 | lib/pages/detail/widgets/detail_content.dart | Dart | www.github.com/parrottkim/nanumi/tree/main/lib/pages/detail/widgets/detail_content.dart | https://raw.githubusercontent.com/parrottkim/nanumi/7ffc040/lib/pages/detail/widgets/detail_content.dart | parrottkim/nanumi 7ffc040 lib/pages/detail/widgets/detail_content.dart | true | 200 | 10,109 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:flutter_svg/svg.dart';
import 'package:nanumi/models/organization.dart';
import 'package:nanumi/pages/animations/bounce_animation.dart';
import 'package:nanumi/pages/detail/controller/detail_controller.dart'... | 2 |
AliQassem2298/SAD-WMS | c356ba3 | lib/customer/screens/Main/Body_HomePage.dart | Dart | www.github.com/AliQassem2298/SAD-WMS/tree/main/lib/customer/screens/Main/Body_HomePage.dart | https://raw.githubusercontent.com/AliQassem2298/SAD-WMS/c356ba3/lib/customer/screens/Main/Body_HomePage.dart | AliQassem2298/SAD-WMS c356ba3 lib/customer/screens/Main/Body_HomePage.dart | true | 200 | 3,406 | // ignore_for_file: must_be_immutable, file_names
import 'package:flutter/material.dart';
import 'package:warehouse_manegment_system/constans.dart';
import 'package:warehouse_manegment_system/customer/screens/Home_Page/Category/ListView_Category.dart';
import 'package:warehouse_manegment_system/customer/screens/Home_Pa... | 5 |
Poseidon1402/quizko | b222833 | integration_test/robots/splash_robot.dart | Dart | www.github.com/Poseidon1402/quizko/tree/main/integration_test/robots/splash_robot.dart | https://raw.githubusercontent.com/Poseidon1402/quizko/b222833/integration_test/robots/splash_robot.dart | Poseidon1402/quizko b222833 integration_test/robots/splash_robot.dart | true | 200 | 735 | import 'package:flutter_test/flutter_test.dart';
import 'package:quizko/core/utils/constants/widget_keys.dart';
class SplashRobot {
final WidgetTester tester;
SplashRobot({required this.tester});
void verify() {
final splashScreen = find.byKey(WidgetKeys.splashScreenKey);
expect(splashScreen, finds... | 4 |
kingcollins17/qeasily-mobile-app | d9afc47 | lib/provider/follow_provider.dart | Dart | www.github.com/kingcollins17/qeasily-mobile-app/tree/main/lib/provider/follow_provider.dart | https://raw.githubusercontent.com/kingcollins17/qeasily-mobile-app/d9afc47/lib/provider/follow_provider.dart | kingcollins17/qeasily-mobile-app d9afc47 lib/provider/follow_provider.dart | true | 200 | 4,082 | // ignore_for_file: unused_local_variable
import 'package:dio/dio.dart';
import 'package:qeasily/model/model.dart';
import 'package:qeasily/provider/base.dart';
import 'package:qeasily/provider/dio_provider.dart';
import 'package:qeasily/route_doc.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
... | 6 |
M-Taha95/firestore | 84bff51 | lib/SignUp.dart | Dart | www.github.com/M-Taha95/firestore/tree/main/lib/SignUp.dart | https://raw.githubusercontent.com/M-Taha95/firestore/84bff51/lib/SignUp.dart | M-Taha95/firestore 84bff51 lib/SignUp.dart | true | 200 | 4,585 | import 'package:flutter/material.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
class SignUp extends StatefulWidget {
const SignUp({super.key});
@override
State<SignUp> createState() => _SignUpState();
}
class _SignUpState extends State<SignUp> ... | 0 |
mmanzanelli/mascotassalud | d6a8739 | lib/models/usuario_model.dart | Dart | www.github.com/mmanzanelli/mascotassalud/tree/main/lib/models/usuario_model.dart | https://raw.githubusercontent.com/mmanzanelli/mascotassalud/d6a8739/lib/models/usuario_model.dart | mmanzanelli/mascotassalud d6a8739 lib/models/usuario_model.dart | true | 200 | 1,135 | class Usuario {
final int idUsuario;
final String nombre;
final String email;
final String password;
final DateTime fechaRegistro;
final String? fotoPerfil;
final String idioma;
final String tema;
Usuario({
required this.idUsuario,
required this.nombre,
required this.email,
required t... | 3 |
zhra2004/Latihan-Mobile-5 | d4a43b6 | Latihan 5/home_binding.dart | Dart | www.github.com/zhra2004/Latihan-Mobile-5/tree/main/Latihan 5/home_binding.dart | https://raw.githubusercontent.com/zhra2004/Latihan-Mobile-5/d4a43b6/Latihan%205/home_binding.dart | zhra2004/Latihan-Mobile-5 d4a43b6 Latihan 5/home_binding.dart | true | 200 | 374 | import 'package:cake_baru/app/modules/home/controllers/AcoountController.dart';
import 'package:cake_baru/app/modules/home/controllers/ClientController.dart';
import 'package:get/get.dart';
class HomeBinding extends Bindings {
@override
void dependencies() {
Get.put<ClientController>(ClientController());
G... | 5 |
SebGaillard1/login_app_with_api | d8af45e | lib/services/auth_service.dart | Dart | www.github.com/SebGaillard1/login_app_with_api/tree/main/lib/services/auth_service.dart | https://raw.githubusercontent.com/SebGaillard1/login_app_with_api/d8af45e/lib/services/auth_service.dart | SebGaillard1/login_app_with_api d8af45e lib/services/auth_service.dart | true | 200 | 1,558 | import 'dart:convert';
import 'package:http/http.dart' as http;
import 'package:crypto/crypto.dart';
import '../exceptions/auth_exception.dart';
class AuthService {
// Je hash le password dans le front pour qu'il ne transit pas en clair
static String hashPassword(String password) {
final bytes = utf8.encode(p... | 4 |
jenny123301/praktikum_mobile | 4263565 | lib/register_screen.dart | Dart | www.github.com/jenny123301/praktikum_mobile/tree/main/lib/register_screen.dart | https://raw.githubusercontent.com/jenny123301/praktikum_mobile/4263565/lib/register_screen.dart | jenny123301/praktikum_mobile 4263565 lib/register_screen.dart | true | 200 | 7,960 | import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'dart:convert';
import 'login_screen.dart';
import 'globals.dart';
class RegisterScreen extends StatefulWidget {
@override
_RegisterScreenState createState() => _RegisterScreenState();
}
class _RegisterScreenState extends Stat... | 6 |
broxus/ever_wallet_flutter_new | ee00457 | lib/feature/update_version/view/update_version_model.dart | Dart | www.github.com/broxus/ever_wallet_flutter_new/tree/main/lib/feature/update_version/view/update_version_model.dart | https://raw.githubusercontent.com/broxus/ever_wallet_flutter_new/ee00457/lib/feature/update_version/view/update_version_model.dart | broxus/ever_wallet_flutter_new ee00457 lib/feature/update_version/view/update_version_model.dart | true | 200 | 2,814 | import 'package:app/bootstrap/sentry.dart';
import 'package:app/feature/update_version/data/update_request.dart';
import 'package:app/feature/update_version/data/update_status.dart';
import 'package:app/feature/update_version/domain/store_url_generator.dart';
import 'package:app/feature/update_version/domain/update_ser... | 0 |
owais725/Flutter-Bintreiq | 59035bf | lib/view/detailPage/components/text_icon.dart | Dart | www.github.com/owais725/Flutter-Bintreiq/tree/main/lib/view/detailPage/components/text_icon.dart | https://raw.githubusercontent.com/owais725/Flutter-Bintreiq/59035bf/lib/view/detailPage/components/text_icon.dart | owais725/Flutter-Bintreiq 59035bf lib/view/detailPage/components/text_icon.dart | true | 200 | 865 | import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import '../../../util/size_config.dart';
class TextIcon extends StatelessWidget {
const TextIcon({
Key? key,
required this.rating,
}) : super(key: key);
final double rating;
@override
Widget build(BuildContext context) {... | 3 |
GabriPalmyro/smartlock-app | 33016fb | lib/app/data/enum/lock_states_enum.dart | Dart | www.github.com/GabriPalmyro/smartlock-app/tree/main/lib/app/data/enum/lock_states_enum.dart | https://raw.githubusercontent.com/GabriPalmyro/smartlock-app/33016fb/lib/app/data/enum/lock_states_enum.dart | GabriPalmyro/smartlock-app 33016fb lib/app/data/enum/lock_states_enum.dart | true | 200 | 309 | enum LockState { error, close, open }
String fromLockStateToString(LockState state) {
switch (state) {
case LockState.close:
return 'Fechada';
case LockState.open:
return 'Aberta';
case LockState.error:
return 'Sem Fechadura';
default:
return 'Sem Fechadura';
}
}
| 5 |
vinhhien1012001/Mobile_FinalProject | cd0adb0 | lib/features/selectRole/bloc/role_bloc.dart | Dart | www.github.com/vinhhien1012001/Mobile_FinalProject/tree/main/lib/features/selectRole/bloc/role_bloc.dart | https://raw.githubusercontent.com/vinhhien1012001/Mobile_FinalProject/cd0adb0/lib/features/selectRole/bloc/role_bloc.dart | vinhhien1012001/Mobile_FinalProject cd0adb0 lib/features/selectRole/bloc/role_bloc.dart | true | 200 | 2,200 | import 'package:bloc/bloc.dart';
import 'package:equatable/equatable.dart';
import 'package:final_project_mobile/models/user_profile.dart';
part 'role_event.dart';
part 'role_state.dart';
// class RoleBloc extends Bloc<RoleEvent, RoleState> {
// RoleBloc(super.initialState) {
// on<RoleSelect>((event, emit) {
/... | 4 |
itsanjali01/ticket_app- | 07a084a | lib/home/widgets/big dot.dart | Dart | www.github.com/itsanjali01/ticket_app-/tree/main/lib/home/widgets/big dot.dart | https://raw.githubusercontent.com/itsanjali01/ticket_app-/07a084a/lib/home/widgets/big%20dot.dart | itsanjali01/ticket_app- 07a084a lib/home/widgets/big dot.dart | true | 200 | 508 | import 'package:book_your_trip/home/widgets/style.dart';
import 'package:flutter/material.dart';
class BigDot extends StatelessWidget {
final bool? isColor;
BigDot({super.key,this.isColor});
@override
Widget build(BuildContext context) {
return Container(
padding: const EdgeInsets.all(3),
deco... | 6 |
Urrr4545/flutter_firebase_example | becd118 | lib/data/data_source/auth_data_source.dart | Dart | www.github.com/Urrr4545/flutter_firebase_example/tree/main/lib/data/data_source/auth_data_source.dart | https://raw.githubusercontent.com/Urrr4545/flutter_firebase_example/becd118/lib/data/data_source/auth_data_source.dart | Urrr4545/flutter_firebase_example becd118 lib/data/data_source/auth_data_source.dart | true | 200 | 1,699 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter_firebase_architecture/di/firebase_service.dart';
import 'package:injectable/injectable.dart';
@singleton
class AuthDataSource {
final FirebaseService _firebaseService;
const AuthDataSource(this._firebaseService);
Future<User> registerUs... | 3 |
eeny3/kvadrat | ddf9f43 | lib/pages/home_page/widgets/custom_textfield.dart | Dart | www.github.com/eeny3/kvadrat/tree/main/lib/pages/home_page/widgets/custom_textfield.dart | https://raw.githubusercontent.com/eeny3/kvadrat/ddf9f43/lib/pages/home_page/widgets/custom_textfield.dart | eeny3/kvadrat ddf9f43 lib/pages/home_page/widgets/custom_textfield.dart | true | 200 | 939 | import 'package:flutter/material.dart';
import 'package:kvadrat/resources/styles.dart';
class CustomTextField extends StatelessWidget {
final TextEditingController controller;
final String hintText;
final bool isReadOnly;
const CustomTextField({
Key? key,
required this.controller,
required this.hin... | 0 |
HESCompany/UASPPB2023 | a99c227 | lib/main.dart | Dart | www.github.com/HESCompany/UASPPB2023/tree/main/lib/main.dart | https://raw.githubusercontent.com/HESCompany/UASPPB2023/a99c227/lib/main.dart | HESCompany/UASPPB2023 a99c227 lib/main.dart | true | 200 | 33,102 | import 'package:flutter/material.dart';
import 'package:nes_ui/nes_ui.dart';
import 'package:indexed/indexed.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'firebase_options.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package... | 5 |
semetey2019/Ala_Too | f7bcbe9 | lib/widgets/text_form_widger.dart | Dart | www.github.com/semetey2019/Ala_Too/tree/main/lib/widgets/text_form_widger.dart | https://raw.githubusercontent.com/semetey2019/Ala_Too/f7bcbe9/lib/widgets/text_form_widger.dart | semetey2019/Ala_Too f7bcbe9 lib/widgets/text_form_widger.dart | true | 200 | 1,665 | import 'package:alatoo/config/app_colors.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
class TextFormFieldWidget extends StatelessWidget {
final TextEditingController? controller;
final TextInputType? keyboardType;
final String? Function(String?)? validator;
final List<... | 4 |
munificent/temp-arg-split-sample-2 | 64d5ce7 | flutter_adp_ads_global_ad_feed_widget.dart | Dart | www.github.com/munificent/temp-arg-split-sample-2/tree/main/flutter_adp_ads_global_ad_feed_widget.dart | https://raw.githubusercontent.com/munificent/temp-arg-split-sample-2/64d5ce7/flutter_adp_ads_global_ad_feed_widget.dart | munificent/temp-arg-split-sample-2 64d5ce7 flutter_adp_ads_global_ad_feed_widget.dart | true | 200 | 3,533 | import 'dart:io';
import 'package:flutter/widgets.dart';
import 'package:flutter/services.dart';
/// Feed 信息流广告组件
/// 建议在个性化模板的广告view中,宽度自动铺满整个view,期望模板尺寸的参数设置中,高度可以设置为0,高度会自适应,达到最佳的展示比例
class AdFeedWidget extends StatefulWidget {
AdFeedWidget({
Key? key,
required this.posId,
this.show = true,
this.... | 6 |
Masab2/travel_app | 26458df | lib/Bloc/LoginBloc/login_states.dart | Dart | www.github.com/Masab2/travel_app/tree/main/lib/Bloc/LoginBloc/login_states.dart | https://raw.githubusercontent.com/Masab2/travel_app/26458df/lib/Bloc/LoginBloc/login_states.dart | Masab2/travel_app 26458df lib/Bloc/LoginBloc/login_states.dart | true | 200 | 812 | part of 'login_bloc.dart';
class LoginState extends Equatable {
final String email;
final String password;
final String message;
final Status status;
final String name;
const LoginState({
this.email = '',
this.password = '',
this.message = '',
this.status = Status.notStarted,
this.name ... | 0 |
zLarryDart/SenseAir | 8ef0d43 | lib/main.dart | Dart | www.github.com/zLarryDart/SenseAir/tree/main/lib/main.dart | https://raw.githubusercontent.com/zLarryDart/SenseAir/8ef0d43/lib/main.dart | zLarryDart/SenseAir 8ef0d43 lib/main.dart | true | 200 | 2,517 | import 'package:flutter/material.dart';
import 'package:fl_chart/fl_chart.dart';
import 'package:sens_air/TarjetaMedicion.dart';
import 'package:sens_air/pantalla_tiempo.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Materi... | 3 |
GadooLody15164/Islami_app | 2e096c9 | lib/home/tabs/hadeth/hadith.dart | Dart | www.github.com/GadooLody15164/Islami_app/tree/main/lib/home/tabs/hadeth/hadith.dart | https://raw.githubusercontent.com/GadooLody15164/Islami_app/2e096c9/lib/home/tabs/hadeth/hadith.dart | GadooLody15164/Islami_app 2e096c9 lib/home/tabs/hadeth/hadith.dart | true | 200 | 3,293 | import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:islami_app/models/hadeth_model/Hadeth_model.dart';
import 'package:islami_app/home/tabs/hadeth/hadeth_details.dart';... | 5 |
phananhvu16112002/cydeva_lua_application | 4967501 | lib/models/favorite_response.dart | Dart | www.github.com/phananhvu16112002/cydeva_lua_application/tree/main/lib/models/favorite_response.dart | https://raw.githubusercontent.com/phananhvu16112002/cydeva_lua_application/4967501/lib/models/favorite_response.dart | phananhvu16112002/cydeva_lua_application 4967501 lib/models/favorite_response.dart | true | 200 | 2,534 | // ignore_for_file: public_member_api_docs, sort_constructors_first
import 'dart:convert';
import 'package:flutter/foundation.dart';
import 'package:cydeva_lua_application/models/favorite_model.dart';
import 'package:cydeva_lua_application/models/user_model.dart';
class ResponseFavorite {
int? statusCode;
Stri... | 6 |
BroD-Prod/TrendingNewsApp | 9b97499 | lib/main.dart | Dart | www.github.com/BroD-Prod/TrendingNewsApp/tree/main/lib/main.dart | https://raw.githubusercontent.com/BroD-Prod/TrendingNewsApp/9b97499/lib/main.dart | BroD-Prod/TrendingNewsApp 9b97499 lib/main.dart | true | 200 | 6,900 | import 'package:flutter/material.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:trending_app/google_parser.dart';
import 'package:trending_app/news_trends_parser.dart';
import 'package:trending_app/stocks_trends_parser.dart';
import 'package:trending_app/trend_fetchers.dart';
void main() a... | 0 |
waleed9047/barbar_saloon | 6dc6ce2 | lib/Views/Home_Screen/Select_Service/Your_Payment/Components/buildcolume1.dart | Dart | www.github.com/waleed9047/barbar_saloon/tree/main/lib/Views/Home_Screen/Select_Service/Your_Payment/Components/buildcolume1.dart | https://raw.githubusercontent.com/waleed9047/barbar_saloon/6dc6ce2/lib/Views/Home_Screen/Select_Service/Your_Payment/Components/buildcolume1.dart | waleed9047/barbar_saloon 6dc6ce2 lib/Views/Home_Screen/Select_Service/Your_Payment/Components/buildcolume1.dart | true | 200 | 1,712 | import 'package:barbar_saloon/Widgets/customtext.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import '../../../../../Utils/AppColors.dart';
import '../../../../../Widgets/custom_richtext.dart';
Column buildColumn1() {
return Column(
mainAxisAlignm... | 3 |
Talha1725/Dig-App-Project | 8294a56 | lib/Screens/Configuration/AddMedicine/add_medicine.dart | Dart | www.github.com/Talha1725/Dig-App-Project/tree/main/lib/Screens/Configuration/AddMedicine/add_medicine.dart | https://raw.githubusercontent.com/Talha1725/Dig-App-Project/8294a56/lib/Screens/Configuration/AddMedicine/add_medicine.dart | Talha1725/Dig-App-Project 8294a56 lib/Screens/Configuration/AddMedicine/add_medicine.dart | true | 200 | 14,863 | import 'dart:math';
import 'package:alarm/alarm.dart';
import 'package:alarm/model/alarm_settings.dart';
import 'package:dig_app_launcher/Popup/add_medicine_popup.dart';
import 'package:dig_app_launcher/Popup/alert_dialog_popup.dart';
import 'package:dig_app_launcher/Popup/days_popup.dart';
import 'package:dig_app_lau... | 5 |
Tawfiq038/Flutter-App-Dev | 2733dd1 | sneaker_shop_app(lib_file)/lib/models/cart.dart | Dart | www.github.com/Tawfiq038/Flutter-App-Dev/tree/main/sneaker_shop_app(lib_file)/lib/models/cart.dart | https://raw.githubusercontent.com/Tawfiq038/Flutter-App-Dev/2733dd1/sneaker_shop_app%28lib_file%29/lib/models/cart.dart | Tawfiq038/Flutter-App-Dev 2733dd1 sneaker_shop_app(lib_file)/lib/models/cart.dart | true | 200 | 1,516 | import 'package:flutter/material.dart';
import 'package:sneaker_shop_app/models/shoe.dart';
class Cart extends ChangeNotifier {
// list of shoes for sale
List<Shoe> shoeShop = [
Shoe(
name: "Air Jordan",
price: "280",
imagePath: "lib/images/shoe_3.png",
description:
... | 4 |
zellidev0/beercules_app_flutter | b7c65fd | lib/services/persistence/implementation/database/shared_prefs_database.dart | Dart | www.github.com/zellidev0/beercules_app_flutter/tree/main/lib/services/persistence/implementation/database/shared_prefs_database.dart | https://raw.githubusercontent.com/zellidev0/beercules_app_flutter/b7c65fd/lib/services/persistence/implementation/database/shared_prefs_database.dart | zellidev0/beercules_app_flutter b7c65fd lib/services/persistence/implementation/database/shared_prefs_database.dart | true | 200 | 1,808 | import 'dart:async';
import 'dart:convert';
import 'package:beercules/services/persistence/implementation/database/database.dart';
import 'package:collection/collection.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
import 'package:shared_preferences/shared_preferences.dart';
part 'shared_prefs_... | 6 |
farahguelbi/palooza-front | c551a42 | lib/presentation/screens/Home_pizza_Screen.dart | Dart | www.github.com/farahguelbi/palooza-front/tree/main/lib/presentation/screens/Home_pizza_Screen.dart | https://raw.githubusercontent.com/farahguelbi/palooza-front/c551a42/lib/presentation/screens/Home_pizza_Screen.dart | farahguelbi/palooza-front c551a42 lib/presentation/screens/Home_pizza_Screen.dart | true | 200 | 9,770 |
import 'package:flutter/material.dart';
import 'package:front/presentation/controller/authentification_controller.dart';
import 'package:front/presentation/controller/pizza_controller.dart';
import 'package:front/presentation/screens/edit_profile_screen.dart';
import 'package:front/presentation/screens/login_page.dart... | 0 |
derrickpennel0/tourism | 508b8d5 | lib/components/mainCarousel.dart | Dart | www.github.com/derrickpennel0/tourism/tree/main/lib/components/mainCarousel.dart | https://raw.githubusercontent.com/derrickpennel0/tourism/508b8d5/lib/components/mainCarousel.dart | derrickpennel0/tourism 508b8d5 lib/components/mainCarousel.dart | true | 200 | 3,406 | import 'dart:math';
import 'package:flutter/material.dart';
import 'package:carousel_slider/carousel_slider.dart';
import 'package:google_fonts/google_fonts.dart';
class MainCarousel extends StatefulWidget {
final List<dynamic> images;
const MainCarousel({required this.images});
@override
_MainCarouselState c... | 3 |
SonuDright/Ui-disining | 8224732 | lib/sirfui.dart | Dart | www.github.com/SonuDright/Ui-disining/tree/main/lib/sirfui.dart | https://raw.githubusercontent.com/SonuDright/Ui-disining/8224732/lib/sirfui.dart | SonuDright/Ui-disining 8224732 lib/sirfui.dart | true | 200 | 1,366 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class SirfHomePage extends StatefulWidget {
const SirfHomePage({super.key});
@override
State<SirfHomePage> createState() => _HomePageState();
}
class _HomePageState extends State<SirfHomePage> {
@override
Widget build(BuildCon... | 5 |
MCJ-proyects/waiterbar | b6730c6 | lib/scanner.dart | Dart | www.github.com/MCJ-proyects/waiterbar/tree/main/lib/scanner.dart | https://raw.githubusercontent.com/MCJ-proyects/waiterbar/b6730c6/lib/scanner.dart | MCJ-proyects/waiterbar b6730c6 lib/scanner.dart | true | 200 | 4,044 | // Importamos las librerias necesarias
import 'dart:io';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:qr_code_scanner/qr_code_scanner.dart';
import 'package:waiterbar/pages/barMenu.dart';
// Creamos la clase Scanner que extiende de StatefulWidget
class ... | 4 |
devjoi2018/animated_buttom_nav_bar_plus | 8ac6cc7 | lib/utils/nav_bar_path.dart | Dart | www.github.com/devjoi2018/animated_buttom_nav_bar_plus/tree/main/lib/utils/nav_bar_path.dart | https://raw.githubusercontent.com/devjoi2018/animated_buttom_nav_bar_plus/8ac6cc7/lib/utils/nav_bar_path.dart | devjoi2018/animated_buttom_nav_bar_plus 8ac6cc7 lib/utils/nav_bar_path.dart | true | 200 | 876 | import 'package:flutter/material.dart';
class NavBarPath extends CustomClipper<Path> {
final double lowSize;
final double bigSize;
/// Draw the shape of the nav bar using the CustomClipper
NavBarPath({
this.lowSize = 0.2,
this.bigSize = 1.0,
});
@override
Path getClip(Size size) {
final pat... | 6 |
faithoflifedev/easy_onvif_workspace | 6d48f6e | packages/easy_onvif_cli/lib/src/command/onvif_probe_command.dart | Dart | www.github.com/faithoflifedev/easy_onvif_workspace/tree/main/packages/easy_onvif_cli/lib/src/command/onvif_probe_command.dart | https://raw.githubusercontent.com/faithoflifedev/easy_onvif_workspace/6d48f6e/packages/easy_onvif_cli/lib/src/command/onvif_probe_command.dart | faithoflifedev/easy_onvif_workspace 6d48f6e packages/easy_onvif_cli/lib/src/command/onvif_probe_command.dart | true | 200 | 4,354 | import 'dart:convert';
import 'dart:io';
import 'package:args/command_runner.dart';
import 'package:easy_onvif/probe.dart';
import 'package:easy_onvif/util.dart';
import 'package:loggy/loggy.dart';
import 'package:shelf/shelf.dart' as shelf;
import 'package:shelf/shelf_io.dart';
import 'package:shelf_router/shelf_rout... | 0 |
bps-pinrang/pst-mobile | 2fadd8e | lib/app/data/models/facility.dart | Dart | www.github.com/bps-pinrang/pst-mobile/tree/main/lib/app/data/models/facility.dart | https://raw.githubusercontent.com/bps-pinrang/pst-mobile/2fadd8e/lib/app/data/models/facility.dart | bps-pinrang/pst-mobile 2fadd8e lib/app/data/models/facility.dart | true | 200 | 465 | // ignore_for_file: depend_on_referenced_packages
import 'package:json_annotation/json_annotation.dart';
part 'facility.g.dart';
@JsonSerializable()
class Facility {
final int id;
final String name;
final int weight;
Facility({
required this.id,
required this.name,
required this.weight,
});
... | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.