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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
nobin-cpu/svkraft | 99baa8e | lib/Features/cart/view/pick_date_and_time.dart | Dart | www.github.com/nobin-cpu/svkraft/tree/main/lib/Features/cart/view/pick_date_and_time.dart | https://raw.githubusercontent.com/nobin-cpu/svkraft/99baa8e/lib/Features/cart/view/pick_date_and_time.dart | nobin-cpu/svkraft 99baa8e lib/Features/cart/view/pick_date_and_time.dart | true | 200 | 6,871 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:http/http.dart' as http;
import 'package:sv_craft/Features/market_place/controller/category_controller.dart';
import 'package:sv_craft/services/services.dart';
import '../../../constant/api_link.dart';
import... | 0 |
satyamdkd/test_star_rizz | a8ac86a | starrizz/lib/app/modules/dashBoard/dashboard/profile/personalCheakInfo.dart | Dart | www.github.com/satyamdkd/test_star_rizz/tree/main/starrizz/lib/app/modules/dashBoard/dashboard/profile/personalCheakInfo.dart | https://raw.githubusercontent.com/satyamdkd/test_star_rizz/a8ac86a/starrizz/lib/app/modules/dashBoard/dashboard/profile/personalCheakInfo.dart | satyamdkd/test_star_rizz a8ac86a starrizz/lib/app/modules/dashBoard/dashboard/profile/personalCheakInfo.dart | true | 200 | 3,663 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import '../../../../customWidgets/component/customButton.dart';
import '../../../../customWidgets/component/customInput.dart';
import '../../../../customWidgets/component/customText.dart';
class PersonalCheckInfo exten... | 4 |
harun633255/chatga_6_08_23 | 152fc2b | lib/NetworkCall/model/bus_service.dart | Dart | www.github.com/harun633255/chatga_6_08_23/tree/main/lib/NetworkCall/model/bus_service.dart | https://raw.githubusercontent.com/harun633255/chatga_6_08_23/152fc2b/lib/NetworkCall/model/bus_service.dart | harun633255/chatga_6_08_23 152fc2b lib/NetworkCall/model/bus_service.dart | true | 200 | 728 |
import 'dart:convert';
List<BusService> BusServiceJson(String str) => List<BusService>.from(json.decode(str).map((x) => BusService.fromJson(x)));
String postToJson(List<BusService> data) => json.encode(List<dynamic>.from(data.map((x) => x.toJson())));
class BusService {
String? id;
String? name;
String? detail... | 6 |
dalbirmerc/demo_show | b04cc51 | lib/app/utils/custom_exception_handler.dart | Dart | www.github.com/dalbirmerc/demo_show/tree/main/lib/app/utils/custom_exception_handler.dart | https://raw.githubusercontent.com/dalbirmerc/demo_show/b04cc51/lib/app/utils/custom_exception_handler.dart | dalbirmerc/demo_show b04cc51 lib/app/utils/custom_exception_handler.dart | true | 200 | 773 | import 'package:clerk/app/custom_widgets/custom_snack_bar.dart';
import 'package:firebase_auth/firebase_auth.dart';
abstract class CustomExceptionHandler {
static void handle(Exception e) async {
switch (e.runtimeType) {
case FirebaseException:
{
e = e as FirebaseException;
prin... | 1 |
alhazme/Ditonton | f6655f1 | tv/lib/presentation/pages/tv_detail_page.dart | Dart | www.github.com/alhazme/Ditonton/tree/main/tv/lib/presentation/pages/tv_detail_page.dart | https://raw.githubusercontent.com/alhazme/Ditonton/f6655f1/tv/lib/presentation/pages/tv_detail_page.dart | alhazme/Ditonton f6655f1 tv/lib/presentation/pages/tv_detail_page.dart | true | 200 | 9,776 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:core/core.dart';
import 'package:core/domain/entities/genre.dart';
import 'package:core/domain/entities/tv.dart';
import 'package:core/domain/entities/tv_detail.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:tv/pre... | 3 |
curogom/riverpod_dio_example | b1e4ff4 | lib/presentation/home/home_screen.dart | Dart | www.github.com/curogom/riverpod_dio_example/tree/main/lib/presentation/home/home_screen.dart | https://raw.githubusercontent.com/curogom/riverpod_dio_example/b1e4ff4/lib/presentation/home/home_screen.dart | curogom/riverpod_dio_example b1e4ff4 lib/presentation/home/home_screen.dart | true | 200 | 378 | import 'package:flutter/material.dart';
import 'package:riverpod_dio_example/presentation/home/home_view.dart';
class HomeScreen extends StatelessWidget {
const HomeScreen({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Home Scre... | 2 |
MattiaPispisa/safegem | 6a0e45e | lib/application/speech_recognizer/speech_recognizer_state.dart | Dart | www.github.com/MattiaPispisa/safegem/tree/main/lib/application/speech_recognizer/speech_recognizer_state.dart | https://raw.githubusercontent.com/MattiaPispisa/safegem/6a0e45e/lib/application/speech_recognizer/speech_recognizer_state.dart | MattiaPispisa/safegem 6a0e45e lib/application/speech_recognizer/speech_recognizer_state.dart | true | 200 | 1,566 | part of 'speech_recognizer_bloc.dart';
/// [SpeechRecognizerBloc] state
final class SpeechRecognizerState extends Equatable {
/// constructor
const SpeechRecognizerState({
required this.isListening,
required this.optionOrMessageRecognizedEnd,
required this.recognizedWords,
required this.isAvailable... | 7 |
JoaoGVTheodoro/dart_bmi | 43b297f | lib/dart_bmi.dart | Dart | www.github.com/JoaoGVTheodoro/dart_bmi/tree/main/lib/dart_bmi.dart | https://raw.githubusercontent.com/JoaoGVTheodoro/dart_bmi/43b297f/lib/dart_bmi.dart | JoaoGVTheodoro/dart_bmi 43b297f lib/dart_bmi.dart | true | 200 | 1,102 | import 'dart:io';
import 'package:dart_bmi/bmi_gen_files.dart';
import 'package:dart_bmi/bmi_methods.dart';
Future<void> bmiApp(String weightInput, String heightInput, String name) async {
try {
double weight = double.parse(weightInput);
double height = double.parse(heightInput);
if (!weight.isNaN && !h... | 5 |
Servin13/Mobiliario | f375869 | lib/screens/edit_rental_screen.dart | Dart | www.github.com/Servin13/Mobiliario/tree/main/lib/screens/edit_rental_screen.dart | https://raw.githubusercontent.com/Servin13/Mobiliario/f375869/lib/screens/edit_rental_screen.dart | Servin13/Mobiliario f375869 lib/screens/edit_rental_screen.dart | true | 200 | 6,020 | import 'package:flutter/material.dart';
import 'package:mobiliario/models/furniture_model.dart';
import 'package:mobiliario/database/furniture_database.dart';
class EditarRentaScreen extends StatefulWidget {
final Renta renta;
EditarRentaScreen({required this.renta});
@override
_EditarRentaScreenState create... | 0 |
vovaklh/FlutterMarkupTest | c624bed | lib/pages/home_page.dart | Dart | www.github.com/vovaklh/FlutterMarkupTest/tree/main/lib/pages/home_page.dart | https://raw.githubusercontent.com/vovaklh/FlutterMarkupTest/c624bed/lib/pages/home_page.dart | vovaklh/FlutterMarkupTest c624bed lib/pages/home_page.dart | true | 200 | 4,457 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_markup_test/cubits/items_cubit.dart';
import 'package:flutter_markup_test/di/locator.dart';
class HomePage extends StatefulWidget {
const HomePage({super.key});
@override
State<HomePage> createState(... | 4 |
robert-northmind/mobile-o11y-demo | a2f0dea | Mobiles/flutter/lib/features/home/presentation_layer/widgets/not_logged_in_home_widget.dart | Dart | www.github.com/robert-northmind/mobile-o11y-demo/tree/main/Mobiles/flutter/lib/features/home/presentation_layer/widgets/not_logged_in_home_widget.dart | https://raw.githubusercontent.com/robert-northmind/mobile-o11y-demo/a2f0dea/Mobiles/flutter/lib/features/home/presentation_layer/widgets/not_logged_in_home_widget.dart | robert-northmind/mobile-o11y-demo a2f0dea Mobiles/flutter/lib/features/home/presentation_layer/widgets/not_logged_in_home_widget.dart | true | 200 | 496 | import 'package:flutter/material.dart';
class NotLoggedInHomeWidget extends StatelessWidget {
const NotLoggedInHomeWidget({super.key});
@override
Widget build(Object context) {
return Scaffold(
appBar: AppBar(
title: const Text('MobileO11y Demo'),
),
body: const Center(
chi... | 6 |
JaegerCodes/flutter_mvvm | 7b5c0c8 | lib/feature/search_partner_feature/partners_list/data/api/quotes_service.dart | Dart | www.github.com/JaegerCodes/flutter_mvvm/tree/main/lib/feature/search_partner_feature/partners_list/data/api/quotes_service.dart | https://raw.githubusercontent.com/JaegerCodes/flutter_mvvm/7b5c0c8/lib/feature/search_partner_feature/partners_list/data/api/quotes_service.dart | JaegerCodes/flutter_mvvm 7b5c0c8 lib/feature/search_partner_feature/partners_list/data/api/quotes_service.dart | true | 200 | 603 |
import 'package:chopper/chopper.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:partners/core/network/di/network_module.dart';
part 'quotes_service.chopper.dart';
@ChopperApi()
abstract class QuotesService extends ChopperService {
@Get(path: '/quotes')
Future<Response<Map<String, ... | 1 |
logo-othr/peerpal | 22491e2 | lib/chat/presentation/chatlist/widgets/chat_row.dart | Dart | www.github.com/logo-othr/peerpal/tree/main/lib/chat/presentation/chatlist/widgets/chat_row.dart | https://raw.githubusercontent.com/logo-othr/peerpal/22491e2/lib/chat/presentation/chatlist/widgets/chat_row.dart | logo-othr/peerpal 22491e2 lib/chat/presentation/chatlist/widgets/chat_row.dart | true | 200 | 5,562 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:intl/intl.dart';
import 'package:peerpal/app/data/resources/colors.dart';
import 'package:peerpal/chat/domain/enums/message_type.dart';
import 'packag... | 2 |
nizwar/flutter_template | e6ff2ec | core/utils/preferences.dart | Dart | www.github.com/nizwar/flutter_template/tree/main/core/utils/preferences.dart | https://raw.githubusercontent.com/nizwar/flutter_template/e6ff2ec/core/utils/preferences.dart | nizwar/flutter_template e6ff2ec core/utils/preferences.dart | true | 200 | 975 | import 'package:shared_preferences/shared_preferences.dart';
/// A class that handles the application's preferences and settings.
///
/// This class provides methods to save, retrieve, and manage user preferences
/// and settings within the application. It acts as a wrapper around the
/// underlying storage mechanis... | 7 |
GAURAV834KUMAR/Virat | dc90fa0 | lib/backend/schema/adress_record.dart | Dart | www.github.com/GAURAV834KUMAR/Virat/tree/main/lib/backend/schema/adress_record.dart | https://raw.githubusercontent.com/GAURAV834KUMAR/Virat/dc90fa0/lib/backend/schema/adress_record.dart | GAURAV834KUMAR/Virat dc90fa0 lib/backend/schema/adress_record.dart | true | 200 | 3,346 | import 'dart:async';
import 'index.dart';
import 'serializers.dart';
import 'package:built_value/built_value.dart';
part 'adress_record.g.dart';
abstract class AdressRecord
implements Built<AdressRecord, AdressRecordBuilder> {
static Serializer<AdressRecord> get serializer => _$adressRecordSerializer;
@null... | 5 |
yasarunylmzz/todo_app | 1be8316 | lib/todo_tile.dart | Dart | www.github.com/yasarunylmzz/todo_app/tree/main/lib/todo_tile.dart | https://raw.githubusercontent.com/yasarunylmzz/todo_app/1be8316/lib/todo_tile.dart | yasarunylmzz/todo_app 1be8316 lib/todo_tile.dart | true | 200 | 2,087 | import 'package:flutter/material.dart';
import 'package:flutter_slidable/flutter_slidable.dart';
class ToDoTile extends StatelessWidget {
final String taskName;
final bool taskComplete;
Function(bool?)? onChanged;
Function(BuildContext)? deleteFunction;
Function(BuildContext)? settingsTask;
ToDoTile(
... | 0 |
Mohamed-Essam-Mohamed/flavors-ci-cd-flutter | 8abf303 | lib/test.dart | Dart | www.github.com/Mohamed-Essam-Mohamed/flavors-ci-cd-flutter/tree/main/lib/test.dart | https://raw.githubusercontent.com/Mohamed-Essam-Mohamed/flavors-ci-cd-flutter/8abf303/lib/test.dart | Mohamed-Essam-Mohamed/flavors-ci-cd-flutter 8abf303 lib/test.dart | true | 200 | 645 | import 'dart:io';
class Car {
String? codeNumber;
String? color;
double? price;
String? model;
}
void main() {
Car car1 = Car();
Car car2 = Car();
car1.codeNumber = "1234";
car1.color = "red";
car1.price = 10000;
car1.model = "BMW";
car2.codeNumber = stdin.readLineSync()!;
car2.color = stdin... | 6 |
Part-Time-Job-Ircson/flutter_mood | 6fe39e7 | lib/utils/ui/base_scaffold.dart | Dart | www.github.com/Part-Time-Job-Ircson/flutter_mood/tree/main/lib/utils/ui/base_scaffold.dart | https://raw.githubusercontent.com/Part-Time-Job-Ircson/flutter_mood/6fe39e7/lib/utils/ui/base_scaffold.dart | Part-Time-Job-Ircson/flutter_mood 6fe39e7 lib/utils/ui/base_scaffold.dart | true | 200 | 6,083 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_mood/routers/route.dart';
import 'package:flutter_mood/utils/ui/button.dart';
import 'package:flutter_mood/utils/ui/text.dart';
import 'package:flutter_mood/utils/values/colors.dart';
import 'package:flutter_svg/flut... | 4 |
coderThanh/Flutter_dashboard_responsive | 6363411 | lib/models/theme_data_dark.dart | Dart | www.github.com/coderThanh/Flutter_dashboard_responsive/tree/main/lib/models/theme_data_dark.dart | https://raw.githubusercontent.com/coderThanh/Flutter_dashboard_responsive/6363411/lib/models/theme_data_dark.dart | coderThanh/Flutter_dashboard_responsive 6363411 lib/models/theme_data_dark.dart | true | 200 | 373 | import 'package:flutter/material.dart';
import 'theme_style_mobdel.dart';
import 'theme_text_style_model.dart';
ThemeData themeDataDark = ThemeData(
primaryColor: ThemeStyleDark.primary,
textTheme: themeTextDark,
splashColor: Colors.white12,
hoverColor: Colors.white.withOpacity(0.04),
backgroundColor: Theme... | 3 |
preciousemmanuel/intec-mobile | 4475fc0 | lib/screens/request_service_screen_old.dart | Dart | www.github.com/preciousemmanuel/intec-mobile/tree/main/lib/screens/request_service_screen_old.dart | https://raw.githubusercontent.com/preciousemmanuel/intec-mobile/4475fc0/lib/screens/request_service_screen_old.dart | preciousemmanuel/intec-mobile 4475fc0 lib/screens/request_service_screen_old.dart | true | 200 | 16,271 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:intechpro/model/address_suggestion.dart';
import 'package:intechpro/model/service.dart';
import 'package:intechpro/model/sub_service.dart';
import 'package:intechpro/screens/payment_service_screen.dart';
import 'package:intechpro/widgets/addr... | 1 |
ShivaShresth/GarBhada-Ma | 4cd97fc | lib/pages/all_pages/alter_page.dart | Dart | www.github.com/ShivaShresth/GarBhada-Ma/tree/main/lib/pages/all_pages/alter_page.dart | https://raw.githubusercontent.com/ShivaShresth/GarBhada-Ma/4cd97fc/lib/pages/all_pages/alter_page.dart | ShivaShresth/GarBhada-Ma 4cd97fc lib/pages/all_pages/alter_page.dart | true | 200 | 2,497 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:renthouse/firebase_firestore/firebase_firestore.dart';
import 'package:renthouse/model/category_model.dart';
class Alter_Page extends StatelessWidget {
con... | 2 |
Sazidul0/Scam-Sentry | a517762 | lib/Init/app.dart | Dart | www.github.com/Sazidul0/Scam-Sentry/tree/main/lib/Init/app.dart | https://raw.githubusercontent.com/Sazidul0/Scam-Sentry/a517762/lib/Init/app.dart | Sazidul0/Scam-Sentry a517762 lib/Init/app.dart | true | 200 | 2,221 | import 'package:flutter/material.dart';
import 'package:flashy_tab_bar2/flashy_tab_bar2.dart';
import 'package:scam_shield/AskAI/ask_ai.dart';
import 'package:scam_shield/Home/home.dart';
import 'package:scam_shield/Init/app_data.dart';
import 'package:scam_shield/Learn/learn.dart';
import 'package:scam_shield/Ne... | 7 |
Rubenuncot/AppRestauranteNew | 0e1f9a6 | lib/database/models/ticket.dart | Dart | www.github.com/Rubenuncot/AppRestauranteNew/tree/main/lib/database/models/ticket.dart | https://raw.githubusercontent.com/Rubenuncot/AppRestauranteNew/0e1f9a6/lib/database/models/ticket.dart | Rubenuncot/AppRestauranteNew 0e1f9a6 lib/database/models/ticket.dart | true | 200 | 786 | import 'dart:convert';
class Ticket {
Ticket({
required this.id,
required this.lineasComanda,
required this.precioTotal,
required this.fecha,
required this.restauranteInfo,
});
int id;
int lineasComanda;
int restauranteInfo;
double precioTotal;
DateTime fecha;
factory Ticket.fromR... | 5 |
mariamyusra21/firstore_crud_student_registration | 6f3b410 | lib/main.dart | Dart | www.github.com/mariamyusra21/firstore_crud_student_registration/tree/main/lib/main.dart | https://raw.githubusercontent.com/mariamyusra21/firstore_crud_student_registration/6f3b410/lib/main.dart | mariamyusra21/firstore_crud_student_registration 6f3b410 lib/main.dart | true | 200 | 795 | import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'home_page.dart';
void main() {
WidgetsFlutterBinding.ensureInitialized();
runApp(MainApp());
}
class MainApp extends StatelessWidget {
final Future<FirebaseApp> _initialize = Firebase.initializeApp();
@overrid... | 6 |
feras-senjab/flutter_starter_kit | f35eaa4 | lib/Components/custom_image.dart | Dart | www.github.com/feras-senjab/flutter_starter_kit/tree/main/lib/Components/custom_image.dart | https://raw.githubusercontent.com/feras-senjab/flutter_starter_kit/f35eaa4/lib/Components/custom_image.dart | feras-senjab/flutter_starter_kit f35eaa4 lib/Components/custom_image.dart | true | 200 | 4,281 | import 'dart:math' as math;
import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:flutter_starter_kit/Components/custom_loading.dart';
import 'package:flutter_starter_kit/Global/Models/image_model.dart';
/// A versatile widget for displaying images fr... | 0 |
guslublin/give_structure | a4036c3 | lib/src/pages/driver/register/driver_register_controller.dart | Dart | www.github.com/guslublin/give_structure/tree/main/lib/src/pages/driver/register/driver_register_controller.dart | https://raw.githubusercontent.com/guslublin/give_structure/a4036c3/lib/src/pages/driver/register/driver_register_controller.dart | guslublin/give_structure a4036c3 lib/src/pages/driver/register/driver_register_controller.dart | true | 200 | 3,975 | import 'package:flutter/material.dart';
import 'package:give_structure/src/models/driver.dart';
import 'package:give_structure/src/providers/auth_provider.dart';
import 'package:give_structure/src/providers/driver_provider.dart';
import 'package:give_structure/src/utils/my_progress_dialog.dart';
import 'package:give_st... | 4 |
Lalit-Kumar-1031/Social_Media_replication | 6864271 | lib/Widgets/follow_button.dart | Dart | www.github.com/Lalit-Kumar-1031/Social_Media_replication/tree/main/lib/Widgets/follow_button.dart | https://raw.githubusercontent.com/Lalit-Kumar-1031/Social_Media_replication/6864271/lib/Widgets/follow_button.dart | Lalit-Kumar-1031/Social_Media_replication 6864271 lib/Widgets/follow_button.dart | true | 200 | 1,081 | import 'package:flutter/material.dart';
class FollowButton extends StatelessWidget {
final Function()? function;
final Color backgroundColor;
final Color borderColor;
final String text;
final Color textColor;
const FollowButton(
{Key? key,this.function,
required this.borderColor,
required... | 1 |
rajm2307/zed_business | f7f0171 | lib/features/payment/presentation/pages/index.dart | Dart | www.github.com/rajm2307/zed_business/tree/main/lib/features/payment/presentation/pages/index.dart | https://raw.githubusercontent.com/rajm2307/zed_business/f7f0171/lib/features/payment/presentation/pages/index.dart | rajm2307/zed_business f7f0171 lib/features/payment/presentation/pages/index.dart | true | 200 | 5,153 | import 'dart:math';
import 'dart:ui';
import 'package:auto_route/auto_route.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:flutter_svg/svg.dart';
import 'package:zed_business/core/styles/buttons/primary_bu... | 3 |
paulinofonsecas/app_financas_front | 92ad5a5 | lib/presentation/modules/registar_transacao/bloc/registar_transacao_bloc.dart | Dart | www.github.com/paulinofonsecas/app_financas_front/tree/main/lib/presentation/modules/registar_transacao/bloc/registar_transacao_bloc.dart | https://raw.githubusercontent.com/paulinofonsecas/app_financas_front/92ad5a5/lib/presentation/modules/registar_transacao/bloc/registar_transacao_bloc.dart | paulinofonsecas/app_financas_front 92ad5a5 lib/presentation/modules/registar_transacao/bloc/registar_transacao_bloc.dart | true | 200 | 3,783 | import 'package:app_financas/core/error/failure.dart';
import 'package:app_financas/domain/entities/movimento.dart';
import 'package:app_financas/domain/usecases/i_movimento_usecase.dart';
import 'package:app_financas/presentation/dependency/dep_injection.dart';
import 'package:app_financas/presentation/helders/helper... | 2 |
dimzkuy/PPB_Dimas_Cahyo_Margono_2211104060 | 8c627a3 | 07_Navigasi_Notifikasi/TP/home_page.dart | Dart | www.github.com/dimzkuy/PPB_Dimas_Cahyo_Margono_2211104060/tree/main/07_Navigasi_Notifikasi/TP/home_page.dart | https://raw.githubusercontent.com/dimzkuy/PPB_Dimas_Cahyo_Margono_2211104060/8c627a3/07_Navigasi_Notifikasi/TP/home_page.dart | dimzkuy/PPB_Dimas_Cahyo_Margono_2211104060 8c627a3 07_Navigasi_Notifikasi/TP/home_page.dart | true | 200 | 1,201 | import 'package:flutter/material.dart';
import 'login_page.dart';
import 'profile_page.dart';
class HomePage extends StatelessWidget {
final String username;
HomePage({required this.username});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('Bera... | 7 |
Singh-mrityunjay12/tutorial_1project | 5e536b6 | WeatherApp/weatherArUready.dart | Dart | www.github.com/Singh-mrityunjay12/tutorial_1project/tree/main/WeatherApp/weatherArUready.dart | https://raw.githubusercontent.com/Singh-mrityunjay12/tutorial_1project/5e536b6/WeatherApp/weatherArUready.dart | Singh-mrityunjay12/tutorial_1project 5e536b6 WeatherApp/weatherArUready.dart | true | 200 | 984 | import 'dart:async';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/src/foundation/key.dart';
import 'package:flutter/src/widgets/framework.dart';
import 'package:provider/provider.dart';
class rUready extends StatelessWidget {
const rUready({Key? key}) : su... | 0 |
muhamadrizalerwiansyah/goocomerce | 5b86e70 | lib/app/modules/home/transaction/bindings/transaction_binding.dart | Dart | www.github.com/muhamadrizalerwiansyah/goocomerce/tree/main/lib/app/modules/home/transaction/bindings/transaction_binding.dart | https://raw.githubusercontent.com/muhamadrizalerwiansyah/goocomerce/5b86e70/lib/app/modules/home/transaction/bindings/transaction_binding.dart | muhamadrizalerwiansyah/goocomerce 5b86e70 lib/app/modules/home/transaction/bindings/transaction_binding.dart | true | 200 | 385 | import 'package:get/get.dart';
import '../controllers/transaction_controller.dart';
import '../providers/transaction_provider.dart';
class TransactionBinding extends Bindings {
@override
void dependencies() {
Get.lazyPut<TransactionController>(
() => TransactionController(),
);
Get.lazyPut<Trans... | 6 |
sadew200/book-management-system | e5c123b | lib/Add.dart | Dart | www.github.com/sadew200/book-management-system/tree/main/lib/Add.dart | https://raw.githubusercontent.com/sadew200/book-management-system/e5c123b/lib/Add.dart | sadew200/book-management-system e5c123b lib/Add.dart | true | 200 | 5,001 | import 'package:flutter/material.dart';
import 'package:flutter_projects/Book.dart';
import 'package:flutter_projects/Repository.dart';
class Add extends StatefulWidget {
@override
_AddState createState() => _AddState();
}
class _AddState extends State<Add> {
final TextEditingController _txtTitle = TextEditingC... | 5 |
MohammadHalaweh7/Shop_Application | 56c08db | lib/models/shop_model/fav_model.dart | Dart | www.github.com/MohammadHalaweh7/Shop_Application/tree/main/lib/models/shop_model/fav_model.dart | https://raw.githubusercontent.com/MohammadHalaweh7/Shop_Application/56c08db/lib/models/shop_model/fav_model.dart | MohammadHalaweh7/Shop_Application 56c08db lib/models/shop_model/fav_model.dart | true | 200 | 1,501 | class FavoriteModel {
bool? status;
String? message;
Data? data;
FavoriteModel.fromJson(Map<dynamic, dynamic> json) {
status = json['status'];
message = json['message'];
data = json['data'] != null ? new Data.fromJson(json['data']) : null;
}
}
class Data {
dynamic currentPage;
List<FavData> ... | 4 |
hagaryasser25/shop_app | 75117f2 | lib/widgets/feeds_products.dart | Dart | www.github.com/hagaryasser25/shop_app/tree/main/lib/widgets/feeds_products.dart | https://raw.githubusercontent.com/hagaryasser25/shop_app/75117f2/lib/widgets/feeds_products.dart | hagaryasser25/shop_app 75117f2 lib/widgets/feeds_products.dart | true | 200 | 3,267 | import 'package:badges/badges.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/src/foundation/key.dart';
import 'package:flutter/src/widgets/framework.dart';
import 'package:hexcolor/hexcolor.dart';
import 'package:provider/provider.dart';
import 'package:s... | 2 |
yaho-poo/LanderUp | 3a583b1 | lib/reuseable_widgets/card_verifikasi.dart | Dart | www.github.com/yaho-poo/LanderUp/tree/main/lib/reuseable_widgets/card_verifikasi.dart | https://raw.githubusercontent.com/yaho-poo/LanderUp/3a583b1/lib/reuseable_widgets/card_verifikasi.dart | yaho-poo/LanderUp 3a583b1 lib/reuseable_widgets/card_verifikasi.dart | true | 200 | 3,363 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:lender_up/screens/Lender/lengkapi_data_screen.dart';
Container getCardVerifikasi(BuildContext context, String accessToken) {
return Container(
margin: EdgeInsets.fromLTRB(1.5, 0, 0, 20),
width: 500,
h... | 3 |
Ping-Inc/practice | ac5945a | lib/providers/pings_map_provider.dart | Dart | www.github.com/Ping-Inc/practice/tree/main/lib/providers/pings_map_provider.dart | https://raw.githubusercontent.com/Ping-Inc/practice/ac5945a/lib/providers/pings_map_provider.dart | Ping-Inc/practice ac5945a lib/providers/pings_map_provider.dart | true | 200 | 2,681 | import 'package:practice/data/ping_data.dart';
import 'package:practice/repositories/ping_repository.dart';
import 'package:practice/repositories/pings_repository.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'pings_map_provider.g.dart';
@riverpod
class PingsMap extends _$PingsMap {
@ov... | 1 |
hninwaioo/getx_movie_app | a8429b0 | lib/pages/movie_detail_view_page.dart | Dart | www.github.com/hninwaioo/getx_movie_app/tree/main/lib/pages/movie_detail_view_page.dart | https://raw.githubusercontent.com/hninwaioo/getx_movie_app/a8429b0/lib/pages/movie_detail_view_page.dart | hninwaioo/getx_movie_app a8429b0 lib/pages/movie_detail_view_page.dart | true | 200 | 12,571 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:getx_movie_app/pages/modules/moviedetails/movie_detail_controller.dart';
import 'package:getx_movie_app/resources/colors.dart';
import 'package:getx_movie_app/resources/dimens.dart';
import 'package:getx_movie_app/network/api_constan... | 0 |
kumarmore/multi_screen | 76c97ad | lib/main.dart | Dart | www.github.com/kumarmore/multi_screen/tree/main/lib/main.dart | https://raw.githubusercontent.com/kumarmore/multi_screen/76c97ad/lib/main.dart | kumarmore/multi_screen 76c97ad lib/main.dart | true | 200 | 1,156 | import 'package:flutter/material.dart';
import 'page1.dart';
import 'page2.dart';
import 'page3.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
initia... | 5 |
Driemtax/connect2 | cfc526f | lib/screens/graph_screen.dart | Dart | www.github.com/Driemtax/connect2/tree/main/lib/screens/graph_screen.dart | https://raw.githubusercontent.com/Driemtax/connect2/cfc526f/lib/screens/graph_screen.dart | Driemtax/connect2 cfc526f lib/screens/graph_screen.dart | true | 200 | 1,121 | import 'package:connect2/components/graph_view/graph_view_canvas.dart';
import 'package:connect2/components/graph_view/node.dart';
import 'package:connect2/services/contact_service.dart';
import 'package:flutter/material.dart';
import 'package:flutter_i18n/flutter_i18n.dart';
class GraphScreen extends StatefulWidget {... | 6 |
CDGDG/sliding_puzzle | 107636f | lib/puzzle/cubits/puzzle_cubit.dart | Dart | www.github.com/CDGDG/sliding_puzzle/tree/main/lib/puzzle/cubits/puzzle_cubit.dart | https://raw.githubusercontent.com/CDGDG/sliding_puzzle/107636f/lib/puzzle/cubits/puzzle_cubit.dart | CDGDG/sliding_puzzle 107636f lib/puzzle/cubits/puzzle_cubit.dart | true | 200 | 2,714 | import 'dart:math';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:sliding_puzzle/puzzle/puzzle.dart';
class PuzzleCubit extends Cubit<PuzzleState> {
PuzzleCubit() : super(PuzzleState(puzzle: List.generate(4 * 4, (index) => index)));
void update(int index... | 4 |
Osvaldo2308/9B_Maye_Osvaldo_App1 | 99eaaa0 | lib/pantallas/home.dart | Dart | www.github.com/Osvaldo2308/9B_Maye_Osvaldo_App1/tree/main/lib/pantallas/home.dart | https://raw.githubusercontent.com/Osvaldo2308/9B_Maye_Osvaldo_App1/99eaaa0/lib/pantallas/home.dart | Osvaldo2308/9B_Maye_Osvaldo_App1 99eaaa0 lib/pantallas/home.dart | true | 200 | 710 | import 'package:flutter/material.dart';
import '/widgets/post_item.dart'; // Importa el widget PostItem
import '/datos/datos.dart'; // Importa los datos
class HomeScreen extends StatelessWidget {
const HomeScreen({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
body: Si... | 2 |
BadrulFlut/App_Progresio | c321a8b | lib/module/register/controller/register_controller.dart | Dart | www.github.com/BadrulFlut/App_Progresio/tree/main/lib/module/register/controller/register_controller.dart | https://raw.githubusercontent.com/BadrulFlut/App_Progresio/c321a8b/lib/module/register/controller/register_controller.dart | BadrulFlut/App_Progresio c321a8b lib/module/register/controller/register_controller.dart | true | 200 | 697 | import 'package:flutter/material.dart';
import 'package:app_progresio/state_util.dart';
import '../view/register_view.dart';
class RegisterController extends State<RegisterView> implements MvcController {
static late RegisterController instance;
late RegisterView view;
@override
void initState() {
instanc... | 3 |
girishmobile/ParsonsKellogg | 3915864 | lib/screen/profile/my_account/widget/user_profile_widget.dart | Dart | www.github.com/girishmobile/ParsonsKellogg/tree/main/lib/screen/profile/my_account/widget/user_profile_widget.dart | https://raw.githubusercontent.com/girishmobile/ParsonsKellogg/3915864/lib/screen/profile/my_account/widget/user_profile_widget.dart | girishmobile/ParsonsKellogg 3915864 lib/screen/profile/my_account/widget/user_profile_widget.dart | true | 200 | 4,743 | import 'package:flutter/material.dart';
import 'package:parsonskellogg/core/common/common_button_widget.dart';
import 'package:parsonskellogg/core/common/common_text_widget.dart';
import 'package:parsonskellogg/core/component/component.dart';
import 'package:parsonskellogg/core/constants/num_constants.dart';
import 'pa... | 7 |
Armagedji/Practice4 | c248678 | lib/data/data_loader.dart | Dart | www.github.com/Armagedji/Practice4/tree/main/lib/data/data_loader.dart | https://raw.githubusercontent.com/Armagedji/Practice4/c248678/lib/data/data_loader.dart | Armagedji/Practice4 c248678 lib/data/data_loader.dart | true | 200 | 1,516 | import 'dart:convert';
import 'dart:io';
import 'package:flutter/services.dart';
import 'package:path_provider/path_provider.dart';
import '../models/product.dart';
const String _fileName = 'products.json';
Future<String> _getFilePath() async {
final directory = await getApplicationDocumentsDirectory();
return '... | 1 |
zaidmahdidev/wide_space | 6cc4152 | lib/features/splash/presentation/widegets/splash_body.dart | Dart | www.github.com/zaidmahdidev/wide_space/tree/main/lib/features/splash/presentation/widegets/splash_body.dart | https://raw.githubusercontent.com/zaidmahdidev/wide_space/6cc4152/lib/features/splash/presentation/widegets/splash_body.dart | zaidmahdidev/wide_space 6cc4152 lib/features/splash/presentation/widegets/splash_body.dart | true | 200 | 1,152 | import 'package:flutter/material.dart';
import '../../../../core/utils/constant/images.dart';
class SplashBody extends StatefulWidget {
final Animation<double> animation;
const SplashBody({super.key, required this.animation});
@override
State<SplashBody> createState() => _SplashBodyState();
}
class _Spla... | 0 |
ThatSaxyDev/check_dc_test | 7364013 | lib/app/splash/views/splash_view.dart | Dart | www.github.com/ThatSaxyDev/check_dc_test/tree/main/lib/app/splash/views/splash_view.dart | https://raw.githubusercontent.com/ThatSaxyDev/check_dc_test/7364013/lib/app/splash/views/splash_view.dart | ThatSaxyDev/check_dc_test 7364013 lib/app/splash/views/splash_view.dart | true | 200 | 1,233 | import 'package:check_dc/app/onboarding/views/onbosrding_base_view.dart';
import 'package:check_dc/contd.dart';
import 'package:flutter/material.dart';
import 'package:lottie/lottie.dart';
class SplashView extends StatefulWidget {
const SplashView({super.key});
@override
State<SplashView> createState() => _Spla... | 5 |
shed2607/Flutter-Calculator-UI | db990a8 | lib/screens/main_screen.dart | Dart | www.github.com/shed2607/Flutter-Calculator-UI/tree/main/lib/screens/main_screen.dart | https://raw.githubusercontent.com/shed2607/Flutter-Calculator-UI/db990a8/lib/screens/main_screen.dart | shed2607/Flutter-Calculator-UI db990a8 lib/screens/main_screen.dart | true | 200 | 6,060 | // ignore_for_file: prefer_const_constructors, prefer_const_literals_to_create_immutables
import 'package:calculator_ui/data/items.dart';
import 'package:calculator_ui/utils/buttons.dart';
import 'package:flutter/material.dart';
import 'package:math_expressions/math_expressions.dart';
class MainScreen extends Statefu... | 6 |
Nhatsinhtm/ListDownLoad | 4bdfe3a | lib/reponse/fetch_data.dart | Dart | www.github.com/Nhatsinhtm/ListDownLoad/tree/main/lib/reponse/fetch_data.dart | https://raw.githubusercontent.com/Nhatsinhtm/ListDownLoad/4bdfe3a/lib/reponse/fetch_data.dart | Nhatsinhtm/ListDownLoad 4bdfe3a lib/reponse/fetch_data.dart | true | 200 | 693 |
import 'dart:convert';
import 'package:animationproject/Model/ListDownload.dart';
import 'package:http/http.dart' as http;
class FetchData {
var url = Uri.parse('https://api.jsonbin.io/v3/b/662884c4e41b4d34e4e93a95');
Future<List<DataList>> getData () async {
List <DataList> getList = [];
var hearDer = {
... | 4 |
tcu-egg/personal-connect | b7503a9 | lib/status_list/controllers/status_list.dart | Dart | www.github.com/tcu-egg/personal-connect/tree/main/lib/status_list/controllers/status_list.dart | https://raw.githubusercontent.com/tcu-egg/personal-connect/b7503a9/lib/status_list/controllers/status_list.dart | tcu-egg/personal-connect b7503a9 lib/status_list/controllers/status_list.dart | true | 200 | 1,327 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import '../../social/repositories/following.dart';
import '../../user_data/entities/user_data.dart';
import '../entities/following_user_status.dart';
final followingUserStatusListControllerProvider = Pro... | 3 |
Elawady2002/Food-Market | 3d9a77c | lib/view/widget/cred_signup_photo.dart | Dart | www.github.com/Elawady2002/Food-Market/tree/main/lib/view/widget/cred_signup_photo.dart | https://raw.githubusercontent.com/Elawady2002/Food-Market/3d9a77c/lib/view/widget/cred_signup_photo.dart | Elawady2002/Food-Market 3d9a77c lib/view/widget/cred_signup_photo.dart | true | 200 | 1,638 | import 'package:app/view/core/function/create_an_account_and_register.dart';
import 'package:app/view/widget/add_photo_profile.dart';
import 'package:app/view/widget/custom_bottom.dart';
import 'package:app/view/widget/custom_text_form_flied.dart';
import 'package:flutter/material.dart';
class CardSignUpPhoto extends ... | 7 |
cocoalabspvtltd/prezentycard | 8c06036 | lib/util/string_validator.dart | Dart | www.github.com/cocoalabspvtltd/prezentycard/tree/main/lib/util/string_validator.dart | https://raw.githubusercontent.com/cocoalabspvtltd/prezentycard/8c06036/lib/util/string_validator.dart | cocoalabspvtltd/prezentycard 8c06036 lib/util/string_validator.dart | true | 200 | 1,336 | extension StringValidator on String {
bool isValidEmail() {
return RegExp(
r'^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$')
.hasMatch(this);
}
bool isValidName() {
if (this.isE... | 1 |
nehalgamal093/audio_book | d47b7db | lib/tabs/home_tab/widgets/book_horizontal_list.dart | Dart | www.github.com/nehalgamal093/audio_book/tree/main/lib/tabs/home_tab/widgets/book_horizontal_list.dart | https://raw.githubusercontent.com/nehalgamal093/audio_book/d47b7db/lib/tabs/home_tab/widgets/book_horizontal_list.dart | nehalgamal093/audio_book d47b7db lib/tabs/home_tab/widgets/book_horizontal_list.dart | true | 200 | 630 | import 'package:flutter/material.dart';
import 'book_item.dart';
class MovieHorizontalList extends StatelessWidget {
const MovieHorizontalList({super.key});
@override
Widget build(BuildContext context) {
return ListView.separated(
scrollDirection: Axis.horizontal,
itemBuilder: (context, in... | 0 |
Mikstl/steve_ai | 33dbe6d | lib/features/chat/presentation/widgets/chat_bottom_bar/chat_bottom_bar.dart | Dart | www.github.com/Mikstl/steve_ai/tree/main/lib/features/chat/presentation/widgets/chat_bottom_bar/chat_bottom_bar.dart | https://raw.githubusercontent.com/Mikstl/steve_ai/33dbe6d/lib/features/chat/presentation/widgets/chat_bottom_bar/chat_bottom_bar.dart | Mikstl/steve_ai 33dbe6d lib/features/chat/presentation/widgets/chat_bottom_bar/chat_bottom_bar.dart | true | 200 | 3,934 | import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_svg/svg.dart';
import 'package:steve_ai/core/image_paths/image_paths.dart';
import 'package:steve_ai/core/utils/responsive_util.dart';
import 'package:steve_ai/featu... | 5 |
mo7amed4522/test_app | 45c9cb5 | lib/controller/questation_controller/yes_no_question_controller.dart | Dart | www.github.com/mo7amed4522/test_app/tree/main/lib/controller/questation_controller/yes_no_question_controller.dart | https://raw.githubusercontent.com/mo7amed4522/test_app/45c9cb5/lib/controller/questation_controller/yes_no_question_controller.dart | mo7amed4522/test_app 45c9cb5 lib/controller/questation_controller/yes_no_question_controller.dart | true | 200 | 1,897 | // ignore_for_file: non_constant_identifier_names
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:test_app/core/constant/statusrequest.dart';
import 'package:test_app/core/func/internet/handel_data.dart';
import 'package:test_app/core/route/app_routes.dart';... | 4 |
nickp-real/cs311_mobile_dev | 4e3d46c | 9.yt_demo/lib/thumbnail.dart | Dart | www.github.com/nickp-real/cs311_mobile_dev/tree/main/9.yt_demo/lib/thumbnail.dart | https://raw.githubusercontent.com/nickp-real/cs311_mobile_dev/4e3d46c/9.yt_demo/lib/thumbnail.dart | nickp-real/cs311_mobile_dev 4e3d46c 9.yt_demo/lib/thumbnail.dart | true | 200 | 1,532 | import 'package:flutter/material.dart';
import 'data.dart';
class Thumbnail extends StatelessWidget {
const Thumbnail({
required this.data,
required this.onPress,
super.key,
});
final VideoData data;
final VoidCallback onPress;
@override
Widget build(BuildContext context) {
return Gestur... | 6 |
marcmacias96/you_might_need_work | 0a6b159 | lib/features/app/app.dart | Dart | www.github.com/marcmacias96/you_might_need_work/tree/main/lib/features/app/app.dart | https://raw.githubusercontent.com/marcmacias96/you_might_need_work/0a6b159/lib/features/app/app.dart | marcmacias96/you_might_need_work 0a6b159 lib/features/app/app.dart | true | 200 | 2,872 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:go_router/go_router.dart';
import 'package:you_might_need_work/data/profile/enums/enums.dart';
import 'package:you_might_need_work/features/auth/cubit/cu... | 2 |
fhir-fli/cql | 1a42707 | lib/engine/expression/operator_expressions/binary_expressions/starts.dart | Dart | www.github.com/fhir-fli/cql/tree/main/lib/engine/expression/operator_expressions/binary_expressions/starts.dart | https://raw.githubusercontent.com/fhir-fli/cql/1a42707/lib/engine/expression/operator_expressions/binary_expressions/starts.dart | fhir-fli/cql 1a42707 lib/engine/expression/operator_expressions/binary_expressions/starts.dart | true | 200 | 4,614 | import 'package:fhir_r4/fhir_r4.dart';
import '../../../../cql.dart';
/// Operator to determine if the first interval starts the second interval.
/// Returns true if Start(i1) = Start(i2) and End(i1) <= End(i2).
/// If precision is specified and the point type is Date, DateTime, or Time,
/// comparisons used in the o... | 3 |
RiyasTrivandrumn/sparepartsluminar | 30aca85 | lib/presentation/orderHistory/Service/historyService.dart | Dart | www.github.com/RiyasTrivandrumn/sparepartsluminar/tree/main/lib/presentation/orderHistory/Service/historyService.dart | https://raw.githubusercontent.com/RiyasTrivandrumn/sparepartsluminar/30aca85/lib/presentation/orderHistory/Service/historyService.dart | RiyasTrivandrumn/sparepartsluminar 30aca85 lib/presentation/orderHistory/Service/historyService.dart | true | 200 | 810 | import 'dart:convert';
import 'package:spare_parts/global/shared_preferences.dart';
import 'package:http/http.dart' as http;
class HistoryService {
static Future<List<dynamic>> fetchHistory() async {
var jwtToken = await SharedPrefs.getTokenfromSF();
var headers = {
'Authorization': 'Bearer $jwtToken... | 7 |
garlen-javier/ocean_cleanup | 3b5e057 | lib/utils/config_size.dart | Dart | www.github.com/garlen-javier/ocean_cleanup/tree/main/lib/utils/config_size.dart | https://raw.githubusercontent.com/garlen-javier/ocean_cleanup/3b5e057/lib/utils/config_size.dart | garlen-javier/ocean_cleanup 3b5e057 lib/utils/config_size.dart | true | 200 | 2,396 | import 'package:flutter/widgets.dart';
class SizeConfig {
static late MediaQueryData _mediaQueryData;
static late double screenWidth;
static late double screenHeight;
static late double blockSizeHorizontal;
static late double blockSizeVertical;
static late double _safeAreaHorizontal;
static late double ... | 1 |
SnapAbdulla/Flutter_Auth_CRUD | a72936e | lib/auth/auth_provider.dart | Dart | www.github.com/SnapAbdulla/Flutter_Auth_CRUD/tree/main/lib/auth/auth_provider.dart | https://raw.githubusercontent.com/SnapAbdulla/Flutter_Auth_CRUD/a72936e/lib/auth/auth_provider.dart | SnapAbdulla/Flutter_Auth_CRUD a72936e lib/auth/auth_provider.dart | true | 200 | 376 | import 'package:flutter/material.dart';
class AuthProvider extends ChangeNotifier {
bool _isLoggedIn = false;
String? token;
bool get isLoggedIn => _isLoggedIn;
Future<void> login(String token) async {
this.token = token;
_isLoggedIn = true;
notifyListeners();
}
Future<void> logout() async ... | 0 |
KalpaniAthukorala/flutter_iot | eadfe44 | lib/voiceControl.dart | Dart | www.github.com/KalpaniAthukorala/flutter_iot/tree/main/lib/voiceControl.dart | https://raw.githubusercontent.com/KalpaniAthukorala/flutter_iot/eadfe44/lib/voiceControl.dart | KalpaniAthukorala/flutter_iot eadfe44 lib/voiceControl.dart | true | 200 | 10,202 | import 'package:avatar_glow/avatar_glow.dart';
import 'package:flutter/material.dart';
import 'package:speech_to_text/speech_to_text.dart' as stt;
import 'package:http/http.dart' as http;
import 'package:flutter_switch/flutter_switch.dart';
import 'api/speech.dart';
import 'util.dart';
import 'package:substring_highlig... | 5 |
EuclidStellar/euclidscribble | e8d1d2c | lib/poemlist.dart | Dart | www.github.com/EuclidStellar/euclidscribble/tree/main/lib/poemlist.dart | https://raw.githubusercontent.com/EuclidStellar/euclidscribble/e8d1d2c/lib/poemlist.dart | EuclidStellar/euclidscribble e8d1d2c lib/poemlist.dart | true | 200 | 5,095 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:euclidscribble/main.dart';
import 'package:euclidscribble/poemdeatil.dart';
import 'package:flutter/material.dart';
class PoemList extends StatefulWidget {
@override
_PoemListStat... | 6 |
mohamedatantawy/BookApp | c155822 | lib/Features/Home/presentation/Views/widgets/similarBooksSections.dart | Dart | www.github.com/mohamedatantawy/BookApp/tree/main/lib/Features/Home/presentation/Views/widgets/similarBooksSections.dart | https://raw.githubusercontent.com/mohamedatantawy/BookApp/c155822/lib/Features/Home/presentation/Views/widgets/similarBooksSections.dart | mohamedatantawy/BookApp c155822 lib/Features/Home/presentation/Views/widgets/similarBooksSections.dart | true | 200 | 674 | import 'package:flutter/material.dart';
import 'package:product/Features/Home/presentation/Views/widgets/similarBook_listView.dart';
import 'package:product/core/utils/style.dart';
class similarBooksSection extends StatelessWidget {
const similarBooksSection({super.key});
@override
Widget build(BuildContext con... | 2 |
Wira07/CoffeShop | 0d970dd | lib/pages/SplashScreen.dart | Dart | www.github.com/Wira07/CoffeShop/tree/main/lib/pages/SplashScreen.dart | https://raw.githubusercontent.com/Wira07/CoffeShop/0d970dd/lib/pages/SplashScreen.dart | Wira07/CoffeShop 0d970dd lib/pages/SplashScreen.dart | true | 200 | 3,488 | import 'package:day_1_flutter/auth/Login.dart';
import 'package:flutter/material.dart';
import 'app_main_screen.dart'; // Pastikan file CoffeeAppMainScreen ada di folder pages
import '../widgets/common_button.dart'; // Pastikan file ini ada dan berisi widget CommonButton
class Splashscreen extends StatefulWidget {
c... | 3 |
alipw/govision-app | 516b70f | lib/feature/auth/provider/user_provider.dart | Dart | www.github.com/alipw/govision-app/tree/main/lib/feature/auth/provider/user_provider.dart | https://raw.githubusercontent.com/alipw/govision-app/516b70f/lib/feature/auth/provider/user_provider.dart | alipw/govision-app 516b70f lib/feature/auth/provider/user_provider.dart | true | 200 | 923 | import 'package:govision/feature/auth/repository/user_repository.dart';
import 'package:govision/feature/auth/state/user_state.dart';
import 'package:govision/shared/http/app_exception.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'user_provider.g.dart';
@riverpod
class UserNotifier exten... | 1 |
vinayaknolastname/Gestapo | d303639 | lib/core/widgets/or_widget.dart | Dart | www.github.com/vinayaknolastname/Gestapo/tree/main/lib/core/widgets/or_widget.dart | https://raw.githubusercontent.com/vinayaknolastname/Gestapo/d303639/lib/core/widgets/or_widget.dart | vinayaknolastname/Gestapo d303639 lib/core/widgets/or_widget.dart | true | 200 | 906 | import 'package:flutter/material.dart';
import 'package:gestapo/resources/resources.dart';
class OrWidget extends StatelessWidget {
const OrWidget({
Key? key,
required this.orText,
}) : super(key: key);
final String orText;
@override
Widget build(BuildContext context) {
return Row(
childre... | 4 |
aravinthkumarms/Learn-Flutter | 8c0ea25 | flight_ticket/lib/widgets/dot_line_generator.dart | Dart | www.github.com/aravinthkumarms/Learn-Flutter/tree/main/flight_ticket/lib/widgets/dot_line_generator.dart | https://raw.githubusercontent.com/aravinthkumarms/Learn-Flutter/8c0ea25/flight_ticket/lib/widgets/dot_line_generator.dart | aravinthkumarms/Learn-Flutter 8c0ea25 flight_ticket/lib/widgets/dot_line_generator.dart | true | 200 | 1,116 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class AppDotLayoutBuilder extends StatelessWidget {
final bool? isColor;
final int sections;
final double width;
const AppDotLayoutBuilder(
{Key? key, this.isColor, required this.sections, this.width = 3})
: super(key:... | 0 |
NanangAdira/bangun_datar | e5fa8c5 | lib/pages/segitigapage.dart | Dart | www.github.com/NanangAdira/bangun_datar/tree/main/lib/pages/segitigapage.dart | https://raw.githubusercontent.com/NanangAdira/bangun_datar/e5fa8c5/lib/pages/segitigapage.dart | NanangAdira/bangun_datar e5fa8c5 lib/pages/segitigapage.dart | true | 200 | 6,040 | import 'package:bangun_datar_app/controller/persegi_controller.dart';
import 'package:bangun_datar_app/controller/segitiga_controller.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
class SegitigaPage extends StatelessWidget {
SegitigaPage({super... | 5 |
dsharif1262/calculator | c7bc773 | lib/main.dart | Dart | www.github.com/dsharif1262/calculator/tree/main/lib/main.dart | https://raw.githubusercontent.com/dsharif1262/calculator/c7bc773/lib/main.dart | dsharif1262/calculator c7bc773 lib/main.dart | true | 200 | 3,586 | import 'package:flutter/material.dart';
import 'package:math_expressions/math_expressions.dart';
void main() {
runApp(CalculatorApp());
}
class CalculatorApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: CalculatorScreen(),
);
}
}
class Calcu... | 6 |
bekirgol/Bul-App | b0eed45 | lib/Constand/styles.dart | Dart | www.github.com/bekirgol/Bul-App/tree/main/lib/Constand/styles.dart | https://raw.githubusercontent.com/bekirgol/Bul-App/b0eed45/lib/Constand/styles.dart | bekirgol/Bul-App b0eed45 lib/Constand/styles.dart | true | 200 | 330 | // ignore_for_file: prefer_const_constructors
import 'package:flutter/material.dart';
class Styles {
static TextStyle headerStyle = TextStyle(
fontWeight: FontWeight.bold,
fontSize: 25.0,
color: Colors.white,
);
static TextStyle cardTextStyle =
TextStyle(fontSize: 16.0, fontWeight: FontWeight... | 2 |
cracked2626/cinesound_App | 9a662c2 | lib/counter_providers/location_provider.dart | Dart | www.github.com/cracked2626/cinesound_App/tree/main/lib/counter_providers/location_provider.dart | https://raw.githubusercontent.com/cracked2626/cinesound_App/9a662c2/lib/counter_providers/location_provider.dart | cracked2626/cinesound_App 9a662c2 lib/counter_providers/location_provider.dart | true | 200 | 1,670 | import 'package:flutter/cupertino.dart';
import 'package:geocoding/geocoding.dart';
import 'package:geolocator/geolocator.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
class LocationProvider with ChangeNotifier {
double latitude;
double longitude;
bool permissionAllowed = false;
var sel... | 7 |
alifzr31/Daily-A-Team | 8b54744 | lib/app/modules/approve/components/reqchangeshift_bottomsheet.dart | Dart | www.github.com/alifzr31/Daily-A-Team/tree/main/lib/app/modules/approve/components/reqchangeshift_bottomsheet.dart | https://raw.githubusercontent.com/alifzr31/Daily-A-Team/8b54744/lib/app/modules/approve/components/reqchangeshift_bottomsheet.dart | alifzr31/Daily-A-Team 8b54744 lib/app/modules/approve/components/reqchangeshift_bottomsheet.dart | true | 200 | 3,020 | import 'package:dailyateam/app/components/base_button.dart';
import 'package:dailyateam/app/components/base_text.dart';
import 'package:dailyateam/app/core/values/app_helpers.dart';
import 'package:dailyateam/app/core/values/colors.dart';
import 'package:dailyateam/app/data/models/approves/req_changeshift.dart';
import... | 1 |
dvlpr-apurvjagtap/dart | 34bf474 | collections/bin/example3.dart | Dart | www.github.com/dvlpr-apurvjagtap/dart/tree/main/collections/bin/example3.dart | https://raw.githubusercontent.com/dvlpr-apurvjagtap/dart/34bf474/collections/bin/example3.dart | dvlpr-apurvjagtap/dart 34bf474 collections/bin/example3.dart | true | 200 | 1,072 | void main(List<String> args) {
//map
final info = {
'name': 'John Doe',
'age': 30,
'city': 'New York',
};
print(info);
print(info['name']);
print(info['age']);
print(info['city']);
print(info['map']);
print("----------------------");
print(info.keys);
print(info.values);
print("----... | 4 |
TranHuyZIT/GymManagementClient | 7ffa43b | lib/main.dart | Dart | www.github.com/TranHuyZIT/GymManagementClient/tree/main/lib/main.dart | https://raw.githubusercontent.com/TranHuyZIT/GymManagementClient/7ffa43b/lib/main.dart | TranHuyZIT/GymManagementClient 7ffa43b lib/main.dart | true | 200 | 970 | import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:device_preview/device_preview.dart';
import 'package:frontend/pages/Authentication/Login.dart';
import 'package:frontend/pages/Home/MyHomepage.dart';
import 'package:frontend/pages/Invoices/InvoicesPage.dart';
void main()... | 5 |
hichambouzkraoui/flutter_clean_architecture | 67238df | test/features/number_trivia/presentation/bloc/number_trivia_bloc_test.dart | Dart | www.github.com/hichambouzkraoui/flutter_clean_architecture/tree/main/test/features/number_trivia/presentation/bloc/number_trivia_bloc_test.dart | https://raw.githubusercontent.com/hichambouzkraoui/flutter_clean_architecture/67238df/test/features/number_trivia/presentation/bloc/number_trivia_bloc_test.dart | hichambouzkraoui/flutter_clean_architecture 67238df test/features/number_trivia/presentation/bloc/number_trivia_bloc_test.dart | true | 200 | 6,795 | import 'package:dartz/dartz.dart';
import 'package:flutter_clean_architecture/core/error/failures.dart';
import 'package:flutter_clean_architecture/core/usecases/usecase.dart';
import 'package:flutter_clean_architecture/core/util/input_converter.dart';
import 'package:flutter_clean_architecture/features/number_trivia/d... | 2 |
ssac-flutter/paging | 6325e89 | lib/domain/model/list_item.dart | Dart | www.github.com/ssac-flutter/paging/tree/main/lib/domain/model/list_item.dart | https://raw.githubusercontent.com/ssac-flutter/paging/6325e89/lib/domain/model/list_item.dart | ssac-flutter/paging 6325e89 lib/domain/model/list_item.dart | true | 200 | 360 | import 'package:freezed_annotation/freezed_annotation.dart';
part 'list_item.freezed.dart';
part 'list_item.g.dart';
@freezed
class ListItem with _$ListItem {
const factory ListItem({
required String title,
required String description,
}) = _ListItem;
factory ListItem.fromJson(Map<String, Object?> jso... | 3 |
Bojan227/e_commerce_app | ec94570 | lib/presentation/ui/product/widgets/color_chips.dart | Dart | www.github.com/Bojan227/e_commerce_app/tree/main/lib/presentation/ui/product/widgets/color_chips.dart | https://raw.githubusercontent.com/Bojan227/e_commerce_app/ec94570/lib/presentation/ui/product/widgets/color_chips.dart | Bojan227/e_commerce_app ec94570 lib/presentation/ui/product/widgets/color_chips.dart | true | 200 | 1,205 | import 'package:ecommerce_app/core/theme/color_palette.dart';
import 'package:ecommerce_app/core/theme/text_theme.dart';
import 'package:flutter/material.dart';
class ColorChips extends StatelessWidget {
const ColorChips({super.key});
@override
Widget build(BuildContext context) {
final colorPalette = Theme... | 7 |
nadersakr/Socially | 29dcb44 | social_app/lib/view_model/sign_up_viewmodel.dart | Dart | www.github.com/nadersakr/Socially/tree/main/social_app/lib/view_model/sign_up_viewmodel.dart | https://raw.githubusercontent.com/nadersakr/Socially/29dcb44/social_app/lib/view_model/sign_up_viewmodel.dart | nadersakr/Socially 29dcb44 social_app/lib/view_model/sign_up_viewmodel.dart | true | 200 | 7,190 | import 'package:enefty_icons/enefty_icons.dart';
import 'package:flutter/material.dart';
import 'package:social_app/services/Firebase/Firebase%20FireStore/sign_up_fireStore.dart';
import 'package:social_app/services/Firebase/FirebaseAuth/Sign_up.dart';
import 'package:social_app/utils/dinmentions.dart';
import 'package... | 6 |
beksloy8/Spotify-Clone | a67f62d | spotify/lib/search/components/searchCards.dart | Dart | www.github.com/beksloy8/Spotify-Clone/tree/main/spotify/lib/search/components/searchCards.dart | https://raw.githubusercontent.com/beksloy8/Spotify-Clone/a67f62d/spotify/lib/search/components/searchCards.dart | beksloy8/Spotify-Clone a67f62d spotify/lib/search/components/searchCards.dart | true | 200 | 5,583 | import 'package:flutter/material.dart';
import 'package:spotify/search/components/colorlist.dart'; // Importing a custom color list for the app.
class SearchCards extends StatelessWidget {
const SearchCards({super.key});
@override
Widget build(BuildContext context) {
// List of card data (name and image URL... | 0 |
pkielek/restauratour_frontend_worker | 496e238 | lib/screens/base_view.dart | Dart | www.github.com/pkielek/restauratour_frontend_worker/tree/main/lib/screens/base_view.dart | https://raw.githubusercontent.com/pkielek/restauratour_frontend_worker/496e238/lib/screens/base_view.dart | pkielek/restauratour_frontend_worker 496e238 lib/screens/base_view.dart | true | 200 | 424 | import 'package:flutter/material.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:restaurant_helper_tablet/widgets/navigation.dart';
class BaseView extends ConsumerWidget {
const BaseView({super.key, required this.screen});
final Widget screen;
@override
Widget build(BuildContext co... | 1 |
HuyG3RTC/FluttterE | 30b41e5 | lib/consts/strings.dart | Dart | www.github.com/HuyG3RTC/FluttterE/tree/main/lib/consts/strings.dart | https://raw.githubusercontent.com/HuyG3RTC/FluttterE/30b41e5/lib/consts/strings.dart | HuyG3RTC/FluttterE 30b41e5 lib/consts/strings.dart | true | 200 | 2,282 | const appname = "Ecom mệt";
const appversion = "";
const credits = "GroupV";
const email = "Email";
const emailHint = "***@gmail.com";
const password = "Mật khẩu";
const passwordHint = "*******";
const retypePassword = "Nhập lại mật khẩu";
const name = "Tên";
const nameHint = "GroupV";
const forgetPass = "Quên mật khẩu... | 4 |
gstech0322/educave-client | 5ade8f8 | lib/modules/post/post_vm.dart | Dart | www.github.com/gstech0322/educave-client/tree/main/lib/modules/post/post_vm.dart | https://raw.githubusercontent.com/gstech0322/educave-client/5ade8f8/lib/modules/post/post_vm.dart | gstech0322/educave-client 5ade8f8 lib/modules/post/post_vm.dart | true | 200 | 877 | import '../../core/types/view_model.dart';
import 'features/post_feature.dart';
import 'post_model.dart';
class PostViewModel with ViewModel {
final PostModel _model;
PostViewModel(this._model);
String get id => _model.id;
String get username => _model.username;
String get profilePic => _model.profilePic;
... | 3 |
frankaguirre/flutter_app | 05fe9e5 | lib/wiggets/intro2.dart | Dart | www.github.com/frankaguirre/flutter_app/tree/main/lib/wiggets/intro2.dart | https://raw.githubusercontent.com/frankaguirre/flutter_app/05fe9e5/lib/wiggets/intro2.dart | frankaguirre/flutter_app 05fe9e5 lib/wiggets/intro2.dart | true | 200 | 2,057 | import 'package:Sena_conciencia_ambiental/wiggets/reforestacion.dart';
import 'package:flutter/material.dart';
class IntroPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('Introducción al Jardín Zen'),
backgroundCo... | 2 |
FadhliFathoni/4Score | 25625f1 | lib/Component/PhotoProfile.dart | Dart | www.github.com/FadhliFathoni/4Score/tree/main/lib/Component/PhotoProfile.dart | https://raw.githubusercontent.com/FadhliFathoni/4Score/25625f1/lib/Component/PhotoProfile.dart | FadhliFathoni/4Score 25625f1 lib/Component/PhotoProfile.dart | true | 200 | 1,014 | import 'dart:io';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:file_picker/file_picker.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:fourscore/Component/FirebasePicture.dart';
import 'package:fourscore/main.dart';
class Phot... | 7 |
skrzyp33k/GbShoppingList | 26bf52d | lib/main.dart | Dart | www.github.com/skrzyp33k/GbShoppingList/tree/main/lib/main.dart | https://raw.githubusercontent.com/skrzyp33k/GbShoppingList/26bf52d/lib/main.dart | skrzyp33k/GbShoppingList 26bf52d lib/main.dart | true | 200 | 2,446 | import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:gb_shopping_list/models/user.dart';
import 'package:gb_shopping_list/pages/auth/login.dart';
import 'package:gb_shopping_list/pages/auth/register.dart';
import 'package:gb_shopping_list/pages/auth/start.dart';
imp... | 6 |
nirmal59/testapp | d60ea86 | lib/screens/build_selection_screen.dart | Dart | www.github.com/nirmal59/testapp/tree/main/lib/screens/build_selection_screen.dart | https://raw.githubusercontent.com/nirmal59/testapp/d60ea86/lib/screens/build_selection_screen.dart | nirmal59/testapp d60ea86 lib/screens/build_selection_screen.dart | true | 200 | 2,055 | import 'package:flutter/material.dart';
class BuildSelectionScreen extends StatelessWidget {
const BuildSelectionScreen({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text('Select Build Type')),
body: Container(
decorat... | 0 |
WESTSHINE27/Tripify | d604e73 | lib/views/full_screen_image.dart | Dart | www.github.com/WESTSHINE27/Tripify/tree/main/lib/views/full_screen_image.dart | https://raw.githubusercontent.com/WESTSHINE27/Tripify/d604e73/lib/views/full_screen_image.dart | WESTSHINE27/Tripify d604e73 lib/views/full_screen_image.dart | true | 200 | 759 | import 'package:flutter/material.dart';
class FullScreenImage extends StatelessWidget {
final String imageUrl;
const FullScreenImage({super.key, required this.imageUrl});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Full-Screen Image'),
... | 1 |
0x1m4o/Ziswaf-App | 21ed1f5 | lib/main.dart | Dart | www.github.com/0x1m4o/Ziswaf-App/tree/main/lib/main.dart | https://raw.githubusercontent.com/0x1m4o/Ziswaf-App/21ed1f5/lib/main.dart | 0x1m4o/Ziswaf-App 21ed1f5 lib/main.dart | true | 200 | 771 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:ziswaf/cubits/indicator/indicator_cubit.dart';
import './routes/app_route.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:bloc/bloc.dart';
void main() {
runApp(const MyApp());
}
class MyA... | 5 |
Shellinox/Flutter-FireBase-App | 4aaf0a1 | lib/firebase_services/splash_services.dart | Dart | www.github.com/Shellinox/Flutter-FireBase-App/tree/main/lib/firebase_services/splash_services.dart | https://raw.githubusercontent.com/Shellinox/Flutter-FireBase-App/4aaf0a1/lib/firebase_services/splash_services.dart | Shellinox/Flutter-FireBase-App 4aaf0a1 lib/firebase_services/splash_services.dart | true | 200 | 700 | import 'dart:async';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebaseapp/posts/post_screen.dart';
import 'package:flutter/material.dart';
import '../ui/auth/login_screen.dart';
class SplashServices {
void isLogin(BuildContext context) {
final auth = FirebaseAuth.instance;
final use... | 2 |
Has5an-Ali/DartTutorials | 98244d7 | constandfinalkeyword.dart | Dart | www.github.com/Has5an-Ali/DartTutorials/tree/main/constandfinalkeyword.dart | https://raw.githubusercontent.com/Has5an-Ali/DartTutorials/98244d7/constandfinalkeyword.dart | Has5an-Ali/DartTutorials 98244d7 constandfinalkeyword.dart | true | 200 | 853 | import 'dart:ffi';
void main() {
//Final Keyword
//Final keywrod is used for that type of value which we can not change in future.
//And can not assign the memory in complimation time if we are not used.
final Name = "Hassan Ali ";
// Data type name is optional if you want you can define but dart can know... | 3 |
tungvodoi/ui-chat-flutter | cebcd03 | lib/screens/messages/components/message.dart | Dart | www.github.com/tungvodoi/ui-chat-flutter/tree/main/lib/screens/messages/components/message.dart | https://raw.githubusercontent.com/tungvodoi/ui-chat-flutter/cebcd03/lib/screens/messages/components/message.dart | tungvodoi/ui-chat-flutter cebcd03 lib/screens/messages/components/message.dart | true | 200 | 1,719 | import 'package:chat/constants.dart';
import 'package:chat/models/ChatMessage.dart';
import 'package:chat/screens/messages/components/audio_message.dart';
import 'package:chat/screens/messages/components/message_status_dot.dart';
import 'package:chat/screens/messages/components/text_message.dart';
import 'package:chat/... | 7 |
yasrialdi/sistem_pakar_kspr | 89f79b3 | lib/admin/home/diagnosa/list_diagnosa_user.dart | Dart | www.github.com/yasrialdi/sistem_pakar_kspr/tree/main/lib/admin/home/diagnosa/list_diagnosa_user.dart | https://raw.githubusercontent.com/yasrialdi/sistem_pakar_kspr/89f79b3/lib/admin/home/diagnosa/list_diagnosa_user.dart | yasrialdi/sistem_pakar_kspr 89f79b3 lib/admin/home/diagnosa/list_diagnosa_user.dart | true | 200 | 7,296 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:liquid_progress_indicator/liquid_progress_indicator.dart';
import 'package:sistem_pakar_kspr/admin/home/diagnosa/ModelDiagnosa.dart';
import 'package:sistem_pakar_kspr/admin/... | 4 |
mynamasp/HackF-Tap-N-Eat | 0f772d8 | lib/backend/schema/orders_record.dart | Dart | www.github.com/mynamasp/HackF-Tap-N-Eat/tree/main/lib/backend/schema/orders_record.dart | https://raw.githubusercontent.com/mynamasp/HackF-Tap-N-Eat/0f772d8/lib/backend/schema/orders_record.dart | mynamasp/HackF-Tap-N-Eat 0f772d8 lib/backend/schema/orders_record.dart | true | 200 | 1,987 | import 'dart:async';
import 'index.dart';
import 'serializers.dart';
import 'package:built_value/built_value.dart';
part 'orders_record.g.dart';
abstract class OrdersRecord
implements Built<OrdersRecord, OrdersRecordBuilder> {
static Serializer<OrdersRecord> get serializer => _$ordersRecordSerializer;
@Buil... | 6 |
zakarya-laib/TaQssit | aa19bce | TaQssit_frontEnd/lib/Client_Screens/ClientOrders.dart | Dart | www.github.com/zakarya-laib/TaQssit/tree/main/TaQssit_frontEnd/lib/Client_Screens/ClientOrders.dart | https://raw.githubusercontent.com/zakarya-laib/TaQssit/aa19bce/TaQssit_frontEnd/lib/Client_Screens/ClientOrders.dart | zakarya-laib/TaQssit aa19bce TaQssit_frontEnd/lib/Client_Screens/ClientOrders.dart | true | 200 | 4,055 | import 'dart:convert';
import 'package:bnpl_app/Client_Screens/OrderDetailsScreen.dart';
import 'package:flutter/material.dart';
import 'package:bnpl_app/Models/Order.dart';
import 'package:http/http.dart' as http;
import 'package:intl/intl.dart';
import '../constants.dart';
class ClientOrders extends StatefulWidget {... | 0 |
RuthNB/EA-ProjecteFlutter | e83d016 | lib/views/myroutes.dart | Dart | www.github.com/RuthNB/EA-ProjecteFlutter/tree/main/lib/views/myroutes.dart | https://raw.githubusercontent.com/RuthNB/EA-ProjecteFlutter/e83d016/lib/views/myroutes.dart | RuthNB/EA-ProjecteFlutter e83d016 lib/views/myroutes.dart | true | 200 | 2,651 | import 'package:flutter/material.dart';
import 'package:flutter_front/models/route.dart';
import 'package:flutter_front/services/routeServices.dart';
import 'package:flutter_front/services/userServices.dart';
import 'package:flutter_front/views/first_page.dart';
import 'package:flutter_front/views/route_info.dart';
imp... | 1 |
SaqeelAhmad/Home-Services | b3a797a | Home Services/lib/Proder/View_Modle/Add_Services_Contrller.dart | Dart | www.github.com/SaqeelAhmad/Home-Services/tree/main/Home Services/lib/Proder/View_Modle/Add_Services_Contrller.dart | https://raw.githubusercontent.com/SaqeelAhmad/Home-Services/b3a797a/Home%20Services/lib/Proder/View_Modle/Add_Services_Contrller.dart | SaqeelAhmad/Home-Services b3a797a Home Services/lib/Proder/View_Modle/Add_Services_Contrller.dart | true | 200 | 4,712 |
import 'dart:io';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_database/firebase_database.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:homeservices/Proder/view/Dashboad/Admin_Dashboad_Screen.dart';
import 'package:homeservice... | 5 |
MitrovicEmilija/roam | 60c8c06 | lib/features/post/controller/post_controller.dart | Dart | www.github.com/MitrovicEmilija/roam/tree/main/lib/features/post/controller/post_controller.dart | https://raw.githubusercontent.com/MitrovicEmilija/roam/60c8c06/lib/features/post/controller/post_controller.dart | MitrovicEmilija/roam 60c8c06 lib/features/post/controller/post_controller.dart | true | 200 | 6,284 | import 'dart:io';
import 'package:uuid/uuid.dart';
import 'package:routemaster/routemaster.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:roam/core/utils.dart';
import 'package:roam/features/auth/controller/auth_controller.dart';
import 'package:... | 2 |
ANDREYDEN/Statera | 408898f | lib/ui/widgets/buttons/large_action_button.dart | Dart | www.github.com/ANDREYDEN/Statera/tree/main/lib/ui/widgets/buttons/large_action_button.dart | https://raw.githubusercontent.com/ANDREYDEN/Statera/408898f/lib/ui/widgets/buttons/large_action_button.dart | ANDREYDEN/Statera 408898f lib/ui/widgets/buttons/large_action_button.dart | true | 200 | 1,357 | import 'package:flutter/material.dart';
class LargeActionButton extends StatelessWidget {
final void Function() onPressed;
final String title;
final String? description;
final IconData icon;
final double? width;
const LargeActionButton({
super.key,
required this.onPressed,
required this.title,... | 3 |
hi-world201/ChanHub | fb6c00e | lib/ui/channel/add_channel_members_screen.dart | Dart | www.github.com/hi-world201/ChanHub/tree/main/lib/ui/channel/add_channel_members_screen.dart | https://raw.githubusercontent.com/hi-world201/ChanHub/fb6c00e/lib/ui/channel/add_channel_members_screen.dart | hi-world201/ChanHub fb6c00e lib/ui/channel/add_channel_members_screen.dart | true | 200 | 3,143 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../../managers/index.dart';
import '../../models/index.dart';
import '../shared/extensions/index.dart';
import '../shared/utils/index.dart';
import './widgets/index.dart';
class AddChannelMembersScreen extends StatefulWidget {
... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.