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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
mousumi2002/Go4Life | 65d3251 | lib/main.dart | Dart | www.github.com/mousumi2002/Go4Life/tree/main/lib/main.dart | https://raw.githubusercontent.com/mousumi2002/Go4Life/65d3251/lib/main.dart | mousumi2002/Go4Life 65d3251 lib/main.dart | true | 200 | 1,321 | // ignore_for_file: prefer_const_constructors
import 'package:app_go/firebase_options.dart';
import 'package:app_go/pages/splash_screen.dart';
import 'package:app_go/provider/auth_provider.dart';
import 'package:app_go/provider/cart_provider.dart';
import 'package:app_go/provider/doctor_provider.dart';
import 'package... | 1 |
muhammadfariz123/PPB_Muhammad_Fariz_Nur_Hidayat_2211104069_SE-06-2 | c771d4e | 09_API_Perangkat_Keras/GUIDED/display_screen.dart | Dart | www.github.com/muhammadfariz123/PPB_Muhammad_Fariz_Nur_Hidayat_2211104069_SE-06-2/tree/main/09_API_Perangkat_Keras/GUIDED/display_screen.dart | https://raw.githubusercontent.com/muhammadfariz123/PPB_Muhammad_Fariz_Nur_Hidayat_2211104069_SE-06-2/c771d4e/09_API_Perangkat_Keras/GUIDED/display_screen.dart | muhammadfariz123/PPB_Muhammad_Fariz_Nur_Hidayat_2211104069_SE-06-2 c771d4e 09_API_Perangkat_Keras/GUIDED/display_screen.dart | true | 200 | 501 | import 'dart:io';
import 'package:flutter/material.dart';
class DisplayScreen extends StatelessWidget {
final String imagePath;
const DisplayScreen({
super.key,
required this.imagePath,
});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
... | 4 |
JoaoVictorRR-GitHub/Aplicativo-IPT | 9523e52 | lib/Area_Dados_Escolares/Janela_Situacao_Financeira.dart | Dart | www.github.com/JoaoVictorRR-GitHub/Aplicativo-IPT/tree/main/lib/Area_Dados_Escolares/Janela_Situacao_Financeira.dart | https://raw.githubusercontent.com/JoaoVictorRR-GitHub/Aplicativo-IPT/9523e52/lib/Area_Dados_Escolares/Janela_Situacao_Financeira.dart | JoaoVictorRR-GitHub/Aplicativo-IPT 9523e52 lib/Area_Dados_Escolares/Janela_Situacao_Financeira.dart | true | 200 | 5,307 | import 'package:flutter/material.dart';
import '../Fontes.dart' show mensagemVoltarDadosEscolares;
import '../Topicos.dart' show Topicos_DrawerAluno;
import '../WebView_URLs.dart' show WebViewApp, siteSituacaoFinanceira;
import '../Widgets_Padroes.dart';
import '../Area_Dados_Escolares/Dados_Pessoais/Janela_Dados_Pess... | 5 |
austinevick/job-task | bf5c95f | lib/screen/sections/portfolio_section.dart | Dart | www.github.com/austinevick/job-task/tree/main/lib/screen/sections/portfolio_section.dart | https://raw.githubusercontent.com/austinevick/job-task/bf5c95f/lib/screen/sections/portfolio_section.dart | austinevick/job-task bf5c95f lib/screen/sections/portfolio_section.dart | true | 200 | 1,562 | import 'package:flutter/material.dart';
import 'package:flutter_test_app/widget/portfolio_card.dart';
import '../../constants.dart';
class PortfolioSection extends StatelessWidget {
const PortfolioSection({super.key});
@override
Widget build(BuildContext context) {
return Material(
shape: OutlineIn... | 2 |
ahmedessam228/weather_app | 1dcf137 | lib/pages/home_page.dart | Dart | www.github.com/ahmedessam228/weather_app/tree/main/lib/pages/home_page.dart | https://raw.githubusercontent.com/ahmedessam228/weather_app/1dcf137/lib/pages/home_page.dart | ahmedessam228/weather_app 1dcf137 lib/pages/home_page.dart | true | 200 | 3,824 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:weather_app/models/weather_model.dart';
import 'package:weather_app/pages/search_page.dart';
import 'package:weather_app/provider/weather_provider.dart';
class HomeView extends StatefulWidget {
const HomeView({Key? key})... | 0 |
visit-me/visit_me | 386031b | lib/components/description_place.dart | Dart | www.github.com/visit-me/visit_me/tree/main/lib/components/description_place.dart | https://raw.githubusercontent.com/visit-me/visit_me/386031b/lib/components/description_place.dart | visit-me/visit_me 386031b lib/components/description_place.dart | true | 200 | 3,534 | import 'package:flutter/material.dart';
class DescriptionPlace extends StatelessWidget {
const DescriptionPlace({super.key});
@override
Widget build(BuildContext context) {
final description = Container(
margin: const EdgeInsets.only(
top: 20.0,
right: 20.0,
left: 20.0
),... | 7 |
a-b-sabbir/CRUD-SqfLite | 8cff753 | lib/main.dart | Dart | www.github.com/a-b-sabbir/CRUD-SqfLite/tree/main/lib/main.dart | https://raw.githubusercontent.com/a-b-sabbir/CRUD-SqfLite/8cff753/lib/main.dart | a-b-sabbir/CRUD-SqfLite 8cff753 lib/main.dart | true | 200 | 3,455 | import 'dart:html';
import 'package:flutter/material.dart';
import 'package:sqflite_crud/sqf_helper.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'SQFLite CRUD'... | 6 |
DaehunGwak/flutter-playground | edb460c | tiktok_clone/lib/features/video/video_preview_screen.dart | Dart | www.github.com/DaehunGwak/flutter-playground/tree/main/tiktok_clone/lib/features/video/video_preview_screen.dart | https://raw.githubusercontent.com/DaehunGwak/flutter-playground/edb460c/tiktok_clone/lib/features/video/video_preview_screen.dart | DaehunGwak/flutter-playground edb460c tiktok_clone/lib/features/video/video_preview_screen.dart | true | 200 | 2,594 | import 'dart:io';
import 'package:camera/camera.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:gal/gal.dart';
import 'package:tiktok_clone/features/video/view_models/upload_video_vi... | 1 |
AnairamGF/flutter_p2 | c27e2b7 | lib/screens/suma_screen.dart | Dart | www.github.com/AnairamGF/flutter_p2/tree/main/lib/screens/suma_screen.dart | https://raw.githubusercontent.com/AnairamGF/flutter_p2/c27e2b7/lib/screens/suma_screen.dart | AnairamGF/flutter_p2 c27e2b7 lib/screens/suma_screen.dart | true | 200 | 2,045 | import 'package:flutter/material.dart';
class Suma extends StatefulWidget {
const Suma({super.key});
@override
State<Suma> createState() => _SumaState();
}
class _SumaState extends State<Suma> {
//es la variable que se usa para los textfields
TextEditingController _numero1Controller = TextEditingController... | 5 |
nurdxulet/diploma_schedule | cb9eb76 | lib/features/home/presentation/widgets/custom_calendar_widget.dart | Dart | www.github.com/nurdxulet/diploma_schedule/tree/main/lib/features/home/presentation/widgets/custom_calendar_widget.dart | https://raw.githubusercontent.com/nurdxulet/diploma_schedule/cb9eb76/lib/features/home/presentation/widgets/custom_calendar_widget.dart | nurdxulet/diploma_schedule cb9eb76 lib/features/home/presentation/widgets/custom_calendar_widget.dart | true | 200 | 6,156 | // ignore_for_file: unrelated_type_equality_checks
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:schedule/core/extension/src/build_context.dart';
import 'package:schedule/core/resources/assets.gen.dart';
import 'package:schedule/core/resources/resources.dart';
import 'package... | 4 |
battalasiva/apartments_app_Flutter | d662699 | lib/screens/complaints/raise-complaint/bloc/raise_complaint_bloc.dart | Dart | www.github.com/battalasiva/apartments_app_Flutter/tree/main/lib/screens/complaints/raise-complaint/bloc/raise_complaint_bloc.dart | https://raw.githubusercontent.com/battalasiva/apartments_app_Flutter/d662699/lib/screens/complaints/raise-complaint/bloc/raise_complaint_bloc.dart | battalasiva/apartments_app_Flutter d662699 lib/screens/complaints/raise-complaint/bloc/raise_complaint_bloc.dart | true | 200 | 1,375 | import 'package:bloc/bloc.dart';
import 'package:equatable/equatable.dart';
import 'package:nivaas/data/models/complaints/admins_list_model.dart';
import 'package:nivaas/domain/repositories/complaints/admins_list_repository.dart';
import 'package:nivaas/domain/repositories/complaints/raise_complaint_repository.dart';
... | 3 |
itssabhishek/SignIn-Form_Flutter | cf6c858 | lib/src/mixins/validation_mixin.dart | Dart | www.github.com/itssabhishek/SignIn-Form_Flutter/tree/main/lib/src/mixins/validation_mixin.dart | https://raw.githubusercontent.com/itssabhishek/SignIn-Form_Flutter/cf6c858/lib/src/mixins/validation_mixin.dart | itssabhishek/SignIn-Form_Flutter cf6c858 lib/src/mixins/validation_mixin.dart | true | 200 | 450 | class ValidationMixin {
String? validateEmail(value) {
if (value == null) {
return 'Please enter some text';
}
if (!value.contains('@')) {
return 'Please enter a valid email';
}
return null;
}
String? validatePassword(value) {
if (value == null) {
return 'Please enter so... | 2 |
shmulikgazit/CarpoolApp | 06f6497 | lib/widgets/weekly_availability_widget.dart | Dart | www.github.com/shmulikgazit/CarpoolApp/tree/main/lib/widgets/weekly_availability_widget.dart | https://raw.githubusercontent.com/shmulikgazit/CarpoolApp/06f6497/lib/widgets/weekly_availability_widget.dart | shmulikgazit/CarpoolApp 06f6497 lib/widgets/weekly_availability_widget.dart | true | 200 | 2,644 | import 'package:flutter/material.dart';
import '../models/weekly_availability.dart';
class WeeklyAvailabilityWidget extends StatelessWidget {
final WeeklyAvailability availability;
final Function(WeeklyAvailability) onChanged;
const WeeklyAvailabilityWidget({
Key? key,
required this.availability,
re... | 7 |
msk1523/quiz_app | 5f6875a | lib/result_screen.dart | Dart | www.github.com/msk1523/quiz_app/tree/main/lib/result_screen.dart | https://raw.githubusercontent.com/msk1523/quiz_app/5f6875a/lib/result_screen.dart | msk1523/quiz_app 5f6875a lib/result_screen.dart | true | 200 | 1,228 | import 'package:flutter/material.dart';
class ResultScreen extends StatelessWidget {
final int score;
ResultScreen({required this.score});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(
'Quiz Results',
style: TextStyle(fontWeig... | 6 |
aditya-appdesk/QuizAppFlutter | a910984 | lib/ui/LoginScreen.dart | Dart | www.github.com/aditya-appdesk/QuizAppFlutter/tree/main/lib/ui/LoginScreen.dart | https://raw.githubusercontent.com/aditya-appdesk/QuizAppFlutter/a910984/lib/ui/LoginScreen.dart | aditya-appdesk/QuizAppFlutter a910984 lib/ui/LoginScreen.dart | true | 200 | 4,088 | import 'package:flutter/material.dart';
import 'package:my_quiz/ui/ScreenFile.dart';
import 'package:shared_preferences/shared_preferences.dart';
class LoginScreen extends StatefulWidget {
@override
State<LoginScreen> createState() => _LoginScreenState();
}
class _LoginScreenState extends State<LoginScreen> {
T... | 0 |
Ahmed-Fayez-01/Fetra | d34e3b5 | lib/features/profile/presentation/views/widgets/measure_row_info_item.dart | Dart | www.github.com/Ahmed-Fayez-01/Fetra/tree/main/lib/features/profile/presentation/views/widgets/measure_row_info_item.dart | https://raw.githubusercontent.com/Ahmed-Fayez-01/Fetra/d34e3b5/lib/features/profile/presentation/views/widgets/measure_row_info_item.dart | Ahmed-Fayez-01/Fetra d34e3b5 lib/features/profile/presentation/views/widgets/measure_row_info_item.dart | true | 200 | 1,042 | import 'package:flutter/material.dart';
import '../../../../../core/utils/constants.dart';
class MeasureRowInfoItem extends StatelessWidget {
const MeasureRowInfoItem({super.key, required this.title, required this.value});
final String title;
final String value;
@override
Widget build(BuildContext context) {
... | 1 |
Yader1/flutter-food-ordering-app | 84c4ae2 | lib/main.dart | Dart | www.github.com/Yader1/flutter-food-ordering-app/tree/main/lib/main.dart | https://raw.githubusercontent.com/Yader1/flutter-food-ordering-app/84c4ae2/lib/main.dart | Yader1/flutter-food-ordering-app 84c4ae2 lib/main.dart | true | 200 | 3,306 | import 'package:firebase_messaging/firebase_messaging.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_local_notifications/flutter_local_notifications.dart';
import 'package:restaurantApp/controllers/cart_controller.dart';
import 'package:restaurantApp/con... | 5 |
rpascual0812/market | bed21ca | lib/components/product_list_widget_tile_square.dart | Dart | www.github.com/rpascual0812/market/tree/main/lib/components/product_list_widget_tile_square.dart | https://raw.githubusercontent.com/rpascual0812/market/bed21ca/lib/components/product_list_widget_tile_square.dart | rpascual0812/market bed21ca lib/components/product_list_widget_tile_square.dart | true | 200 | 9,171 | // import 'dart:ffi';
import 'package:flutter/material.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
// import 'package:flutter_iconly/flutter_iconly.dart';
import 'package:flutter_rating_bar/flutter_rating_bar.dart';
import '../constants/index.dart';
import 'network_image.dart';
class ProductListWidge... | 4 |
oldMan-jason/xmshop | 736fa2f | flutter_xmshop/lib/app/modules/login/signin/controllers/signin_controller.dart | Dart | www.github.com/oldMan-jason/xmshop/tree/main/flutter_xmshop/lib/app/modules/login/signin/controllers/signin_controller.dart | https://raw.githubusercontent.com/oldMan-jason/xmshop/736fa2f/flutter_xmshop/lib/app/modules/login/signin/controllers/signin_controller.dart | oldMan-jason/xmshop 736fa2f flutter_xmshop/lib/app/modules/login/signin/controllers/signin_controller.dart | true | 200 | 535 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import '../../../../tool/httpclient.dart';
class SigninController extends GetxController {
final HttpClient httpClient = HttpClient();
final TextEditingController textEditingController = TextEditingController();
// 获取验证码
Future<Map?> loadC... | 3 |
SDL-START/original-app-laopt | 67c8e5a | lib/features/login/data/datasources/auth_local_datasource.dart | Dart | www.github.com/SDL-START/original-app-laopt/tree/main/lib/features/login/data/datasources/auth_local_datasource.dart | https://raw.githubusercontent.com/SDL-START/original-app-laopt/67c8e5a/lib/features/login/data/datasources/auth_local_datasource.dart | SDL-START/original-app-laopt 67c8e5a lib/features/login/data/datasources/auth_local_datasource.dart | true | 200 | 1,866 |
import 'dart:convert';
import 'package:injectable/injectable.dart';
import 'package:insuranceapp/core/constants/constant.dart';
import 'package:insuranceapp/core/error/exceptions.dart';
import 'package:insuranceapp/core/models/user.dart';
import 'package:insuranceapp/core/services/shared_preferance_service.dar... | 2 |
marksihor/flutter-api-builder | fd39194 | lib/core/conditions/option_meta_key_equal_condition.dart | Dart | www.github.com/marksihor/flutter-api-builder/tree/main/lib/core/conditions/option_meta_key_equal_condition.dart | https://raw.githubusercontent.com/marksihor/flutter-api-builder/fd39194/lib/core/conditions/option_meta_key_equal_condition.dart | marksihor/flutter-api-builder fd39194 lib/core/conditions/option_meta_key_equal_condition.dart | true | 200 | 541 | import 'package:api_builder/data/models/form.dart';
import 'package:api_builder/core/conditions/condition.dart';
class OptionMetaKeyEqualCondition implements Condition {
@override
String path;
String key;
dynamic value;
bool opposite;
OptionMetaKeyEqualCondition({
required this.path,
required this... | 7 |
Diem-Do/shop_app | 7cd26d6 | user_shoppingapp/lib/provider/address_provider.dart | Dart | www.github.com/Diem-Do/shop_app/tree/main/user_shoppingapp/lib/provider/address_provider.dart | https://raw.githubusercontent.com/Diem-Do/shop_app/7cd26d6/user_shoppingapp/lib/provider/address_provider.dart | Diem-Do/shop_app 7cd26d6 user_shoppingapp/lib/provider/address_provider.dart | true | 200 | 4,119 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:user_shoppingapp/controllers/database_service.dart';
import 'package:user_shoppingapp/models/address_model.dart';
import 'package:user_shoppingapp/provider/user_provider.dart';
class SelectedAddressProvider extends Change... | 6 |
Harley755/uber_clone | 1e4534d | lib/constant/commonWidgets/elevatedButton.dart | Dart | www.github.com/Harley755/uber_clone/tree/main/lib/constant/commonWidgets/elevatedButton.dart | https://raw.githubusercontent.com/Harley755/uber_clone/1e4534d/lib/constant/commonWidgets/elevatedButton.dart | Harley755/uber_clone 1e4534d lib/constant/commonWidgets/elevatedButton.dart | true | 200 | 1,231 | // ignore_for_file: must_be_immutable, file_names
import 'package:flutter/material.dart';
import 'package:sizer/sizer.dart';
class ElevatedButtonCommon extends StatefulWidget {
ElevatedButtonCommon(
{super.key,
required this.child,
required this.onPressed,
required this.backgroundC... | 0 |
isaquepinheiro/clibr-dart | c7462ec | lib/commands/clibr.command.v.dart | Dart | www.github.com/isaquepinheiro/clibr-dart/tree/main/lib/commands/clibr.command.v.dart | https://raw.githubusercontent.com/isaquepinheiro/clibr-dart/c7462ec/lib/commands/clibr.command.v.dart | isaquepinheiro/clibr-dart c7462ec lib/commands/clibr.command.v.dart | true | 200 | 281 | import '../clibr.interfaces.dart';
import '../core/clibr.utils.dart';
class CommandVersion implements ICommand {
@override
bool execute(final String dirName, final String fileName, final ICli cli) {
Utils.printVersion('Version ${Utils.version()}');
return true;
}
}
| 1 |
hiromumachi/recruit | 28f8a02 | lib/model/freezed/content/add_content_entity.dart | Dart | www.github.com/hiromumachi/recruit/tree/main/lib/model/freezed/content/add_content_entity.dart | https://raw.githubusercontent.com/hiromumachi/recruit/28f8a02/lib/model/freezed/content/add_content_entity.dart | hiromumachi/recruit 28f8a02 lib/model/freezed/content/add_content_entity.dart | true | 200 | 442 | import 'package:freezed_annotation/freezed_annotation.dart';
part 'add_content_entity.freezed.dart';
part 'add_content_entity.g.dart';
@freezed
class AddContentEntity with _$AddContentEntity {
const AddContentEntity._();
factory AddContentEntity({
required String title,
required String body,
}) = _AddCo... | 5 |
warda-jawad/Getx_GoLancer | 9471682 | lib/View/page1.dart | Dart | www.github.com/warda-jawad/Getx_GoLancer/tree/main/lib/View/page1.dart | https://raw.githubusercontent.com/warda-jawad/Getx_GoLancer/9471682/lib/View/page1.dart | warda-jawad/Getx_GoLancer 9471682 lib/View/page1.dart | true | 200 | 3,921 | // import 'package:flutter/material.dart';
// import 'package:get/get.dart';
// import 'package:helloworld/Controller/page1_controller.dart';
//
// class Page1 extends StatelessWidget {
// const Page1({Key? key}) : super(key: key);
//
// @override
// Widget build(BuildContext context) {
// Page1Controller con... | 4 |
husainaali/for_you | 7e3560c | lib/views/shipments_view/shipment_details_view.dart | Dart | www.github.com/husainaali/for_you/tree/main/lib/views/shipments_view/shipment_details_view.dart | https://raw.githubusercontent.com/husainaali/for_you/7e3560c/lib/views/shipments_view/shipment_details_view.dart | husainaali/for_you 7e3560c lib/views/shipments_view/shipment_details_view.dart | true | 200 | 1,205 | import 'package:flutter/material.dart';
import 'package:gap/gap.dart';
import 'package:stacked/stacked.dart';
import 'package:timeline_tile/timeline_tile.dart';
import '../../constants/constants_helper.dart';
import '../../widgets/custom_widget_helper.dart';
import 'shipments_page_view.dart';
import 'shipments_page_vi... | 2 |
wahyurama-creator/flix_id | 478acde | lib/presentation/pages/change_password_page/change_password_page.dart | Dart | www.github.com/wahyurama-creator/flix_id/tree/main/lib/presentation/pages/change_password_page/change_password_page.dart | https://raw.githubusercontent.com/wahyurama-creator/flix_id/478acde/lib/presentation/pages/change_password_page/change_password_page.dart | wahyurama-creator/flix_id 478acde lib/presentation/pages/change_password_page/change_password_page.dart | true | 200 | 2,384 | import 'package:flix_id/presentation/extensions/extensions.dart';
import 'package:flix_id/presentation/misc/methods.dart';
import 'package:flix_id/presentation/providers/router/router_provider.dart';
import 'package:flix_id/presentation/providers/user_data/user_data_provider.dart';
import 'package:flix_id/presentation/... | 7 |
Surajpatel24-r/todo_app_flutter | 62a5c6a | lib/login/registration.dart | Dart | www.github.com/Surajpatel24-r/todo_app_flutter/tree/main/lib/login/registration.dart | https://raw.githubusercontent.com/Surajpatel24-r/todo_app_flutter/62a5c6a/lib/login/registration.dart | Surajpatel24-r/todo_app_flutter 62a5c6a lib/login/registration.dart | true | 200 | 7,512 | import 'dart:convert';
import 'dart:math';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:velocity_x/velocity_x.dart';
import 'package:http/http.dart' as http;
import '../api/config.dart';
import 'login_screen... | 6 |
yuyakan/PlayingCards | 62a4227 | lib/main.dart | Dart | www.github.com/yuyakan/PlayingCards/tree/main/lib/main.dart | https://raw.githubusercontent.com/yuyakan/PlayingCards/62a4227/lib/main.dart | yuyakan/PlayingCards 62a4227 lib/main.dart | true | 200 | 1,061 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:google_mobile_ads/google_mobile_ads.dart' as admob;
import 'package:high_and_low/Ad/InterstitialAd.dart';
import 'package:high_and_low/PlayingCardsPage/View/PlayingCardsView.dart';
import 'package:hooks_riverpod/hooks_riverp... | 1 |
nukeolay/susanin | bf9456a | lib/presentation/detailed_info/cubit/detailed_info_state.dart | Dart | www.github.com/nukeolay/susanin/tree/main/lib/presentation/detailed_info/cubit/detailed_info_state.dart | https://raw.githubusercontent.com/nukeolay/susanin/bf9456a/lib/presentation/detailed_info/cubit/detailed_info_state.dart | nukeolay/susanin bf9456a lib/presentation/detailed_info/cubit/detailed_info_state.dart | true | 200 | 2,297 | part of 'detailed_info_cubit.dart';
class DetailedInfoState extends Equatable with PointerCalculations {
const DetailedInfoState({
required this.placeId,
required this.place,
required this.locationServiceStatus,
required this.hasCompass,
required this.compassNorth,
required this.accuracy,
... | 0 |
defichain-web-wallet/extension | 0abc81b | lib/models/network/staking/staking_token_model.dart | Dart | www.github.com/defichain-web-wallet/extension/tree/main/lib/models/network/staking/staking_token_model.dart | https://raw.githubusercontent.com/defichain-web-wallet/extension/0abc81b/lib/models/network/staking/staking_token_model.dart | defichain-web-wallet/extension 0abc81b lib/models/network/staking/staking_token_model.dart | true | 200 | 430 | import 'package:defi_wallet/models/token/token_model.dart';
class StakingTokenModel extends TokenModel {
double? apr;
double? apy;
StakingTokenModel(
{required this.apr, required this.apy, required TokenModel token})
: super(
id: token.id,
symbol: token.symbol,
name: token.name,
... | 5 |
serwus701/Plantity | 2bf6b77 | Front/lib/main.dart | Dart | www.github.com/serwus701/Plantity/tree/main/Front/lib/main.dart | https://raw.githubusercontent.com/serwus701/Plantity/2bf6b77/Front/lib/main.dart | serwus701/Plantity 2bf6b77 Front/lib/main.dart | true | 200 | 406 | import 'package:flutter/material.dart';
import 'package:front/screens/Shared/login_screen.dart';
void main() {
runApp(const GlobeApp());
}
class GlobeApp extends StatelessWidget {
const GlobeApp({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return MaterialApp(
them... | 3 |
60136190/Document-Flutter | e1f27c0 | lib/blocs/login_bloc.dart | Dart | www.github.com/60136190/Document-Flutter/tree/main/lib/blocs/login_bloc.dart | https://raw.githubusercontent.com/60136190/Document-Flutter/e1f27c0/lib/blocs/login_bloc.dart | 60136190/Document-Flutter e1f27c0 lib/blocs/login_bloc.dart | true | 200 | 976 | import 'dart:async';
import 'package:untitled2/validators/validation.dart';
class LoginBloC {
StreamController _usernameController = new StreamController();
StreamController _passwordController = new StreamController();
Stream get usernameStream => _usernameController.stream;
Stream get passwordStream => _pa... | 4 |
GabrielOliveira9400/barbershop | bbb58d9 | lib/src/features/auth/register/user_register_page.dart | Dart | www.github.com/GabrielOliveira9400/barbershop/tree/main/lib/src/features/auth/register/user_register_page.dart | https://raw.githubusercontent.com/GabrielOliveira9400/barbershop/bbb58d9/lib/src/features/auth/register/user_register_page.dart | GabrielOliveira9400/barbershop bbb58d9 lib/src/features/auth/register/user_register_page.dart | true | 200 | 1,788 | import 'package:flutter/material.dart';
class UserRegisterPage extends StatelessWidget {
const UserRegisterPage({
super.key
});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Criar Conta'),
),
body: Padding(
padding:... | 2 |
ccsourcecode/flutter_core_my_demo | 155abfe | lib/features/firebase/services/cloud_storage_service.dart | Dart | www.github.com/ccsourcecode/flutter_core_my_demo/tree/main/lib/features/firebase/services/cloud_storage_service.dart | https://raw.githubusercontent.com/ccsourcecode/flutter_core_my_demo/155abfe/lib/features/firebase/services/cloud_storage_service.dart | ccsourcecode/flutter_core_my_demo 155abfe lib/features/firebase/services/cloud_storage_service.dart | true | 200 | 1,189 | import 'dart:io';
import 'package:firebase_storage/firebase_storage.dart';
class CloudStorageService {
Future<CloudStorageResult> uploadImage({
required File imageToUpload,
required String title,
}) async {
var imageFileName =
title + DateTime.now().millisecondsSinceEpoch.toString();
fina... | 7 |
Enock-kdjouda/gestion_etu | 9527443 | lib/main.dart | Dart | www.github.com/Enock-kdjouda/gestion_etu/tree/main/lib/main.dart | https://raw.githubusercontent.com/Enock-kdjouda/gestion_etu/9527443/lib/main.dart | Enock-kdjouda/gestion_etu 9527443 lib/main.dart | true | 200 | 8,258 | import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Gestion des Étudiants',
home: StudentListScreen(),
theme: ThemeData(
primarySwatch: Colors.blue,... | 6 |
MarkPeter19/DocChat | 127e665 | Client/lib/services/chatPDF_services.dart | Dart | www.github.com/MarkPeter19/DocChat/tree/main/Client/lib/services/chatPDF_services.dart | https://raw.githubusercontent.com/MarkPeter19/DocChat/127e665/Client/lib/services/chatPDF_services.dart | MarkPeter19/DocChat 127e665 Client/lib/services/chatPDF_services.dart | true | 200 | 4,076 | import 'package:http/http.dart' as http;
import 'dart:convert';
import 'package:cloud_firestore/cloud_firestore.dart';
class ChatPDFService {
final String apiKey;
final String apiUrl = 'https://api.chatpdf.com/v1';
// Konstruktor létrehozása az API-kulcs beállításával
ChatPDFService({required this.apiKey});
... | 1 |
060worachet/020flutter | b07b58c | lib/screen/api_provider.dart | Dart | www.github.com/060worachet/020flutter/tree/main/lib/screen/api_provider.dart | https://raw.githubusercontent.com/060worachet/020flutter/b07b58c/lib/screen/api_provider.dart | 060worachet/020flutter b07b58c lib/screen/api_provider.dart | true | 200 | 405 | import 'package:http/http.dart' as http;
import 'dart:async';
class ApiProvider {
ApiProvider();
String endPoint = 'http://18.139.255.90:3000';
Future<http.Response> doLogin(String username, String password) async {
String url = '$endPoint/login';
var body = {
"username" : username,
"passwo... | 0 |
mygreenandblue/weather_app | 23f0b76 | lib/blocs/weather_bloc.dart | Dart | www.github.com/mygreenandblue/weather_app/tree/main/lib/blocs/weather_bloc.dart | https://raw.githubusercontent.com/mygreenandblue/weather_app/23f0b76/lib/blocs/weather_bloc.dart | mygreenandblue/weather_app 23f0b76 lib/blocs/weather_bloc.dart | true | 200 | 1,073 | import 'dart:convert';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:http/http.dart' as http;
import 'package:weather_app/utils/api_key.dart';
import '../model/weather_model.dart';
import 'blocs.dart';
class WeatherBloc extends Bloc<WeatherEvent, WeatherState> {
WeatherBloc() : super(W... | 5 |
kiwiidb/glyph | 94e726b | lib/views/index_page.dart | Dart | www.github.com/kiwiidb/glyph/tree/main/lib/views/index_page.dart | https://raw.githubusercontent.com/kiwiidb/glyph/94e726b/lib/views/index_page.dart | kiwiidb/glyph 94e726b lib/views/index_page.dart | true | 200 | 1,484 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:glyph/views/contact_overview.dart';
import '../constants/colors.dart';
import '../controllers/wrapper_controller.dart';
import 'navigation/my_bottom_navigation_bar.dart';
import 'profile_settings_view.dart';
class IndexPage extends... | 3 |
andresalmeida/Aplicaciones_Moviles_Cloud | bf29de9 | deber1_consumir_api/lib/Pages/APIPages.dart | Dart | www.github.com/andresalmeida/Aplicaciones_Moviles_Cloud/tree/main/deber1_consumir_api/lib/Pages/APIPages.dart | https://raw.githubusercontent.com/andresalmeida/Aplicaciones_Moviles_Cloud/bf29de9/deber1_consumir_api/lib/Pages/APIPages.dart | andresalmeida/Aplicaciones_Moviles_Cloud bf29de9 deber1_consumir_api/lib/Pages/APIPages.dart | true | 200 | 3,499 | import 'dart:convert';
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import '../Models/Gif.dart';
class APIPages extends StatefulWidget {
@override
_APIPagesState createState() => _APIPagesState();
}
class _APIPagesState extends State<APIPages> {
// Lista de ... | 2 |
youcefouikene/Projet_2cp_Jeu_Protection_Environnement | f48fbab | lib/main.dart | Dart | www.github.com/youcefouikene/Projet_2cp_Jeu_Protection_Environnement/tree/main/lib/main.dart | https://raw.githubusercontent.com/youcefouikene/Projet_2cp_Jeu_Protection_Environnement/f48fbab/lib/main.dart | youcefouikene/Projet_2cp_Jeu_Protection_Environnement f48fbab lib/main.dart | true | 200 | 5,264 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'auth/inscrire.dart';
import 'widgets.dart';
import 'package:provider/provider.dart';
import 'Screens/LoadingPage.dart';
import 'Screens/MiniJeux/AmeriqueNordMiniJeu/dataAmerique.dart';
import 'Screens/MiniJeux/Asie... | 4 |
Sonyeoul/11_Flutter | f5abe5c | chap03_list_view/lib/listview/03_list_builder.dart | Dart | www.github.com/Sonyeoul/11_Flutter/tree/main/chap03_list_view/lib/listview/03_list_builder.dart | https://raw.githubusercontent.com/Sonyeoul/11_Flutter/f5abe5c/chap03_list_view/lib/listview/03_list_builder.dart | Sonyeoul/11_Flutter f5abe5c chap03_list_view/lib/listview/03_list_builder.dart | true | 200 | 1,422 |
import 'package:flutter/material.dart';
class ListApp3 extends StatelessWidget {
const ListApp3({super.key});
@override
Widget build(BuildContext context) {
return
Scaffold(
appBar: AppBar(
title: Center(
child: Text('List Test'),
),
),
... | 7 |
Aksellercan/TodoAndroidApp | 97cd1bf | lib/Task.dart | Dart | www.github.com/Aksellercan/TodoAndroidApp/tree/main/lib/Task.dart | https://raw.githubusercontent.com/Aksellercan/TodoAndroidApp/97cd1bf/lib/Task.dart | Aksellercan/TodoAndroidApp 97cd1bf lib/Task.dart | true | 200 | 864 | class Task {
int _id;
String _taskDescription;
DateTime taskCreation;
DateTime dueDate;
//constructor
Task(this._id, this._taskDescription, this.taskCreation,this.dueDate);
//getters
String get gettaskDescription{
return _taskDescription;
}
DateTime get gettaskCreation{
return taskCreati... | 6 |
Im-jDiOt/covid_app | 10b8918 | lib/ui/widgets/Widgets.dart | Dart | www.github.com/Im-jDiOt/covid_app/tree/main/lib/ui/widgets/Widgets.dart | https://raw.githubusercontent.com/Im-jDiOt/covid_app/10b8918/lib/ui/widgets/Widgets.dart | Im-jDiOt/covid_app 10b8918 lib/ui/widgets/Widgets.dart | true | 200 | 20,695 | import 'package:flutter/material.dart';
import 'package:fl_chart/fl_chart.dart';
//Public Widgets
class AppDrawer extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Drawer(
child: ListView(
padding: EdgeInsets.zero,
children: <Widget>[
DrawerHeader... | 5 |
keyursavani/gridview-with-api | eced6a1 | lib/main.dart | Dart | www.github.com/keyursavani/gridview-with-api/tree/main/lib/main.dart | https://raw.githubusercontent.com/keyursavani/gridview-with-api/eced6a1/lib/main.dart | keyursavani/gridview-with-api eced6a1 lib/main.dart | true | 200 | 3,687 | import 'dart:convert';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'blocks.dart';
import 'example.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
... | 1 |
adilbek-hub/FLUTTERPACKAGES | 12c32a9 | get_it_todo/lib/add_todo_screen.dart | Dart | www.github.com/adilbek-hub/FLUTTERPACKAGES/tree/main/get_it_todo/lib/add_todo_screen.dart | https://raw.githubusercontent.com/adilbek-hub/FLUTTERPACKAGES/12c32a9/get_it_todo/lib/add_todo_screen.dart | adilbek-hub/FLUTTERPACKAGES 12c32a9 get_it_todo/lib/add_todo_screen.dart | true | 200 | 1,001 | import 'package:flutter/material.dart';
import 'package:get_it_todo/main.dart';
import 'package:get_it_todo/todo_service.dart';
class AddTodoScreen extends StatefulWidget {
const AddTodoScreen({super.key});
@override
State<AddTodoScreen> createState() => _AddTodoScreenState();
}
class _AddTodoScreenState exten... | 3 |
pablostefan/driver_rating | 47baa71 | base_app/lib/app/app_widget.dart | Dart | www.github.com/pablostefan/driver_rating/tree/main/base_app/lib/app/app_widget.dart | https://raw.githubusercontent.com/pablostefan/driver_rating/47baa71/base_app/lib/app/app_widget.dart | pablostefan/driver_rating 47baa71 base_app/lib/app/app_widget.dart | true | 200 | 907 | import 'package:flutter/material.dart';
import 'package:module_commons/helpers/driver_rating_routes.dart';
import 'package:module_external_dependencies/flutter_modular.dart';
class AppWidget extends StatelessWidget {
const AppWidget({super.key});
@override
Widget build(BuildContext context) {
Modular.setIni... | 4 |
ST1NF00K/picpay_clone_flutter | 0361f13 | lib/home/view/components/content/home_suggestion_list_item_widget.dart | Dart | www.github.com/ST1NF00K/picpay_clone_flutter/tree/main/lib/home/view/components/content/home_suggestion_list_item_widget.dart | https://raw.githubusercontent.com/ST1NF00K/picpay_clone_flutter/0361f13/lib/home/view/components/content/home_suggestion_list_item_widget.dart | ST1NF00K/picpay_clone_flutter 0361f13 lib/home/view/components/content/home_suggestion_list_item_widget.dart | true | 200 | 689 | import 'package:flutter/material.dart';
import 'package:picpay_clone/shared/styles/text/label_styles.dart';
class HomeSugestionListItemWidget extends StatelessWidget {
const HomeSugestionListItemWidget({
Key? key,
required this.image,
required this.label,
}) : super(key: key);
final ImageProvider<Ob... | 2 |
sherifjavaandroid/doctorapp | 23b7c5a | lib/widgets/inputs/appointment_input.dart | Dart | www.github.com/sherifjavaandroid/doctorapp/tree/main/lib/widgets/inputs/appointment_input.dart | https://raw.githubusercontent.com/sherifjavaandroid/doctorapp/23b7c5a/lib/widgets/inputs/appointment_input.dart | sherifjavaandroid/doctorapp 23b7c5a lib/widgets/inputs/appointment_input.dart | true | 200 | 5,422 | import 'package:adoctor/language/language_controller.dart';
import 'package:google_fonts/google_fonts.dart';
import '../../utils/basic_screen_imports.dart';
class InputFieldWidget extends StatefulWidget {
final String hint;
final String? icon;
final String? labelText;
final int maxLines;
final bool isValida... | 7 |
KhalillHussein/task-app | 3fd0cc8 | lib/features/users/domain/entities/address.dart | Dart | www.github.com/KhalillHussein/task-app/tree/main/lib/features/users/domain/entities/address.dart | https://raw.githubusercontent.com/KhalillHussein/task-app/3fd0cc8/lib/features/users/domain/entities/address.dart | KhalillHussein/task-app 3fd0cc8 lib/features/users/domain/entities/address.dart | true | 200 | 978 | // ignore_for_file: prefer_constructors_over_static_methods
import 'package:equatable/equatable.dart';
import 'package:test_task/test_task_app.dart';
class Address extends Equatable {
const Address({
required this.street,
required this.suite,
required this.city,
required this.zipcode,
required t... | 6 |
pacolahd/afrosine | 2babeed | lib/src/recipe/data/models/feedback_model.dart | Dart | www.github.com/pacolahd/afrosine/tree/main/lib/src/recipe/data/models/feedback_model.dart | https://raw.githubusercontent.com/pacolahd/afrosine/2babeed/lib/src/recipe/data/models/feedback_model.dart | pacolahd/afrosine 2babeed lib/src/recipe/data/models/feedback_model.dart | true | 200 | 929 | import 'package:afrosine/core/utils/typedefs.dart';
import 'package:afrosine/src/recipe/domain/entities/feedback.dart';
class FeedbackModel extends Feedback {
const FeedbackModel({
required super.id,
required super.userId,
required super.recipeId,
required super.rating,
required super.comment,
... | 1 |
themockingjester/kitabi-duniya | 33f4a91 | lib/SignUpPage.dart | Dart | www.github.com/themockingjester/kitabi-duniya/tree/main/lib/SignUpPage.dart | https://raw.githubusercontent.com/themockingjester/kitabi-duniya/33f4a91/lib/SignUpPage.dart | themockingjester/kitabi-duniya 33f4a91 lib/SignUpPage.dart | true | 200 | 6,775 | import 'package:date_time_picker/date_time_picker.dart';
import 'package:flutter/material.dart';
import 'package:modal_progress_hud_nsn/modal_progress_hud_nsn.dart';
import 'package:oldshelvesupdated/Backend/AuthFile.dart';
import 'package:oldshelvesupdated/LoginPage.dart';
import 'AppConstants.dart';
import 'Backend/... | 5 |
uyisaristide/KudiBooks | f4c709e | lib/screens/dashboard/widget/title_double.dart | Dart | www.github.com/uyisaristide/KudiBooks/tree/main/lib/screens/dashboard/widget/title_double.dart | https://raw.githubusercontent.com/uyisaristide/KudiBooks/f4c709e/lib/screens/dashboard/widget/title_double.dart | uyisaristide/KudiBooks f4c709e lib/screens/dashboard/widget/title_double.dart | true | 200 | 1,276 | import 'package:flutter/material.dart';
class DoubleHeader extends StatelessWidget {
String rightSide;
Widget iconButton;
IconButton iconButton2;
DoubleHeader(
{required this.rightSide,
required this.iconButton,
required this.iconButton2,
Key? key})
: super(key: key);
@overrid... | 0 |
gulshansharm-a/poultry | 2828a67 | lib/screens/batches/income.dart | Dart | www.github.com/gulshansharm-a/poultry/tree/main/lib/screens/batches/income.dart | https://raw.githubusercontent.com/gulshansharm-a/poultry/2828a67/lib/screens/batches/income.dart | gulshansharm-a/poultry 2828a67 lib/screens/batches/income.dart | true | 200 | 4,988 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/semantics.dart';
import 'package:poultry_app/screens/batches/addincome.dart';
import 'package:poultry_app/utils/constants.dart';
import 'package:poultry_app/wid... | 3 |
MohammadHuseyn/stodo | 3c87ffc | lib/main.dart | Dart | www.github.com/MohammadHuseyn/stodo/tree/main/lib/main.dart | https://raw.githubusercontent.com/MohammadHuseyn/stodo/3c87ffc/lib/main.dart | MohammadHuseyn/stodo 3c87ffc lib/main.dart | true | 200 | 3,017 | import 'package:flutter/material.dart';
import 'package:stodo/classes/Task.dart';
import 'package:stodo/classes/TaskList.dart';
import 'classes/User.dart';
import 'dart files/HomePage.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);
... | 2 |
hayatshin/tiktok_clone_hayat | 243a874 | lib/features/authentication/sign_up_screen.dart | Dart | www.github.com/hayatshin/tiktok_clone_hayat/tree/main/lib/features/authentication/sign_up_screen.dart | https://raw.githubusercontent.com/hayatshin/tiktok_clone_hayat/243a874/lib/features/authentication/sign_up_screen.dart | hayatshin/tiktok_clone_hayat 243a874 lib/features/authentication/sign_up_screen.dart | true | 200 | 6,167 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:go_router/go_router.dart';
import 'package:tiktok_clone/constants/gaps.dart';
import 'package:tiktok_clone/constants/sizes.dart';
import 'pack... | 4 |
iqqdq/stom_club | 4c69662 | lib/screens/professions/professions_screen.dart | Dart | www.github.com/iqqdq/stom_club/tree/main/lib/screens/professions/professions_screen.dart | https://raw.githubusercontent.com/iqqdq/stom_club/4c69662/lib/screens/professions/professions_screen.dart | iqqdq/stom_club 4c69662 lib/screens/professions/professions_screen.dart | true | 200 | 698 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:stom_club/entities/profession.dart';
import 'package:stom_club/models/profession_view_model.dart';
import 'package:stom_club/screens/professions/professions_screen_body.dart';
class ProfessionsScreenWidget extends Stateles... | 7 |
xuanyi-1/flutter-template | 26c088b | lib/pages/my/my_page.dart | Dart | www.github.com/xuanyi-1/flutter-template/tree/main/lib/pages/my/my_page.dart | https://raw.githubusercontent.com/xuanyi-1/flutter-template/26c088b/lib/pages/my/my_page.dart | xuanyi-1/flutter-template 26c088b lib/pages/my/my_page.dart | true | 200 | 1,937 | import 'package:flutter/material.dart';
import 'package:the_land/pages/my/widgets/header_info_widgets.dart';
import 'package:the_land/pages/my/widgets/my_app_bar.dart';
import 'package:the_land/pages/my/widgets/set_widgets.dart';
class MyPage extends StatefulWidget {
const MyPage({super.key});
@override
_MyPage... | 1 |
dune6/dart-flutter-samples | 7a22e9f | flutter/todo_list/lib/domain/entities/task.dart | Dart | www.github.com/dune6/dart-flutter-samples/tree/main/flutter/todo_list/lib/domain/entities/task.dart | https://raw.githubusercontent.com/dune6/dart-flutter-samples/7a22e9f/flutter/todo_list/lib/domain/entities/task.dart | dune6/dart-flutter-samples 7a22e9f flutter/todo_list/lib/domain/entities/task.dart | true | 200 | 225 | import 'package:hive/hive.dart';
part 'task.g.dart';
@HiveType(typeId: 1)
class Task extends HiveObject{
@HiveField(0)
String text;
@HiveField(1)
bool isDone;
Task({required this.text, required this.isDone});
} | 6 |
dharmikRokad/resposive_web_page | 5857c49 | lib/ui/components/total_info_card.dart | Dart | www.github.com/dharmikRokad/resposive_web_page/tree/main/lib/ui/components/total_info_card.dart | https://raw.githubusercontent.com/dharmikRokad/resposive_web_page/5857c49/lib/ui/components/total_info_card.dart | dharmikRokad/resposive_web_page 5857c49 lib/ui/components/total_info_card.dart | true | 200 | 3,413 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:responsive_demo/utils/colors.dart';
import 'package:responsive_demo/utils/context_ext.dart';
import 'package:responsive_demo/utils/number_ext.dart';
class TotalInfoCard extends StatelessWidget {
const TotalInfoCa... | 5 |
IkhsanArjuna/ps_rental_app | c12addb | lib/data/item_data.dart | Dart | www.github.com/IkhsanArjuna/ps_rental_app/tree/main/lib/data/item_data.dart | https://raw.githubusercontent.com/IkhsanArjuna/ps_rental_app/c12addb/lib/data/item_data.dart | IkhsanArjuna/ps_rental_app c12addb lib/data/item_data.dart | true | 200 | 2,698 | import 'dart:convert';
import 'dart:developer';
import 'package:http/http.dart' as http;
import 'package:ps_rental_app/data/global_data.dart';
import 'package:ps_rental_app/models/detail_item-model.dart';
import 'package:ps_rental_app/models/item_model.dart';
class ItemData {
Future<List<ItemModel>> getAllItemFilte... | 3 |
15764265847/study-pro | 7dc679c | part6/module3-flutter-dart/lib/layout/flex.dart | Dart | www.github.com/15764265847/study-pro/tree/main/part6/module3-flutter-dart/lib/layout/flex.dart | https://raw.githubusercontent.com/15764265847/study-pro/7dc679c/part6/module3-flutter-dart/lib/layout/flex.dart | 15764265847/study-pro 7dc679c part6/module3-flutter-dart/lib/layout/flex.dart | true | 200 | 2,813 | // ignore_for_file: avoid_unnecessary_containers
import 'package:flutter/material.dart';
class Home extends StatelessWidget {
const Home({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Flex'),
leading: const Icon(Icons.m... | 0 |
bejaeger/insideout-adventure | 14124b3 | lib/exceptions/cloud_functions_exception.dart | Dart | www.github.com/bejaeger/insideout-adventure/tree/main/lib/exceptions/cloud_functions_exception.dart | https://raw.githubusercontent.com/bejaeger/insideout-adventure/14124b3/lib/exceptions/cloud_functions_exception.dart | bejaeger/insideout-adventure 14124b3 lib/exceptions/cloud_functions_exception.dart | true | 200 | 405 | class CloudFunctionsApiException implements Exception {
final String message;
final String? devDetails;
final String? prettyDetails;
CloudFunctionsApiException({
required this.message,
this.devDetails,
this.prettyDetails,
});
@override
String toString() {
return 'CloudFunctionApiExceptio... | 7 |
jcuevashub/seek_qr_app | 0b94447 | packages/qr_scanner/lib/presentation/widgets/qr_scanner_button.dart | Dart | www.github.com/jcuevashub/seek_qr_app/tree/main/packages/qr_scanner/lib/presentation/widgets/qr_scanner_button.dart | https://raw.githubusercontent.com/jcuevashub/seek_qr_app/0b94447/packages/qr_scanner/lib/presentation/widgets/qr_scanner_button.dart | jcuevashub/seek_qr_app 0b94447 packages/qr_scanner/lib/presentation/widgets/qr_scanner_button.dart | true | 200 | 363 | import 'package:flutter/material.dart';
class QRScannerButton extends StatelessWidget {
final VoidCallback onPressed;
QRScannerButton({required this.onPressed});
@override
Widget build(BuildContext context) {
return ElevatedButton.icon(
onPressed: onPressed,
icon: Icon(Icons.camera_alt),
... | 2 |
shahriar00/DSLab-V1 | 93c8506 | lib/SiginUp and Sigin In/Buttom Navigation Bar/club.dart | Dart | www.github.com/shahriar00/DSLab-V1/tree/main/lib/SiginUp and Sigin In/Buttom Navigation Bar/club.dart | https://raw.githubusercontent.com/shahriar00/DSLab-V1/93c8506/lib/SiginUp%20and%20Sigin%20In/Buttom%20Navigation%20Bar/club.dart | shahriar00/DSLab-V1 93c8506 lib/SiginUp and Sigin In/Buttom Navigation Bar/club.dart | true | 200 | 360 | import 'package:flutter/material.dart';
class ClubPage extends StatelessWidget {
const ClubPage({super.key});
@override
Widget build(BuildContext context) {
return const Scaffold(
body: Center(
child: SizedBox(
child: Text('Club page',
style: TextStyle(fontSize: 40),
... | 4 |
Cisterakas/flutter_project | 85da44b | lib/add_schedule_modal.dart | Dart | www.github.com/Cisterakas/flutter_project/tree/main/lib/add_schedule_modal.dart | https://raw.githubusercontent.com/Cisterakas/flutter_project/85da44b/lib/add_schedule_modal.dart | Cisterakas/flutter_project 85da44b lib/add_schedule_modal.dart | true | 200 | 13,766 | import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
class AddScheduleModal extends StatelessWidget {
final Function(Map<String, String>) onSaveClass;
final Function(Map<String, String>) onSaveExam;
final Function(Map<String, String>) onSaveTask;
final Function(Map<String, String>) onSaveEv... | 1 |
22091397007FaridaMuthiahFathin/agendakota-mobileapps | 9a870fd | lib/models/category.dart | Dart | www.github.com/22091397007FaridaMuthiahFathin/agendakota-mobileapps/tree/main/lib/models/category.dart | https://raw.githubusercontent.com/22091397007FaridaMuthiahFathin/agendakota-mobileapps/9a870fd/lib/models/category.dart | 22091397007FaridaMuthiahFathin/agendakota-mobileapps 9a870fd lib/models/category.dart | true | 200 | 503 | // models/category.dart
class Category {
final int id;
final String name;
final String slug;
final String description;
Category({
required this.id,
required this.name,
required this.slug,
required this.description,
});
// Fungsi untuk memetakan data dari JSON
factory Category.fromJson(... | 5 |
ashjeman/notifier_app | 5369564 | lib/pages/assets/scan_qr_page.dart | Dart | www.github.com/ashjeman/notifier_app/tree/main/lib/pages/assets/scan_qr_page.dart | https://raw.githubusercontent.com/ashjeman/notifier_app/5369564/lib/pages/assets/scan_qr_page.dart | ashjeman/notifier_app 5369564 lib/pages/assets/scan_qr_page.dart | true | 200 | 329 | import 'package:flutter/material.dart';
class ScanQrPage extends StatefulWidget {
const ScanQrPage({super.key});
@override
State<ScanQrPage> createState() => _ScanQrPageState();
}
class _ScanQrPageState extends State<ScanQrPage> {
@override
Widget build(BuildContext context) {
return const Placeholder(... | 3 |
abdnajjar1999/userapp | d8e8b4c | lib/widget/button_widget.dart | Dart | www.github.com/abdnajjar1999/userapp/tree/main/lib/widget/button_widget.dart | https://raw.githubusercontent.com/abdnajjar1999/userapp/d8e8b4c/lib/widget/button_widget.dart | abdnajjar1999/userapp d8e8b4c lib/widget/button_widget.dart | true | 200 | 1,045 | import 'package:flutter/material.dart';
class ButtonWidget extends StatelessWidget {
const ButtonWidget({
super.key,
required this.width,
required this.callBack,
required this.buttonText, // New parameter for button text
});
final double width;
final VoidCallback callBack;
final ... | 6 |
Harmanjaggi/food_stuff | 7e77a89 | lib/src/ui/search_result_page/search_result_viewmodel.dart | Dart | www.github.com/Harmanjaggi/food_stuff/tree/main/lib/src/ui/search_result_page/search_result_viewmodel.dart | https://raw.githubusercontent.com/Harmanjaggi/food_stuff/7e77a89/lib/src/ui/search_result_page/search_result_viewmodel.dart | Harmanjaggi/food_stuff 7e77a89 lib/src/ui/search_result_page/search_result_viewmodel.dart | true | 200 | 859 | import 'package:food_stuff/src/data/model/res_search/res_search.dart';
import 'package:food_stuff/src/repository/search_repository.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
final searchResultProvider = StateNotifierProvider.autoDispose<
SearchResultViewModel,
AsyncValue<List<Result>>>((ref) =... | 0 |
KhwanNon/ailearn | 14d6d2a | lib/services/localization/custom_assets_loader.dart | Dart | www.github.com/KhwanNon/ailearn/tree/main/lib/services/localization/custom_assets_loader.dart | https://raw.githubusercontent.com/KhwanNon/ailearn/14d6d2a/lib/services/localization/custom_assets_loader.dart | KhwanNon/ailearn 14d6d2a lib/services/localization/custom_assets_loader.dart | true | 200 | 665 | import 'dart:convert';
import 'dart:io';
import 'dart:ui';
import 'package:easy_localization/easy_localization.dart';
class CustomAssetLoader extends AssetLoader {
final String basePath;
CustomAssetLoader(this.basePath);
@override
Future<Map<String, dynamic>> load(String path, Locale locale) async {
fina... | 7 |
shrestharukesh1213/gharsathi | 493e80b | lib/screens/RoomDetails.dart | Dart | www.github.com/shrestharukesh1213/gharsathi/tree/main/lib/screens/RoomDetails.dart | https://raw.githubusercontent.com/shrestharukesh1213/gharsathi/493e80b/lib/screens/RoomDetails.dart | shrestharukesh1213/gharsathi 493e80b lib/screens/RoomDetails.dart | true | 200 | 8,852 | import 'package:carousel_slider/carousel_slider.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:gharsathi/model/bookroom.dart';
import 'package:gharsathi/screens/ChatScreen.dart';
import 'packa... | 2 |
khanblair/Flutter-CRUD-WebApp-With-SignUp-And-Login | 82afb28 | lib/login_screen.dart | Dart | www.github.com/khanblair/Flutter-CRUD-WebApp-With-SignUp-And-Login/tree/main/lib/login_screen.dart | https://raw.githubusercontent.com/khanblair/Flutter-CRUD-WebApp-With-SignUp-And-Login/82afb28/lib/login_screen.dart | khanblair/Flutter-CRUD-WebApp-With-SignUp-And-Login 82afb28 lib/login_screen.dart | true | 200 | 3,434 | import 'package:flutter/material.dart';
import 'auth_service.dart';
class LoginScreen extends StatefulWidget {
const LoginScreen({super.key});
@override
_LoginScreenState createState() => _LoginScreenState();
}
class _LoginScreenState extends State<LoginScreen> {
final _emailController = TextEditingControlle... | 4 |
SoonhanSaram/flutter_bbs | 1206c0d | lib/comps/join.dart | Dart | www.github.com/SoonhanSaram/flutter_bbs/tree/main/lib/comps/join.dart | https://raw.githubusercontent.com/SoonhanSaram/flutter_bbs/1206c0d/lib/comps/join.dart | SoonhanSaram/flutter_bbs 1206c0d lib/comps/join.dart | true | 200 | 6,091 | import 'package:flutter/material.dart';
import 'package:flutter_bbs/widgets/drop_down_button.dart';
import 'package:flutter_bbs/provider/functions_user.dart';
import 'package:flutter_bbs/widgets/custom_button.dart';
import 'package:flutter_bbs/widgets/custom_title_card.dart';
import 'package:provider/provider.dart';
c... | 1 |
AxelZublena/spell | 932f272 | lib/widgets/MainButton.dart | Dart | www.github.com/AxelZublena/spell/tree/main/lib/widgets/MainButton.dart | https://raw.githubusercontent.com/AxelZublena/spell/932f272/lib/widgets/MainButton.dart | AxelZublena/spell 932f272 lib/widgets/MainButton.dart | true | 200 | 3,569 | import 'package:flutter/material.dart';
import 'package:rounded_expansion_tile/rounded_expansion_tile.dart';
import 'package:spell/quesako.dart';
class MainButton extends StatelessWidget {
final String text;
final String infoDesc;
final double size;
final StatelessWidget next;
final String font;
const Mai... | 5 |
gega19/toap | 94ae4d1 | lib/features/todo/presentation/widgets/choice_chips/filter_choice_chips.dart | Dart | www.github.com/gega19/toap/tree/main/lib/features/todo/presentation/widgets/choice_chips/filter_choice_chips.dart | https://raw.githubusercontent.com/gega19/toap/94ae4d1/lib/features/todo/presentation/widgets/choice_chips/filter_choice_chips.dart | gega19/toap 94ae4d1 lib/features/todo/presentation/widgets/choice_chips/filter_choice_chips.dart | true | 200 | 1,045 | import 'package:flutter/material.dart';
import 'package:toap/features/todo/presentation/presentation.dart';
class FilterChoiceChip extends StatelessWidget {
final String label;
final TimeFilter filter;
final TimeFilter? selectedFilter;
final ValueChanged<TimeFilter?> onSelected;
const FilterChoiceChip({
... | 6 |
sibtain-butt/brew_crews | 6308167 | lib/pages/auth_page/sign_up_auth_page.dart | Dart | www.github.com/sibtain-butt/brew_crews/tree/main/lib/pages/auth_page/sign_up_auth_page.dart | https://raw.githubusercontent.com/sibtain-butt/brew_crews/6308167/lib/pages/auth_page/sign_up_auth_page.dart | sibtain-butt/brew_crews 6308167 lib/pages/auth_page/sign_up_auth_page.dart | true | 200 | 4,361 | import 'package:brew_crew/services/auth_service.dart';
import 'package:flutter/material.dart';
class SignUpAuthPage extends StatefulWidget {
//const SignUpAuthPage({Key? key, this.toggleView}) : super(key: key);
final Function toggleView;
SignUpAuthPage({required this.toggleView});
@override
State<SignUpAut... | 3 |
Vazgen2k4/proweb-presentation | 8eef2c2 | lib/ui/pages/auth/auth_page.dart | Dart | www.github.com/Vazgen2k4/proweb-presentation/tree/main/lib/ui/pages/auth/auth_page.dart | https://raw.githubusercontent.com/Vazgen2k4/proweb-presentation/8eef2c2/lib/ui/pages/auth/auth_page.dart | Vazgen2k4/proweb-presentation 8eef2c2 lib/ui/pages/auth/auth_page.dart | true | 200 | 1,623 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:proweb_presentations_web/domain/providers/auth_provider.dart';
import 'package:proweb_presentations_web/ui/router/app_navigator.dart';
class AuthPage extends StatelessWidget {
const AuthPage({Key? key}) : super(key: key)... | 0 |
Sadcisco/TicketsGcloud | fb3d975 | lib/screens/change_password_screen.dart | Dart | www.github.com/Sadcisco/TicketsGcloud/tree/main/lib/screens/change_password_screen.dart | https://raw.githubusercontent.com/Sadcisco/TicketsGcloud/fb3d975/lib/screens/change_password_screen.dart | Sadcisco/TicketsGcloud fb3d975 lib/screens/change_password_screen.dart | true | 200 | 3,779 | import 'package:flutter/material.dart';
import '../services/api_service.dart';
import 'package:shared_preferences/shared_preferences.dart';
class ChangePasswordScreen extends StatefulWidget {
@override
_ChangePasswordScreenState createState() => _ChangePasswordScreenState();
}
class _ChangePasswordScreenState ext... | 7 |
azizbek123411/newfluchat | c4acaf8 | lib/utils/navigators.dart | Dart | www.github.com/azizbek123411/newfluchat/tree/main/lib/utils/navigators.dart | https://raw.githubusercontent.com/azizbek123411/newfluchat/c4acaf8/lib/utils/navigators.dart | azizbek123411/newfluchat c4acaf8 lib/utils/navigators.dart | true | 200 | 351 | import 'package:flutter/material.dart';
class Go{
BuildContext context;
Go(this.context);
void go(Widget page){
Navigator.push(context, MaterialPageRoute(builder: (context)=>page));
}
void id(String id){
Navigator.of(context).pushNamedAndRemoveUntil(id, (Route<dynamic>route) => false);
}
void clo... | 2 |
Enzo2806/LocalBee | 0e9d93c | local_bee/lib/main.dart | Dart | www.github.com/Enzo2806/LocalBee/tree/main/local_bee/lib/main.dart | https://raw.githubusercontent.com/Enzo2806/LocalBee/0e9d93c/local_bee/lib/main.dart | Enzo2806/LocalBee 0e9d93c local_bee/lib/main.dart | true | 200 | 1,812 | import 'package:flutter/material.dart';
import 'package:local_bee/Views/welcome_view.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:local_bee/Views/main_screen.dart';
import 'package:local_... | 4 |
Danjo25/Yotify-Desktop | f379a61 | lib/core/theme/space.dart | Dart | www.github.com/Danjo25/Yotify-Desktop/tree/main/lib/core/theme/space.dart | https://raw.githubusercontent.com/Danjo25/Yotify-Desktop/f379a61/lib/core/theme/space.dart | Danjo25/Yotify-Desktop f379a61 lib/core/theme/space.dart | true | 200 | 911 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
class YFSpaceTheme {
static const double _defaultRem = 8;
static const defaultAvatarSize = 43.0;
static const homeWidgetsWidth = 160;
final double rem;
const YFSpaceTheme([this.rem = _defaultRem]);
doubl... | 1 |
zeinab129/otlob_app | 1acada6 | lib/features/auth_features/reset_password/presentation/bloc/reset_password_bloc.dart | Dart | www.github.com/zeinab129/otlob_app/tree/main/lib/features/auth_features/reset_password/presentation/bloc/reset_password_bloc.dart | https://raw.githubusercontent.com/zeinab129/otlob_app/1acada6/lib/features/auth_features/reset_password/presentation/bloc/reset_password_bloc.dart | zeinab129/otlob_app 1acada6 lib/features/auth_features/reset_password/presentation/bloc/reset_password_bloc.dart | true | 200 | 1,086 | import 'package:bloc/bloc.dart';
import 'package:ecommerce_app/core/enums/enums.dart';
import 'package:ecommerce_app/core/errors/failuers.dart';
import 'package:ecommerce_app/features/auth_features/reset_password/data/models/reset_password_model.dart';
import 'package:ecommerce_app/features/auth_features/reset_password... | 5 |
Siddique722/Responsive-Dashboard-UI- | ea1a419 | lib/responsive_layout/tablet_screen.dart | Dart | www.github.com/Siddique722/Responsive-Dashboard-UI-/tree/main/lib/responsive_layout/tablet_screen.dart | https://raw.githubusercontent.com/Siddique722/Responsive-Dashboard-UI-/ea1a419/lib/responsive_layout/tablet_screen.dart | Siddique722/Responsive-Dashboard-UI- ea1a419 lib/responsive_layout/tablet_screen.dart | true | 200 | 1,277 | import 'package:flutter/material.dart';
import 'package:responsivedashboardui/constants.dart';
import 'package:responsivedashboardui/utils/my_box.dart';
import 'package:responsivedashboardui/utils/my_tile.dart';
class TabletScreen extends StatefulWidget {
const TabletScreen({Key? key}) : super(key: key);
@overrid... | 6 |
farahmohap/Chat-App | c3bd887 | lib/pages/register_page.dart | Dart | www.github.com/farahmohap/Chat-App/tree/main/lib/pages/register_page.dart | https://raw.githubusercontent.com/farahmohap/Chat-App/c3bd887/lib/pages/register_page.dart | farahmohap/Chat-App c3bd887 lib/pages/register_page.dart | true | 200 | 2,549 | import 'package:chat_app/widgets/custom_text_field.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import '../widgets/custom_button.dart';
class RegisterPage extends StatelessWidget {
RegisterPage({super.key});
static String id = "registerpage";
String? email;
... | 3 |
Uzairinshallah/bilytica | 0cd21ee | lib/data/models/user_model.dart | Dart | www.github.com/Uzairinshallah/bilytica/tree/main/lib/data/models/user_model.dart | https://raw.githubusercontent.com/Uzairinshallah/bilytica/0cd21ee/lib/data/models/user_model.dart | Uzairinshallah/bilytica 0cd21ee lib/data/models/user_model.dart | true | 200 | 764 | class User {
final String firstName;
final String lastName;
final String email;
final String date;
final int age;
final String location;
final String pictureUrl;
User({
required this.firstName,
required this.lastName,
required this.email,
required this.pictureUrl,
required this.date... | 0 |
AchmadIkbal/Responsi_124200019 | 98e58c3 | lib/home.dart | Dart | www.github.com/AchmadIkbal/Responsi_124200019/tree/main/lib/home.dart | https://raw.githubusercontent.com/AchmadIkbal/Responsi_124200019/98e58c3/lib/home.dart | AchmadIkbal/Responsi_124200019 98e58c3 lib/home.dart | true | 200 | 6,034 | import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'dart:ui';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'base_network.dart';
import 'model.dart';
import 'data_source.dart';
import 'detail_page.dart';
class PageBendera extends StatefulWidget {
const PageBe... | 7 |
Hasibol-Hoda-Inu/ecommerce | 3a404d9 | lib/presentation/ui/screen/auth/email_varification_screen.dart | Dart | www.github.com/Hasibol-Hoda-Inu/ecommerce/tree/main/lib/presentation/ui/screen/auth/email_varification_screen.dart | https://raw.githubusercontent.com/Hasibol-Hoda-Inu/ecommerce/3a404d9/lib/presentation/ui/screen/auth/email_varification_screen.dart | Hasibol-Hoda-Inu/ecommerce 3a404d9 lib/presentation/ui/screen/auth/email_varification_screen.dart | true | 200 | 4,283 | import 'package:ecommerce/presentation/state_holders/email_verification_controller.dart';
import 'package:ecommerce/presentation/ui/screen/auth/otp_verification_screen.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import 'package:get/get.d... | 4 |
Abhi-2608/MyFinance1 | 2d38294 | Finance/lib/views/calculator/calculatorIndex.dart | Dart | www.github.com/Abhi-2608/MyFinance1/tree/main/Finance/lib/views/calculator/calculatorIndex.dart | https://raw.githubusercontent.com/Abhi-2608/MyFinance1/2d38294/Finance/lib/views/calculator/calculatorIndex.dart | Abhi-2608/MyFinance1 2d38294 Finance/lib/views/calculator/calculatorIndex.dart | true | 200 | 12,240 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
// import 'package:lane_dane/helpers/cache_storage_helper.dart';
import 'package:lane_dane/main.dart';
import 'package:lane_dane/models/users.dart';
import 'package:lane_dane/res/colors.dart';
// import 'package:lane_dane/views/pages/selectContact.d... | 2 |
Msalaho77/register | 92a8480 | lib/main.dart | Dart | www.github.com/Msalaho77/register/tree/main/lib/main.dart | https://raw.githubusercontent.com/Msalaho77/register/92a8480/lib/main.dart | Msalaho77/register 92a8480 lib/main.dart | true | 200 | 797 | import 'package:flutter/material.dart';
import 'package:login_screen/Ui/sign_in/sign_in.dart';
import 'package:login_screen/Ui/utils/app_theme.dart';
import 'package:responsive_builder/responsive_builder.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
MyApp({super.key});
@override... | 1 |
mhmoudGamea/night-movie | f7cdb72 | lib/features/tv/presentation/views/widgets/tv_popular_section.dart | Dart | www.github.com/mhmoudGamea/night-movie/tree/main/lib/features/tv/presentation/views/widgets/tv_popular_section.dart | https://raw.githubusercontent.com/mhmoudGamea/night-movie/f7cdb72/lib/features/tv/presentation/views/widgets/tv_popular_section.dart | mhmoudGamea/night-movie f7cdb72 lib/features/tv/presentation/views/widgets/tv_popular_section.dart | true | 200 | 682 | import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
import '../../../../../core/widgets/section_header.dart';
import '../tv_popular_view.dart';
import 'tv_popular_list_view_bloc_consumer.dart';
class TvPopularSection extends StatelessWidget {
const TvPopularSection({Key? key}) : super... | 6 |
DaltonMaza/Practica4 | ecd8285 | lib/models/Comentario.dart | Dart | www.github.com/DaltonMaza/Practica4/tree/main/lib/models/Comentario.dart | https://raw.githubusercontent.com/DaltonMaza/Practica4/ecd8285/lib/models/Comentario.dart | DaltonMaza/Practica4 ecd8285 lib/models/Comentario.dart | true | 200 | 1,018 | class Comentario {
final String cuerpo;
final bool estado;
final DateTime fecha;
final double longitud;
final double latitud;
final String usuario;
final String noticia;
final String external_id;
Comentario({
required this.cuerpo,
required this.estado,
required this.fecha,
required ... | 3 |
VietAnt/Bloc_Data_Algorim | 221f6d2 | Z_Lab_Provider/login_jwt_provider/lib/screens/home_screen.dart | Dart | www.github.com/VietAnt/Bloc_Data_Algorim/tree/main/Z_Lab_Provider/login_jwt_provider/lib/screens/home_screen.dart | https://raw.githubusercontent.com/VietAnt/Bloc_Data_Algorim/221f6d2/Z_Lab_Provider/login_jwt_provider/lib/screens/home_screen.dart | VietAnt/Bloc_Data_Algorim 221f6d2 Z_Lab_Provider/login_jwt_provider/lib/screens/home_screen.dart | true | 200 | 1,739 | import 'package:flutter/material.dart';
import 'package:login_jwt_provider/screens/user_screen.dart';
import 'package:provider/provider.dart';
import '../providers/auth_provider.dart';
class HomeScreen extends StatelessWidget {
const HomeScreen({super.key});
@override
Widget build(BuildContext context) {
f... | 7 |
Havindu21/roller-dice-app | ba4f670 | lib/result_summary.dart | Dart | www.github.com/Havindu21/roller-dice-app/tree/main/lib/result_summary.dart | https://raw.githubusercontent.com/Havindu21/roller-dice-app/ba4f670/lib/result_summary.dart | Havindu21/roller-dice-app ba4f670 lib/result_summary.dart | true | 200 | 1,080 | import 'package:flutter/material.dart';
class ResultSummary extends StatefulWidget {
final List<int> playerOneNumbersList;
final List<int> playerTwoNumbersList;
var winner;
ResultSummary({
Key? key,
required this.playerOneNumbersList,
required this.playerTwoNumbersList,
required this.winner,
... | 0 |
lamadev101/draft_repo_giswork_flutter | 4ec74c4 | lib/screens/itinerary_traveller/widgets/map_component.dart | Dart | www.github.com/lamadev101/draft_repo_giswork_flutter/tree/main/lib/screens/itinerary_traveller/widgets/map_component.dart | https://raw.githubusercontent.com/lamadev101/draft_repo_giswork_flutter/4ec74c4/lib/screens/itinerary_traveller/widgets/map_component.dart | lamadev101/draft_repo_giswork_flutter 4ec74c4 lib/screens/itinerary_traveller/widgets/map_component.dart | true | 200 | 1,391 | import 'package:flutter/material.dart';
import 'package:flutter_map/flutter_map.dart';
import 'package:latlong2/latlong.dart';
class GenericFlutterMapComponent extends StatefulWidget {
final List<LatLng> latLng;
final MapController mapController;
const GenericFlutterMapComponent({
Key? key,
required thi... | 4 |
postboxat18/firebase_project | 0021847 | lib/Home.dart | Dart | www.github.com/postboxat18/firebase_project/tree/main/lib/Home.dart | https://raw.githubusercontent.com/postboxat18/firebase_project/0021847/lib/Home.dart | postboxat18/firebase_project 0021847 lib/Home.dart | true | 200 | 17,879 | import 'dart:io';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_database/firebase_database.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'pac... | 5 |
BoyPhanna/Flutter_Task_Allocation | e591512 | lib/pages/updateSkill/updatekill_page.dart | Dart | www.github.com/BoyPhanna/Flutter_Task_Allocation/tree/main/lib/pages/updateSkill/updatekill_page.dart | https://raw.githubusercontent.com/BoyPhanna/Flutter_Task_Allocation/e591512/lib/pages/updateSkill/updatekill_page.dart | BoyPhanna/Flutter_Task_Allocation e591512 lib/pages/updateSkill/updatekill_page.dart | true | 200 | 4,205 | // ignore_for_file: prefer_const_constructors, sort_child_properties_last, no_logic_in_create_state
import 'package:animate_do/animate_do.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:quickalert/models/quickalert_type.dart';
import 'package:quickalert/w... | 2 |
phammongkha562000/MP_iGLS | 94b0106 | lib/presentations/screen/user_profile/user_profile_view.dart | Dart | www.github.com/phammongkha562000/MP_iGLS/tree/main/lib/presentations/screen/user_profile/user_profile_view.dart | https://raw.githubusercontent.com/phammongkha562000/MP_iGLS/94b0106/lib/presentations/screen/user_profile/user_profile_view.dart | phammongkha562000/MP_iGLS 94b0106 lib/presentations/screen/user_profile/user_profile_view.dart | true | 200 | 19,892 | import 'dart:developer';
import 'package:dropdown_button2/dropdown_button2.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:igls_... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.