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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
73-sk-nahid/UBER_Clone-Flutter- | 63be769 | lib/methods/common_methods.dart | Dart | www.github.com/73-sk-nahid/UBER_Clone-Flutter-/tree/main/lib/methods/common_methods.dart | https://raw.githubusercontent.com/73-sk-nahid/UBER_Clone-Flutter-/63be769/lib/methods/common_methods.dart | 73-sk-nahid/UBER_Clone-Flutter- 63be769 lib/methods/common_methods.dart | true | 200 | 730 | import 'package:connectivity_plus/connectivity_plus.dart';
import 'package:flutter/material.dart';
class CommonMethods
{
checkConnectivity(BuildContext context) async
{
var connectionResult = await Connectivity().checkConnectivity();
if (connectionResult != ConnectivityResult.mobile && connectionResult !... | 4 |
Pasindupg/BookStore | ac0fdf5 | lib/services/database.dart | Dart | www.github.com/Pasindupg/BookStore/tree/main/lib/services/database.dart | https://raw.githubusercontent.com/Pasindupg/BookStore/ac0fdf5/lib/services/database.dart | Pasindupg/BookStore ac0fdf5 lib/services/database.dart | true | 200 | 7,822 | class DatabaseService {
// Top Rated Books List
static List<Map<String, dynamic>> topRatedBooks = [
{
"id": 1,
"name": "Atomic Habits",
"author": "James Clear",
"description": "A book about building good habits and breaking bad ones.",
"image":
"https://mdgunasena.com/wp-... | 5 |
m7md3tef1/shop_app | 9ef0748 | lib/modules/login/login_cubit.dart | Dart | www.github.com/m7md3tef1/shop_app/tree/main/lib/modules/login/login_cubit.dart | https://raw.githubusercontent.com/m7md3tef1/shop_app/9ef0748/lib/modules/login/login_cubit.dart | m7md3tef1/shop_app 9ef0748 lib/modules/login/login_cubit.dart | true | 200 | 1,511 | import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:shop_app/models/Login_model.dart';
import 'package:shop_app/shared/dio_helper.dart';
part 'login_state.dart';
class ShopLo... | 3 |
threefoldtech/threefold_connect | 26c533d | app/lib/clipboard_hack/clipboard_hack.dart | Dart | www.github.com/threefoldtech/threefold_connect/tree/main/app/lib/clipboard_hack/clipboard_hack.dart | https://raw.githubusercontent.com/threefoldtech/threefold_connect/26c533d/app/lib/clipboard_hack/clipboard_hack.dart | threefoldtech/threefold_connect 26c533d app/lib/clipboard_hack/clipboard_hack.dart | true | 200 | 934 | import 'dart:async';
import 'dart:io';
import 'package:flutter/services.dart';
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
void copy(List<dynamic> params) {
Clipboard.setData(ClipboardData(text: params[0]));
}
Future<String?> paste(List<dynamic> params) async {
ClipboardData? data = await Cl... | 2 |
KhamdamovDilmurod/expenses_manager | fe1a1a7 | lib/screen/report/report_screen.dart | Dart | www.github.com/KhamdamovDilmurod/expenses_manager/tree/main/lib/screen/report/report_screen.dart | https://raw.githubusercontent.com/KhamdamovDilmurod/expenses_manager/fe1a1a7/lib/screen/report/report_screen.dart | KhamdamovDilmurod/expenses_manager fe1a1a7 lib/screen/report/report_screen.dart | true | 200 | 22,198 | import 'package:date_picker_plus/date_picker_plus.dart';
import 'package:expenses_manager/model/report_model.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:intl/intl.dart';
import 'package:stacked/stacked.dart';
im... | 7 |
Prakash251299/Remoteor | dc63a41 | remoteor/lib/view/user_list/cubit/user_cubit.dart | Dart | www.github.com/Prakash251299/Remoteor/tree/main/remoteor/lib/view/user_list/cubit/user_cubit.dart | https://raw.githubusercontent.com/Prakash251299/Remoteor/dc63a41/remoteor/lib/view/user_list/cubit/user_cubit.dart | Prakash251299/Remoteor dc63a41 remoteor/lib/view/user_list/cubit/user_cubit.dart | true | 200 | 918 | import 'package:bloc/bloc.dart';
import 'package:remoteor/constants.dart';
import 'package:remoteor/controller/firebase/fetch_users.dart';
import 'package:remoteor/modal/user_info.dart';
// import 'package:linkify/model/home/first_page_categories.dart';
// import 'package:linkify/controller/home/front_page_data/recomme... | 1 |
pratinavkth/viga_entertainment_assignment | b9a4f8b | lib/director.dart | Dart | www.github.com/pratinavkth/viga_entertainment_assignment/tree/main/lib/director.dart | https://raw.githubusercontent.com/pratinavkth/viga_entertainment_assignment/b9a4f8b/lib/director.dart | pratinavkth/viga_entertainment_assignment b9a4f8b lib/director.dart | true | 200 | 16,544 | import 'dart:async';
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
import 'package:video_player/video_player.dart';
import 'package:youtube_player_flutter/youtube_player_flutter.dart';
import 'package:path/path.dart' as path;
class D... | 6 |
MakeEat/frontend | b35c1c6 | lib/utils/theme.dart | Dart | www.github.com/MakeEat/frontend/tree/main/lib/utils/theme.dart | https://raw.githubusercontent.com/MakeEat/frontend/b35c1c6/lib/utils/theme.dart | MakeEat/frontend b35c1c6 lib/utils/theme.dart | true | 200 | 697 | import 'package:flutter/material.dart';
class AppColors {
static const Color primary = Color(0xFFFF7F6F);
static const Color background = Colors.white;
static const Color text = Colors.black87;
static const Color secondaryText = Colors.black54;
}
class AppTextStyles {
static const TextStyle heading = TextSt... | 0 |
XDagger/XDAG-Pro | fda9918 | lib/model/config_modal.dart | Dart | www.github.com/XDagger/XDAG-Pro/tree/main/lib/model/config_modal.dart | https://raw.githubusercontent.com/XDagger/XDAG-Pro/fda9918/lib/model/config_modal.dart | XDagger/XDAG-Pro fda9918 lib/model/config_modal.dart | true | 200 | 1,847 | import 'package:flutter/cupertino.dart';
import 'package:xdag/common/global.dart';
class LangItem {
final String name;
final Locale? locale;
LangItem(this.name, this.locale);
}
class ConfigModal extends ChangeNotifier {
WalletConfig get walletConfig => Global.walletConfig;
static final List<LangItem> lang... | 4 |
nikolay-shcherbak/audio_player | 80fae29 | lib/markers.dart | Dart | www.github.com/nikolay-shcherbak/audio_player/tree/main/lib/markers.dart | https://raw.githubusercontent.com/nikolay-shcherbak/audio_player/80fae29/lib/markers.dart | nikolay-shcherbak/audio_player 80fae29 lib/markers.dart | true | 200 | 1,935 | import 'package:flutter/material.dart';
import 'package:just_audio/just_audio.dart';
import 'package:music/utils.dart';
class Markers extends StatefulWidget {
const Markers({super.key, required this.player});
final AudioPlayer player;
@override
State<Markers> createState() => _MarkersState();
}
class _Marker... | 3 |
project-dev/flutter_firebase_realtime_database_test | c64f123 | lib/view/main_page.dart | Dart | www.github.com/project-dev/flutter_firebase_realtime_database_test/tree/main/lib/view/main_page.dart | https://raw.githubusercontent.com/project-dev/flutter_firebase_realtime_database_test/c64f123/lib/view/main_page.dart | project-dev/flutter_firebase_realtime_database_test c64f123 lib/view/main_page.dart | true | 200 | 4,877 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
// Firebase Realtime Databaseを利用するために以下を追加
import 'package:flutter_firebase_realtime_database_test/util/logger.dart';
import 'package:flutter_firebase_realtime_database_test/view/firestore_page.dart';
import 'package:flutter_fir... | 2 |
Ajitcool008/seller-app | 29eff80 | lib/pages/update_password/view/inputs/old_password.dart | Dart | www.github.com/Ajitcool008/seller-app/tree/main/lib/pages/update_password/view/inputs/old_password.dart | https://raw.githubusercontent.com/Ajitcool008/seller-app/29eff80/lib/pages/update_password/view/inputs/old_password.dart | Ajitcool008/seller-app 29eff80 lib/pages/update_password/view/inputs/old_password.dart | true | 200 | 2,805 | import 'package:appcheap_flutter_core/appcheap_flutter_core.dart';
import 'package:community_material_icon/community_material_icon.dart';
import 'package:flutter/material.dart';
import 'package:flutter_store_manager/types/types.dart';
import '../../bloc/update_password_bloc.dart';
import '../../models/models.dart';
//... | 6 |
AndroSaied/bookly_app | 6f62545 | lib/features/home/presentation/manager/similar_books_cubit/similar_books_cubit.dart | Dart | www.github.com/AndroSaied/bookly_app/tree/main/lib/features/home/presentation/manager/similar_books_cubit/similar_books_cubit.dart | https://raw.githubusercontent.com/AndroSaied/bookly_app/6f62545/lib/features/home/presentation/manager/similar_books_cubit/similar_books_cubit.dart | AndroSaied/bookly_app 6f62545 lib/features/home/presentation/manager/similar_books_cubit/similar_books_cubit.dart | true | 200 | 653 | import 'package:bloc/bloc.dart';
import 'package:bookly_app/features/home/data/repos/home_repo.dart';
import 'package:meta/meta.dart';
import '../../../../../core/models/book_model/book_model.dart';
part 'similar_books_state.dart';
class SimilarBooksCubit extends Cubit<SimilarBooksState> {
SimilarBooksCubit(this.h... | 7 |
SpeedyBuy/SeniorProject | 1b38a6b | speedy_buy_senior/lib/screens/splash_screen.dart | Dart | www.github.com/SpeedyBuy/SeniorProject/tree/main/speedy_buy_senior/lib/screens/splash_screen.dart | https://raw.githubusercontent.com/SpeedyBuy/SeniorProject/1b38a6b/speedy_buy_senior/lib/screens/splash_screen.dart | SpeedyBuy/SeniorProject 1b38a6b speedy_buy_senior/lib/screens/splash_screen.dart | true | 200 | 1,364 | import 'dart:async';
import 'package:flutter/material.dart';
import 'layout/home_layout.dart';
class SpalshScreen extends StatefulWidget {
const SpalshScreen({super.key});
@override
State<SpalshScreen> createState() => _SpalshScreenState();
}
class _SpalshScreenState extends State<SpalshScreen> {
@ove... | 1 |
Anagha-M-T/MachineTestFlutter | a38c0bd | lib/widget/custom_app_bar.dart | Dart | www.github.com/Anagha-M-T/MachineTestFlutter/tree/main/lib/widget/custom_app_bar.dart | https://raw.githubusercontent.com/Anagha-M-T/MachineTestFlutter/a38c0bd/lib/widget/custom_app_bar.dart | Anagha-M-T/MachineTestFlutter a38c0bd lib/widget/custom_app_bar.dart | true | 200 | 2,222 | import 'package:flutter/material.dart';
class CustomAppBar extends StatelessWidget {
const CustomAppBar({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Container(
child: SafeArea(
child: Row(
children: [
Row(children: [
Stack(
... | 0 |
ricardoboss/fluttex | 7957b00 | old/page_builders/image_page_builder.dart | Dart | www.github.com/ricardoboss/fluttex/tree/main/old/page_builders/image_page_builder.dart | https://raw.githubusercontent.com/ricardoboss/fluttex/7957b00/old/page_builders/image_page_builder.dart | ricardoboss/fluttex 7957b00 old/page_builders/image_page_builder.dart | true | 200 | 689 | import 'dart:typed_data';
import 'package:flutter/material.dart';
import 'package:fluttex/page_builders/head_information.dart';
import 'package:fluttex/page_builders/page_builder.dart';
class ImagePageBuilder extends PageBuilder {
ImagePageBuilder({
required this.uri,
required this.imageBytes,
});
fina... | 5 |
sreejithcs007/flutter_project_sept_b1 | 426af5b | lib/state_management/view/movie_wishlist.dart | Dart | www.github.com/sreejithcs007/flutter_project_sept_b1/tree/main/lib/state_management/view/movie_wishlist.dart | https://raw.githubusercontent.com/sreejithcs007/flutter_project_sept_b1/426af5b/lib/state_management/view/movie_wishlist.dart | sreejithcs007/flutter_project_sept_b1 426af5b lib/state_management/view/movie_wishlist.dart | true | 200 | 1,137 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../provider/movie_provider.dart';
class Wish extends StatelessWidget{
@override
Widget build(BuildContext context){
var wishlisttt = context.watch<MovieProvider>().wishlist;
return Scaffold(
appBar: AppBar(
... | 3 |
NeeTzXst/Evie | 186c47a | lib/src/Profile.dart | Dart | www.github.com/NeeTzXst/Evie/tree/main/lib/src/Profile.dart | https://raw.githubusercontent.com/NeeTzXst/Evie/186c47a/lib/src/Profile.dart | NeeTzXst/Evie 186c47a lib/src/Profile.dart | true | 200 | 1,307 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:google_maps/src/HomePage.dart';
class Profile extends StatefulWidget {
const Profile({super.key});
@override
State<Profile> createState() => _PorfileState();
}
class _PorfileState extends State<Profile> {
... | 4 |
sawwas/flutter_k_chat_plus | 2f8bfe0 | lib/renderer/secondary_renderer.dart | Dart | www.github.com/sawwas/flutter_k_chat_plus/tree/main/lib/renderer/secondary_renderer.dart | https://raw.githubusercontent.com/sawwas/flutter_k_chat_plus/2f8bfe0/lib/renderer/secondary_renderer.dart | sawwas/flutter_k_chat_plus 2f8bfe0 lib/renderer/secondary_renderer.dart | true | 200 | 6,272 | import 'package:flutter/material.dart';
import '../entity/macd_entity.dart';
import '../k_chart_widget.dart' show SecondaryState;
import 'base_chart_renderer.dart';
class SecondaryRenderer extends BaseChartRenderer<MACDEntity> {
late double mMACDWidth;
SecondaryState state;
final ChartStyle chartStyle;
final C... | 6 |
JAPAL-M/Our_Store | a91093d | lib/features/register/presentation/view/widgets/RegisterDetailsView.dart | Dart | www.github.com/JAPAL-M/Our_Store/tree/main/lib/features/register/presentation/view/widgets/RegisterDetailsView.dart | https://raw.githubusercontent.com/JAPAL-M/Our_Store/a91093d/lib/features/register/presentation/view/widgets/RegisterDetailsView.dart | JAPAL-M/Our_Store a91093d lib/features/register/presentation/view/widgets/RegisterDetailsView.dart | true | 200 | 6,740 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_easyloading/flutter_easyloading.dart';
import 'package:get/get.dart';
import 'package:our_store/features/register/presentation/viewmodel/register_cubit.dart';
import '../../../../../constant.dart';
import '.... | 7 |
FabianRojasGamboa/CompuMovil | dbe0226 | CompuMovil/lib/services/upload_file.dart | Dart | www.github.com/FabianRojasGamboa/CompuMovil/tree/main/CompuMovil/lib/services/upload_file.dart | https://raw.githubusercontent.com/FabianRojasGamboa/CompuMovil/dbe0226/CompuMovil/lib/services/upload_file.dart | FabianRojasGamboa/CompuMovil dbe0226 CompuMovil/lib/services/upload_file.dart | true | 200 | 5,485 | import 'dart:convert';
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:dio/dio.dart';
import 'package:file_picker/file_picker.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:logger/logger.dart';
class UploadFile extends StatelessWidget {
final String tick... | 2 |
faysalzaman/Solitaire_Picker_App | 8d66b34 | lib/widgets/placeholder_brand_card.dart | Dart | www.github.com/faysalzaman/Solitaire_Picker_App/tree/main/lib/widgets/placeholder_brand_card.dart | https://raw.githubusercontent.com/faysalzaman/Solitaire_Picker_App/8d66b34/lib/widgets/placeholder_brand_card.dart | faysalzaman/Solitaire_Picker_App 8d66b34 lib/widgets/placeholder_brand_card.dart | true | 200 | 1,432 | import 'package:flutter/material.dart';
import 'package:shimmer/shimmer.dart';
class PlaceholderBrandCard extends StatelessWidget {
const PlaceholderBrandCard({super.key});
@override
Widget build(BuildContext context) {
return Container(
padding: const EdgeInsets.all(8),
decoration: BoxDecoratio... | 1 |
hadihmh/floward-testapp | 806aaa4 | lib/ui/screens/post/post_screen.dart | Dart | www.github.com/hadihmh/floward-testapp/tree/main/lib/ui/screens/post/post_screen.dart | https://raw.githubusercontent.com/hadihmh/floward-testapp/806aaa4/lib/ui/screens/post/post_screen.dart | hadihmh/floward-testapp 806aaa4 lib/ui/screens/post/post_screen.dart | true | 200 | 1,638 | import 'package:floward/domain/models/home_model.dart';
import 'package:floward/resources/screen_values.dart';
import 'package:floward/ui/widgets/post_widget.dart';
import 'package:flutter/material.dart';
class PostScreen extends StatelessWidget {
const PostScreen({Key? key, required this.homeModel}) : super(key: ke... | 0 |
nelfonck/flutter-bandname-websocket | f336366 | lib/views/home.dart | Dart | www.github.com/nelfonck/flutter-bandname-websocket/tree/main/lib/views/home.dart | https://raw.githubusercontent.com/nelfonck/flutter-bandname-websocket/f336366/lib/views/home.dart | nelfonck/flutter-bandname-websocket f336366 lib/views/home.dart | true | 200 | 3,572 |
import 'dart:io';
import 'package:band_names/models/band.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class HomeScreen extends StatefulWidget {
const HomeScreen({Key? key}) : super(key: key);
@override
State<HomeScreen> createState() => _HomeScreenState();
}
cla... | 5 |
ZahidUrRehman13/FlutterIosAndroidNovelFlex | 72e4c8e | lib/main.dart | Dart | www.github.com/ZahidUrRehman13/FlutterIosAndroidNovelFlex/tree/main/lib/main.dart | https://raw.githubusercontent.com/ZahidUrRehman13/FlutterIosAndroidNovelFlex/72e4c8e/lib/main.dart | ZahidUrRehman13/FlutterIosAndroidNovelFlex 72e4c8e lib/main.dart | true | 200 | 5,255 |
import 'dart:async';
import 'package:app_version_update/app_version_update.dart';
import 'package:flutter/material.dart';
import 'package:flutter_phoenix/flutter_phoenix.dart';
import 'package:in_app_update/in_app_update.dart';
import 'package:internet_connection_checker_plus/internet_connection_checker_plus.dart';
i... | 3 |
ssendamevil/etiquette | 0e22694 | lib/app/bloc/lesson/lesson_state.dart | Dart | www.github.com/ssendamevil/etiquette/tree/main/lib/app/bloc/lesson/lesson_state.dart | https://raw.githubusercontent.com/ssendamevil/etiquette/0e22694/lib/app/bloc/lesson/lesson_state.dart | ssendamevil/etiquette 0e22694 lib/app/bloc/lesson/lesson_state.dart | true | 200 | 691 | part of 'lesson_bloc.dart';
enum LessonStateType { initial, inProgress, failure, success }
class LessonState extends Equatable {
final LessonStateType state;
final Lesson? lesson;
final String? failureMessage;
const LessonState({
this.state = LessonStateType.initial,
this.lesson,
this... | 4 |
saddamAfzal07/flutter_unit_testing | 9d21686 | test/driving_age_validation_test.dart | Dart | www.github.com/saddamAfzal07/flutter_unit_testing/tree/main/test/driving_age_validation_test.dart | https://raw.githubusercontent.com/saddamAfzal07/flutter_unit_testing/9d21686/test/driving_age_validation_test.dart | saddamAfzal07/flutter_unit_testing 9d21686 test/driving_age_validation_test.dart | true | 200 | 1,081 | import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:flutter_unit_testing/homepage/driving_age_validation.dart';
void main() {
TextEditingController ageController = TextEditingController();
test("Empty agecontroller return empty string", () {
var result = Age... | 6 |
NAT-zz/eFashion-flutter | 1b18fd5 | finalproj/lib/views/admin/Components/dashboard_button.dart | Dart | www.github.com/NAT-zz/eFashion-flutter/tree/main/finalproj/lib/views/admin/Components/dashboard_button.dart | https://raw.githubusercontent.com/NAT-zz/eFashion-flutter/1b18fd5/finalproj/lib/views/admin/Components/dashboard_button.dart | NAT-zz/eFashion-flutter 1b18fd5 finalproj/lib/views/admin/Components/dashboard_button.dart | true | 200 | 936 | import 'package:finalproj/consts/consts.dart';
import '../../../widgets_common/text_style.dart';
Widget dashboardButton(context, {title, count, icon}) {
var size = MediaQuery.of(context).size;
return Row(
children: [
Expanded(child: Column(
crossAxisAlignment: Cross... | 7 |
Mostafa-ToLba/Friends-App | 2f63ed5 | lib/modules/social-app/SettingsCoverPicOpen/SettingsCoverOpen.dart | Dart | www.github.com/Mostafa-ToLba/Friends-App/tree/main/lib/modules/social-app/SettingsCoverPicOpen/SettingsCoverOpen.dart | https://raw.githubusercontent.com/Mostafa-ToLba/Friends-App/2f63ed5/lib/modules/social-app/SettingsCoverPicOpen/SettingsCoverOpen.dart | Mostafa-ToLba/Friends-App 2f63ed5 lib/modules/social-app/SettingsCoverPicOpen/SettingsCoverOpen.dart | true | 200 | 328 |
import 'package:flutter/material.dart';
class SettingsCoverPicOpen extends StatelessWidget {
var CoverPic;
SettingsCoverPicOpen(this.CoverPic, {Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Container(
child: Image(image: NetworkImage('${CoverPic}'),)
... | 1 |
Rizqy-617/quickmart | 675728e | lib/store/reducers/reducer.dart | Dart | www.github.com/Rizqy-617/quickmart/tree/main/lib/store/reducers/reducer.dart | https://raw.githubusercontent.com/Rizqy-617/quickmart/675728e/lib/store/reducers/reducer.dart | Rizqy-617/quickmart 675728e lib/store/reducers/reducer.dart | true | 200 | 1,061 | import 'package:quickmart/store/config/app_state.dart';
import 'package:quickmart/store/reducers/route_reducer.dart';
import 'package:quickmart/store/reducers/theme_reducer.dart';
import 'package:quickmart/store/reducers/user_reducer.dart';
import 'package:redux/redux.dart';
// AppState appReducer(AppState state, dyna... | 0 |
Alexcr666/saleautomation-seller | 5af7948 | lib/blocs/products_bloc/all_products_bloc.dart | Dart | www.github.com/Alexcr666/saleautomation-seller/tree/main/lib/blocs/products_bloc/all_products_bloc.dart | https://raw.githubusercontent.com/Alexcr666/saleautomation-seller/5af7948/lib/blocs/products_bloc/all_products_bloc.dart | Alexcr666/saleautomation-seller 5af7948 lib/blocs/products_bloc/all_products_bloc.dart | true | 200 | 1,174 | import 'dart:async';
import 'package:bloc/bloc.dart';
import 'package:multivendor_seller/blocs/products_bloc/products_bloc.dart';
import 'package:multivendor_seller/models/product.dart';
import 'package:multivendor_seller/repositories/user_data_repository.dart';
import 'package:meta/meta.dart';
class AllProductsBloc e... | 5 |
GustavoOrelio/ProjetoSoftwareAvancado | dcabe1c | beauty_time/lib/interface_grafica/agendamento_list_screen.dart | Dart | www.github.com/GustavoOrelio/ProjetoSoftwareAvancado/tree/main/beauty_time/lib/interface_grafica/agendamento_list_screen.dart | https://raw.githubusercontent.com/GustavoOrelio/ProjetoSoftwareAvancado/dcabe1c/beauty_time/lib/interface_grafica/agendamento_list_screen.dart | GustavoOrelio/ProjetoSoftwareAvancado dcabe1c beauty_time/lib/interface_grafica/agendamento_list_screen.dart | true | 200 | 4,240 | import 'package:beauty_time/view/cliente_view.dart';
import 'package:beauty_time/view/funcionario_view.dart';
import 'package:beauty_time/view/servico_view.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import '../domain/dto/agendamento_dto.dart';
import '../domain/dto/cliente_dto.dart... | 2 |
MasumBilla116/ecommerce_app | 1789add | lib/components/product/productGridViewComponent.dart | Dart | www.github.com/MasumBilla116/ecommerce_app/tree/main/lib/components/product/productGridViewComponent.dart | https://raw.githubusercontent.com/MasumBilla116/ecommerce_app/1789add/lib/components/product/productGridViewComponent.dart | MasumBilla116/ecommerce_app 1789add lib/components/product/productGridViewComponent.dart | true | 200 | 3,925 | import 'package:ecommerce/method/addToWishlist.dart';
import 'package:ecommerce/utils/app.dart';
import 'package:ecommerce/utils/colors.dart';
import 'package:ecommerce/utils/icons.dart';
import 'package:ecommerce/utils/navigationMenu.dart';
import 'package:flutter/material.dart';
import 'package:hive_flutter/hive_flut... | 4 |
NguyenKhaiHoan/hnk_on_demand_grocery | 1d26cb1 | lib/src/services/local_service.dart | Dart | www.github.com/NguyenKhaiHoan/hnk_on_demand_grocery/tree/main/lib/src/services/local_service.dart | https://raw.githubusercontent.com/NguyenKhaiHoan/hnk_on_demand_grocery/1d26cb1/lib/src/services/local_service.dart | NguyenKhaiHoan/hnk_on_demand_grocery 1d26cb1 lib/src/services/local_service.dart | true | 200 | 713 | import 'package:get_storage/get_storage.dart';
class HLocalService {
HLocalService._internal();
static HLocalService? _instance;
late final GetStorage _storage;
factory HLocalService.instance() {
_instance ??= HLocalService._internal();
return _instance!;
}
static Future<void> initializeStorage... | 3 |
divyanshugour/Blog-App_Flutter | 70d830d | lib/main.dart | Dart | www.github.com/divyanshugour/Blog-App_Flutter/tree/main/lib/main.dart | https://raw.githubusercontent.com/divyanshugour/Blog-App_Flutter/70d830d/lib/main.dart | divyanshugour/Blog-App_Flutter 70d830d lib/main.dart | true | 200 | 909 | import 'package:blog_explorer/FavoriteBlogsScreen/favorite_blogs.dart';
import 'package:blog_explorer/SplashScreen/splashscreen.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of you... | 6 |
TTBandeiraDani/App-Layout | 06d5e64 | lib/main.dart | Dart | www.github.com/TTBandeiraDani/App-Layout/tree/main/lib/main.dart | https://raw.githubusercontent.com/TTBandeiraDani/App-Layout/06d5e64/lib/main.dart | TTBandeiraDani/App-Layout 06d5e64 lib/main.dart | true | 200 | 3,793 | import 'package:flutter/material.dart';
void main() {
runApp(const App());
}
class App extends StatelessWidget {
const App({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
title: 'Layout',
theme: ThemeData(
color... | 7 |
Davidalimazo/benmore-app | c933547 | lib/ui/splash/splash_view.dart | Dart | www.github.com/Davidalimazo/benmore-app/tree/main/lib/ui/splash/splash_view.dart | https://raw.githubusercontent.com/Davidalimazo/benmore-app/c933547/lib/ui/splash/splash_view.dart | Davidalimazo/benmore-app c933547 lib/ui/splash/splash_view.dart | true | 200 | 2,623 | import 'package:benmore/core/constants/formatted_strings.dart';
import 'package:benmore/core/constants/static_images.dart';
import 'package:benmore/ui/splash/splash_viewmodel.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:flutter_svg/svg.dart'... | 1 |
finn9617/bloc_list_test | 52b8421 | lib/models/post_profile_models.dart | Dart | www.github.com/finn9617/bloc_list_test/tree/main/lib/models/post_profile_models.dart | https://raw.githubusercontent.com/finn9617/bloc_list_test/52b8421/lib/models/post_profile_models.dart | finn9617/bloc_list_test 52b8421 lib/models/post_profile_models.dart | true | 200 | 2,343 | // To parse this JSON data, do
//
// final PostProfileModels = PostProfileModelsFromJson(jsonString);
import 'dart:convert';
PostProfileModels PostProfileModelsFromJson(String str) => PostProfileModels.fromJson(json.decode(str));
String PostProfileModelsToJson(PostProfileModels data) => json.encode(data.toJson()... | 0 |
PranjalSingh2608/dry-cleaning-project | 1a21540 | lib/providers/auth.dart | Dart | www.github.com/PranjalSingh2608/dry-cleaning-project/tree/main/lib/providers/auth.dart | https://raw.githubusercontent.com/PranjalSingh2608/dry-cleaning-project/1a21540/lib/providers/auth.dart | PranjalSingh2608/dry-cleaning-project 1a21540 lib/providers/auth.dart | true | 200 | 1,630 | import 'dart:convert';
import 'dart:io';
import 'package:dry_cleaning/screens/Home_screen.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
class Auth with ChangeNotifier {
String? count... | 5 |
reeckset/picturide | 2ff18c7 | lib/view/pages/edit_clip_page.dart | Dart | www.github.com/reeckset/picturide/tree/main/lib/view/pages/edit_clip_page.dart | https://raw.githubusercontent.com/reeckset/picturide/2ff18c7/lib/view/pages/edit_clip_page.dart | reeckset/picturide 2ff18c7 lib/view/pages/edit_clip_page.dart | true | 200 | 3,372 | import 'dart:async';
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter_ijkplayer/flutter_ijkplayer.dart';
import 'package:flutter_redux/flutter_redux.dart';
import 'package:path/path.dart';
import 'package:picturide/model/clip.dart';
import 'package:picturide/view/widgets/edit_clip.dart... | 2 |
Aaditya-flutter/Dailyflash | db58851 | Assignments/dailyflash/lib/Day_10/assignment2.dart | Dart | www.github.com/Aaditya-flutter/Dailyflash/tree/main/Assignments/dailyflash/lib/Day_10/assignment2.dart | https://raw.githubusercontent.com/Aaditya-flutter/Dailyflash/db58851/Assignments/dailyflash/lib/Day_10/assignment2.dart | Aaditya-flutter/Dailyflash db58851 Assignments/dailyflash/lib/Day_10/assignment2.dart | true | 200 | 1,057 | // Create the following screen:
import 'package:flutter/material.dart';
class Assignment47 extends StatelessWidget {
const Assignment47({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text(
"Daily Flash",
style: Te... | 4 |
Shimashal/Roadmap | 2828f69 | lib/view_model/widgets/my_textfield.dart | Dart | www.github.com/Shimashal/Roadmap/tree/main/lib/view_model/widgets/my_textfield.dart | https://raw.githubusercontent.com/Shimashal/Roadmap/2828f69/lib/view_model/widgets/my_textfield.dart | Shimashal/Roadmap 2828f69 lib/view_model/widgets/my_textfield.dart | true | 200 | 2,286 | // ignore_for_file: deprecated_member_use
import 'package:flutter/material.dart';
import '../../res/color.dart';
class MyTextField extends StatelessWidget {
final String name;
final TextEditingController controller;
final String hintText;
final IconData? icon;
final TextInputType? keyboardType;
final boo... | 6 |
Demo7Vlizer/Flutter_Widgets_Notes | f920ba4 | lib/screens/basic_widgets/input/radio_screen.dart | Dart | www.github.com/Demo7Vlizer/Flutter_Widgets_Notes/tree/main/lib/screens/basic_widgets/input/radio_screen.dart | https://raw.githubusercontent.com/Demo7Vlizer/Flutter_Widgets_Notes/f920ba4/lib/screens/basic_widgets/input/radio_screen.dart | Demo7Vlizer/Flutter_Widgets_Notes f920ba4 lib/screens/basic_widgets/input/radio_screen.dart | true | 200 | 42,269 | // ignore_for_file: prefer_final_fields
import 'package:flutter/material.dart';
import 'package:get/get.dart';
class RadioScreen extends StatefulWidget {
const RadioScreen({super.key});
@override
State<RadioScreen> createState() => _RadioScreenState();
}
class _RadioScreenState extends State<RadioScreen> with... | 3 |
hhumbetovv/flutter-recipeo | 26f6f3c | lib/presentation/router/branches/profile_branch.dart | Dart | www.github.com/hhumbetovv/flutter-recipeo/tree/main/lib/presentation/router/branches/profile_branch.dart | https://raw.githubusercontent.com/hhumbetovv/flutter-recipeo/26f6f3c/lib/presentation/router/branches/profile_branch.dart | hhumbetovv/flutter-recipeo 26f6f3c lib/presentation/router/branches/profile_branch.dart | true | 200 | 1,119 | import 'package:flutter/material.dart';
import 'package:flutter_recipeo/data/models/recipe_model.dart';
import 'package:flutter_recipeo/presentation/views/recipe_details/recipe_details.view.dart';
import 'package:go_router/go_router.dart';
import '../../../constants/routes.dart';
import '../../views/profile/profile.vi... | 7 |
ipuly/noice_clone_flutter | d91f7d4 | lib/screens/search/search_screen.dart | Dart | www.github.com/ipuly/noice_clone_flutter/tree/main/lib/screens/search/search_screen.dart | https://raw.githubusercontent.com/ipuly/noice_clone_flutter/d91f7d4/lib/screens/search/search_screen.dart | ipuly/noice_clone_flutter d91f7d4 lib/screens/search/search_screen.dart | true | 200 | 1,488 | // ignore_for_file: camel_case_types, prefer_typing_uninitialized_variables
import 'package:assignment7_noice_app/data/list.dart';
import 'package:assignment7_noice_app/screens/home/widgets/section_title.dart';
import 'package:assignment7_noice_app/screens/search/widget/chartlist_card.dart';
import 'package:flutter/ma... | 1 |
MohamedMaher19/fashion-store | b33160f | lib/view/screens/payment_screens/refrenceCode_screen.dart | Dart | www.github.com/MohamedMaher19/fashion-store/tree/main/lib/view/screens/payment_screens/refrenceCode_screen.dart | https://raw.githubusercontent.com/MohamedMaher19/fashion-store/b33160f/lib/view/screens/payment_screens/refrenceCode_screen.dart | MohamedMaher19/fashion-store b33160f lib/view/screens/payment_screens/refrenceCode_screen.dart | true | 200 | 1,804 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:get/get_utils/src/extensions/context_extensions.dart';
import 'package:moon_store/utils/constants.dart';
import 'package:moon_store/utils/themes.dart';
class RefernceCodeScreen extends StatelessWidget {
const RefernceCodeScreen({K... | 0 |
thangnguyen2207/mvvm_sqlite_demo | f579014 | lib/ui/major/major_item.dart | Dart | www.github.com/thangnguyen2207/mvvm_sqlite_demo/tree/main/lib/ui/major/major_item.dart | https://raw.githubusercontent.com/thangnguyen2207/mvvm_sqlite_demo/f579014/lib/ui/major/major_item.dart | thangnguyen2207/mvvm_sqlite_demo f579014 lib/ui/major/major_item.dart | true | 200 | 830 | import 'package:flutter/material.dart';
import '../../model/major.dart';
class MajorItem extends StatelessWidget {
final Major major;
final Function(Major major) onClick;
final Function(Major major)? onDelete;
const MajorItem({Key? key, required this.major, required this.onClick, required this.onDelete}) : s... | 2 |
saquibjawedbit/Play_Date | 12d454d | lib/controllers/service/auth_service.dart | Dart | www.github.com/saquibjawedbit/Play_Date/tree/main/lib/controllers/service/auth_service.dart | https://raw.githubusercontent.com/saquibjawedbit/Play_Date/12d454d/lib/controllers/service/auth_service.dart | saquibjawedbit/Play_Date 12d454d lib/controllers/service/auth_service.dart | true | 200 | 1,257 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:google_sign_in/google_sign_in.dart';
import 'package:shared_preferences/shared_preferences.dart';
class AuthService {
//Google Sign In
signInWithGoogle() async {
//begin inetracting sign in process
fi... | 4 |
sylensa/ecoach | 94a6699 | lib/widgets/adeo_tab_control.dart | Dart | www.github.com/sylensa/ecoach/tree/main/lib/widgets/adeo_tab_control.dart | https://raw.githubusercontent.com/sylensa/ecoach/94a6699/lib/widgets/adeo_tab_control.dart | sylensa/ecoach 94a6699 lib/widgets/adeo_tab_control.dart | true | 200 | 6,847 | import 'package:ecoach/helper/helper.dart';
import 'package:ecoach/utils/manip.dart';
import 'package:ecoach/utils/style_sheet.dart';
import 'package:flutter/material.dart';
class AdeoTabControl extends StatefulWidget {
const AdeoTabControl({
required this.tabs,
this.tabPages,
this.onPageChange,
this... | 6 |
sudipto-dev-app/Crud_api | 97fe0bb | lib/main.dart | Dart | www.github.com/sudipto-dev-app/Crud_api/tree/main/lib/main.dart | https://raw.githubusercontent.com/sudipto-dev-app/Crud_api/97fe0bb/lib/main.dart | sudipto-dev-app/Crud_api 97fe0bb lib/main.dart | true | 200 | 421 | import 'package:flutter/material.dart';
import 'package:crud_api/screen/product_screen_list.dart';
void main() {
runApp(const CrudApp());
}
class CrudApp extends StatelessWidget {
const CrudApp({super.key});
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
... | 5 |
serverpod/serverpod | 735f58b | tools/serverpod_cli/lib/src/analyzer/models/validation/restrictions/default.dart | Dart | www.github.com/serverpod/serverpod/tree/main/tools/serverpod_cli/lib/src/analyzer/models/validation/restrictions/default.dart | https://raw.githubusercontent.com/serverpod/serverpod/735f58b/tools/serverpod_cli/lib/src/analyzer/models/validation/restrictions/default.dart | serverpod/serverpod 735f58b tools/serverpod_cli/lib/src/analyzer/models/validation/restrictions/default.dart | true | 200 | 13,611 | import 'package:intl/intl.dart';
import 'package:serverpod_cli/src/analyzer/code_analysis_collector.dart';
import 'package:serverpod_cli/src/analyzer/models/definitions.dart';
import 'package:serverpod_cli/src/analyzer/models/utils/duration_utils.dart';
import 'package:serverpod_cli/src/analyzer/models/utils/quote_util... | 3 |
afeefnih/raska | 2b7a7f3 | lib/pages/donate_page.dart | Dart | www.github.com/afeefnih/raska/tree/main/lib/pages/donate_page.dart | https://raw.githubusercontent.com/afeefnih/raska/2b7a7f3/lib/pages/donate_page.dart | afeefnih/raska 2b7a7f3 lib/pages/donate_page.dart | true | 200 | 8,910 | import 'dart:io'; // Required to handle File with Image widget
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import 'package:intl/intl.dart';
import 'package:raska/config/components/button.dart';
class DonateScreen extends StatefulWidget {
@override
_DonateScreenState cre... | 7 |
pm020202pm/TreasureHunt-App | 564be6a | lib/widgets/text_button.dart | Dart | www.github.com/pm020202pm/TreasureHunt-App/tree/main/lib/widgets/text_button.dart | https://raw.githubusercontent.com/pm020202pm/TreasureHunt-App/564be6a/lib/widgets/text_button.dart | pm020202pm/TreasureHunt-App 564be6a lib/widgets/text_button.dart | true | 200 | 1,297 | import 'package:flutter/material.dart';
class Button extends StatelessWidget {
Button({Key? key, required this.buttonText, required this.textColor, required this.buttonBgColor, required this.onPressed, required this.height, required this.width, required this.borderRadius, this.splashColor, this.fontSize, this.fontWe... | 0 |
gumsang/yak-launch | 708d014 | lib/presentation/today_page/components/empty_widget.dart | Dart | www.github.com/gumsang/yak-launch/tree/main/lib/presentation/today_page/components/empty_widget.dart | https://raw.githubusercontent.com/gumsang/yak-launch/708d014/lib/presentation/today_page/components/empty_widget.dart | gumsang/yak-launch 708d014 lib/presentation/today_page/components/empty_widget.dart | true | 200 | 755 | import 'package:alyak/util/dory_constants.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class TodayEmpty extends StatelessWidget {
const TodayEmpty({super.key});
@override
Widget build(BuildContext context) {
return Column(
mainAxisAlignment: MainAxisAlignmen... | 2 |
AryaveerSR/Calculator | c574a35 | lib/widgets/numberPad/CircleButton/button.model.dart | Dart | www.github.com/AryaveerSR/Calculator/tree/main/lib/widgets/numberPad/CircleButton/button.model.dart | https://raw.githubusercontent.com/AryaveerSR/Calculator/c574a35/lib/widgets/numberPad/CircleButton/button.model.dart | AryaveerSR/Calculator c574a35 lib/widgets/numberPad/CircleButton/button.model.dart | true | 200 | 1,348 | import 'package:feather_icons/feather_icons.dart';
import 'package:flutter/material.dart';
enum ButtonTier { equal, regular, highlighted, operator, danger }
final List<String> buttons = [
'C',
'DEL',
'+/-',
'/',
'7',
'8',
'9',
'x',
'4',
'5',
'6',
'-',
'1',
'2',
'3',
'+',
'%',
'0',
... | 5 |
abdul-rafay3151/mini-hackathon | eb49730 | myapp/lib/signUp.dart | Dart | www.github.com/abdul-rafay3151/mini-hackathon/tree/main/myapp/lib/signUp.dart | https://raw.githubusercontent.com/abdul-rafay3151/mini-hackathon/eb49730/myapp/lib/signUp.dart | abdul-rafay3151/mini-hackathon eb49730 myapp/lib/signUp.dart | true | 200 | 4,215 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:flutter/src/foundation/key.dart';
import 'package:flutter/src/widgets/framework.dart';
import 'package:google_fonts/google_fonts.dart';
import 'login.dart';
class SignUp extends StatelessWidget {
var email = T... | 3 |
ayubasalami/supreme-engine | 3c36a83 | lib/widgets/feeds_grid.dart | Dart | www.github.com/ayubasalami/supreme-engine/tree/main/lib/widgets/feeds_grid.dart | https://raw.githubusercontent.com/ayubasalami/supreme-engine/3c36a83/lib/widgets/feeds_grid.dart | ayubasalami/supreme-engine 3c36a83 lib/widgets/feeds_grid.dart | true | 200 | 1,027 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:store_api_flutter_course/widgets/feeds_widget.dart';
import '../models/products_model.dart';
class FeedsGridWidget extends StatelessWidget {
FeedsGridWidget({Key? key, required this.productsList}) : supe... | 4 |
EsraaSaber111/Nanoestatic | 77f07f5 | lib/screens/offers/offers_screen.dart | Dart | www.github.com/EsraaSaber111/Nanoestatic/tree/main/lib/screens/offers/offers_screen.dart | https://raw.githubusercontent.com/EsraaSaber111/Nanoestatic/77f07f5/lib/screens/offers/offers_screen.dart | EsraaSaber111/Nanoestatic 77f07f5 lib/screens/offers/offers_screen.dart | true | 200 | 590 | import 'package:flutter/material.dart';
import 'package:nanoestatic/components/drawer.dart';
import 'package:nanoestatic/localization/language_constants.dart';
import 'components/body.dart';
class OfferScreen extends StatelessWidget {
static String routeName = "/offer";
@override
Widget build(BuildContext contex... | 7 |
musthafa-pk/rentmything_provider | 01f5db2 | lib/res/components/districtTyper.dart | Dart | www.github.com/musthafa-pk/rentmything_provider/tree/main/lib/res/components/districtTyper.dart | https://raw.githubusercontent.com/musthafa-pk/rentmything_provider/01f5db2/lib/res/components/districtTyper.dart | musthafa-pk/rentmything_provider 01f5db2 lib/res/components/districtTyper.dart | true | 200 | 1,601 | import 'package:flutter/material.dart';
import 'package:flutter_typeahead/flutter_typeahead.dart';
class DistrictSelector extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
width: MediaQuery.of(context).size.width / 1.1,
decoration: BoxDecoration(
bor... | 1 |
NovikovM18/flutty | 20af2d4 | lib/screens/home.dart | Dart | www.github.com/NovikovM18/flutty/tree/main/lib/screens/home.dart | https://raw.githubusercontent.com/NovikovM18/flutty/20af2d4/lib/screens/home.dart | NovikovM18/flutty 20af2d4 lib/screens/home.dart | true | 200 | 4,521 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:flutty/screens/account.dart';
import 'package:flutty/screens/login.dart';
import 'package:flutty/utils/vars.dart';
class Home extends StatefulWidget {
const Home({super.key});
@override
State<Home> createS... | 6 |
mariomedev/all_widgets | 8c63d2b | lib/presentation/widgets/switchlisttile/switchlisttile_code.dart | Dart | www.github.com/mariomedev/all_widgets/tree/main/lib/presentation/widgets/switchlisttile/switchlisttile_code.dart | https://raw.githubusercontent.com/mariomedev/all_widgets/8c63d2b/lib/presentation/widgets/switchlisttile/switchlisttile_code.dart | mariomedev/all_widgets 8c63d2b lib/presentation/widgets/switchlisttile/switchlisttile_code.dart | true | 200 | 641 | import 'package:flutter/material.dart';
class SwitchlisttileCode extends StatefulWidget {
const SwitchlisttileCode({super.key});
@override
State<SwitchlisttileCode> createState() => _SwitchlisttileCodeState();
}
class _SwitchlisttileCodeState extends State<SwitchlisttileCode> {
bool isSwitched = false;
@ov... | 0 |
systemrysc/interapp | 3b3e95b | lib/src/providers/appstate.dart | Dart | www.github.com/systemrysc/interapp/tree/main/lib/src/providers/appstate.dart | https://raw.githubusercontent.com/systemrysc/interapp/3b3e95b/lib/src/providers/appstate.dart | systemrysc/interapp 3b3e95b lib/src/providers/appstate.dart | true | 200 | 841 | import 'package:flutter/material.dart';
import 'package:interapp/src/models/products.dart';
import 'package:interapp/src/services/products_services.dart';
class AppState with ChangeNotifier {
final List<Products> _products = [];
List<Products> get products => _products;
bool isLoading = false;
bool isStopLoad ... | 2 |
quangmai2k/DATN-MaiVinhQuang-1851061486 | 236546c | ho_so_ngoai/tts/xacNhanXuatCanh.dart | Dart | www.github.com/quangmai2k/DATN-MaiVinhQuang-1851061486/tree/main/ho_so_ngoai/tts/xacNhanXuatCanh.dart | https://raw.githubusercontent.com/quangmai2k/DATN-MaiVinhQuang-1851061486/236546c/ho_so_ngoai/tts/xacNhanXuatCanh.dart | quangmai2k/DATN-MaiVinhQuang-1851061486 236546c ho_so_ngoai/tts/xacNhanXuatCanh.dart | true | 200 | 6,869 | import 'package:flutter/material.dart';
import 'package:gentelella_flutter/common/style.dart';
import 'package:gentelella_flutter/common/toast.dart';
import 'package:gentelella_flutter/common/widgets_form.dart';
import '../../../../api.dart';
import '../../../forms/market_development/utils/funciton.dart';
class Confi... | 5 |
gui-janssens/Flutter-Web-Reminders | df76bd5 | lib/src/presentation/views/edit_reminder/widgets/created_in_a_different_date_dialog.dart | Dart | www.github.com/gui-janssens/Flutter-Web-Reminders/tree/main/lib/src/presentation/views/edit_reminder/widgets/created_in_a_different_date_dialog.dart | https://raw.githubusercontent.com/gui-janssens/Flutter-Web-Reminders/df76bd5/lib/src/presentation/views/edit_reminder/widgets/created_in_a_different_date_dialog.dart | gui-janssens/Flutter-Web-Reminders df76bd5 lib/src/presentation/views/edit_reminder/widgets/created_in_a_different_date_dialog.dart | true | 200 | 1,108 | import 'package:flutter/cupertino.dart';
enum ButtonChosen {
goBackToPreviousDate,
moveToReminderDate,
}
createdInADifferentDateDialog(
BuildContext context, {
required Function(ButtonChosen) onTap,
}) {
showCupertinoDialog(
context: context,
barrierDismissible: false,
builder: (BuildContext con... | 3 |
EzekielMaina/afyas | d9df6fe | lib/closeapp.dart | Dart | www.github.com/EzekielMaina/afyas/tree/main/lib/closeapp.dart | https://raw.githubusercontent.com/EzekielMaina/afyas/d9df6fe/lib/closeapp.dart | EzekielMaina/afyas d9df6fe lib/closeapp.dart | true | 200 | 4,310 | import 'package:flutter/material.dart';
import 'package:url_launcher/url_launcher.dart';
import 'package:webview_flutter/webview_flutter.dart';
import 'main.dart';
class HealthArticle {
final String title;
final String url;
HealthArticle({
required this.title,
required this.url,
});
}
... | 1 |
droidconKE/droidcon_2022_flutter | 8bfacbf | lib/user_interfaces/speakers/speakers_screen.dart | Dart | www.github.com/droidconKE/droidcon_2022_flutter/tree/main/lib/user_interfaces/speakers/speakers_screen.dart | https://raw.githubusercontent.com/droidconKE/droidcon_2022_flutter/8bfacbf/lib/user_interfaces/speakers/speakers_screen.dart | droidconKE/droidcon_2022_flutter 8bfacbf lib/user_interfaces/speakers/speakers_screen.dart | true | 200 | 3,519 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:go_router/go_router.dart';
import '../../providers/speakers/speakers_provider.dart';
import '../../styles/colors/colors.dart';
import '../wid... | 7 |
ankithkumar12/Expense_tracker | 704d704 | lib/widgets/expenses.dart | Dart | www.github.com/ankithkumar12/Expense_tracker/tree/main/lib/widgets/expenses.dart | https://raw.githubusercontent.com/ankithkumar12/Expense_tracker/704d704/lib/widgets/expenses.dart | ankithkumar12/Expense_tracker 704d704 lib/widgets/expenses.dart | true | 200 | 3,988 | import 'package:expense_tracker/models/expense.dart';
import 'package:expense_tracker/widgets/chart/chart.dart';
import 'package:expense_tracker/widgets/expenses_list/expenses_list.dart';
import 'package:expense_tracker/widgets/new_expense.dart';
import 'package:flutter/material.dart';
import 'package:sqflite/sqflite.d... | 4 |
Moussa2605/cooking-app | 3dd86ee | lib/controllers/meal_controller.dart | Dart | www.github.com/Moussa2605/cooking-app/tree/main/lib/controllers/meal_controller.dart | https://raw.githubusercontent.com/Moussa2605/cooking-app/3dd86ee/lib/controllers/meal_controller.dart | Moussa2605/cooking-app 3dd86ee lib/controllers/meal_controller.dart | true | 200 | 906 | import 'package:get/get.dart';
import '../models/meal.dart';
import '../services/meal_service.dart';
import '../controllers/categorie_controller.dart';
class MealController extends GetxController {
var meals = <Meal>[].obs;
var isLoading = true.obs;
final MealService mealService;
final CategorieController cat... | 6 |
Willian0107/project1_git | e6cea8c | lib/main.dart | Dart | www.github.com/Willian0107/project1_git/tree/main/lib/main.dart | https://raw.githubusercontent.com/Willian0107/project1_git/e6cea8c/lib/main.dart | Willian0107/project1_git e6cea8c lib/main.dart | true | 200 | 551 | import 'package:flutter/material.dart';
import 'pages/MyHome.dart';
List<String> nombre = <String> ["MARIO", "LUIS", "ANDREA", "MANUEL", "JOSE"];
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return ... | 0 |
Ayman-Al-Khatib/bio-medika-web | 54b912c | lib/views/medication/widget/medication_list_item.dart | Dart | www.github.com/Ayman-Al-Khatib/bio-medika-web/tree/main/lib/views/medication/widget/medication_list_item.dart | https://raw.githubusercontent.com/Ayman-Al-Khatib/bio-medika-web/54b912c/lib/views/medication/widget/medication_list_item.dart | Ayman-Al-Khatib/bio-medika-web 54b912c lib/views/medication/widget/medication_list_item.dart | true | 200 | 2,090 | import 'package:bio_medika_web/controllers/medication/medication_controller.dart';
import 'package:bio_medika_web/core/constant/app_border_radius.dart';
import 'package:bio_medika_web/core/constant/app_constant.dart';
import 'package:bio_medika_web/core/enum/status_request_enum.dart';
import 'package:bio_medika_web/cor... | 2 |
Dhruv721725/FlutterApps | a29549d | notes/lib/pages/home_page.dart | Dart | www.github.com/Dhruv721725/FlutterApps/tree/main/notes/lib/pages/home_page.dart | https://raw.githubusercontent.com/Dhruv721725/FlutterApps/a29549d/notes/lib/pages/home_page.dart | Dhruv721725/FlutterApps a29549d notes/lib/pages/home_page.dart | true | 200 | 4,363 | import 'package:flutter/material.dart';
import 'package:hive_flutter/adapters.dart';
import 'package:notes/database/database.dart';
import 'package:notes/pages/dialog_page.dart';
import 'package:notes/pages/drawer_page.dart';
class HomePage extends StatefulWidget {
@override
State<HomePage> createState() => _HomeP... | 3 |
Blossom147/Bank_Flutter | 4e91553 | lib/main.dart | Dart | www.github.com/Blossom147/Bank_Flutter/tree/main/lib/main.dart | https://raw.githubusercontent.com/Blossom147/Bank_Flutter/4e91553/lib/main.dart | Blossom147/Bank_Flutter 4e91553 lib/main.dart | true | 200 | 467 | import 'package:flutter/material.dart';
import 'package:qr/screens/welcome_screen.dart';
import 'screens/qr_camera.dart';
import 'package:qr/screens/login_screen.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
... | 7 |
nithincod/foodify2.0 | c4b218c | lib/pages/foodify2opreviewPage.dart | Dart | www.github.com/nithincod/foodify2.0/tree/main/lib/pages/foodify2opreviewPage.dart | https://raw.githubusercontent.com/nithincod/foodify2.0/c4b218c/lib/pages/foodify2opreviewPage.dart | nithincod/foodify2.0 c4b218c lib/pages/foodify2opreviewPage.dart | true | 200 | 5,058 | import 'package:camera/camera.dart';
import 'package:flutter/material.dart';
class PreviewPage extends StatefulWidget {
final CameraDescription camera; // Receive camera description
PreviewPage({required this.camera});
@override
_PreviewPageState createState() => _PreviewPageState();
}
class _PreviewPageSta... | 1 |
hojungcho/SoundMap | 4b358de | sound_map/lib/responsive/responsive_layout.dart | Dart | www.github.com/hojungcho/SoundMap/tree/main/sound_map/lib/responsive/responsive_layout.dart | https://raw.githubusercontent.com/hojungcho/SoundMap/4b358de/sound_map/lib/responsive/responsive_layout.dart | hojungcho/SoundMap 4b358de sound_map/lib/responsive/responsive_layout.dart | true | 200 | 547 | import 'package:flutter/material.dart';
class ResponsiveLayout extends StatelessWidget {
final Widget mobileBody;
final Widget desktopBody;
const ResponsiveLayout({super.key, required this.mobileBody, required this.desktopBody});
@override
Widget build(BuildContext context) {
return LayoutBuilder(
... | 4 |
anish-ansari/Vehiclify | 37b2649 | frontend/lib/pages/bottomnavbar.dart | Dart | www.github.com/anish-ansari/Vehiclify/tree/main/frontend/lib/pages/bottomnavbar.dart | https://raw.githubusercontent.com/anish-ansari/Vehiclify/37b2649/frontend/lib/pages/bottomnavbar.dart | anish-ansari/Vehiclify 37b2649 frontend/lib/pages/bottomnavbar.dart | true | 200 | 1,946 | import 'package:flutter/material.dart';
import 'package:vehiclify/pages/bikemarket.dart';
import 'package:vehiclify/pages/carmarket.dart';
import 'package:vehiclify/pages/homepage.dart';
import 'package:vehiclify/pages/profile.dart';
class MyBottomNavigationBar extends StatefulWidget {
@override
_MyBottomNavigatio... | 6 |
bsekhosana/recycla_bin_mvp | 9ed0ff9 | lib/features/profile/provider/rb_transaction_provider.dart | Dart | www.github.com/bsekhosana/recycla_bin_mvp/tree/main/lib/features/profile/provider/rb_transaction_provider.dart | https://raw.githubusercontent.com/bsekhosana/recycla_bin_mvp/9ed0ff9/lib/features/profile/provider/rb_transaction_provider.dart | bsekhosana/recycla_bin_mvp 9ed0ff9 lib/features/profile/provider/rb_transaction_provider.dart | true | 200 | 4,583 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:recycla_bin/features/profile/provider/user_provider.dart';
import 'package:http/http.dart' as http;
import '../../../core/services/connectivity_service.dart';
import '../data/models/rb_transaction_model.dart';
import '../data/repositories/rb... | 5 |
PaulMec/dart-intro | 2457198 | 15_stream_await.dart | Dart | www.github.com/PaulMec/dart-intro/tree/main/15_stream_await.dart | https://raw.githubusercontent.com/PaulMec/dart-intro/2457198/15_stream_await.dart | PaulMec/dart-intro 2457198 15_stream_await.dart | true | 200 | 282 | void main (){
emitNumber()
.listen((int value){
print('Stream value: $value');
});
}
Stream<int> emitNumber() async* {
final valuesToEmit = [1,2,3,4,5];
for(int i in valuesToEmit){
await Future.delayed(const Duration(seconds:1));
yield i;
}
} | 0 |
ItsVNA/betaa | 50c0526 | lib/Main/about_us.dart | Dart | www.github.com/ItsVNA/betaa/tree/main/lib/Main/about_us.dart | https://raw.githubusercontent.com/ItsVNA/betaa/50c0526/lib/Main/about_us.dart | ItsVNA/betaa 50c0526 lib/Main/about_us.dart | true | 200 | 2,179 | // about_us.dart
import 'package:flutter/material.dart';
class AboutUsScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('About Us'),
),
body: const Padding(
padding: EdgeInsets.all(16.0),
... | 3 |
drewsix9/TrikeRight | e7c9b40 | lib/features/trikeright_map/presentation/widgets/my_estimate_fare_dialog_box.dart | Dart | www.github.com/drewsix9/TrikeRight/tree/main/lib/features/trikeright_map/presentation/widgets/my_estimate_fare_dialog_box.dart | https://raw.githubusercontent.com/drewsix9/TrikeRight/e7c9b40/lib/features/trikeright_map/presentation/widgets/my_estimate_fare_dialog_box.dart | drewsix9/TrikeRight e7c9b40 lib/features/trikeright_map/presentation/widgets/my_estimate_fare_dialog_box.dart | true | 200 | 12,246 | import 'package:chips_choice/chips_choice.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:provider/provider.dart';
import 'package:trikeright/core/const/fare_luggage_rates.dart';
import 'package:trikeright/core/themes/trikeright_theme.dart';
im... | 7 |
billcoding/mysql-client-flutter | 097320b | lib/util/provider.dart | Dart | www.github.com/billcoding/mysql-client-flutter/tree/main/lib/util/provider.dart | https://raw.githubusercontent.com/billcoding/mysql-client-flutter/097320b/lib/util/provider.dart | billcoding/mysql-client-flutter 097320b lib/util/provider.dart | true | 200 | 737 | import 'package:mysql_client_flutter/model/connection.dart';
import 'package:mysql_client_flutter/model/snippet.dart';
import 'package:mysql_client_flutter/strings/keys.dart';
import 'package:sp_util/sp_util.dart';
Future<List<Snippet>> loadSnippets() async {
return SpUtil.getObjList(Keys.snippets, (map) => Snippet.... | 1 |
aladeenuthy/CommandLink | 2a0c68f | lib/utils/services.dart | Dart | www.github.com/aladeenuthy/CommandLink/tree/main/lib/utils/services.dart | https://raw.githubusercontent.com/aladeenuthy/CommandLink/2a0c68f/lib/utils/services.dart | aladeenuthy/CommandLink 2a0c68f lib/utils/services.dart | true | 200 | 3,113 |
import 'package:connect/models/user.dart';
import 'package:connect/screens/view_chat/encode_message_screen.dart';
import 'package:connect/utils/constants.dart';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import 'package:connect/helpers/key_helper.dart';
double getDeviceHe... | 2 |
ahmed-eid-faried/happyshop | 03ac8cb | lib/view/widget/home_screen/custom_catogeries/customcatogeries.dart | Dart | www.github.com/ahmed-eid-faried/happyshop/tree/main/lib/view/widget/home_screen/custom_catogeries/customcatogeries.dart | https://raw.githubusercontent.com/ahmed-eid-faried/happyshop/03ac8cb/lib/view/widget/home_screen/custom_catogeries/customcatogeries.dart | ahmed-eid-faried/happyshop 03ac8cb lib/view/widget/home_screen/custom_catogeries/customcatogeries.dart | true | 200 | 996 | import 'package:happyshop/controller/home/home_screen_controller.dart';
import 'package:happyshop/data/model/categories_model.dart';
import 'package:happyshop/view/widget/home_screen/custom_catogeries/categories_home_column.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
class CustomCatog... | 4 |
Privoce/vocechat-client | e38c2e2 | lib/api/models/msg/msg_reply.dart | Dart | www.github.com/Privoce/vocechat-client/tree/main/lib/api/models/msg/msg_reply.dart | https://raw.githubusercontent.com/Privoce/vocechat-client/e38c2e2/lib/api/models/msg/msg_reply.dart | Privoce/vocechat-client e38c2e2 lib/api/models/msg/msg_reply.dart | true | 200 | 655 | import 'package:json_annotation/json_annotation.dart';
part 'msg_reply.g.dart';
@JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)
class MsgReply {
final int mid;
final Map<String, dynamic>? properties;
final String contentType;
final String content;
final int? expiresIn;
final String... | 6 |
manojbcs98/country_app | 2e64d57 | lib/src/widgets/splash_screen.dart | Dart | www.github.com/manojbcs98/country_app/tree/main/lib/src/widgets/splash_screen.dart | https://raw.githubusercontent.com/manojbcs98/country_app/2e64d57/lib/src/widgets/splash_screen.dart | manojbcs98/country_app 2e64d57 lib/src/widgets/splash_screen.dart | true | 200 | 1,311 | import 'package:country_app/barrel.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:lottie/lottie.dart';
import 'dart:async';
import 'package:provider/provider.dart';
class SplashScreen extends StatefulWidget {
const SplashScreen({super.key});
@overri... | 0 |
vaseemva/e-commerce-ui | 697279f | lib/screens/gift_cards_page.dart | Dart | www.github.com/vaseemva/e-commerce-ui/tree/main/lib/screens/gift_cards_page.dart | https://raw.githubusercontent.com/vaseemva/e-commerce-ui/697279f/lib/screens/gift_cards_page.dart | vaseemva/e-commerce-ui 697279f lib/screens/gift_cards_page.dart | true | 200 | 5,277 | import 'package:ecommerce_ui_akratech/screens/checkout_screen.dart';
import 'package:ecommerce_ui_akratech/utils/colors.dart';
import 'package:ecommerce_ui_akratech/utils/responsive_sizer.dart';
import 'package:flutter/material.dart';
class GiftCardsPage extends StatelessWidget {
const GiftCardsPage({Key? key}) : su... | 3 |
jex23/minibus_passenger | c353485 | lib/Pages/LoginSignup/Login.dart | Dart | www.github.com/jex23/minibus_passenger/tree/main/lib/Pages/LoginSignup/Login.dart | https://raw.githubusercontent.com/jex23/minibus_passenger/c353485/lib/Pages/LoginSignup/Login.dart | jex23/minibus_passenger c353485 lib/Pages/LoginSignup/Login.dart | true | 200 | 7,756 | import 'package:flutter/material.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:minibus_passenger/Pages/LoginSignup/Signup.dart';
import 'package:minibus_passenger/Pages/Homepage/Homepage.dart';
import 'package:shared_preferences/shared_preferences.dart';
class LoginPage extends StatefulWidg... | 5 |
zerexly/Taskly-Template | 6ca763f | lib/taskly/page/profile/event.dart | Dart | www.github.com/zerexly/Taskly-Template/tree/main/lib/taskly/page/profile/event.dart | https://raw.githubusercontent.com/zerexly/Taskly-Template/6ca763f/lib/taskly/page/profile/event.dart | zerexly/Taskly-Template 6ca763f lib/taskly/page/profile/event.dart | true | 200 | 9,275 | import 'package:taskly/taskly/gloabelclass/color.dart';
import 'package:taskly/taskly/gloabelclass/fontstyle.dart';
import 'package:taskly/taskly/gloabelclass/icons.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import '../../theme/themecontroller.dart';
import '../task/taskdetail.d... | 7 |
fazianzahoor/bookme | 955d7e6 | lib/main.dart | Dart | www.github.com/fazianzahoor/bookme/tree/main/lib/main.dart | https://raw.githubusercontent.com/fazianzahoor/bookme/955d7e6/lib/main.dart | fazianzahoor/bookme 955d7e6 lib/main.dart | true | 200 | 356 | import 'package:flutter/material.dart';
import 'package:ticket/splash_screen.dart';
main(){
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
home... | 1 |
herisusantuy/asklora-mobile-app | be7eaf3 | lib/feature/bot_stock/presentation/bot_recommendation/detail/widgets/bot_price_level_indicator.dart | Dart | www.github.com/herisusantuy/asklora-mobile-app/tree/main/lib/feature/bot_stock/presentation/bot_recommendation/detail/widgets/bot_price_level_indicator.dart | https://raw.githubusercontent.com/herisusantuy/asklora-mobile-app/be7eaf3/lib/feature/bot_stock/presentation/bot_recommendation/detail/widgets/bot_price_level_indicator.dart | herisusantuy/asklora-mobile-app be7eaf3 lib/feature/bot_stock/presentation/bot_recommendation/detail/widgets/bot_price_level_indicator.dart | true | 200 | 2,773 | import 'package:flutter/material.dart';
import '../../../../../../core/presentation/custom_text_new.dart';
import '../../../../../../core/styles/asklora_colors.dart';
import '../../../../../../core/styles/asklora_text_styles.dart';
import '../../../../../../generated/l10n.dart';
import '../../../../utils/bot_stock_uti... | 2 |
renankanu/app_motivamente | c6d41f1 | lib/app/model/quote.dart | Dart | www.github.com/renankanu/app_motivamente/tree/main/lib/app/model/quote.dart | https://raw.githubusercontent.com/renankanu/app_motivamente/c6d41f1/lib/app/model/quote.dart | renankanu/app_motivamente c6d41f1 lib/app/model/quote.dart | true | 200 | 401 | import 'package:json_annotation/json_annotation.dart';
part 'quote.g.dart';
@JsonSerializable()
class Quote {
Quote({
required this.id,
required this.message,
required this.author,
});
factory Quote.fromJson(Map<String, dynamic> json) {
return _$QuoteFromJson(json);
}
int id;
String mess... | 4 |
HelyeFab/ai_uni_companion | 2f14524 | lib/main.dart | Dart | www.github.com/HelyeFab/ai_uni_companion/tree/main/lib/main.dart | https://raw.githubusercontent.com/HelyeFab/ai_uni_companion/2f14524/lib/main.dart | HelyeFab/ai_uni_companion 2f14524 lib/main.dart | true | 200 | 942 | import 'package:flutter/material.dart';
void main() {
runApp(const App());
}
class App extends StatelessWidget {
const App({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
title: 'Flutter Demo',
theme: ThemeData(
... | 3 |
ndthinh02/FoodWithProvider | 750128e | lib/screen/detail_food_screen.dart | Dart | www.github.com/ndthinh02/FoodWithProvider/tree/main/lib/screen/detail_food_screen.dart | https://raw.githubusercontent.com/ndthinh02/FoodWithProvider/750128e/lib/screen/detail_food_screen.dart | ndthinh02/FoodWithProvider 750128e lib/screen/detail_food_screen.dart | true | 200 | 5,137 | import 'package:api_food/controller/cart_controller.dart';
import 'package:api_food/model/food_popularr.dart';
import 'package:api_food/screen/cart_screen.dart';
import 'package:api_food/widget/icon_text.dart';
import 'package:flutter/material.dart';
import 'package:flutter/src/widgets/container.dart';
import 'package:... | 0 |
ketkarabhishek/anitrak | a3f5911 | lib/src/repositories/preferences_repo.dart | Dart | www.github.com/ketkarabhishek/anitrak/tree/main/lib/src/repositories/preferences_repo.dart | https://raw.githubusercontent.com/ketkarabhishek/anitrak/a3f5911/lib/src/repositories/preferences_repo.dart | ketkarabhishek/anitrak a3f5911 lib/src/repositories/preferences_repo.dart | true | 200 | 2,453 | import 'package:flutter_secure_storage/flutter_secure_storage.dart';
class PreferencesRepo {
//Anilist store Keys
final String _anilistAccessTokenKey = "anilist_access_token";
final String _anilistRefreshTokenKey = "anilist_refresh_token";
final String _anilistExpiresInKey = "anilist_expires_in";
final Strin... | 5 |
NguyenNhatNam22072002/online_groceries_shop_app_flutter | 161d9b3 | lib/main.dart | Dart | www.github.com/NguyenNhatNam22072002/online_groceries_shop_app_flutter/tree/main/lib/main.dart | https://raw.githubusercontent.com/NguyenNhatNam22072002/online_groceries_shop_app_flutter/161d9b3/lib/main.dart | NguyenNhatNam22072002/online_groceries_shop_app_flutter 161d9b3 lib/main.dart | true | 200 | 1,953 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter_easyloading/flutter_easyloading.dart';
import 'package:get/get.dart';
import 'package:online_groceries/view/account/review_state_provider.dart';
import 'package:online_groceries/view/admin/order_page.dart';
import 'package:online_groceri... | 7 |
Jyoti-sah-dev/favourite | 3352d6e | lib/screens/users_list_screen.dart | Dart | www.github.com/Jyoti-sah-dev/favourite/tree/main/lib/screens/users_list_screen.dart | https://raw.githubusercontent.com/Jyoti-sah-dev/favourite/3352d6e/lib/screens/users_list_screen.dart | Jyoti-sah-dev/favourite 3352d6e lib/screens/users_list_screen.dart | true | 200 | 2,432 | import 'package:favourite/screens/provider_screen.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'favortie_screen.dart';
class UserListScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
... | 1 |
sumitpathak6/TIF-SDE007-Assignment | 265efa6 | lib/components/eventname_text.dart | Dart | www.github.com/sumitpathak6/TIF-SDE007-Assignment/tree/main/lib/components/eventname_text.dart | https://raw.githubusercontent.com/sumitpathak6/TIF-SDE007-Assignment/265efa6/lib/components/eventname_text.dart | sumitpathak6/TIF-SDE007-Assignment 265efa6 lib/components/eventname_text.dart | true | 200 | 410 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
class EventText extends StatelessWidget {
final String txt;
const EventText({super.key, required this.txt});
@override
Widget build(BuildContext context) {
return Text(
txt,
style: GoogleFonts.notoSansThai... | 6 |
NotRayhaan/widget-fidgets | 80fee67 | wallet-app/lib/src/ui/widget/textform.dart | Dart | www.github.com/NotRayhaan/widget-fidgets/tree/main/wallet-app/lib/src/ui/widget/textform.dart | https://raw.githubusercontent.com/NotRayhaan/widget-fidgets/80fee67/wallet-app/lib/src/ui/widget/textform.dart | NotRayhaan/widget-fidgets 80fee67 wallet-app/lib/src/ui/widget/textform.dart | true | 200 | 2,958 | import 'package:flutter/material.dart';
class MyTextForm extends StatefulWidget {
const MyTextForm({super.key, required this.labelText, this.helpText, this.obscureText, this.email, this.register});
final String labelText;
final String? helpText;
final bool? obscureText;
final bool? email;
final bool? regis... | 2 |
lucassilvaoliveira/ebooking | dfba280 | lib/screens/welcome/components/ready_to_start.dart | Dart | www.github.com/lucassilvaoliveira/ebooking/tree/main/lib/screens/welcome/components/ready_to_start.dart | https://raw.githubusercontent.com/lucassilvaoliveira/ebooking/dfba280/lib/screens/welcome/components/ready_to_start.dart | lucassilvaoliveira/ebooking dfba280 lib/screens/welcome/components/ready_to_start.dart | true | 200 | 587 | import 'package:ebooking/screens/login/login_screen.dart';
import 'package:ebooking/screens/welcome/components/welcome_screen_body.dart';
import 'package:flutter/material.dart';
class ReadyToStart extends StatelessWidget {
const ReadyToStart({super.key});
@override
Widget build(BuildContext context) {
retur... | 3 |
p0dyakov/photo_editor | a3254ae | lib/src/feature/editor/bloc/editor_bloc.dart | Dart | www.github.com/p0dyakov/photo_editor/tree/main/lib/src/feature/editor/bloc/editor_bloc.dart | https://raw.githubusercontent.com/p0dyakov/photo_editor/a3254ae/lib/src/feature/editor/bloc/editor_bloc.dart | p0dyakov/photo_editor a3254ae lib/src/feature/editor/bloc/editor_bloc.dart | true | 200 | 4,967 | import 'dart:io';
import 'package:bitmap/bitmap.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:freezed_annotation/freezed_annotation.dart';
import 'package:gallery_saver/gallery_saver.dart';
import 'package:path_provider/path_provider.dart';
import 'package:pho... | 0 |
nurazom048/classMaster | 8b2d6bf | lib/features/Collection Fetures/Ui/collections.screen.dart | Dart | www.github.com/nurazom048/classMaster/tree/main/lib/features/Collection Fetures/Ui/collections.screen.dart | https://raw.githubusercontent.com/nurazom048/classMaster/8b2d6bf/lib/features/Collection%20Fetures/Ui/collections.screen.dart | nurazom048/classMaster 8b2d6bf lib/features/Collection Fetures/Ui/collections.screen.dart | true | 200 | 9,655 | // ignore_for_file: use_build_context_synchronously, unused_result
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:get/get.dart';
import 'package:classmate/features/Collection%20Fetures/Ui/aboutus_screen.dart';
import 'package:classmate/features/routine_... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.