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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Yuvanraj24/Lc-Cric-Park | 7a2e49e | lib/presentation/main/view/main_view.dart | Dart | www.github.com/Yuvanraj24/Lc-Cric-Park/tree/main/lib/presentation/main/view/main_view.dart | https://raw.githubusercontent.com/Yuvanraj24/Lc-Cric-Park/7a2e49e/lib/presentation/main/view/main_view.dart | Yuvanraj24/Lc-Cric-Park 7a2e49e lib/presentation/main/view/main_view.dart | true | 200 | 999 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:lk_cric_park/core/theme/color.dart';
import 'package:lk_cric_park/presentation/main/controllers/main_controller.dart';
class MainView extends GetView<MainController> {
const MainView({super.key});
@override
Widget build(Build... | 4 |
A-Desmond/mega-bank | 0434ef5 | lib/features/home/conntroller/customer_controller.dart | Dart | www.github.com/A-Desmond/mega-bank/tree/main/lib/features/home/conntroller/customer_controller.dart | https://raw.githubusercontent.com/A-Desmond/mega-bank/0434ef5/lib/features/home/conntroller/customer_controller.dart | A-Desmond/mega-bank 0434ef5 lib/features/home/conntroller/customer_controller.dart | true | 200 | 1,090 | import 'dart:convert';
import 'package:mega_bank/api/providers/customer_providers.dart';
import 'package:mega_bank/model/customer_model.dart';
import 'package:mega_bank/model/transaction_model.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'customer_controller.g.dart';
@riverpod
class Cust... | 1 |
samichebbi99/stage | 157f567 | flutter_stage/lib/widgets/listelement.dart | Dart | www.github.com/samichebbi99/stage/tree/main/flutter_stage/lib/widgets/listelement.dart | https://raw.githubusercontent.com/samichebbi99/stage/157f567/flutter_stage/lib/widgets/listelement.dart | samichebbi99/stage 157f567 flutter_stage/lib/widgets/listelement.dart | true | 200 | 4,047 | import 'package:flutter/material.dart';
import 'package:flutter_stage/models/product.dart';
class ListElement extends StatelessWidget {
ListElement({Key? key, required this.model}) : super(key: key);
ProductModel model;
@override
Widget build(BuildContext context) {
String nom;
String discount;
no... | 2 |
iraponan/loja_virtual | 2b73d71 | lib/widgets/cart/cart_tile.dart | Dart | www.github.com/iraponan/loja_virtual/tree/main/lib/widgets/cart/cart_tile.dart | https://raw.githubusercontent.com/iraponan/loja_virtual/2b73d71/lib/widgets/cart/cart_tile.dart | iraponan/loja_virtual 2b73d71 lib/widgets/cart/cart_tile.dart | true | 200 | 1,499 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:loja_virtual/datas/data_cart_product.dart';
import 'package:loja_virtual/datas/data_product.dart';
import 'package:loja_virtual/widgets/cart/cart_product_content.dart';
class CartTile extends StatelessWidget ... | 7 |
chan1sook/vservesafeclone2 | 46957df | ui/lib/src/models/dashboard_menu_item.dart | Dart | www.github.com/chan1sook/vservesafeclone2/tree/main/ui/lib/src/models/dashboard_menu_item.dart | https://raw.githubusercontent.com/chan1sook/vservesafeclone2/46957df/ui/lib/src/models/dashboard_menu_item.dart | chan1sook/vservesafeclone2 46957df ui/lib/src/models/dashboard_menu_item.dart | true | 200 | 9,049 | import 'package:flutter/material.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:vservesafe/src/models/site_data.dart';
import 'package:vservesafe/src/pages/dashboard/admin_accounts_view.dart';
import 'package:v... | 5 |
MrAzimzadeh/chap-web | 1a38322 | lib/presenter/themes/themes.dart | Dart | www.github.com/MrAzimzadeh/chap-web/tree/main/lib/presenter/themes/themes.dart | https://raw.githubusercontent.com/MrAzimzadeh/chap-web/1a38322/lib/presenter/themes/themes.dart | MrAzimzadeh/chap-web 1a38322 lib/presenter/themes/themes.dart | true | 200 | 7,224 | import 'package:chapweb/presenter/themes/colors.dart';
import 'package:chapweb/presenter/themes/styles.dart';
import 'package:chapweb/presenter/themes/typography.dart';
import 'package:flutter/material.dart';
import '../fonts.gen.dart' as fonts;
class AppTheme extends ThemeExtension<AppTheme> {
final String n... | 0 |
0xAdiyat/CoinPulse-UI-Kit | 4d54620 | coin_pulse/lib/view/exchange_page/components/transaction_swap_row.dart | Dart | www.github.com/0xAdiyat/CoinPulse-UI-Kit/tree/main/coin_pulse/lib/view/exchange_page/components/transaction_swap_row.dart | https://raw.githubusercontent.com/0xAdiyat/CoinPulse-UI-Kit/4d54620/coin_pulse/lib/view/exchange_page/components/transaction_swap_row.dart | 0xAdiyat/CoinPulse-UI-Kit 4d54620 coin_pulse/lib/view/exchange_page/components/transaction_swap_row.dart | true | 200 | 1,629 | part of 'components.dart';
class TransactionSwapRow extends StatefulWidget {
const TransactionSwapRow({super.key});
@override
State<TransactionSwapRow> createState() => _TransactionSwapRowState();
}
class _TransactionSwapRowState extends State<TransactionSwapRow> {
String _costTxt = "~\$7.87";
@override
... | 6 |
Farid023/PixEdit | 8ce3ec2 | lib/presentation/screens/gallery/widgets/add_new_image_card.dart | Dart | www.github.com/Farid023/PixEdit/tree/main/lib/presentation/screens/gallery/widgets/add_new_image_card.dart | https://raw.githubusercontent.com/Farid023/PixEdit/8ce3ec2/lib/presentation/screens/gallery/widgets/add_new_image_card.dart | Farid023/PixEdit 8ce3ec2 lib/presentation/screens/gallery/widgets/add_new_image_card.dart | true | 200 | 988 | import 'package:pixedit/core/extensions/context_extensions.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import '../../../../core/constants/app_borders.dart';
import '../../../../core/navigation/pages.dart';
import '../cubit/gallery_cubit.dart';
class AddNewImageCard ... | 1 |
Ahmed-Lotfy5853/signeducation | b15940d | lib/features/bottom_naviagtor/view/components/level_item.dart | Dart | www.github.com/Ahmed-Lotfy5853/signeducation/tree/main/lib/features/bottom_naviagtor/view/components/level_item.dart | https://raw.githubusercontent.com/Ahmed-Lotfy5853/signeducation/b15940d/lib/features/bottom_naviagtor/view/components/level_item.dart | Ahmed-Lotfy5853/signeducation b15940d lib/features/bottom_naviagtor/view/components/level_item.dart | true | 200 | 2,012 | import 'package:flutter/material.dart';
import 'package:signeducation/core/local_data/shared_preferenc.dart';
import 'package:signeducation/core/resources/constants.dart';
import 'package:signeducation/core/resources/enums.dart';
import 'package:signeducation/core/responsive_and_adaptive/responsive.dart';
import 'packa... | 4 |
engnect/odev3_tobeto | a85af09 | odev3/lib/screens/homepage.dart | Dart | www.github.com/engnect/odev3_tobeto/tree/main/odev3/lib/screens/homepage.dart | https://raw.githubusercontent.com/engnect/odev3_tobeto/a85af09/odev3/lib/screens/homepage.dart | engnect/odev3_tobeto a85af09 odev3/lib/screens/homepage.dart | true | 200 | 1,133 | import 'package:flutter/material.dart';
import 'package:odev3/screens/questions.dart';
class Homepage extends StatelessWidget {
const Homepage({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text(
'Quiz App',
style:... | 3 |
Anwar-Kabir/Fitness-Tracking-App | 568b20a | lib/ui/statistics/widget/progress_card.dart | Dart | www.github.com/Anwar-Kabir/Fitness-Tracking-App/tree/main/lib/ui/statistics/widget/progress_card.dart | https://raw.githubusercontent.com/Anwar-Kabir/Fitness-Tracking-App/568b20a/lib/ui/statistics/widget/progress_card.dart | Anwar-Kabir/Fitness-Tracking-App 568b20a lib/ui/statistics/widget/progress_card.dart | true | 200 | 4,002 | import 'package:flutter/material.dart';
class ProgressCard extends StatelessWidget {
final String title;
final String remainingTime;
final int currentStep;
final int totalSteps;
final double progress;
const ProgressCard({
Key? key,
required this.title,
required this.remainingTime,
required... | 7 |
NonymousMorlock/flutter_web_practice | 7a7c6d2 | lib/core/common/widgets/app_text.dart | Dart | www.github.com/NonymousMorlock/flutter_web_practice/tree/main/lib/core/common/widgets/app_text.dart | https://raw.githubusercontent.com/NonymousMorlock/flutter_web_practice/7a7c6d2/lib/core/common/widgets/app_text.dart | NonymousMorlock/flutter_web_practice 7a7c6d2 lib/core/common/widgets/app_text.dart | true | 200 | 499 | import 'package:flutter/material.dart';
class AppText extends StatelessWidget {
const AppText(this.data, {super.key, this.size, this.colour, this.weight});
final String data;
final double? size;
final Color? colour;
final FontWeight? weight;
@override
Widget build(BuildContext context) {
return Tex... | 2 |
manuelenrq9/GoDeliveryApp_Naranja | 30e6ef7 | lib/features/order/presentation/order_summary/widgets/OrderSummaryScreen.dart | Dart | www.github.com/manuelenrq9/GoDeliveryApp_Naranja/tree/main/lib/features/order/presentation/order_summary/widgets/OrderSummaryScreen.dart | https://raw.githubusercontent.com/manuelenrq9/GoDeliveryApp_Naranja/30e6ef7/lib/features/order/presentation/order_summary/widgets/OrderSummaryScreen.dart | manuelenrq9/GoDeliveryApp_Naranja 30e6ef7 lib/features/order/presentation/order_summary/widgets/OrderSummaryScreen.dart | true | 200 | 26,137 | import 'dart:convert';
import 'package:godeliveryapp_naranja/features/order/data/make_reorder.dart';
import 'package:godeliveryapp_naranja/features/order/domain/entities/orderReport.dart';
import 'package:godeliveryapp_naranja/features/order/presentation/order_history/pages/make_order_report_screen.dart';
import 'pac... | 5 |
mohammed932/sales_app | ca7480d | lib/features/authentication/domain/usecases/send_otp_usecase.dart | Dart | www.github.com/mohammed932/sales_app/tree/main/lib/features/authentication/domain/usecases/send_otp_usecase.dart | https://raw.githubusercontent.com/mohammed932/sales_app/ca7480d/lib/features/authentication/domain/usecases/send_otp_usecase.dart | mohammed932/sales_app ca7480d lib/features/authentication/domain/usecases/send_otp_usecase.dart | true | 200 | 378 | part of 'auth_usecase.imports.dart';
@injectable
class SendOtpUseCase extends BaseUseCase<SendOtpResponseModel, SendOtpRequest> {
final BaseAuthRepo repository;
SendOtpUseCase({required this.repository});
@override
Future<Either<Failure, SendOtpResponseModel>> call(
{required SendOtpRequest params}) asyn... | 6 |
SergioNoh1257/the_chat | e577d1c | lib/pages/log_in/functions.dart | Dart | www.github.com/SergioNoh1257/the_chat/tree/main/lib/pages/log_in/functions.dart | https://raw.githubusercontent.com/SergioNoh1257/the_chat/e577d1c/lib/pages/log_in/functions.dart | SergioNoh1257/the_chat e577d1c lib/pages/log_in/functions.dart | true | 200 | 2,383 | import 'package:flutter/material.dart';
import 'package:supabase_flutter/supabase_flutter.dart';
import 'package:the_chat/keys.dart';
import 'package:the_chat/pages/log_in/log_in.dart';
import 'package:the_chat/router/app_router.dart';
mixin LogInMixin on State<LogIn> {
final _client = Supabase.instance.client;
/... | 4 |
Felixcity35/student | 29e62ab | lib/widgets/select_date_picker.dart | Dart | www.github.com/Felixcity35/student/tree/main/lib/widgets/select_date_picker.dart | https://raw.githubusercontent.com/Felixcity35/student/29e62ab/lib/widgets/select_date_picker.dart | Felixcity35/student 29e62ab lib/widgets/select_date_picker.dart | true | 200 | 2,253 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'app_textfield.dart'; // Ensure the correct import path
import 'package:student_centric_app/core/utils/app_colors.dart';
class SelectDatePicker extends StatefulWidget {
final String? label;
final String hint... | 3 |
Y-absamad/Flutter_e-commerce_ODC | 9cc2d7e | lib/core/widgets/custom_button.dart | Dart | www.github.com/Y-absamad/Flutter_e-commerce_ODC/tree/main/lib/core/widgets/custom_button.dart | https://raw.githubusercontent.com/Y-absamad/Flutter_e-commerce_ODC/9cc2d7e/lib/core/widgets/custom_button.dart | Y-absamad/Flutter_e-commerce_ODC 9cc2d7e lib/core/widgets/custom_button.dart | true | 200 | 840 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import '../constants/app_color.dart';
class CustomButton extends StatelessWidget {
final String label;
final VoidCallback onPressed;
const CustomButton({
super.key,
required this.label,
required this.onPressed,
});
... | 7 |
Chun-Bae/YoutubeAudioExtractor | c0e1658 | lib/app/screens/license_page.dart | Dart | www.github.com/Chun-Bae/YoutubeAudioExtractor/tree/main/lib/app/screens/license_page.dart | https://raw.githubusercontent.com/Chun-Bae/YoutubeAudioExtractor/c0e1658/lib/app/screens/license_page.dart | Chun-Bae/YoutubeAudioExtractor c0e1658 lib/app/screens/license_page.dart | true | 200 | 5,496 | import 'package:flutter/material.dart';
import 'package:url_launcher/url_launcher.dart';
class AppLicensePage extends StatelessWidget {
const AppLicensePage({super.key});
Future<void> _launchURL(String url) async {
final Uri uri = Uri.parse(url);
if (await canLaunchUrl(uri)) {
await launchUrl(uri);
... | 0 |
Harmanpreet123K/energyessence | 1595888 | lib/pages/personal_growth/growth_content.dart | Dart | www.github.com/Harmanpreet123K/energyessence/tree/main/lib/pages/personal_growth/growth_content.dart | https://raw.githubusercontent.com/Harmanpreet123K/energyessence/1595888/lib/pages/personal_growth/growth_content.dart | Harmanpreet123K/energyessence 1595888 lib/pages/personal_growth/growth_content.dart | true | 200 | 2,177 | import 'package:flutter/material.dart';
import '../../common_widgets/post.dart';
class PersonalGrowthPageContent extends StatelessWidget {
const PersonalGrowthPageContent({
super.key,
});
@override
Widget build(BuildContext context) {
return Padding(
padding: const EdgeInsets.only(left: 90.0, ... | 1 |
usherwaltz/qagency | 5f1848a | lib/config/flavor_config.dart | Dart | www.github.com/usherwaltz/qagency/tree/main/lib/config/flavor_config.dart | https://raw.githubusercontent.com/usherwaltz/qagency/5f1848a/lib/config/flavor_config.dart | usherwaltz/qagency 5f1848a lib/config/flavor_config.dart | true | 200 | 1,610 | class FlavorConfig {
static FlavorConfig? _instance;
FlavorConfig._internal({
required this.flavor,
required this.values,
});
factory FlavorConfig({
required Flavor flavor,
required FlavorValues values,
}) {
_instance ??= FlavorConfig._internal(flavor: flavor, values: values);
return... | 5 |
Cris015/blog-notas | 09b02c2 | lib/views/notasview.dart | Dart | www.github.com/Cris015/blog-notas/tree/main/lib/views/notasview.dart | https://raw.githubusercontent.com/Cris015/blog-notas/09b02c2/lib/views/notasview.dart | Cris015/blog-notas 09b02c2 lib/views/notasview.dart | true | 200 | 1,547 | import 'package:flutter/material.dart';
import 'package:notas/complementos/notas_provider.dart';
import 'package:provider/provider.dart';
class PaginaNotas extends StatelessWidget{
const PaginaNotas({super.key});
@override
Widget build(BuildContext context){
final notasProvider = Provider.of<NotasProvider>... | 2 |
semragenc/Ogrendiklerim | 3100f83 | lib/hizalama_islemleri.dart | Dart | www.github.com/semragenc/Ogrendiklerim/tree/main/lib/hizalama_islemleri.dart | https://raw.githubusercontent.com/semragenc/Ogrendiklerim/3100f83/lib/hizalama_islemleri.dart | semragenc/Ogrendiklerim 3100f83 lib/hizalama_islemleri.dart | true | 200 | 1,289 | import 'package:flutter/material.dart';
class Hizalama extends StatelessWidget {
const Hizalama({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
backgroundColor: Colors.orangeAccent,
title: Text("Hizalama"),
),
body: Row(
... | 6 |
AbdullahGamal1/toku_laguage_app | 967d2b6 | lib/components/item_builder.dart | Dart | www.github.com/AbdullahGamal1/toku_laguage_app/tree/main/lib/components/item_builder.dart | https://raw.githubusercontent.com/AbdullahGamal1/toku_laguage_app/967d2b6/lib/components/item_builder.dart | AbdullahGamal1/toku_laguage_app 967d2b6 lib/components/item_builder.dart | true | 200 | 1,569 | import 'package:flutter/material.dart';
import 'package:audioplayers/audioplayers.dart';
import 'package:toku/models/item_model.dart';
import '../models/number_model.dart';
class ItemBuilder extends StatelessWidget {
ItemBuilder({super.key, required this.item, this.onPressed, this.color});
final ItemModel item;
... | 4 |
oriamo/uLearn | 2881497 | lib/common/services/storage.dart | Dart | www.github.com/oriamo/uLearn/tree/main/lib/common/services/storage.dart | https://raw.githubusercontent.com/oriamo/uLearn/2881497/lib/common/services/storage.dart | oriamo/uLearn 2881497 lib/common/services/storage.dart | true | 200 | 1,259 |
import 'dart:convert';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:shop_app/common/models/entities.dart';
import 'package:shop_app/common/utils/constants.dart';
class StorageService{
late final SharedPreferences _pref;
Future<StorageService>init() async {
_pref = await Shar... | 3 |
acumenrev/refresh_desktop | 36374c4 | refresh_desktop/lib/main.dart | Dart | www.github.com/acumenrev/refresh_desktop/tree/main/refresh_desktop/lib/main.dart | https://raw.githubusercontent.com/acumenrev/refresh_desktop/36374c4/refresh_desktop/lib/main.dart | acumenrev/refresh_desktop 36374c4 refresh_desktop/lib/main.dart | true | 200 | 1,341 | import 'dart:io';
import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:get/route_manager.dart';
import 'package:refresh_desktop/common/ui/side_menu/side_menu_controller.dart';
import 'package:refres... | 7 |
cristhiandalmazzo/tango_ai_companion | 1e7eb1a | lib/widgets/app_container.dart | Dart | www.github.com/cristhiandalmazzo/tango_ai_companion/tree/main/lib/widgets/app_container.dart | https://raw.githubusercontent.com/cristhiandalmazzo/tango_ai_companion/1e7eb1a/lib/widgets/app_container.dart | cristhiandalmazzo/tango_ai_companion 1e7eb1a lib/widgets/app_container.dart | true | 200 | 1,478 | import 'package:flutter/material.dart';
/// A container widget that applies consistent horizontal padding
/// to make the app content more centered on the screen.
class AppContainer extends StatelessWidget {
final Widget child;
final EdgeInsetsGeometry? additionalPadding;
final Color? backgroundColor;
final do... | 0 |
BHASO-Zimbabwe/bhaso-app | 00ce2be | lib/features/home/home_page.dart | Dart | www.github.com/BHASO-Zimbabwe/bhaso-app/tree/main/lib/features/home/home_page.dart | https://raw.githubusercontent.com/BHASO-Zimbabwe/bhaso-app/00ce2be/lib/features/home/home_page.dart | BHASO-Zimbabwe/bhaso-app 00ce2be lib/features/home/home_page.dart | true | 200 | 13,349 |
import 'package:bhaso/features/add_medication/add_name.dart';
import 'package:bhaso/features/utils/fontsAndColors.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
... | 1 |
Trnquil/know-your-facts | 05c8578 | lib/accountView.dart | Dart | www.github.com/Trnquil/know-your-facts/tree/main/lib/accountView.dart | https://raw.githubusercontent.com/Trnquil/know-your-facts/05c8578/lib/accountView.dart | Trnquil/know-your-facts 05c8578 lib/accountView.dart | true | 200 | 13,996 | import 'dart:ui';
import 'package:flutter/material.dart';
import 'package:know_your_facts/data_model/account.dart';
import 'package:know_your_facts/widgets/statementContainer.dart';
// enum to differentiate between the statement types
enum statementType {
individual,
involving,
related,
}
// extension of state... | 5 |
kurniacf/PBB_Task-5_Notepad_Sqflite | 70ad1b4 | lib/main.dart | Dart | www.github.com/kurniacf/PBB_Task-5_Notepad_Sqflite/tree/main/lib/main.dart | https://raw.githubusercontent.com/kurniacf/PBB_Task-5_Notepad_Sqflite/70ad1b4/lib/main.dart | kurniacf/PBB_Task-5_Notepad_Sqflite 70ad1b4 lib/main.dart | true | 200 | 2,279 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:google_fonts/google_fonts.dart';
import 'page/notes_page.dart';
void main() {
runApp(const MainApp());
}
class MainApp extends StatefulWidget {
const MainApp({super.key});
@override
State<MainApp> createState() =>... | 2 |
Sedatdynn/Cafeteria-App | d3a925d | cafeteria_app/lib/product/widget/button/active_button.dart | Dart | www.github.com/Sedatdynn/Cafeteria-App/tree/main/cafeteria_app/lib/product/widget/button/active_button.dart | https://raw.githubusercontent.com/Sedatdynn/Cafeteria-App/d3a925d/cafeteria_app/lib/product/widget/button/active_button.dart | Sedatdynn/Cafeteria-App d3a925d cafeteria_app/lib/product/widget/button/active_button.dart | true | 200 | 1,097 | import 'package:cafeteria_app/product/constant/product_const_shelf.dart';
import 'package:flutter/material.dart';
import '../../../core/theme/color/colors.dart';
class ActiveButton extends StatelessWidget {
const ActiveButton(
{super.key, required this.label, required this.onPressed, this.width});
final Str... | 6 |
LaBlaugrana/kyascenehai | e73435b | lib/screens/home_page/pages/main_page.dart | Dart | www.github.com/LaBlaugrana/kyascenehai/tree/main/lib/screens/home_page/pages/main_page.dart | https://raw.githubusercontent.com/LaBlaugrana/kyascenehai/e73435b/lib/screens/home_page/pages/main_page.dart | LaBlaugrana/kyascenehai e73435b lib/screens/home_page/pages/main_page.dart | true | 200 | 926 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import '../pages/Homepage.dart';
import '../pages/login.dart';
import 'Homepage.dart';
class AuthPage extends StatelessWidget {
const AuthPage({Key? key}) : super(key: key);
... | 4 |
hardebayobakare/quick-shop-app | e29265f | lib/features/shop/screens/category/category.dart | Dart | www.github.com/hardebayobakare/quick-shop-app/tree/main/lib/features/shop/screens/category/category.dart | https://raw.githubusercontent.com/hardebayobakare/quick-shop-app/e29265f/lib/features/shop/screens/category/category.dart | hardebayobakare/quick-shop-app e29265f lib/features/shop/screens/category/category.dart | true | 200 | 1,700 | import 'package:flutter/material.dart';
import 'package:quick_shop_app/common/widgets/app_bar.dart';
import 'package:quick_shop_app/common/widgets/rounded_images.dart';
import 'package:quick_shop_app/features/shop/models/category_model.dart';
import 'package:quick_shop_app/features/shop/screens/category/main_category.d... | 3 |
niyas-basheer/residencies-user | c1e3969 | lib/src/features/authentication/controllers/login/user_conroller.dart | Dart | www.github.com/niyas-basheer/residencies-user/tree/main/lib/src/features/authentication/controllers/login/user_conroller.dart | https://raw.githubusercontent.com/niyas-basheer/residencies-user/c1e3969/lib/src/features/authentication/controllers/login/user_conroller.dart | niyas-basheer/residencies-user c1e3969 lib/src/features/authentication/controllers/login/user_conroller.dart | true | 200 | 6,206 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:image_picker/image_picker.dart';
import 'package:residential_manager/src/data/repositories/authentication_repository.dart';
import 'package:residential_manager/src/data/repositories/... | 7 |
SaddamAlwheeb/ecoomerec_flutter_app | cfd8e54 | lib/view/widget/onboarding/custombutton.dart | Dart | www.github.com/SaddamAlwheeb/ecoomerec_flutter_app/tree/main/lib/view/widget/onboarding/custombutton.dart | https://raw.githubusercontent.com/SaddamAlwheeb/ecoomerec_flutter_app/cfd8e54/lib/view/widget/onboarding/custombutton.dart | SaddamAlwheeb/ecoomerec_flutter_app cfd8e54 lib/view/widget/onboarding/custombutton.dart | true | 200 | 742 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import '../../../controller/onboarding_controller.dart';
import '../../../core/constant/color.dart';
class CustomButtonOnBoarding extends GetView<OnBoardingControllerImp> {
const CustomButtonOnBoarding({Key? key}) : super(key: key);
@override
... | 0 |
ck-lamib/cine_plex | da8804b | lib/controller/auth/signup_controller.dart | Dart | www.github.com/ck-lamib/cine_plex/tree/main/lib/controller/auth/signup_controller.dart | https://raw.githubusercontent.com/ck-lamib/cine_plex/da8804b/lib/controller/auth/signup_controller.dart | ck-lamib/cine_plex da8804b lib/controller/auth/signup_controller.dart | true | 200 | 1,965 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:get_storage/get_storage.dart';
import 'package:simple_fontellico_progress_dialog/simple_fontico_loading.dart';
import 'package:cine_plex/controller/core_controller.dart';
import 'package:cine_plex/repo/auth/re... | 1 |
niajnm/Weather-Assessment | 185c936 | lib/app/core/values/style_sheet.dart | Dart | www.github.com/niajnm/Weather-Assessment/tree/main/lib/app/core/values/style_sheet.dart | https://raw.githubusercontent.com/niajnm/Weather-Assessment/185c936/lib/app/core/values/style_sheet.dart | niajnm/Weather-Assessment 185c936 lib/app/core/values/style_sheet.dart | true | 200 | 1,594 | import 'package:flutter/material.dart';
import 'package:weather_assesment/app/core/values/app_gradients.dart';
import 'app_colors.dart';
import 'text_style.dart';
final TabBarTheme lightTabBarTheme = TabBarTheme(
labelColor: AppColors.blueWarningPrimaryColor,
unselectedLabelColor: AppColors.neutral500,
uns... | 5 |
HenriqueCisi/project_state_store | 9f0aaa7 | lib/components/product_grid.dart | Dart | www.github.com/HenriqueCisi/project_state_store/tree/main/lib/components/product_grid.dart | https://raw.githubusercontent.com/HenriqueCisi/project_state_store/9f0aaa7/lib/components/product_grid.dart | HenriqueCisi/project_state_store 9f0aaa7 lib/components/product_grid.dart | true | 200 | 1,185 | import 'package:flutter/material.dart';
import 'package:project_state_store/components/product_grid_item.dart';
import 'package:project_state_store/models/product_list.model.dart';
import 'package:project_state_store/models/products.model.dart';
import 'package:provider/provider.dart';
class ProductGrid extends Statel... | 2 |
Jictyvoo/TallyCounterFlutter | 18aac2b | lib/app/modules/tally_counter/pages/register_list/widgets/register_list_loader_widget.dart | Dart | www.github.com/Jictyvoo/TallyCounterFlutter/tree/main/lib/app/modules/tally_counter/pages/register_list/widgets/register_list_loader_widget.dart | https://raw.githubusercontent.com/Jictyvoo/TallyCounterFlutter/18aac2b/lib/app/modules/tally_counter/pages/register_list/widgets/register_list_loader_widget.dart | Jictyvoo/TallyCounterFlutter 18aac2b lib/app/modules/tally_counter/pages/register_list/widgets/register_list_loader_widget.dart | true | 200 | 2,054 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:tally_counter/app/core/domain/models/entities/counter_register.dart';
import 'package:tally_counter/app/modules/tally_counter/l10n/tally_counter_localizations.dart';
import '../register_list_store.dart';
import 'register_list_widget.dart';
... | 6 |
MohammedRiswan4400/cash-indo | 1e735aa | lib/view/dashboard/user_transaction/bloc/credit/credit_list_bloc.dart | Dart | www.github.com/MohammedRiswan4400/cash-indo/tree/main/lib/view/dashboard/user_transaction/bloc/credit/credit_list_bloc.dart | https://raw.githubusercontent.com/MohammedRiswan4400/cash-indo/1e735aa/lib/view/dashboard/user_transaction/bloc/credit/credit_list_bloc.dart | MohammedRiswan4400/cash-indo 1e735aa lib/view/dashboard/user_transaction/bloc/credit/credit_list_bloc.dart | true | 200 | 835 | import 'package:cash_indo/controller/db/credit_db/credit_db.dart';
import 'package:cash_indo/model/credit_model.dart';
import 'package:equatable/equatable.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
part 'credit_list_event.dart';
part 'credit_list_state.dart';
class CreditListBloc extends Bloc<CreditListE... | 3 |
zeyadelkholy/clean_arch_app | 88069bc | lib/presentation layer/reusable widgets/search_result_listview.dart | Dart | www.github.com/zeyadelkholy/clean_arch_app/tree/main/lib/presentation layer/reusable widgets/search_result_listview.dart | https://raw.githubusercontent.com/zeyadelkholy/clean_arch_app/88069bc/lib/presentation%20layer/reusable%20widgets/search_result_listview.dart | zeyadelkholy/clean_arch_app 88069bc lib/presentation layer/reusable widgets/search_result_listview.dart | true | 200 | 647 | // ignore_for_file: prefer_const_constructors
import 'package:flutter/cupertino.dart';
class SearchResultListView extends StatelessWidget {
const SearchResultListView({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return ListView.builder(
// physics: const NeverScrolla... | 7 |
furkanansn/influlanceinsta | 8a074f7 | lib/network/ExampleInstagramApi.dart | Dart | www.github.com/furkanansn/influlanceinsta/tree/main/lib/network/ExampleInstagramApi.dart | https://raw.githubusercontent.com/furkanansn/influlanceinsta/8a074f7/lib/network/ExampleInstagramApi.dart | furkanansn/influlanceinsta 8a074f7 lib/network/ExampleInstagramApi.dart | true | 200 | 279 | import 'dart:developer';
import 'package:http/http.dart' as http;
class ExampleInstagramApi{
Future<String> exampleInstagramApi() async{
final response = await http.get(Uri.parse("https://www.instagram.com/hilmicantas/?__a=1"));
return response.body.toString();
}
} | 4 |
cylonix/tailchat | 0e20a69 | lib/models/friends.dart | Dart | www.github.com/cylonix/tailchat/tree/main/lib/models/friends.dart | https://raw.githubusercontent.com/cylonix/tailchat/0e20a69/lib/models/friends.dart | cylonix/tailchat 0e20a69 lib/models/friends.dart | true | 200 | 1,020 | // Copyright (c) EZBLOCK Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
import 'friend_info.dart';
import 'friend_request_info.dart';
class Friends {
List<FriendRequestInfo>? friendRequestList;
List<FriendInfo>? friendList;
Friends({
this.friendRequestList,
this.friendList,
});
factory Frien... | 0 |
monelarico/crud-profile | 8f6eeb3 | lib/controllers/profile_controller.dart | Dart | www.github.com/monelarico/crud-profile/tree/main/lib/controllers/profile_controller.dart | https://raw.githubusercontent.com/monelarico/crud-profile/8f6eeb3/lib/controllers/profile_controller.dart | monelarico/crud-profile 8f6eeb3 lib/controllers/profile_controller.dart | true | 200 | 1,554 | // lib/controllers/profile_controller.dart
import 'package:get/get.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import '../models/user_model.dart';
class ProfileController extends GetxController {
final FirebaseFirestore _firestore = FirebaseFirestore.instance;
// Variabel Rx untuk profil penggun... | 2 |
active4web/sehathallak | b3283e6 | lib/modules/forms/wool_shearing_services_screen.dart | Dart | www.github.com/active4web/sehathallak/tree/main/lib/modules/forms/wool_shearing_services_screen.dart | https://raw.githubusercontent.com/active4web/sehathallak/b3283e6/lib/modules/forms/wool_shearing_services_screen.dart | active4web/sehathallak b3283e6 lib/modules/forms/wool_shearing_services_screen.dart | true | 200 | 13,952 | import 'package:easy_localization/src/public_ext.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:se7a_7alalk/cubits/home_cubit/app_cubit.dart';
import 'package:se7a_7alalk/cubits/home_cubit/app_states.dart';
import 'package:se7a_7alalk/model/service_model.... | 5 |
shagormahamud93/inventual_saas_flutter | 3f3a51d | lib/src/presentation/widgets/label_text/custom_label_text.dart | Dart | www.github.com/shagormahamud93/inventual_saas_flutter/tree/main/lib/src/presentation/widgets/label_text/custom_label_text.dart | https://raw.githubusercontent.com/shagormahamud93/inventual_saas_flutter/3f3a51d/lib/src/presentation/widgets/label_text/custom_label_text.dart | shagormahamud93/inventual_saas_flutter 3f3a51d lib/src/presentation/widgets/label_text/custom_label_text.dart | true | 200 | 1,142 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:inventual_saas/src/utils/contstants.dart';
class CustomLabelText extends StatelessWidget {
final String text;
final double fontSize;
final Color color;
final FontWeight fontWeight;
final bool ... | 6 |
Mitsuha/cinema | 2725ab4 | lib/components/player/components/progress_bar.dart | Dart | www.github.com/Mitsuha/cinema/tree/main/lib/components/player/components/progress_bar.dart | https://raw.githubusercontent.com/Mitsuha/cinema/2725ab4/lib/components/player/components/progress_bar.dart | Mitsuha/cinema 2725ab4 lib/components/player/components/progress_bar.dart | true | 200 | 1,735 | import 'package:flutter/material.dart';
import 'package:flutter/scheduler.dart';
import 'package:provider/provider.dart';
import '../controller.dart';
class VideoProgressBar extends StatefulWidget {
final Duration? current;
final Duration? max;
const VideoProgressBar({this.max, this.current, Key? key}) : super... | 1 |
Ivan-Goncharov/expensive_tracker | b9cbb96 | lib/units/create_expense/components/operation_category/cubit/operation_category_state.dart | Dart | www.github.com/Ivan-Goncharov/expensive_tracker/tree/main/lib/units/create_expense/components/operation_category/cubit/operation_category_state.dart | https://raw.githubusercontent.com/Ivan-Goncharov/expensive_tracker/b9cbb96/lib/units/create_expense/components/operation_category/cubit/operation_category_state.dart | Ivan-Goncharov/expensive_tracker b9cbb96 lib/units/create_expense/components/operation_category/cubit/operation_category_state.dart | true | 200 | 545 | part of 'operation_category_cubit.dart';
abstract class OperationCategoryState extends Equatable {
const OperationCategoryState();
@override
List<Object> get props => [];
}
class OperationCategoryInitial extends OperationCategoryState {}
class OperationChangeCategoryState extends OperationCategoryState {
fi... | 7 |
NewFit/NewFit-App | 2f0ec72 | lib/app/data/model/json_models/json_datetime_converter.dart | Dart | www.github.com/NewFit/NewFit-App/tree/main/lib/app/data/model/json_models/json_datetime_converter.dart | https://raw.githubusercontent.com/NewFit/NewFit-App/2f0ec72/lib/app/data/model/json_models/json_datetime_converter.dart | NewFit/NewFit-App 2f0ec72 lib/app/data/model/json_models/json_datetime_converter.dart | true | 200 | 390 | import 'package:intl/intl.dart';
import 'package:json_annotation/json_annotation.dart';
class DateTimeConverter implements JsonConverter<DateTime, String> {
const DateTimeConverter();
@override
DateTime fromJson(String json) {
return DateTime.parse(json);
}
@override
String toJson(DateTime dateTime) ... | 4 |
ToniIvankovic/codey | 37385e4 | codey/lib/widgets/creator/exercise/exercise_creation_SCW_component.dart | Dart | www.github.com/ToniIvankovic/codey/tree/main/codey/lib/widgets/creator/exercise/exercise_creation_SCW_component.dart | https://raw.githubusercontent.com/ToniIvankovic/codey/37385e4/codey/lib/widgets/creator/exercise/exercise_creation_SCW_component.dart | ToniIvankovic/codey 37385e4 codey/lib/widgets/creator/exercise/exercise_creation_SCW_component.dart | true | 200 | 5,760 | // ignore_for_file: file_names
import 'package:codey/models/entities/exercise.dart';
import 'package:codey/models/entities/exercise_SCW.dart';
import 'package:codey/widgets/creator/exercise/exercise_creation_component.dart';
import 'package:flutter/material.dart';
class ExerciseCreationSCWComponent extends ExerciseCr... | 3 |
defNumb/runtime_error | d5d2145 | lib/models/dog_api_model.dart | Dart | www.github.com/defNumb/runtime_error/tree/main/lib/models/dog_api_model.dart | https://raw.githubusercontent.com/defNumb/runtime_error/d5d2145/lib/models/dog_api_model.dart | defNumb/runtime_error d5d2145 lib/models/dog_api_model.dart | true | 200 | 2,748 | class DogBreed {
DogBreed({
this.altNames,
this.experimental,
this.hairless,
this.hypoallergenic,
this.id,
this.lifeSpan,
required this.name,
this.natural,
this.origin,
this.rare,
this.referenceImageId,
this.rex,
this.shortLegs,
this.suppressedTail,
this.tem... | 0 |
devmhsagar/qr_code_scanner | d5f1038 | lib/scan_qr_code.dart | Dart | www.github.com/devmhsagar/qr_code_scanner/tree/main/lib/scan_qr_code.dart | https://raw.githubusercontent.com/devmhsagar/qr_code_scanner/d5f1038/lib/scan_qr_code.dart | devmhsagar/qr_code_scanner d5f1038 lib/scan_qr_code.dart | true | 200 | 4,285 | import 'package:flutter/material.dart';
import 'package:mobile_scanner/mobile_scanner.dart';
import 'package:qr_code_scanner/result_screen.dart';
import 'package:qr_scanner_overlay/qr_scanner_overlay.dart';
const bgColor = Color(0xfffafafa);
class ScanQrCode extends StatefulWidget {
const ScanQrCode({Key? key}) : s... | 6 |
FathimaShums/sem_one_mobile_app_assignment | 7756437 | lib/models/FoodItem.dart | Dart | www.github.com/FathimaShums/sem_one_mobile_app_assignment/tree/main/lib/models/FoodItem.dart | https://raw.githubusercontent.com/FathimaShums/sem_one_mobile_app_assignment/7756437/lib/models/FoodItem.dart | FathimaShums/sem_one_mobile_app_assignment 7756437 lib/models/FoodItem.dart | true | 200 | 1,004 | class FoodItem {
int _id;
String _title;
String _description;
String _detailedDescription;
String _image;
double _price;
String _ItsCategory;
FoodItem(this._id, this._title, this._description, this._detailedDescription,
this._image, this._price, this._ItsCategory);
int get id => _id;
set id(... | 5 |
omarabdalhamid44/tourify | e7ace24 | lib/databaseManage/DatabasePlaceOfEntertainment.dart | Dart | www.github.com/omarabdalhamid44/tourify/tree/main/lib/databaseManage/DatabasePlaceOfEntertainment.dart | https://raw.githubusercontent.com/omarabdalhamid44/tourify/e7ace24/lib/databaseManage/DatabasePlaceOfEntertainment.dart | omarabdalhamid44/tourify e7ace24 lib/databaseManage/DatabasePlaceOfEntertainment.dart | true | 200 | 866 | import 'dart:async';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
class DatabasePlaceO... | 1 |
DevarshDhmeilya/sqflite | d64b83a | lib/screen/homescreen.dart | Dart | www.github.com/DevarshDhmeilya/sqflite/tree/main/lib/screen/homescreen.dart | https://raw.githubusercontent.com/DevarshDhmeilya/sqflite/d64b83a/lib/screen/homescreen.dart | DevarshDhmeilya/sqflite d64b83a lib/screen/homescreen.dart | true | 200 | 515 | import 'package:flutter/material.dart';
class homescreen extends StatefulWidget {
const homescreen({super.key});
@override
State<homescreen> createState() => _homescreenState();
}
class _homescreenState extends State<homescreen> {
@override
Widget build(BuildContext context) {
return Scaffold(
... | 3 |
amrilrisman/MovieKu | 309b2bb | features/home/test/presentation/bloc/popular_movie_bloc_test.dart | Dart | www.github.com/amrilrisman/MovieKu/tree/main/features/home/test/presentation/bloc/popular_movie_bloc_test.dart | https://raw.githubusercontent.com/amrilrisman/MovieKu/309b2bb/features/home/test/presentation/bloc/popular_movie_bloc_test.dart | amrilrisman/MovieKu 309b2bb features/home/test/presentation/bloc/popular_movie_bloc_test.dart | true | 200 | 2,211 | import 'dart:convert';
import 'package:core/data/models/movie_model.dart';
import 'package:core/utils/failure.dart';
import 'package:dartz/dartz.dart';
import 'package:bloc_test/bloc_test.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:home/domain/use_case/move_popular_usecase.dart';
import 'pa... | 4 |
Edu09campos/money_call_mobile | c807d60 | lib/models/transaction.dart | Dart | www.github.com/Edu09campos/money_call_mobile/tree/main/lib/models/transaction.dart | https://raw.githubusercontent.com/Edu09campos/money_call_mobile/c807d60/lib/models/transaction.dart | Edu09campos/money_call_mobile c807d60 lib/models/transaction.dart | true | 200 | 2,121 | const String tableTransactions = "transactions";
class TransactionFields {
static final List<String> values = [
id,
amount,
isExpense,
category,
description,
createdTime
];
static const String id = "_id";
static const String amount = "amount";
static const String isExpense = "isExpen... | 0 |
Ibrahim-Omran/digiflay-task | 66ee059 | lib/core/utils/commons.dart | Dart | www.github.com/Ibrahim-Omran/digiflay-task/tree/main/lib/core/utils/commons.dart | https://raw.githubusercontent.com/Ibrahim-Omran/digiflay-task/66ee059/lib/core/utils/commons.dart | Ibrahim-Omran/digiflay-task 66ee059 lib/core/utils/commons.dart | true | 200 | 686 | import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'app_colors.dart';
// Toast ..
void showToast({
required String message,
required ToastState state,
}){
Fluttertoast.showToast(
msg: message,
toastLength: Toast.LENGTH_LONG,
gravity: ToastGravity.CENTE... | 7 |
jundalisay/todo_mobile | 01f0ff5 | lib/main.dart | Dart | www.github.com/jundalisay/todo_mobile/tree/main/lib/main.dart | https://raw.githubusercontent.com/jundalisay/todo_mobile/01f0ff5/lib/main.dart | jundalisay/todo_mobile 01f0ff5 lib/main.dart | true | 200 | 604 | import 'package:flutter/material.dart';
import 'package:todomob/screens/register.dart';
import 'package:todomob/screens/home.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return... | 5 |
martinpelli/flutter_chat_app | f64e9c2 | lib/screens/register_screen.dart | Dart | www.github.com/martinpelli/flutter_chat_app/tree/main/lib/screens/register_screen.dart | https://raw.githubusercontent.com/martinpelli/flutter_chat_app/f64e9c2/lib/screens/register_screen.dart | martinpelli/flutter_chat_app f64e9c2 lib/screens/register_screen.dart | true | 200 | 3,371 | import 'package:flutter/material.dart';
import 'package:flutter_chat_app/helpers/error_alert.dart';
import 'package:flutter_chat_app/services/auth_service.dart';
import 'package:flutter_chat_app/widgets/custom_input.dart';
import 'package:flutter_chat_app/widgets/primary_button.dart';
import 'package:provider/provider.... | 1 |
MarKarl30/UTS_MobileProg | 4e7af51 | lib/profile/editprofile.dart | Dart | www.github.com/MarKarl30/UTS_MobileProg/tree/main/lib/profile/editprofile.dart | https://raw.githubusercontent.com/MarKarl30/UTS_MobileProg/4e7af51/lib/profile/editprofile.dart | MarKarl30/UTS_MobileProg 4e7af51 lib/profile/editprofile.dart | true | 200 | 5,834 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
class EditProfilePage extends StatefulWidget {
const EditProfilePage({Key? key}) : super(key: key);
@override
_EditProfilePageState createState() => _EditProfilePageS... | 3 |
Yongjun-Han/THE_DUST | e496a2b | the_dust/lib/layouts/default_layout.dart | Dart | www.github.com/Yongjun-Han/THE_DUST/tree/main/the_dust/lib/layouts/default_layout.dart | https://raw.githubusercontent.com/Yongjun-Han/THE_DUST/e496a2b/the_dust/lib/layouts/default_layout.dart | Yongjun-Han/THE_DUST e496a2b the_dust/lib/layouts/default_layout.dart | true | 200 | 1,487 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:the_dust/const/color/colors.dart';
class DefaultLayout extends StatelessWidget {
final Widget child;
final Color? bgColor;
final String? title;
final Widget? bottomNavigationBar;
const DefaultLayout({
require... | 2 |
H3x4-Dec1m4l/expenses_project | 78279bf | lib/Components/transaction_form.dart | Dart | www.github.com/H3x4-Dec1m4l/expenses_project/tree/main/lib/Components/transaction_form.dart | https://raw.githubusercontent.com/H3x4-Dec1m4l/expenses_project/78279bf/lib/Components/transaction_form.dart | H3x4-Dec1m4l/expenses_project 78279bf lib/Components/transaction_form.dart | true | 200 | 3,902 | import 'package:intl/intl.dart';
import 'package:flutter/material.dart';
class TransactionForm extends StatefulWidget {
final void Function(String, double, DateTime) onSubmit;
TransactionForm(this.onSubmit);
@override
State<TransactionForm> createState() => _TransactionFormState();
}
class _TransactionForm... | 6 |
rzf-web/rzf-canvasing-sirwal | 9be7562 | lib/view/navigation/widget/blur_layer.dart | Dart | www.github.com/rzf-web/rzf-canvasing-sirwal/tree/main/lib/view/navigation/widget/blur_layer.dart | https://raw.githubusercontent.com/rzf-web/rzf-canvasing-sirwal/9be7562/lib/view/navigation/widget/blur_layer.dart | rzf-web/rzf-canvasing-sirwal 9be7562 lib/view/navigation/widget/blur_layer.dart | true | 200 | 1,127 | import 'dart:ui';
import 'package:flutter/material.dart';
class BlurLayer extends StatelessWidget {
final double height;
final double width;
final bool show;
final Function()? onEnd;
const BlurLayer({
super.key,
required this.height,
required this.width,
required this.show,
this.onEnd,
... | 4 |
albinrk10/Chat_Gemini_App | 806c627 | lib/config/helpers/get_gemini.dart | Dart | www.github.com/albinrk10/Chat_Gemini_App/tree/main/lib/config/helpers/get_gemini.dart | https://raw.githubusercontent.com/albinrk10/Chat_Gemini_App/806c627/lib/config/helpers/get_gemini.dart | albinrk10/Chat_Gemini_App 806c627 lib/config/helpers/get_gemini.dart | true | 200 | 886 | import 'dart:developer';
import 'package:dio/dio.dart';
import 'package:yes_no_app/infrastructure/models/gemini_model.dart';
class GetYesNoAnswer {
final _dio = Dio(); // Inicializa una nueva instancia de Dio
Future getAnswer(String question) async {
// Realiza una solicitud GET a la URL proporcionada y pasa... | 0 |
shizzleclover/Stroll-UI-Task-I | 0d2c20b | stroll/lib/main.dart | Dart | www.github.com/shizzleclover/Stroll-UI-Task-I/tree/main/stroll/lib/main.dart | https://raw.githubusercontent.com/shizzleclover/Stroll-UI-Task-I/0d2c20b/stroll/lib/main.dart | shizzleclover/Stroll-UI-Task-I 0d2c20b stroll/lib/main.dart | true | 200 | 675 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:stroll/Core/Router/app_router.dart';
import './Core/Router/router.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget bu... | 7 |
tylergroat/Recipeal | d1f41f4 | food_for_thought/lib/user-interface/nav-bar/feed_page.dart | Dart | www.github.com/tylergroat/Recipeal/tree/main/food_for_thought/lib/user-interface/nav-bar/feed_page.dart | https://raw.githubusercontent.com/tylergroat/Recipeal/d1f41f4/food_for_thought/lib/user-interface/nav-bar/feed_page.dart | tylergroat/Recipeal d1f41f4 food_for_thought/lib/user-interface/nav-bar/feed_page.dart | true | 200 | 15,962 | import 'dart:async';
import 'package:firebase_database/firebase_database.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:food_for_thought/classes/recipe_class.dart';
import 'package:food_for_th... | 1 |
shrekle/the_janitorial | 208f836 | lib/features/auth/presentation/login_screen/login/elements/build_primary_button.dart | Dart | www.github.com/shrekle/the_janitorial/tree/main/lib/features/auth/presentation/login_screen/login/elements/build_primary_button.dart | https://raw.githubusercontent.com/shrekle/the_janitorial/208f836/lib/features/auth/presentation/login_screen/login/elements/build_primary_button.dart | shrekle/the_janitorial 208f836 lib/features/auth/presentation/login_screen/login/elements/build_primary_button.dart | true | 200 | 673 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:the_janitorial/providers/auth_provider.dart';
class BuildPrimaryButton extends StatelessWidget {
const BuildPrimaryButton({
super.key,
required this.authVM,
required this.formKey,
required this.text,
})... | 3 |
yusefHajeb/University-App | d2e0a94 | lib/features/AllFeatures/domain/usecase/library_usecase/curse_usecase.dart | Dart | www.github.com/yusefHajeb/University-App/tree/main/lib/features/AllFeatures/domain/usecase/library_usecase/curse_usecase.dart | https://raw.githubusercontent.com/yusefHajeb/University-App/d2e0a94/lib/features/AllFeatures/domain/usecase/library_usecase/curse_usecase.dart | yusefHajeb/University-App d2e0a94 lib/features/AllFeatures/domain/usecase/library_usecase/curse_usecase.dart | true | 200 | 436 | import 'package:dartz/dartz.dart';
import 'package:university/core/widget/header_bar.dart';
import '../../../../../core/error/failure.dart';
import '../../repositories/library_repositories/library_repository.dart';
class GetCoursesUsecase {
final LibraryRepository rerpository;
GetCoursesUsecase({required this.rer... | 5 |
MohamedKomi/kemet | 0cc9e62 | lib/features/camera/data/video_repo/video_repo.dart | Dart | www.github.com/MohamedKomi/kemet/tree/main/lib/features/camera/data/video_repo/video_repo.dart | https://raw.githubusercontent.com/MohamedKomi/kemet/0cc9e62/lib/features/camera/data/video_repo/video_repo.dart | MohamedKomi/kemet 0cc9e62 lib/features/camera/data/video_repo/video_repo.dart | true | 200 | 396 | import 'dart:io';
import 'package:dartz/dartz.dart';
import 'package:kemet/features/camera/data/info_monument_model/info_monument_model.dart';
import '../../../../core/errors/failure.dart';
abstract class VideoRepo {
Future<Either<Failures, Map<String, dynamic>>> fetchInfo(
File? image, String lan);
Futu... | 2 |
Johnson-OS/stroll | 558e899 | lib/widgets/cached_image.dart | Dart | www.github.com/Johnson-OS/stroll/tree/main/lib/widgets/cached_image.dart | https://raw.githubusercontent.com/Johnson-OS/stroll/558e899/lib/widgets/cached_image.dart | Johnson-OS/stroll 558e899 lib/widgets/cached_image.dart | true | 200 | 1,253 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:fade_shimmer/fade_shimmer.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:stroll/sugar.dart';
class CachedImage extends StatelessWidget {
const CachedImage({sup... | 6 |
francescaac190/movieapp | 2756bb9 | lib/providers/movies_provider.dart | Dart | www.github.com/francescaac190/movieapp/tree/main/lib/providers/movies_provider.dart | https://raw.githubusercontent.com/francescaac190/movieapp/2756bb9/lib/providers/movies_provider.dart | francescaac190/movieapp 2756bb9 lib/providers/movies_provider.dart | true | 200 | 2,849 | import 'dart:async';
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:movieapp/helpers/debouncer.dart';
import 'package:movieapp/models/credits.dart';
import 'package:movieapp/models/models.dart';
class MoviesProvider extends ChangeNotifier {
St... | 4 |
tuananhowo/Quiz-App-Flutter | 7f9a71c | lib/widgets/questions_summary_widget.dart | Dart | www.github.com/tuananhowo/Quiz-App-Flutter/tree/main/lib/widgets/questions_summary_widget.dart | https://raw.githubusercontent.com/tuananhowo/Quiz-App-Flutter/7f9a71c/lib/widgets/questions_summary_widget.dart | tuananhowo/Quiz-App-Flutter 7f9a71c lib/widgets/questions_summary_widget.dart | true | 200 | 2,585 | import 'package:flutter/material.dart';
import 'package:quiz_app_flutter/theme/colors.dart';
import 'package:quiz_app_flutter/theme/text_style.dart';
class QuestionsSummaryWidget extends StatelessWidget {
const QuestionsSummaryWidget(this.summaryData, {super.key});
final List<Map<String, Object>> summaryData;
@... | 0 |
yakitama5/korehosi | 0ee4aee | lib/app/domain/service/analytics_service.dart | Dart | www.github.com/yakitama5/korehosi/tree/main/lib/app/domain/service/analytics_service.dart | https://raw.githubusercontent.com/yakitama5/korehosi/0ee4aee/lib/app/domain/service/analytics_service.dart | yakitama5/korehosi 0ee4aee lib/app/domain/service/analytics_service.dart | true | 200 | 635 | import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'analytics_service.g.dart';
/// DI用 (依存性逆転のためドメイン層に定義)
@Riverpod(keepAlive: true)
AnalyticsService analyticsService(AnalyticsServiceRef ref) =>
// アプリ起動時 or テスト時に `override` することを前提に利用
throw UnimplementedError();
/// 分析に関するサービス
abstra... | 1 |
mohsinbehzad/BWT-Flutter | 383758b | Week 11/Final Project/social_media_app/lib/view/login_screen.dart | Dart | www.github.com/mohsinbehzad/BWT-Flutter/tree/main/Week 11/Final Project/social_media_app/lib/view/login_screen.dart | https://raw.githubusercontent.com/mohsinbehzad/BWT-Flutter/383758b/Week%2011/Final%20Project/social_media_app/lib/view/login_screen.dart | mohsinbehzad/BWT-Flutter 383758b Week 11/Final Project/social_media_app/lib/view/login_screen.dart | true | 200 | 4,882 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:social_media_app/components/button.dart';
import 'package:social_media_app/components/text_field.dart';
import 'package:social_media_app/view/home_screen.dart';
class LoginScreen extends StatefulWidget {
final ... | 3 |
kwiotos/github_lookup | 872bd5f | lib/features/repos/presentation/repo_pulls/route/repo_pulls_route.dart | Dart | www.github.com/kwiotos/github_lookup/tree/main/lib/features/repos/presentation/repo_pulls/route/repo_pulls_route.dart | https://raw.githubusercontent.com/kwiotos/github_lookup/872bd5f/lib/features/repos/presentation/repo_pulls/route/repo_pulls_route.dart | kwiotos/github_lookup 872bd5f lib/features/repos/presentation/repo_pulls/route/repo_pulls_route.dart | true | 200 | 366 | import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
import '../ui/repo_pulls_page.dart';
class RepoPullsRoute extends GoRouteData {
final String owner;
final String repo;
const RepoPullsRoute(this.owner, this.repo);
@override
Widget build(BuildContext context, GoRouterState ... | 7 |
furkanak47/Mobil_proje_gym_takip | cf5d5c2 | lib/ekranlar/ana_ekran.dart | Dart | www.github.com/furkanak47/Mobil_proje_gym_takip/tree/main/lib/ekranlar/ana_ekran.dart | https://raw.githubusercontent.com/furkanak47/Mobil_proje_gym_takip/cf5d5c2/lib/ekranlar/ana_ekran.dart | furkanak47/Mobil_proje_gym_takip cf5d5c2 lib/ekranlar/ana_ekran.dart | true | 200 | 3,038 | import 'package:flutter/material.dart';
import 'egzersiz_ekrani.dart';
import 'besin_ekrani.dart';
import 'profil_ekrani.dart';
class AnaEkran extends StatefulWidget {
const AnaEkran({super.key});
@override
State<AnaEkran> createState() => _AnaEkranState();
}
class _AnaEkranState extends State<AnaEkran> {
in... | 2 |
tpomhdd/notebook | 628a6bd | lib/Screen/NotebookScreenPage.dart | Dart | www.github.com/tpomhdd/notebook/tree/main/lib/Screen/NotebookScreenPage.dart | https://raw.githubusercontent.com/tpomhdd/notebook/628a6bd/lib/Screen/NotebookScreenPage.dart | tpomhdd/notebook 628a6bd lib/Screen/NotebookScreenPage.dart | true | 200 | 4,845 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:flutter/material.dart';
import '../services/PrintService.dart';
import 'BarcodeSlider.dart';
class NotebookScreenPage extends StatefulWidget {
final String id;
final String count;
const Notebook... | 4 |
Hipal13/Phone_Auth_Firebase | c075a32 | lib/Screens/Homepage.dart | Dart | www.github.com/Hipal13/Phone_Auth_Firebase/tree/main/lib/Screens/Homepage.dart | https://raw.githubusercontent.com/Hipal13/Phone_Auth_Firebase/c075a32/lib/Screens/Homepage.dart | Hipal13/Phone_Auth_Firebase c075a32 lib/Screens/Homepage.dart | true | 200 | 1,215 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:phone_auth/Screens/OnBoadingPage.dart';
import 'package:phone_auth/Controller/auth_controller.dart';
class Homepage extends StatefulWidget {
const Homepage({super.key});
@override
State<Homepage> createState() => _H... | 0 |
firstquarterlee/flutter-mask | 6da5f9c | lib/ui/view/main_page.dart | Dart | www.github.com/firstquarterlee/flutter-mask/tree/main/lib/ui/view/main_page.dart | https://raw.githubusercontent.com/firstquarterlee/flutter-mask/6da5f9c/lib/ui/view/main_page.dart | firstquarterlee/flutter-mask 6da5f9c lib/ui/view/main_page.dart | true | 200 | 2,629 | import 'package:flutter/material.dart';
import 'package:flutter_mask/model/store.dart';
import 'package:flutter_mask/viewmodel/store_model.dart';
import 'package:provider/provider.dart';
class MainPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
final storeModel = Provider.of<Stor... | 5 |
role-pi/app | cf0ba56 | lib/features/new_item/repository/new_item_repository.dart | Dart | www.github.com/role-pi/app/tree/main/lib/features/new_item/repository/new_item_repository.dart | https://raw.githubusercontent.com/role-pi/app/cf0ba56/lib/features/new_item/repository/new_item_repository.dart | role-pi/app cf0ba56 lib/features/new_item/repository/new_item_repository.dart | true | 200 | 647 | import 'dart:convert';
import 'package:role/models/item.dart';
import 'package:role/shared/utils/api.dart';
import 'package:role/shared/utils/api_status.dart';
class NewItemRepository {
Future<int?> postItem(Item item) async {
try {
var response = await API()
.request(endpoint: "item", method: ... | 1 |
moyeenhaider3/news-app | 4fd1f54 | lib/di.dart | Dart | www.github.com/moyeenhaider3/news-app/tree/main/lib/di.dart | https://raw.githubusercontent.com/moyeenhaider3/news-app/4fd1f54/lib/di.dart | moyeenhaider3/news-app 4fd1f54 lib/di.dart | true | 200 | 771 | import 'package:app/data/news_api.dart';
import 'package:app/presentation/blocs/feed/feed_cubit.dart';
import 'package:app/presentation/blocs/filter/filter_cubit.dart';
import 'package:app/presentation/blocs/news_source/news_source_cubit.dart';
import 'package:app/presentation/blocs/search/search_cubit.dart';
import 'p... | 3 |
aapjob-developers/aapjob | a94d7c7 | lib/providers/cities_provider.dart | Dart | www.github.com/aapjob-developers/aapjob/tree/main/lib/providers/cities_provider.dart | https://raw.githubusercontent.com/aapjob-developers/aapjob/a94d7c7/lib/providers/cities_provider.dart | aapjob-developers/aapjob a94d7c7 lib/providers/cities_provider.dart | true | 200 | 2,369 |
import 'dart:convert';
import 'package:Aap_job/data/respository/jobcity_repo.dart';
import 'package:Aap_job/models/CitiesModel.dart';
import 'package:flutter/material.dart';
import 'package:Aap_job/data/respository/ads_repo.dart';
import 'package:Aap_job/helper/api_checker.dart';
import 'package:Aap_job/models/adsMode... | 6 |
PhyoThihaWin/the-movie-app | d04616f | lib/blocs/home_bloc.dart | Dart | www.github.com/PhyoThihaWin/the-movie-app/tree/main/lib/blocs/home_bloc.dart | https://raw.githubusercontent.com/PhyoThihaWin/the-movie-app/d04616f/lib/blocs/home_bloc.dart | PhyoThihaWin/the-movie-app d04616f lib/blocs/home_bloc.dart | true | 200 | 2,575 | import 'package:flutter/cupertino.dart';
import '../data/models/movie_model.dart';
import '../data/models/movie_model_impl.dart';
import '../data/vos/actor_vo.dart';
import '../data/vos/genre_vo.dart';
import '../data/vos/movie_vo.dart';
class HomeBloc extends ChangeNotifier {
/// State variables
List<MovieVO>? g... | 7 |
davidmisheal/Matching-App | f229622 | lib/main.dart | Dart | www.github.com/davidmisheal/Matching-App/tree/main/lib/main.dart | https://raw.githubusercontent.com/davidmisheal/Matching-App/f229622/lib/main.dart | davidmisheal/Matching-App f229622 lib/main.dart | true | 200 | 1,637 | import 'dart:math';
import 'package:flutter/material.dart';
void main() {
runApp(MaterialApp(
home: Scaffold(
appBar: AppBar(
title: const Text("Match"),
backgroundColor: Colors.amber,
),
body: ImagePage(),
),
));
}
class ImagePage extends StatefulWidget {
const ImagePa... | 2 |
naimulhassan2001/google-search-by-place | 62b53ca | lib/view/screen/google_map_screen.dart | Dart | www.github.com/naimulhassan2001/google-search-by-place/tree/main/lib/view/screen/google_map_screen.dart | https://raw.githubusercontent.com/naimulhassan2001/google-search-by-place/62b53ca/lib/view/screen/google_map_screen.dart | naimulhassan2001/google-search-by-place 62b53ca lib/view/screen/google_map_screen.dart | true | 200 | 649 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import '../../controller/google_map_controller.dart';
import '../component/google_map.dart';
class GoogleMapScreen extends StatelessWidget {
GoogleMapScreen({super.key});
ShowGoogleMapController controller = Get.put(ShowGoogleMapController())... | 0 |
gtmcris/CATAL-WASTE | 14e877a | lib/user/user_schedule/user_schedule.dart | Dart | www.github.com/gtmcris/CATAL-WASTE/tree/main/lib/user/user_schedule/user_schedule.dart | https://raw.githubusercontent.com/gtmcris/CATAL-WASTE/14e877a/lib/user/user_schedule/user_schedule.dart | gtmcris/CATAL-WASTE 14e877a lib/user/user_schedule/user_schedule.dart | true | 200 | 5,920 | import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:login/user/user_schedule/booking/category_quantity.dart';
import 'package:login/user/user_schedule/new_address/u_s_newaddress.dart';
import 'package:login/use... | 5 |
IftekharulAlam/garments_app | c28c3f7 | lib/view/khatiyan/khatiyan_view.dart | Dart | www.github.com/IftekharulAlam/garments_app/tree/main/lib/view/khatiyan/khatiyan_view.dart | https://raw.githubusercontent.com/IftekharulAlam/garments_app/c28c3f7/lib/view/khatiyan/khatiyan_view.dart | IftekharulAlam/garments_app c28c3f7 lib/view/khatiyan/khatiyan_view.dart | true | 200 | 5,829 | // ignore_for_file: must_be_immutable
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:garments_app/controller/garmentsApp.dart';
import 'package:garments_app/model/khatiyan.dart';
import 'package:http/http.dart' as http;
class KhatiyanViewPage extends StatefulWidget {
String khatiy... | 4 |
sanjayjoseph33/netflix | 3e6879c | lib/view/splash_screen/splash_screen.dart | Dart | www.github.com/sanjayjoseph33/netflix/tree/main/lib/view/splash_screen/splash_screen.dart | https://raw.githubusercontent.com/sanjayjoseph33/netflix/3e6879c/lib/view/splash_screen/splash_screen.dart | sanjayjoseph33/netflix 3e6879c lib/view/splash_screen/splash_screen.dart | true | 200 | 1,210 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:netflix/utils/color_constants.dart';
import 'package:netflix/utils/image_constants.dart';
import 'package:netflix/view/user_name_screen/user_name_screen.dart';
class SplashScreen extends StatefulWidget {
const SplashScreen({super.key});
... | 1 |
cinaryusufiu/hygieneapp | 9c40bf3 | lib/context/home/view/home_view.dart | Dart | www.github.com/cinaryusufiu/hygieneapp/tree/main/lib/context/home/view/home_view.dart | https://raw.githubusercontent.com/cinaryusufiu/hygieneapp/9c40bf3/lib/context/home/view/home_view.dart | cinaryusufiu/hygieneapp 9c40bf3 lib/context/home/view/home_view.dart | true | 200 | 1,574 | import 'package:flutter/material.dart';
import 'package:hygieneapp/context/home/view/Category/most_popular_view.dart';
import '../models/home_section_title_model.dart';
import 'Category/distance_view.dart';
import 'Category/section_view.dart';
class HomeView extends StatelessWidget {
const HomeView({super.key});
... | 3 |
Android-Advanced/Frontend | 25ac00a | lib/screens/review_screen.dart | Dart | www.github.com/Android-Advanced/Frontend/tree/main/lib/screens/review_screen.dart | https://raw.githubusercontent.com/Android-Advanced/Frontend/25ac00a/lib/screens/review_screen.dart | Android-Advanced/Frontend 25ac00a lib/screens/review_screen.dart | true | 200 | 9,328 | import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
class ReviewScreen extends StatefulWidget {
final String chatRoomId;
ReviewScreen({required this.chatRoomId}); // chatRoomId를 받는 생성자 추가
@override
_ReviewScreenState... | 7 |
atifbosan/my_firebase_auth_app | 6c10065 | lib/screens/dashbaord/my_home.dart | Dart | www.github.com/atifbosan/my_firebase_auth_app/tree/main/lib/screens/dashbaord/my_home.dart | https://raw.githubusercontent.com/atifbosan/my_firebase_auth_app/6c10065/lib/screens/dashbaord/my_home.dart | atifbosan/my_firebase_auth_app 6c10065 lib/screens/dashbaord/my_home.dart | true | 200 | 4,995 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:flutter_fire/screens/addtask/add_task_screen.dart';
import 'package:flutter_fire/screens/profile/profile_screen.dart';
import 'package:flutter_fire/screens/up... | 2 |
savagenur/leyli_travel_mozz | ce2e2b0 | lib/views/main_page/search_tour/search_tour_page.dart | Dart | www.github.com/savagenur/leyli_travel_mozz/tree/main/lib/views/main_page/search_tour/search_tour_page.dart | https://raw.githubusercontent.com/savagenur/leyli_travel_mozz/ce2e2b0/lib/views/main_page/search_tour/search_tour_page.dart | savagenur/leyli_travel_mozz ce2e2b0 lib/views/main_page/search_tour/search_tour_page.dart | true | 200 | 17,789 | import 'package:auto_route/auto_route.dart';
import 'package:calendar_date_picker2/calendar_date_picker2.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:leyli_travel_mozz/app/dimension/design_dimension.dart';
import 'package:leyli_travel_mozz/app/router/app_router.dart';... | 6 |
Borokoro/people_management | fe87cf5 | lib/main.dart | Dart | www.github.com/Borokoro/people_management/tree/main/lib/main.dart | https://raw.githubusercontent.com/Borokoro/people_management/fe87cf5/lib/main.dart | Borokoro/people_management fe87cf5 lib/main.dart | true | 200 | 1,477 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:people_managment/features/groups/presentation/bloc/groups_bloc.dart';
import 'package:people_managment/features/people/presentation/bloc/people_bloc.dart';
import 'package:peo... | 5 |
27thstein/expenses_app | a89eec3 | lib/main.dart | Dart | www.github.com/27thstein/expenses_app/tree/main/lib/main.dart | https://raw.githubusercontent.com/27thstein/expenses_app/a89eec3/lib/main.dart | 27thstein/expenses_app a89eec3 lib/main.dart | true | 200 | 856 | // import 'package:firebase_core/firebase_core.dart';
import 'package:expenses_app/features/Auth/repositories/auth_repository.dart';
import 'package:expenses_app/features/Home/repositories/user_data_repository.dart';
import 'package:flutter/material.dart';
import 'package:flutter_secure_storage/flutter_secure_storage.d... | 0 |
mnengineer/roadmap | e29d79c | lib/presentation/widgets/modals/roadmap_modal_bottom_sheet.dart | Dart | www.github.com/mnengineer/roadmap/tree/main/lib/presentation/widgets/modals/roadmap_modal_bottom_sheet.dart | https://raw.githubusercontent.com/mnengineer/roadmap/e29d79c/lib/presentation/widgets/modals/roadmap_modal_bottom_sheet.dart | mnengineer/roadmap e29d79c lib/presentation/widgets/modals/roadmap_modal_bottom_sheet.dart | true | 200 | 5,130 | import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:roadmap/core/constants/colors.dart';
class RoadmapModalBottomSheet extends StatelessWidget {
const RoadmapModalBottomSheet({
super.key,
required this.titleController,
required this.descriptionController,
required... | 4 |
SaumoPal97/HealthRanger | ee26d2c | health_ranger_flutter/lib/widgets/task_tile.dart | Dart | www.github.com/SaumoPal97/HealthRanger/tree/main/health_ranger_flutter/lib/widgets/task_tile.dart | https://raw.githubusercontent.com/SaumoPal97/HealthRanger/ee26d2c/health_ranger_flutter/lib/widgets/task_tile.dart | SaumoPal97/HealthRanger ee26d2c health_ranger_flutter/lib/widgets/task_tile.dart | true | 200 | 527 | import 'package:flutter/material.dart';
class TaskTile extends StatelessWidget {
final String title;
final bool isDone;
final void Function(bool?) onChanged;
const TaskTile({
super.key,
required this.title,
required this.isDone,
required this.onChanged,
});
@override
Widget build(BuildC... | 1 |
essasabbagh/educatefy-flutter | 0b3e15a | lib/features/auth/providers/register_provider.dart | Dart | www.github.com/essasabbagh/educatefy-flutter/tree/main/lib/features/auth/providers/register_provider.dart | https://raw.githubusercontent.com/essasabbagh/educatefy-flutter/0b3e15a/lib/features/auth/providers/register_provider.dart | essasabbagh/educatefy-flutter 0b3e15a lib/features/auth/providers/register_provider.dart | true | 200 | 2,033 | import 'package:flutter/material.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:template/core/utils/snackbars.dart';
import 'package:template/providers/auth_provider.dart';
final registerProvider = ChangeNotifierProvider<RegisterNotifier>(
RegisterNotifier.new,
);
class RegisterNotifi... | 7 |
Dhicahya/final-point_of_sale | a219249 | lib/firebase_option.dart | Dart | www.github.com/Dhicahya/final-point_of_sale/tree/main/lib/firebase_option.dart | https://raw.githubusercontent.com/Dhicahya/final-point_of_sale/a219249/lib/firebase_option.dart | Dhicahya/final-point_of_sale a219249 lib/firebase_option.dart | true | 200 | 1,655 | import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
import 'package:flutter/foundation.dart'
show defaultTargetPlatform, TargetPlatform;
/// Default [FirebaseOptions] for use with your Firebase apps.
///
/// Example:
/// ```dart
/// import 'firebase_options.dart';
/// // ...
/// await Firebase.... | 2 |
Saqib-Mukkaram/um_media | dc6f65b | lib/Views/Rentals/RentalsCategoryList.dart | Dart | www.github.com/Saqib-Mukkaram/um_media/tree/main/lib/Views/Rentals/RentalsCategoryList.dart | https://raw.githubusercontent.com/Saqib-Mukkaram/um_media/dc6f65b/lib/Views/Rentals/RentalsCategoryList.dart | Saqib-Mukkaram/um_media dc6f65b lib/Views/Rentals/RentalsCategoryList.dart | true | 200 | 2,458 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:um_media/Models/Rentals.dart';
import 'package:um_media/Views/Rentals/RentalProductsDetails.dart';
class RentalsCategoryList extends StatelessWidget {
RentalsCategor... | 6 |
jsmrk/icare_tagum_app | 5f28bad | lib/views/write_sheet_screen.dart | Dart | www.github.com/jsmrk/icare_tagum_app/tree/main/lib/views/write_sheet_screen.dart | https://raw.githubusercontent.com/jsmrk/icare_tagum_app/5f28bad/lib/views/write_sheet_screen.dart | jsmrk/icare_tagum_app 5f28bad lib/views/write_sheet_screen.dart | true | 200 | 12,508 | // ignore_for_file: sized_box_for_whitespace, use_build_context_synchronously
import 'dart:io';
import 'package:firebase_storage/firebase_storage.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:icare_tagum_app/Services/saving_concern_services.dart';
import 'pac... | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.