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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
DHRUVA-N-L-CHOUDHARY/medical_insurance_application | 40fc228 | lib/app/routes/app_pages.dart | Dart | www.github.com/DHRUVA-N-L-CHOUDHARY/medical_insurance_application/tree/main/lib/app/routes/app_pages.dart | https://raw.githubusercontent.com/DHRUVA-N-L-CHOUDHARY/medical_insurance_application/40fc228/lib/app/routes/app_pages.dart | DHRUVA-N-L-CHOUDHARY/medical_insurance_application 40fc228 lib/app/routes/app_pages.dart | true | 200 | 1,846 | import 'package:get/get.dart';
import 'package:medical_insurance_system/app/modules/add_record/bindings/add_record_binding.dart';
import 'package:medical_insurance_system/app/modules/home/views/home_view.dart';
import 'package:medical_insurance_system/app/modules/sign_in/bindings/sign_in_binding.dart';
import 'package:... | 0 |
mev007/tutoring_budget | 394e972 | lib/screen/LESSONS/add_lesson/add_lesson_screen.dart | Dart | www.github.com/mev007/tutoring_budget/tree/main/lib/screen/LESSONS/add_lesson/add_lesson_screen.dart | https://raw.githubusercontent.com/mev007/tutoring_budget/394e972/lib/screen/LESSONS/add_lesson/add_lesson_screen.dart | mev007/tutoring_budget 394e972 lib/screen/LESSONS/add_lesson/add_lesson_screen.dart | true | 200 | 9,285 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:tutoring_budget/constants.dart';
import 'package:tutoring_budget/models/student_model.dart';
import 'package:tutoring_budget/screen/student/student_controll.dart';
import 'package:tutoring_budget/utils.dart';
import 'package:tutoring... | 3 |
RossHS/light_house | f8992ee | flutter_source/lib/src/widgets/play_mode_indicator_widget.dart | Dart | www.github.com/RossHS/light_house/tree/main/flutter_source/lib/src/widgets/play_mode_indicator_widget.dart | https://raw.githubusercontent.com/RossHS/light_house/f8992ee/flutter_source/lib/src/widgets/play_mode_indicator_widget.dart | RossHS/light_house f8992ee flutter_source/lib/src/widgets/play_mode_indicator_widget.dart | true | 200 | 10,037 | import 'dart:async';
import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:light_house/src/models/play_mode_models.dart';
import 'package:light_house/src/utils/extensions.dart';
import 'package:light_house/src/widgets/animated_decorated_box.dart';
import 'package:light_house/src/widgets/w... | 1 |
dwikprsty/SportifyApps | 7751caa | lib/screens/login_screen.dart | Dart | www.github.com/dwikprsty/SportifyApps/tree/main/lib/screens/login_screen.dart | https://raw.githubusercontent.com/dwikprsty/SportifyApps/7751caa/lib/screens/login_screen.dart | dwikprsty/SportifyApps 7751caa lib/screens/login_screen.dart | true | 200 | 5,939 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:sportify_app/cubit/auth/auth_cubit.dart';
import 'package:sportify_app/dto/login.dart';
import 'package:sportify_app/dto/user.dart';
import 'package:sportify_app/services/data_service.dart';
... | 5 |
narumincho/dart-packages | f75c666 | packages/simple_graphql_client_gen/test/codegen_api.dart | Dart | www.github.com/narumincho/dart-packages/tree/main/packages/simple_graphql_client_gen/test/codegen_api.dart | https://raw.githubusercontent.com/narumincho/dart-packages/f75c666/packages/simple_graphql_client_gen/test/codegen_api.dart | narumincho/dart-packages f75c666 packages/simple_graphql_client_gen/test/codegen_api.dart | true | 200 | 3,411 | import 'dart:io';
import 'package:fast_immutable_collections/fast_immutable_collections.dart';
import 'package:simple_dart_code_gen/simple_dart_code_gen.dart';
import 'package:simple_graphql_client_gen/query_string.dart';
import 'package:simple_graphql_client_gen/simple_graphql_client_gen.dart';
import './graphql/quer... | 4 |
raymondidu/iceman | 118a36b | lib/Pages/home_page.dart | Dart | www.github.com/raymondidu/iceman/tree/main/lib/Pages/home_page.dart | https://raw.githubusercontent.com/raymondidu/iceman/118a36b/lib/Pages/home_page.dart | raymondidu/iceman 118a36b lib/Pages/home_page.dart | true | 200 | 801 | import 'package:flutter/material.dart';
import 'package:iceman/Pages/bag_page.dart';
import 'package:iceman/Pages/shop_page.dart';
import '../Components/bottom_nav_bar.dart';
class HomePage extends StatefulWidget {
const HomePage({super.key});
@override
State<HomePage> createState() => _HomePageState();
}
cla... | 6 |
viragmehtacodes/FurniFy | d70bec3 | lib/home/component 2/models/_res_files.dart | Dart | www.github.com/viragmehtacodes/FurniFy/tree/main/lib/home/component 2/models/_res_files.dart | https://raw.githubusercontent.com/viragmehtacodes/FurniFy/d70bec3/lib/home/component%202/models/_res_files.dart | viragmehtacodes/FurniFy d70bec3 lib/home/component 2/models/_res_files.dart | true | 200 | 3,308 | import 'package:flutter/material.dart';
import 'Product.dart';
import '_payment_cart_model.dart';
class Res {
static const String lamp = "assets/images/lamp.png";
static const String chair = "assets/images/chair.png";
static const String sofa = "assets/images/sofa.png";
static const String table = "assets/imag... | 0 |
Nada-Hanad/fast_and_hack | bc2fd84 | lib/src/custom_widgets/buttons/join_button.dart | Dart | www.github.com/Nada-Hanad/fast_and_hack/tree/main/lib/src/custom_widgets/buttons/join_button.dart | https://raw.githubusercontent.com/Nada-Hanad/fast_and_hack/bc2fd84/lib/src/custom_widgets/buttons/join_button.dart | Nada-Hanad/fast_and_hack bc2fd84 lib/src/custom_widgets/buttons/join_button.dart | true | 200 | 1,094 | import 'package:flutter/material.dart';
class JoinButton extends StatelessWidget {
final VoidCallback onPressed;
final String text;
final double borderRadius;
final double height;
final double width;
final Color textColor;
const JoinButton(
{Key? key,
required this.onPressed,
required ... | 2 |
Muqniansyah/flutter | 7dbfed9 | project-UAS/lib/ui/pegawai/pegawai_page.dart | Dart | www.github.com/Muqniansyah/flutter/tree/main/project-UAS/lib/ui/pegawai/pegawai_page.dart | https://raw.githubusercontent.com/Muqniansyah/flutter/7dbfed9/project-UAS/lib/ui/pegawai/pegawai_page.dart | Muqniansyah/flutter 7dbfed9 project-UAS/lib/ui/pegawai/pegawai_page.dart | true | 200 | 2,169 | import 'package:flutter/material.dart';
import '/model/pegawai.dart';
import 'pegawai_item.dart';
import 'pegawai_form.dart';
import 'pegawai_service.dart';
class PegawaiPage extends StatefulWidget {
const PegawaiPage({super.key});
@override
State<PegawaiPage> createState() => _PegawaiPageState();
}
class _Peg... | 7 |
anoopg1/e_shop | a172fcc | lib/infrastructure/wishlist_repository.dart | Dart | www.github.com/anoopg1/e_shop/tree/main/lib/infrastructure/wishlist_repository.dart | https://raw.githubusercontent.com/anoopg1/e_shop/a172fcc/lib/infrastructure/wishlist_repository.dart | anoopg1/e_shop a172fcc lib/infrastructure/wishlist_repository.dart | true | 200 | 1,191 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_database/firebase_database.dart';
// Function to add a product to the user's wishlist
Future<void> addToWishlist(String productId) async {
final User user = FirebaseAuth.instance.currentUser!;
if (user != null) {
final String userUid =... | 3 |
9oormthon-univ/2024_DANPOONG_TEAM_34_FE | 4d9704f | lib/view/see_more/see_more_screen.dart | Dart | www.github.com/9oormthon-univ/2024_DANPOONG_TEAM_34_FE/tree/main/lib/view/see_more/see_more_screen.dart | https://raw.githubusercontent.com/9oormthon-univ/2024_DANPOONG_TEAM_34_FE/4d9704f/lib/view/see_more/see_more_screen.dart | 9oormthon-univ/2024_DANPOONG_TEAM_34_FE 4d9704f lib/view/see_more/see_more_screen.dart | true | 200 | 5,651 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:rebootOffice/utility/static/app_routes.dart';
import 'package:rebootOffice/utility/system/font_system.dart';
import 'package:rebootOffice/view/base/base_screen.dart';
import 'package:rebootOffice/view/home/widget/home_business_card.d... | 5 |
Ehsan973/flutter_sinus_mpm_app | 3f4286b | lib/src/features/create_pool/data/model/pool_model.dart | Dart | www.github.com/Ehsan973/flutter_sinus_mpm_app/tree/main/lib/src/features/create_pool/data/model/pool_model.dart | https://raw.githubusercontent.com/Ehsan973/flutter_sinus_mpm_app/3f4286b/lib/src/features/create_pool/data/model/pool_model.dart | Ehsan973/flutter_sinus_mpm_app 3f4286b lib/src/features/create_pool/data/model/pool_model.dart | true | 200 | 990 | class PoolModel {
String? creator;
String? status;
String? name;
String? description;
String? id;
int? amount;
PoolModel(
{this.id,
this.creator,
this.status,
this.name,
this.description,
this.amount});
PoolModel.fromJson(Map<String, dynamic> json) {
if (json["cr... | 1 |
111Abhishek/whatsApp | 8d00ede | lib/presentation/whatsapp_calls_edit_page/controller/whatsapp_calls_edit_controller.dart | Dart | www.github.com/111Abhishek/whatsApp/tree/main/lib/presentation/whatsapp_calls_edit_page/controller/whatsapp_calls_edit_controller.dart | https://raw.githubusercontent.com/111Abhishek/whatsApp/8d00ede/lib/presentation/whatsapp_calls_edit_page/controller/whatsapp_calls_edit_controller.dart | 111Abhishek/whatsApp 8d00ede lib/presentation/whatsapp_calls_edit_page/controller/whatsapp_calls_edit_controller.dart | true | 200 | 508 | import 'package:what_sapp/core/app_export.dart';
import 'package:what_sapp/presentation/whatsapp_calls_edit_page/models/whatsapp_calls_edit_model.dart';
/// A controller class for the WhatsappCallsEditPage.
///
/// This class manages the state of the WhatsappCallsEditPage, including the
/// current whatsappCallsEditMo... | 4 |
shubhangipiya/Robotics-Nepal-App | 47f5d71 | app/lib/screens/OrderInvoice.dart | Dart | www.github.com/shubhangipiya/Robotics-Nepal-App/tree/main/app/lib/screens/OrderInvoice.dart | https://raw.githubusercontent.com/shubhangipiya/Robotics-Nepal-App/47f5d71/app/lib/screens/OrderInvoice.dart | shubhangipiya/Robotics-Nepal-App 47f5d71 app/lib/screens/OrderInvoice.dart | true | 200 | 8,966 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../state/details_state.dart';
class OrderInvoice extends StatefulWidget {
const OrderInvoice({Key? key}) : super(key: key);
@override
State<OrderInvoice> createState() => _OrderInvoiceState();
}
class _OrderInvoiceState e... | 6 |
Khubai5/Car-Renting-App | 1256e79 | lib/main.dart | Dart | www.github.com/Khubai5/Car-Renting-App/tree/main/lib/main.dart | https://raw.githubusercontent.com/Khubai5/Car-Renting-App/1256e79/lib/main.dart | Khubai5/Car-Renting-App 1256e79 lib/main.dart | true | 200 | 2,307 | import 'package:app/presentation/pages/MapsDetailsPage.dart';
import 'package:app/presentation/pages/car_list_screen.dart';
import 'package:app/presentation/pages/details_page.dart';
// import 'package:app/presentation/pages/maps_detail_page.dart';
import 'package:app/presentation/pages/onboard.dart';
import 'package:f... | 0 |
ahammodsarif/flutter_rabbil | 3c1993b | lib/row.dart | Dart | www.github.com/ahammodsarif/flutter_rabbil/tree/main/lib/row.dart | https://raw.githubusercontent.com/ahammodsarif/flutter_rabbil/3c1993b/lib/row.dart | ahammodsarif/flutter_rabbil 3c1993b lib/row.dart | true | 200 | 2,321 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_rabbil/bottom_navigation.dart';
void main(){
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(... | 2 |
wasiii960/Ahsebli | 4d81e36 | lib/localization/language/language/langauge_es.dart | Dart | www.github.com/wasiii960/Ahsebli/tree/main/lib/localization/language/language/langauge_es.dart | https://raw.githubusercontent.com/wasiii960/Ahsebli/4d81e36/lib/localization/language/language/langauge_es.dart | wasiii960/Ahsebli 4d81e36 lib/localization/language/language/langauge_es.dart | true | 200 | 15,046 | import 'dart:core';
import 'languages.dart';
class LanguageEs extends Languages{
String get labelWelcome => "Bienvenido a ";
String get labelSelectLanguage => "Seleccione el idioma";
String get account => "cuenta";
String get alreadyHaveAnAccount => "¿Ya tienes una cuenta?";
String get by => "by"; // c... | 7 |
neerajrai-185/grocerycode | 5322437 | store/lib/controllers/subcategoryjuicy.dart | Dart | www.github.com/neerajrai-185/grocerycode/tree/main/store/lib/controllers/subcategoryjuicy.dart | https://raw.githubusercontent.com/neerajrai-185/grocerycode/5322437/store/lib/controllers/subcategoryjuicy.dart | neerajrai-185/grocerycode 5322437 store/lib/controllers/subcategoryjuicy.dart | true | 200 | 1,081 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:get/get.dart';
class SubCategoryController extends GetxController {
FirebaseFirestore _db = FirebaseFirestore.instance;
var categories = [].obs;
@override
void onInit() {
super.onInit();
this.fetchSubCategories();
}
fetchSubC... | 3 |
neelprajapati12/unicode_lp | 8fcd0b4 | lib/helper/util.dart | Dart | www.github.com/neelprajapati12/unicode_lp/tree/main/lib/helper/util.dart | https://raw.githubusercontent.com/neelprajapati12/unicode_lp/8fcd0b4/lib/helper/util.dart | neelprajapati12/unicode_lp 8fcd0b4 lib/helper/util.dart | true | 200 | 1,904 | import 'package:flutter/material.dart';
class CustomTextFormField extends StatelessWidget {
TextEditingController controller;
String labelText;
String hintText;
TextInputType keyboardType;
String errortext;
bool isPassword;
CustomTextFormField({
required this.controller,
required this.labelText,... | 5 |
bettdouglas/dentsu_lms_evaluation | 8253b0d | app/lib/features/quotes/view/quotes_page.dart | Dart | www.github.com/bettdouglas/dentsu_lms_evaluation/tree/main/app/lib/features/quotes/view/quotes_page.dart | https://raw.githubusercontent.com/bettdouglas/dentsu_lms_evaluation/8253b0d/app/lib/features/quotes/view/quotes_page.dart | bettdouglas/dentsu_lms_evaluation 8253b0d app/lib/features/quotes/view/quotes_page.dart | true | 200 | 3,411 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:lms_app/features/common/widgets/error_message_widget.dart';
import 'package:lms_app/features/quote/quote.dart';
import '../quotes.dart';
class QuotesPag... | 4 |
maxrio21/FitTrack-APP | e51e0ff | lib/view/prueba2.dart | Dart | www.github.com/maxrio21/FitTrack-APP/tree/main/lib/view/prueba2.dart | https://raw.githubusercontent.com/maxrio21/FitTrack-APP/e51e0ff/lib/view/prueba2.dart | maxrio21/FitTrack-APP e51e0ff lib/view/prueba2.dart | true | 200 | 6,423 |
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:fittrack/res/components/round_button.dart';
import 'package:fittrack/utils/utils.dart';
import 'package:fittrack/view_model/auth_view_model.dart';
class RegisterView extends StatefulWidget {
const Reg... | 2 |
romanejaquez/skippingfrog_mobile | d8449c5 | lib/widgets/loginoptionspanel.dart | Dart | www.github.com/romanejaquez/skippingfrog_mobile/tree/main/lib/widgets/loginoptionspanel.dart | https://raw.githubusercontent.com/romanejaquez/skippingfrog_mobile/d8449c5/lib/widgets/loginoptionspanel.dart | romanejaquez/skippingfrog_mobile d8449c5 lib/widgets/loginoptionspanel.dart | true | 200 | 3,289 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:skippingfrog_mobile/helpers/appcolors.dart';
import 'package:skippingfrog_mobile/helpers/enums.dart';
import 'package:skippingfrog_mobile/helpers/sign_in_icons.dart';
class LoginOptionsPanel extends StatelessWidget {
final Function onSignIn;
... | 0 |
asif8585/my_grocery_app | e0dc974 | lib/Pages/cart_page.dart | Dart | www.github.com/asif8585/my_grocery_app/tree/main/lib/Pages/cart_page.dart | https://raw.githubusercontent.com/asif8585/my_grocery_app/e0dc974/lib/Pages/cart_page.dart | asif8585/my_grocery_app e0dc974 lib/Pages/cart_page.dart | true | 200 | 427 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
class Cart_Page extends StatefulWidget {
@override
State<Cart_Page> createState() => _Cart_PageState();
}
class _Cart_PageState extends State<Cart_Page> {
@override
Widget build(BuildContext context) {
return Center(
... | 7 |
wimukthideshan/MoveEasy | aa18250 | lib/Pages/add_vehicle_details_page.dart | Dart | www.github.com/wimukthideshan/MoveEasy/tree/main/lib/Pages/add_vehicle_details_page.dart | https://raw.githubusercontent.com/wimukthideshan/MoveEasy/aa18250/lib/Pages/add_vehicle_details_page.dart | wimukthideshan/MoveEasy aa18250 lib/Pages/add_vehicle_details_page.dart | true | 200 | 13,815 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:moveeasy/Provider/vehicle_provider.dart';
import 'package:moveeasy/Service/image_picker_service.dart';
import 'package:provider/provider.dart';
class AddVehicleDetailsPage extends StatefulWidget {
@override
_AddVehicleDetailsPageState creat... | 1 |
gsaaraujo/lovely-coffee | 42a6d87 | lib/modules/auth/domain/entities/user_signed_in_entity.dart | Dart | www.github.com/gsaaraujo/lovely-coffee/tree/main/lib/modules/auth/domain/entities/user_signed_in_entity.dart | https://raw.githubusercontent.com/gsaaraujo/lovely-coffee/42a6d87/lib/modules/auth/domain/entities/user_signed_in_entity.dart | gsaaraujo/lovely-coffee 42a6d87 lib/modules/auth/domain/entities/user_signed_in_entity.dart | true | 200 | 438 | import 'package:equatable/equatable.dart';
class UserSignedInEntity extends Equatable {
const UserSignedInEntity({
required this.uid,
required this.imageUrl,
required this.name,
required this.accessToken,
required this.refreshToken,
});
final String uid;
final String? imageUrl;
final Str... | 6 |
FXzoroark/flutter_dade_cho | b6f04fa | lib/models/Deck.dart | Dart | www.github.com/FXzoroark/flutter_dade_cho/tree/main/lib/models/Deck.dart | https://raw.githubusercontent.com/FXzoroark/flutter_dade_cho/b6f04fa/lib/models/Deck.dart | FXzoroark/flutter_dade_cho b6f04fa lib/models/Deck.dart | true | 200 | 1,247 | import 'dart:collection';
import 'dart:math';
import 'package:flutter_dade_cho/utils/StorageManager.dart';
import 'package:path_provider/path_provider.dart';
import 'CardGame.dart';
class Deck {
late final String theme;
final allCardsList = [];
final gameCardsQueue = Queue<CardGame>();
final int size;
Deck... | 5 |
GiovanaThais/dartIniciante | 43ccef4 | loop2.dart | Dart | www.github.com/GiovanaThais/dartIniciante/tree/main/loop2.dart | https://raw.githubusercontent.com/GiovanaThais/dartIniciante/43ccef4/loop2.dart | GiovanaThais/dartIniciante 43ccef4 loop2.dart | true | 200 | 311 | import 'dart:io';
main(){
bool condition = true;
while(condition){
print("Escreva um texto: ");
String text = stdin.readLineSync() ?? '0';
if(text == "sair"){
condition = false;
print("programa finalizado");
break;
} else{
print("vc digitou $text");
}
}
} | 4 |
dineshkumar-770/dsa-problems-dart | d325840 | lib/product_array_execpt_self.dart | Dart | www.github.com/dineshkumar-770/dsa-problems-dart/tree/main/lib/product_array_execpt_self.dart | https://raw.githubusercontent.com/dineshkumar-770/dsa-problems-dart/d325840/lib/product_array_execpt_self.dart | dineshkumar-770/dsa-problems-dart d325840 lib/product_array_execpt_self.dart | true | 200 | 619 | class ExecptSelfArrayProduct {
List<int> productArrayExecptSelf(List<int> nums) {
int n = nums.length;
List<int> leftProductList = List.filled(n, 1);
List<int> rightProductList = List.filled(n, 1);
for (int i = 1; i < n; i++) {
leftProductList[i] = leftProductList[i - 1] * nums[i - 1];
}
... | 0 |
DavisKerr/microCalendar | 8c91194 | lib/Widgets/loading_indicator.dart | Dart | www.github.com/DavisKerr/microCalendar/tree/main/lib/Widgets/loading_indicator.dart | https://raw.githubusercontent.com/DavisKerr/microCalendar/8c91194/lib/Widgets/loading_indicator.dart | DavisKerr/microCalendar 8c91194 lib/Widgets/loading_indicator.dart | true | 200 | 1,324 | import 'package:flutter/material.dart';
import 'package:flutter_redux/flutter_redux.dart';
import 'package:redux/redux.dart';
import '../State/app_state.dart';
import '../View/view_model.dart';
class LoadingIndicator extends StatelessWidget {
final String message;
const LoadingIndicator({super.key, required this.... | 2 |
finbar2020/pokemonApi | 69b7afe | lib/src/core/connections/db_provider.dart | Dart | www.github.com/finbar2020/pokemonApi/tree/main/lib/src/core/connections/db_provider.dart | https://raw.githubusercontent.com/finbar2020/pokemonApi/69b7afe/lib/src/core/connections/db_provider.dart | finbar2020/pokemonApi 69b7afe lib/src/core/connections/db_provider.dart | true | 200 | 822 | import 'package:sqflite/sqflite.dart';
import 'package:path/path.dart';
class DBProvider {
DBProvider._();
static final DBProvider _db = DBProvider._();
static DBProvider get instance => _db;
static Database? _database;
Future<Database?> get database async => _database ??= await _init();
_init() async... | 3 |
5nehap/signin_signup_sample | e1abecc | lib/main.dart | Dart | www.github.com/5nehap/signin_signup_sample/tree/main/lib/main.dart | https://raw.githubusercontent.com/5nehap/signin_signup_sample/e1abecc/lib/main.dart | 5nehap/signin_signup_sample e1abecc lib/main.dart | true | 200 | 411 | import 'package:flutter/material.dart';
import 'package:signin_signup_sample/view/sign_in/signin.dart';
void main() {
runApp(const MyApp());
}
String email = "";
String password = "";
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return M... | 7 |
Ricargame/pruebaTecnica | 1d8b01d | ricardo_prueba2/lib/src/scaner.dart | Dart | www.github.com/Ricargame/pruebaTecnica/tree/main/ricardo_prueba2/lib/src/scaner.dart | https://raw.githubusercontent.com/Ricargame/pruebaTecnica/1d8b01d/ricardo_prueba2/lib/src/scaner.dart | Ricargame/pruebaTecnica 1d8b01d ricardo_prueba2/lib/src/scaner.dart | true | 200 | 417 | import 'package:flutter_barcode_scanner/flutter_barcode_scanner.dart';
import 'package:ricardo_prueba2/src/conexion.dart';
Future<void> scaner(context) async {
String barcodeScner;
barcodeScner = await FlutterBarcodeScanner.scanBarcode(
'#ff6666', 'Cancel', true, ScanMode.DEFAULT);
if (barcodeSc... | 6 |
raeul0304/halmoney | c802f3b | lib/pages/extra_resume_page.dart | Dart | www.github.com/raeul0304/halmoney/tree/main/lib/pages/extra_resume_page.dart | https://raw.githubusercontent.com/raeul0304/halmoney/c802f3b/lib/pages/extra_resume_page.dart | raeul0304/halmoney c802f3b lib/pages/extra_resume_page.dart | true | 200 | 9,464 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:file_picker/file_picker.dart';
import 'package:desktop_drop/desktop_drop.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'dart:typed_data';
import 'dart:io';
class ExtraResumePage exte... | 1 |
KavyaParengal/Dart_basics | fb81645 | class_object/shape.dart | Dart | www.github.com/KavyaParengal/Dart_basics/tree/main/class_object/shape.dart | https://raw.githubusercontent.com/KavyaParengal/Dart_basics/fb81645/class_object/shape.dart | KavyaParengal/Dart_basics fb81645 class_object/shape.dart | true | 200 | 900 | // Create a class named 'Shape' with a method to print "This is shape".
// Then create two other classes named 'Rectangle', 'Circle' inheriting the Shape class,
// both having a method to print "This is rectangular shape" and "This is circular shape" respectively.
// Create a subclass 'Square' of 'Rectangle' having a m... | 5 |
x-brymo/EveryDayTask | 70ccfd5 | whatsappx/lib/Model/ChatModel.dart | Dart | www.github.com/x-brymo/EveryDayTask/tree/main/whatsappx/lib/Model/ChatModel.dart | https://raw.githubusercontent.com/x-brymo/EveryDayTask/70ccfd5/whatsappx/lib/Model/ChatModel.dart | x-brymo/EveryDayTask 70ccfd5 whatsappx/lib/Model/ChatModel.dart | true | 200 | 2,475 | import 'dart:convert';
class ChatModel {
final String? name;
final String? icon;
final bool? isGroup;
final String? time;
final String? currentMessage;
final String? status;
bool? select;
final int? id;
ChatModel({
this.name,
this.icon,
this.isGroup,
this.time,
this.currentM... | 0 |
faizshaikh7/GynObs-Virtual-Clinic | ed5a3db | lib/patient_appointment_screen.dart | Dart | www.github.com/faizshaikh7/GynObs-Virtual-Clinic/tree/main/lib/patient_appointment_screen.dart | https://raw.githubusercontent.com/faizshaikh7/GynObs-Virtual-Clinic/ed5a3db/lib/patient_appointment_screen.dart | faizshaikh7/GynObs-Virtual-Clinic ed5a3db lib/patient_appointment_screen.dart | true | 200 | 4,896 | import 'package:agp_ziauddin_virtual_clinic/about_us_screen.dart';
import 'package:agp_ziauddin_virtual_clinic/constants/colors.dart';
import 'package:agp_ziauddin_virtual_clinic/database_methods.dart';
import 'package:agp_ziauddin_virtual_clinic/main.dart';
import 'package:agp_ziauddin_virtual_clinic/patient_video... | 4 |
Yudnikov-Leonid/DiaryForStudentsFlutter | 00c9554 | lib/features/diary/data/data_sources/diary_data_source.dart | Dart | www.github.com/Yudnikov-Leonid/DiaryForStudentsFlutter/tree/main/lib/features/diary/data/data_sources/diary_data_source.dart | https://raw.githubusercontent.com/Yudnikov-Leonid/DiaryForStudentsFlutter/00c9554/lib/features/diary/data/data_sources/diary_data_source.dart | Yudnikov-Leonid/DiaryForStudentsFlutter 00c9554 lib/features/diary/data/data_sources/diary_data_source.dart | true | 200 | 857 | import 'dart:convert';
import 'package:edu_diary/core/constants/constants.dart';
import 'package:edu_diary/features/diary/data/models/response.dart';
import 'package:http/http.dart' as http;
class DiaryDataSource {
Future<DiaryResponse> getDayLessons(String date) async {
final body = json.encode({
'date'... | 3 |
warcayac/leetcode_solutions | c68418f | lib/src/binary_tree.dart | Dart | www.github.com/warcayac/leetcode_solutions/tree/main/lib/src/binary_tree.dart | https://raw.githubusercontent.com/warcayac/leetcode_solutions/c68418f/lib/src/binary_tree.dart | warcayac/leetcode_solutions c68418f lib/src/binary_tree.dart | true | 200 | 1,292 | // https://www.geeksforgeeks.org/difference-between-graph-and-tree/
// Definition for a binary tree node
// Estructura base dada por LeetCode
import 'dart:math';
class TreeNode {
static TreeNode? buildBinaryTree(List<int?> values) {
// if (values.length.isEven) return null;
TreeNode? root;
var index = 0... | 2 |
marselinemars/UnimateProject | 8f31063 | lib/screens/authentication/signup.dart | Dart | www.github.com/marselinemars/UnimateProject/tree/main/lib/screens/authentication/signup.dart | https://raw.githubusercontent.com/marselinemars/UnimateProject/8f31063/lib/screens/authentication/signup.dart | marselinemars/UnimateProject 8f31063 lib/screens/authentication/signup.dart | true | 200 | 4,569 | import 'dart:io';
import '../../services/user_service.dart';
import 'widgets.dart';
import 'package:flutter/material.dart';
import '../../core/utils/app_imports.dart';
// Define a custom Form widget.
class SignUpForm extends StatefulWidget {
const SignUpForm({super.key});
@override
State<SignUpForm> createStat... | 7 |
pranavpv773/ecommerce_copy | 3ad1dc8 | lib/module/home/screen/home_screen.dart | Dart | www.github.com/pranavpv773/ecommerce_copy/tree/main/lib/module/home/screen/home_screen.dart | https://raw.githubusercontent.com/pranavpv773/ecommerce_copy/3ad1dc8/lib/module/home/screen/home_screen.dart | pranavpv773/ecommerce_copy 3ad1dc8 lib/module/home/screen/home_screen.dart | true | 200 | 1,388 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_staggered_animations/flutter_staggered_animations.dart';
import 'package:get/get.dart';
import 'package:ecommerce/module/home/cubit/controller/home_controller.dart';
import 'package:ecommerce/module/home/cub... | 6 |
ngoctienUIT/Coffee | 7a96a5a | client/lib/src/core/function/on_will_pop.dart | Dart | www.github.com/ngoctienUIT/Coffee/tree/main/client/lib/src/core/function/on_will_pop.dart | https://raw.githubusercontent.com/ngoctienUIT/Coffee/7a96a5a/client/lib/src/core/function/on_will_pop.dart | ngoctienUIT/Coffee 7a96a5a client/lib/src/core/function/on_will_pop.dart | true | 200 | 571 | import 'package:flutter/material.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'custom_toast.dart';
Future<bool> onWillPop({
required BuildContext context,
required Function(DateTime?) action,
DateTime? currentBackPressTime,
}) {
DateTime now = DateTime.now();
if (currentBackPr... | 5 |
zuberypima/Spaca | 58ef48a | lib/services/home.dart | Dart | www.github.com/zuberypima/Spaca/tree/main/lib/services/home.dart | https://raw.githubusercontent.com/zuberypima/Spaca/58ef48a/lib/services/home.dart | zuberypima/Spaca 58ef48a lib/services/home.dart | true | 200 | 18,205 | import 'package:device_apps/device_apps.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_background_service/flutter_background_service.dart';
import 'package:flutter_local_notifications/flutter_local_notifications.dart';
import 'package:installed_apps/... | 0 |
alinebrugnolli/flutter_default_state_manager | a314dce | lib/value_notifier/imc_value_notifier.dart | Dart | www.github.com/alinebrugnolli/flutter_default_state_manager/tree/main/lib/value_notifier/imc_value_notifier.dart | https://raw.githubusercontent.com/alinebrugnolli/flutter_default_state_manager/a314dce/lib/value_notifier/imc_value_notifier.dart | alinebrugnolli/flutter_default_state_manager a314dce lib/value_notifier/imc_value_notifier.dart | true | 200 | 3,952 | import 'dart:math';
import 'package:currency_text_input_formatter/currency_text_input_formatter.dart';
import 'package:flutter/material.dart';
import 'package:flutter_default_state_manager/widgets/imc_gauge.dart';
import 'package:intl/intl.dart';
class ImcValueNotifierPage extends StatefulWidget {
const ImcValueNoti... | 4 |
ManuelNZ20/dart_learning_development | 4f205d8 | bin/08_getters_setters.dart | Dart | www.github.com/ManuelNZ20/dart_learning_development/tree/main/bin/08_getters_setters.dart | https://raw.githubusercontent.com/ManuelNZ20/dart_learning_development/4f205d8/bin/08_getters_setters.dart | ManuelNZ20/dart_learning_development 4f205d8 bin/08_getters_setters.dart | true | 200 | 1,064 | // import 'dart:math' as math;
// void main(List<String> args) {
// final cuadrado = Cuadrado(5);
// print('area: ${cuadrado.lado * cuadrado.lado}');
// print('Area get: ${cuadrado.area}');
// print('Lado: ${cuadrado.lado}');
// cuadrado.lado = 20;
// cuadrado.area = 10;
// print('Area get: ${cuadrado.are... | 2 |
ngareleo/remindeer-frontend | f2e4552 | remindeer/lib/src/screens/pages/dashboard/sections/homework_due_this_week_section.dart | Dart | www.github.com/ngareleo/remindeer-frontend/tree/main/remindeer/lib/src/screens/pages/dashboard/sections/homework_due_this_week_section.dart | https://raw.githubusercontent.com/ngareleo/remindeer-frontend/f2e4552/remindeer/lib/src/screens/pages/dashboard/sections/homework_due_this_week_section.dart | ngareleo/remindeer-frontend f2e4552 remindeer/lib/src/screens/pages/dashboard/sections/homework_due_this_week_section.dart | true | 200 | 2,481 | import 'package:flutter/material.dart';
import 'package:remindeer/src/common/utils/helpers/resource_helpers.dart';
import 'package:remindeer/src/features/local_api/models/homework/homework.dart';
import 'package:remindeer/src/features/local_api/models/unit/unit.dart';
import 'package:remindeer/src/features/local_api/re... | 7 |
berkeklc/voxpollui | 9d1e33e | lib/features/profile/view/profile_edit_view.dart | Dart | www.github.com/berkeklc/voxpollui/tree/main/lib/features/profile/view/profile_edit_view.dart | https://raw.githubusercontent.com/berkeklc/voxpollui/9d1e33e/lib/features/profile/view/profile_edit_view.dart | berkeklc/voxpollui 9d1e33e lib/features/profile/view/profile_edit_view.dart | true | 200 | 2,645 | import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart';
import 'package:voxpollui/features/authentication/widgets/personal_fields.dart';
import 'package:voxpollui/features/profile/mixin/profile_edit_mixin.dart';
import 'package:voxpollui/features/sub_features/common_widgets/cu... | 1 |
mehulrathod1/ets | 7c5ddb0 | lib/Models/CompanyModels/company_edit_employee_list_model.dart | Dart | www.github.com/mehulrathod1/ets/tree/main/lib/Models/CompanyModels/company_edit_employee_list_model.dart | https://raw.githubusercontent.com/mehulrathod1/ets/7c5ddb0/lib/Models/CompanyModels/company_edit_employee_list_model.dart | mehulrathod1/ets 7c5ddb0 lib/Models/CompanyModels/company_edit_employee_list_model.dart | true | 200 | 4,064 | // To parse this JSON data, do
//
// final companyEditAttendanceListModel = companyEditAttendanceListModelFromJson(jsonString);
import 'dart:convert';
class CompanyEditAttendanceListModel {
String status;
String message;
Data data;
CompanyEditAttendanceListModel({
required this.status,
required t... | 3 |
DeveloperMalay/flutter_animation_example | 3b6c03d | lib/widgets/details_page.dart | Dart | www.github.com/DeveloperMalay/flutter_animation_example/tree/main/lib/widgets/details_page.dart | https://raw.githubusercontent.com/DeveloperMalay/flutter_animation_example/3b6c03d/lib/widgets/details_page.dart | DeveloperMalay/flutter_animation_example 3b6c03d lib/widgets/details_page.dart | true | 200 | 2,023 | import 'package:aniamtion_example/new_screen.dart';
import 'package:flutter/material.dart';
import 'package:flutter/src/widgets/container.dart';
import 'package:flutter/src/widgets/framework.dart';
import 'flow_animation_widget.dart';
class DetailPage extends StatefulWidget {
const DetailPage({super.key});
@over... | 0 |
kmcite/dermatosis | 32eed53 | lib/home/add_patient_dialog.dart | Dart | www.github.com/kmcite/dermatosis/tree/main/lib/home/add_patient_dialog.dart | https://raw.githubusercontent.com/kmcite/dermatosis/32eed53/lib/home/add_patient_dialog.dart | kmcite/dermatosis 32eed53 lib/home/add_patient_dialog.dart | true | 200 | 1,951 | import 'package:dermatosis/main.dart';
import 'package:dermatosis/navigation/navigation_bloc.dart';
import 'package:forui/forui.dart';
import '../patients/patient.dart';
class AddPatientDialogState {
String name = '';
String complaints = '';
}
class AddPatientDialogBloc {
final stateRM = RM.inject(() => AddPat... | 5 |
Pierre-Monier/fpaper | 17df30a | test/service/user_service_robot.dart | Dart | www.github.com/Pierre-Monier/fpaper/tree/main/test/service/user_service_robot.dart | https://raw.githubusercontent.com/Pierre-Monier/fpaper/17df30a/test/service/user_service_robot.dart | Pierre-Monier/fpaper 17df30a test/service/user_service_robot.dart | true | 200 | 2,473 | import 'package:core/model/user.dart';
import 'package:flutter/foundation.dart';
import 'package:mocktail/mocktail.dart';
import 'mock/data.dart';
import 'user_service_test.dart';
class UserServiceRobot {
Future<void> loginWithGithub() async {
when(
() => mockAuthRepository.signUserWithGithub(
tok... | 2 |
Mostafa-samra/hvntv | 259e0cb | lib/features/persebtation/buttom_navigationbar/earn_page/ui/earn_page.dart | Dart | www.github.com/Mostafa-samra/hvntv/tree/main/lib/features/persebtation/buttom_navigationbar/earn_page/ui/earn_page.dart | https://raw.githubusercontent.com/Mostafa-samra/hvntv/259e0cb/lib/features/persebtation/buttom_navigationbar/earn_page/ui/earn_page.dart | Mostafa-samra/hvntv 259e0cb lib/features/persebtation/buttom_navigationbar/earn_page/ui/earn_page.dart | true | 200 | 397 | import 'package:flutter/material.dart';
class EarnPage extends StatelessWidget {
const EarnPage({super.key});
static String id = '/earn';
@override
Widget build(BuildContext context) {
return SafeArea(
child: SingleChildScrollView(
child: Image.asset(
"assets/images/2023092714360359... | 1 |
anaclet922/cipher | 2c39bab | lib/screens/my_keywords.dart | Dart | www.github.com/anaclet922/cipher/tree/main/lib/screens/my_keywords.dart | https://raw.githubusercontent.com/anaclet922/cipher/2c39bab/lib/screens/my_keywords.dart | anaclet922/cipher 2c39bab lib/screens/my_keywords.dart | true | 200 | 3,302 | import 'package:cipher_saver/cipher_model_view.dart';
import 'package:cipher_saver/constants/colors.dart';
import 'package:cipher_saver/constants/variables.dart';
import 'package:cipher_saver/models/cipher.dart';
import 'package:cipher_saver/widgets/cipher_item.dart';
import 'package:cipher_saver/widgets/keyword_item.d... | 7 |
FabianVarela/flutter_amiibo_responsive | c85d5f4 | test/bloc/amiibo_list_cubit_test.dart | Dart | www.github.com/FabianVarela/flutter_amiibo_responsive/tree/main/test/bloc/amiibo_list_cubit_test.dart | https://raw.githubusercontent.com/FabianVarela/flutter_amiibo_responsive/c85d5f4/test/bloc/amiibo_list_cubit_test.dart | FabianVarela/flutter_amiibo_responsive c85d5f4 test/bloc/amiibo_list_cubit_test.dart | true | 200 | 1,822 | import 'package:bloc_test/bloc_test.dart';
import 'package:flutter_amiibo_responsive/bloc/amiibo_list/amiibo_list_cubit.dart';
import 'package:flutter_amiibo_responsive/model/amiibo_model.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mocktail/mocktail.dart';
import '../mock/mocks.dart';
impor... | 4 |
alicja-ogonowska/showcaseApp | 5174b90 | lib/feature/profile/presentation/widget/login_form.dart | Dart | www.github.com/alicja-ogonowska/showcaseApp/tree/main/lib/feature/profile/presentation/widget/login_form.dart | https://raw.githubusercontent.com/alicja-ogonowska/showcaseApp/5174b90/lib/feature/profile/presentation/widget/login_form.dart | alicja-ogonowska/showcaseApp 5174b90 lib/feature/profile/presentation/widget/login_form.dart | true | 200 | 4,071 | import 'package:email_validator/email_validator.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:showcase_app/common/presentation/widget/button.dart';
import 'package:showcase_app/common/presentation/widget/form_text_field.dart';
import 'package:showcase_ap... | 6 |
pierremrtn/dotfiles | fd4cd41 | macos/User/History/-9ba909c/VLNM.dart | Dart | www.github.com/pierremrtn/dotfiles/tree/main/macos/User/History/-9ba909c/VLNM.dart | https://raw.githubusercontent.com/pierremrtn/dotfiles/fd4cd41/macos/User/History/-9ba909c/VLNM.dart | pierremrtn/dotfiles fd4cd41 macos/User/History/-9ba909c/VLNM.dart | true | 200 | 1,868 | import 'package:common/common.dart';
import 'package:common/src/ui_kit/buttons.dart';
import 'package:common/src/ui_kit/checkboxes.dart';
import 'package:common/src/ui_kit/fields.dart';
import 'package:common/src/ui_kit/notifications.dart';
import 'package:common/src/ui_kit/switches.dart';
import 'package:common/src/ui... | 3 |
arixcod/u1r | 802e865 | lib/features/auth/controllers/otp_controller.dart/otp_verify.dart | Dart | www.github.com/arixcod/u1r/tree/main/lib/features/auth/controllers/otp_controller.dart/otp_verify.dart | https://raw.githubusercontent.com/arixcod/u1r/802e865/lib/features/auth/controllers/otp_controller.dart/otp_verify.dart | arixcod/u1r 802e865 lib/features/auth/controllers/otp_controller.dart/otp_verify.dart | true | 200 | 2,034 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:u1r/data/repos/auth_repo.dart';
import 'package:u1r/features/shop/Home/widget/home.dart';
import 'package:u1r/utils/constatnts/Image_strings.dart';
import 'package:u1r/utils/loader.dart';
import 'package:u1r/utils/snackbars/customsna... | 0 |
upc-202402-GreatMinds-SW74-Ayni-IoT/ayni_flutter_app | ba6c490 | lib/feature_crops/screens/create_crop_screen.dart | Dart | www.github.com/upc-202402-GreatMinds-SW74-Ayni-IoT/ayni_flutter_app/tree/main/lib/feature_crops/screens/create_crop_screen.dart | https://raw.githubusercontent.com/upc-202402-GreatMinds-SW74-Ayni-IoT/ayni_flutter_app/ba6c490/lib/feature_crops/screens/create_crop_screen.dart | upc-202402-GreatMinds-SW74-Ayni-IoT/ayni_flutter_app ba6c490 lib/feature_crops/screens/create_crop_screen.dart | true | 200 | 5,665 | import 'package:flutter/material.dart';
import 'package:ayni_flutter_app/home_screens/models/products.dart';
import 'package:ayni_flutter_app/home_screens/services/crops_service.dart';
class CreateCropScreen extends StatefulWidget {
const CreateCropScreen({super.key, required this.product});
final Products product... | 5 |
AbuBakar0-0/snips | 869abbf | flutter/restIP/medsitnexus/lib/includes/widgets.dart | Dart | www.github.com/AbuBakar0-0/snips/tree/main/flutter/restIP/medsitnexus/lib/includes/widgets.dart | https://raw.githubusercontent.com/AbuBakar0-0/snips/869abbf/flutter/restIP/medsitnexus/lib/includes/widgets.dart | AbuBakar0-0/snips 869abbf flutter/restIP/medsitnexus/lib/includes/widgets.dart | true | 200 | 5,539 | import 'package:flutter/material.dart';
import 'package:curved_navigation_bar/curved_navigation_bar.dart';
import 'package:medsitnexus/subpages/howitworks.dart';
import 'package:medsitnexus/subpages/offerings.dart';
import 'package:medsitnexus/subpages/services_card.dart';
import 'package:medsitnexus/subpages/whychoos... | 2 |
mcdgwk/gyrnal | 82b1aad | lib/screens/favourite_exercises.dart | Dart | www.github.com/mcdgwk/gyrnal/tree/main/lib/screens/favourite_exercises.dart | https://raw.githubusercontent.com/mcdgwk/gyrnal/82b1aad/lib/screens/favourite_exercises.dart | mcdgwk/gyrnal 82b1aad lib/screens/favourite_exercises.dart | true | 200 | 3,078 | // ignore_for_file: prefer_const_constructors, prefer_const_literals_to_create_immutables
import 'package:flutter/material.dart';
import 'package:gyrnal_workout_app/screens/search_exercise_screen.dart';
import 'package:provider/provider.dart';
import 'package:gyrnal_workout_app/services/exercise_provider.dart';
import ... | 1 |
mahbubi69/donasi_app | f1a5e35 | lib/core/response/resp_register_user.dart | Dart | www.github.com/mahbubi69/donasi_app/tree/main/lib/core/response/resp_register_user.dart | https://raw.githubusercontent.com/mahbubi69/donasi_app/f1a5e35/lib/core/response/resp_register_user.dart | mahbubi69/donasi_app f1a5e35 lib/core/response/resp_register_user.dart | true | 200 | 987 | import 'package:meta/meta.dart';
import 'dart:convert';
import '../model/register_model.dart';
ResponseRegister ResponseRegisterFromJson(String str) =>
ResponseRegister.fromJson(json.decode(str));
String ResponseRegisterToJson(ResponseRegister data) =>
json.encode(data.toJson());
class ResponseRegister {
... | 6 |
AyanDas-99/QuickFix | 0bfbf8c | lib/view/tabs/cart/cart_page.dart | Dart | www.github.com/AyanDas-99/QuickFix/tree/main/lib/view/tabs/cart/cart_page.dart | https://raw.githubusercontent.com/AyanDas-99/QuickFix/0bfbf8c/lib/view/tabs/cart/cart_page.dart | AyanDas-99/QuickFix 0bfbf8c lib/view/tabs/cart/cart_page.dart | true | 200 | 3,166 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:quickfix/state/cart/model/cart_item.dart';
import 'package:quickfix/state/cart/providers/cart.dart';
import 'package:quickfix/state/product/providers/product_by_id.dart';
import 'package:quickfix/state/provi... | 4 |
Halfbloodprince3109/Namaz_now_flutter | 9bc2cb4 | lib/screens/splash_screen.dart | Dart | www.github.com/Halfbloodprince3109/Namaz_now_flutter/tree/main/lib/screens/splash_screen.dart | https://raw.githubusercontent.com/Halfbloodprince3109/Namaz_now_flutter/9bc2cb4/lib/screens/splash_screen.dart | Halfbloodprince3109/Namaz_now_flutter 9bc2cb4 lib/screens/splash_screen.dart | true | 200 | 2,192 | import 'dart:async';
// import 'dart:math';
// import 'package:get/get.dart';
// import 'package:namaz_mode_app/Hexagon_Painter_splashscreen.dart';
// import 'temporary_home.dart';
import 'package:flutter/material.dart';
import './Region_screen.dart';
class SplashScreen extends StatefulWidget {
@override
_SplashSc... | 3 |
kahhorjonov/weather-flutter | f56aa75 | lib/services/networking.dart | Dart | www.github.com/kahhorjonov/weather-flutter/tree/main/lib/services/networking.dart | https://raw.githubusercontent.com/kahhorjonov/weather-flutter/f56aa75/lib/services/networking.dart | kahhorjonov/weather-flutter f56aa75 lib/services/networking.dart | true | 200 | 269 | import 'package:http/http.dart' as http;
import 'dart:convert';
class NetworkHelper {
NetworkHelper(this.url);
final String url;
Future getData() async {
http.Response response = await http.get(Uri.parse(url));
return jsonDecode(response.body);
}
}
| 5 |
izumi1134/firebase_bookmark | aff7147 | lib/add_page.dart | Dart | www.github.com/izumi1134/firebase_bookmark/tree/main/lib/add_page.dart | https://raw.githubusercontent.com/izumi1134/firebase_bookmark/aff7147/lib/add_page.dart | izumi1134/firebase_bookmark aff7147 lib/add_page.dart | true | 200 | 1,812 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
class AddPage extends StatefulWidget {
AddPage({Key? key}) : super(key: key);
@override
_AddPageState createState() => _AddPageState();
}
class _AddPageState extends State<AddPage> {
String first = '';
String las... | 7 |
ObedSAGA/cinepedia-app | d7a6abe | lib/presentation/providers/movies/movie_info_provider.dart | Dart | www.github.com/ObedSAGA/cinepedia-app/tree/main/lib/presentation/providers/movies/movie_info_provider.dart | https://raw.githubusercontent.com/ObedSAGA/cinepedia-app/d7a6abe/lib/presentation/providers/movies/movie_info_provider.dart | ObedSAGA/cinepedia-app d7a6abe lib/presentation/providers/movies/movie_info_provider.dart | true | 200 | 899 | import 'package:cinemapedia/presentation/providers/providers.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import '../../../domain/entities/movie.dart';
final movieInfoProvider = StateNotifierProvider<MovieMapNotifer, Map<String, Movie>>((ref) {
final movieRepository = ref.watch(movieRepositoryPro... | 2 |
heitor1978/Sistema-gestao-web | e755b42 | lib/Widgets/AppBar/custom_appbar.dart | Dart | www.github.com/heitor1978/Sistema-gestao-web/tree/main/lib/Widgets/AppBar/custom_appbar.dart | https://raw.githubusercontent.com/heitor1978/Sistema-gestao-web/e755b42/lib/Widgets/AppBar/custom_appbar.dart | heitor1978/Sistema-gestao-web e755b42 lib/Widgets/AppBar/custom_appbar.dart | true | 200 | 2,328 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:gestao_web/theme/theme.dart';
class CustomAppBarHome extends StatelessWidget implements PreferredSizeWidget {
final String? title;
final Icon? icon;
Widget? leading;
CustomAppBarHome({
Key? key,
this.title... | 1 |
picasso653/expense_tracker | 92aebdc | lib/widget/expenses.dart | Dart | www.github.com/picasso653/expense_tracker/tree/main/lib/widget/expenses.dart | https://raw.githubusercontent.com/picasso653/expense_tracker/92aebdc/lib/widget/expenses.dart | picasso653/expense_tracker 92aebdc lib/widget/expenses.dart | true | 200 | 2,753 | import 'package:expense_tracker/widget/chart/chart.dart';
import 'package:expense_tracker/widget/expenses-list/expenses_list.dart';
import 'package:expense_tracker/model/expense.dart';
import 'package:expense_tracker/widget/new_expense.dart';
import 'package:flutter/material.dart';
class Expenses extends StatefulWidge... | 4 |
frchrist/manage_money_flutter | d871e04 | lib/components/budget_setting_card.dart | Dart | www.github.com/frchrist/manage_money_flutter/tree/main/lib/components/budget_setting_card.dart | https://raw.githubusercontent.com/frchrist/manage_money_flutter/d871e04/lib/components/budget_setting_card.dart | frchrist/manage_money_flutter d871e04 lib/components/budget_setting_card.dart | true | 200 | 1,730 | import 'package:flutter/material.dart';
class BudgetSettingCard extends StatelessWidget {
const BudgetSettingCard(
{super.key,
required this.amount,
required this.date,
required this.image,
required this.label,
required this.color,
}
);
final String image;
final St... | 6 |
mgao26/Twangou | 2eb81f3 | lib/initialize users/welcome_page.dart | Dart | www.github.com/mgao26/Twangou/tree/main/lib/initialize users/welcome_page.dart | https://raw.githubusercontent.com/mgao26/Twangou/2eb81f3/lib/initialize%20users/welcome_page.dart | mgao26/Twangou 2eb81f3 lib/initialize users/welcome_page.dart | true | 200 | 4,320 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:twangou/initialize users/sign_up_page.dart';
import 'package:twangou/initialize users/sign_in_page.dart';
import '../main.dart';
class WelcomeScreen extends StatefulWidget {
const WelcomeSc... | 3 |
JitGaye/Agrow-App | a2e3c8c | lib/screen/api/image.dart | Dart | www.github.com/JitGaye/Agrow-App/tree/main/lib/screen/api/image.dart | https://raw.githubusercontent.com/JitGaye/Agrow-App/a2e3c8c/lib/screen/api/image.dart | JitGaye/Agrow-App a2e3c8c lib/screen/api/image.dart | true | 200 | 1,282 | import 'package:flutter/material.dart';
class Imaging extends StatelessWidget {
late String url;
late String tex;
Imaging({super.key, required this.url, required this.tex});
@override
Widget build(BuildContext context) {
return Hero(
tag: 'tag',
child: Scaffold(
appBar: AppBar(title:... | 5 |
IvonZZhang/daily_slide | 31d2e72 | lib/themes/app_theme.dart | Dart | www.github.com/IvonZZhang/daily_slide/tree/main/lib/themes/app_theme.dart | https://raw.githubusercontent.com/IvonZZhang/daily_slide/31d2e72/lib/themes/app_theme.dart | IvonZZhang/daily_slide 31d2e72 lib/themes/app_theme.dart | true | 200 | 4,208 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
class AppThemeData {
// My color constants
// static const primaryBodyTextColor = Color(0xFFECEFF1);
static const primaryBodyTextColor = Colors.white;
static const appBarTextColor = Colors.black;
static const s... | 7 |
jasonkitfan/uiux | c7ede9b | lib/custom_widget/elective_expand.dart | Dart | www.github.com/jasonkitfan/uiux/tree/main/lib/custom_widget/elective_expand.dart | https://raw.githubusercontent.com/jasonkitfan/uiux/c7ede9b/lib/custom_widget/elective_expand.dart | jasonkitfan/uiux c7ede9b lib/custom_widget/elective_expand.dart | true | 200 | 2,559 | import 'package:flutter/material.dart';
class ElectiveExpand extends StatefulWidget {
const ElectiveExpand({Key? key, required this.title, required this.elective})
: super(key: key);
final String title;
final List elective;
@override
State<ElectiveExpand> createState() => _ElectiveExpandState();
}
c... | 2 |
Liker4ik26/questopia | b0ace82 | lib/src/shared/utils/validators.dart | Dart | www.github.com/Liker4ik26/questopia/tree/main/lib/src/shared/utils/validators.dart | https://raw.githubusercontent.com/Liker4ik26/questopia/b0ace82/lib/src/shared/utils/validators.dart | Liker4ik26/questopia b0ace82 lib/src/shared/utils/validators.dart | true | 200 | 1,844 | import 'package:flutter/material.dart';
import 'package:flutter_multi_formatter/flutter_multi_formatter.dart';
import 'package:questopia/src/shared/extensions/context_extensions.dart';
String? emptyValidator(
BuildContext context,
String? s,
) {
return (s?.trim().isEmpty ?? true)
? context.tr.validatorsEmp... | 1 |
shivanixuriti/example | e114022 | lib/ui/widgets/payment_history_widgets/invoice_id.dart | Dart | www.github.com/shivanixuriti/example/tree/main/lib/ui/widgets/payment_history_widgets/invoice_id.dart | https://raw.githubusercontent.com/shivanixuriti/example/e114022/lib/ui/widgets/payment_history_widgets/invoice_id.dart | shivanixuriti/example e114022 lib/ui/widgets/payment_history_widgets/invoice_id.dart | true | 200 | 1,809 | import 'package:flutter/material.dart';
import '../../theme/constants.dart';
class InvoiceId extends StatelessWidget {
const InvoiceId({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return LayoutBuilder(builder: (context, constraints) {
double maxHeight = constraints.m... | 4 |
Sufi8959/Ecostance-Reduce-CO2-Emmision-s- | cf12d00 | lib/data/user_profile/ecostance_page/slug/MeResponse.dart | Dart | www.github.com/Sufi8959/Ecostance-Reduce-CO2-Emmision-s-/tree/main/lib/data/user_profile/ecostance_page/slug/MeResponse.dart | https://raw.githubusercontent.com/Sufi8959/Ecostance-Reduce-CO2-Emmision-s-/cf12d00/lib/data/user_profile/ecostance_page/slug/MeResponse.dart | Sufi8959/Ecostance-Reduce-CO2-Emmision-s- cf12d00 lib/data/user_profile/ecostance_page/slug/MeResponse.dart | true | 200 | 2,371 | import 'Data.dart';
import 'Slug.dart';
import 'BillingAddress.dart';
import 'CarbonCalculations.dart';
import 'DeviceInfo.dart';
class MeResponse {
MeResponse({
this.success,
this.data,
this.slug,
this.billingAddress,
this.carbonCalculations,
this.addressCountry,
this.... | 6 |
Narin68/wefix4u | 937eab0 | lib/screens/home/partner_home_screen.dart | Dart | www.github.com/Narin68/wefix4u/tree/main/lib/screens/home/partner_home_screen.dart | https://raw.githubusercontent.com/Narin68/wefix4u/937eab0/lib/screens/home/partner_home_screen.dart | Narin68/wefix4u 937eab0 lib/screens/home/partner_home_screen.dart | true | 200 | 15,977 | import 'package:flutter/material.dart';
import 'package:ocs_auth/custom_context.dart';
import 'package:ocs_util/ocs_util.dart';
import 'package:remixicon/remixicon.dart';
import 'package:wefix4utoday/screens/function_temp.dart';
import '../../blocs/my_notification_count/my_notification_count_cubit.dart';
import '../par... | 0 |
Prbhat56/Tic_Tac_Toe | 4ec2365 | lib/utilis/utilis.dart | Dart | www.github.com/Prbhat56/Tic_Tac_Toe/tree/main/lib/utilis/utilis.dart | https://raw.githubusercontent.com/Prbhat56/Tic_Tac_Toe/4ec2365/lib/utilis/utilis.dart | Prbhat56/Tic_Tac_Toe 4ec2365 lib/utilis/utilis.dart | true | 200 | 741 | import 'package:flutter/material.dart';
import 'package:tic_tac_game/resources/game_methods.dart';
void showSnackBar(BuildContext context, String content) {
ScaffoldMessenger.of(context).showSnackBar(SnackBar(
content: Text(content),
));
}
void showGameDailog(BuildContext context, String text) {
showDialog(... | 3 |
cepogo/Avanzada-L2.2 | 0be2d38 | lib/pages/ejercicio5.dart | Dart | www.github.com/cepogo/Avanzada-L2.2/tree/main/lib/pages/ejercicio5.dart | https://raw.githubusercontent.com/cepogo/Avanzada-L2.2/0be2d38/lib/pages/ejercicio5.dart | cepogo/Avanzada-L2.2 0be2d38 lib/pages/ejercicio5.dart | true | 200 | 3,980 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class Ejercicio5 extends StatefulWidget {
@override
State<StatefulWidget> createState() => _TemperaturaPromedioState();
}
class _TemperaturaPromedioState extends State<Ejercicio5> {
final TextEditingController t1Controller = TextEd... | 5 |
eng-hanysabry/agdy | 9d2328e | lib/general/widgets/BuildMyButton.dart | Dart | www.github.com/eng-hanysabry/agdy/tree/main/lib/general/widgets/BuildMyButton.dart | https://raw.githubusercontent.com/eng-hanysabry/agdy/9d2328e/lib/general/widgets/BuildMyButton.dart | eng-hanysabry/agdy 9d2328e lib/general/widgets/BuildMyButton.dart | true | 200 | 1,411 | import 'package:flutter/material.dart';
class BuildMyButton extends StatelessWidget {
final String text;
final Color? color;
final Color? textColor;
final OutlinedBorder? outlinedBorder;
final double? size;
final FontWeight? weight;
const BuildMyButton(
{Key? key,
required this.text,
t... | 7 |
duangaixin/rapicredito | e29f8fa | lib/page/dialog/go_setting_dialog.dart | Dart | www.github.com/duangaixin/rapicredito/tree/main/lib/page/dialog/go_setting_dialog.dart | https://raw.githubusercontent.com/duangaixin/rapicredito/e29f8fa/lib/page/dialog/go_setting_dialog.dart | duangaixin/rapicredito e29f8fa lib/page/dialog/go_setting_dialog.dart | true | 200 | 3,763 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:rapicredito/widget/custom_button.dart';
import 'package:rapicredito/widget/custom_click_view.dart';
class GoSettingDialog extends StatefulWidget {
@override
State<StatefulWidget> createState() => _GoSettingDialogState();
final... | 1 |
PashwaShah04/fl_chart | 0512d7f | test/chart/pie_chart/pie_chart_renderer_test.dart | Dart | www.github.com/PashwaShah04/fl_chart/tree/main/test/chart/pie_chart/pie_chart_renderer_test.dart | https://raw.githubusercontent.com/PashwaShah04/fl_chart/0512d7f/test/chart/pie_chart/pie_chart_renderer_test.dart | PashwaShah04/fl_chart 0512d7f test/chart/pie_chart/pie_chart_renderer_test.dart | true | 200 | 3,923 | import 'package:charts/fl_chart.dart';
import 'package:charts/src/chart/pie_chart/pie_chart_painter.dart';
import 'package:charts/src/chart/pie_chart/pie_chart_renderer.dart';
import 'package:charts/src/utils/canvas_wrapper.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter_test/flutter_test.dart';... | 2 |
nguyenvannhat2102/luat | b9c195d | lib/src/models/customer_book_appointment_model.dart | Dart | www.github.com/nguyenvannhat2102/luat/tree/main/lib/src/models/customer_book_appointment_model.dart | https://raw.githubusercontent.com/nguyenvannhat2102/luat/b9c195d/lib/src/models/customer_book_appointment_model.dart | nguyenvannhat2102/luat b9c195d lib/src/models/customer_book_appointment_model.dart | true | 200 | 8,003 | import 'dart:convert';
CustomerBookAppointment customerBookAppointmentFromJson(String str) =>
CustomerBookAppointment.fromJson(json.decode(str));
String customerBookAppointmentToJson(CustomerBookAppointment data) =>
json.encode(data.toJson());
class CustomerBookAppointment {
CustomerBookAppointment({
Da... | 6 |
mallard4/MuseekCopy | 8f941e8 | lib/custom_code/widgets/camera_record.dart | Dart | www.github.com/mallard4/MuseekCopy/tree/main/lib/custom_code/widgets/camera_record.dart | https://raw.githubusercontent.com/mallard4/MuseekCopy/8f941e8/lib/custom_code/widgets/camera_record.dart | mallard4/MuseekCopy 8f941e8 lib/custom_code/widgets/camera_record.dart | true | 200 | 3,003 | // Automatic FlutterFlow imports
import '/backend/backend.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_flow/flutter_flow_util.dart';
import 'index.dart'; // Imports other custom widgets
import '/flutter_flow/custom_functions.dart'; // Imports custom functions
import 'package:flutter/material.... | 4 |
NurulloFayz/ecommerceulab | 4e4a1ac | lib/views/view_login_page.dart | Dart | www.github.com/NurulloFayz/ecommerceulab/tree/main/lib/views/view_login_page.dart | https://raw.githubusercontent.com/NurulloFayz/ecommerceulab/4e4a1ac/lib/views/view_login_page.dart | NurulloFayz/ecommerceulab 4e4a1ac lib/views/view_login_page.dart | true | 200 | 1,516 |
import 'dart:convert';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import '../pages/pages.dart';
class ViewLogInPage extends ChangeNotifier {
var login = TextEditingController();
var password = TextEditingController();
String typed... | 0 |
Mahmoudeldeeb1000/news_app | e027cf6 | lib/Signupscreen.dart | Dart | www.github.com/Mahmoudeldeeb1000/news_app/tree/main/lib/Signupscreen.dart | https://raw.githubusercontent.com/Mahmoudeldeeb1000/news_app/e027cf6/lib/Signupscreen.dart | Mahmoudeldeeb1000/news_app e027cf6 lib/Signupscreen.dart | true | 200 | 3,676 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:newsapp/loginscreen.dart';
class Signupscreen extends StatefulWidget{
@override
State<Signupscreen> createState() => _SignupscreenState();
}
class _SignupscreenState extends State<Signupscreen> {
bool kk = true;
T... | 7 |
YahyaKhan007/Alwegdany | a441b7b | lib/views/components/search_text_field.dart | Dart | www.github.com/YahyaKhan007/Alwegdany/tree/main/lib/views/components/search_text_field.dart | https://raw.githubusercontent.com/YahyaKhan007/Alwegdany/a441b7b/lib/views/components/search_text_field.dart | YahyaKhan007/Alwegdany a441b7b lib/views/components/search_text_field.dart | true | 200 | 1,323 | import 'package:flutter/material.dart';
import 'package:alwegdany/core/utils/my_color.dart';
import 'package:alwegdany/core/utils/style.dart';
class SearchTextField extends StatelessWidget {
const SearchTextField(
{Key? key, required this.controller, required this.hintText})
: super(key: key);
final T... | 3 |
BOID-MACHINE/Pica | 0d56923 | lib/pages/htmanga/ht_comic_page.dart | Dart | www.github.com/BOID-MACHINE/Pica/tree/main/lib/pages/htmanga/ht_comic_page.dart | https://raw.githubusercontent.com/BOID-MACHINE/Pica/0d56923/lib/pages/htmanga/ht_comic_page.dart | BOID-MACHINE/Pica 0d56923 lib/pages/htmanga/ht_comic_page.dart | true | 200 | 5,877 | import 'package:pica_comic/comic_source/built_in/ht_manga.dart';
import 'package:pica_comic/foundation/app.dart';
import 'package:flutter/material.dart';
import 'package:pica_comic/network/download.dart';
import 'package:pica_comic/network/htmanga_network/htmanga_main_network.dart';
import 'package:pica_comic/network/h... | 5 |
NguyenKhaiHoan/internship_at_vtit | 0c187e3 | flutter/day_25_26_27_06_2024/lib/src/core/common/widgets/circle_button_appbar.dart | Dart | www.github.com/NguyenKhaiHoan/internship_at_vtit/tree/main/flutter/day_25_26_27_06_2024/lib/src/core/common/widgets/circle_button_appbar.dart | https://raw.githubusercontent.com/NguyenKhaiHoan/internship_at_vtit/0c187e3/flutter/day_25_26_27_06_2024/lib/src/core/common/widgets/circle_button_appbar.dart | NguyenKhaiHoan/internship_at_vtit 0c187e3 flutter/day_25_26_27_06_2024/lib/src/core/common/widgets/circle_button_appbar.dart | true | 200 | 577 | import 'dart:ui';
import 'package:blur/blur.dart';
import 'package:flutter/material.dart';
import '../../../config/theme/color.dart';
class HBlurCircleIcon extends StatelessWidget {
final Icon icon;
final Function()? onTap;
const HBlurCircleIcon({
super.key,
required this.icon,
this.onTap,
});
... | 1 |
Mrashoo24/mycaterers | 6d9e44c | lib/data/model/usermodel.dart | Dart | www.github.com/Mrashoo24/mycaterers/tree/main/lib/data/model/usermodel.dart | https://raw.githubusercontent.com/Mrashoo24/mycaterers/6d9e44c/lib/data/model/usermodel.dart | Mrashoo24/mycaterers 6d9e44c lib/data/model/usermodel.dart | true | 200 | 1,010 | import 'dart:convert';
import 'package:firebase_auth/firebase_auth.dart';
class UserModel {
String? name;
String? emailid;
String? password;
String? phone;
String? country;
String? state;
String? city;
String? uid;
List? token;
UserModel(this.emailid, this.password, this.phone, this.cou... | 2 |
Sibirajla/riverpod_todo | 4f242b8 | lib/common/widgets/fadding_text.dart | Dart | www.github.com/Sibirajla/riverpod_todo/tree/main/lib/common/widgets/fadding_text.dart | https://raw.githubusercontent.com/Sibirajla/riverpod_todo/4f242b8/lib/common/widgets/fadding_text.dart | Sibirajla/riverpod_todo 4f242b8 lib/common/widgets/fadding_text.dart | true | 200 | 1,176 |
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:riverpod_todo/common/utils/constants.dart';
class FadingText extends StatelessWidget {
const FadingText(
this.text,
{
this.fontSize,
this.fontWeight,
this.colour,
this... | 6 |
Ilhamroe/medical_record_mobile | e03184b | lib/widgets/home_page/doctor_card_detail.dart | Dart | www.github.com/Ilhamroe/medical_record_mobile/tree/main/lib/widgets/home_page/doctor_card_detail.dart | https://raw.githubusercontent.com/Ilhamroe/medical_record_mobile/e03184b/lib/widgets/home_page/doctor_card_detail.dart | Ilhamroe/medical_record_mobile e03184b lib/widgets/home_page/doctor_card_detail.dart | true | 200 | 5,384 | import 'package:e_klinik_pens/authentication/service_auth.dart';
import 'package:e_klinik_pens/models/users.dart';
import 'package:flutter/material.dart';
import 'package:e_klinik_pens/models/doctor_list.dart';
import 'package:e_klinik_pens/utils/color.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';... | 4 |
evelynbirnzain/quiz-app | 1a2467c | lib/widgets/util/section_header.dart | Dart | www.github.com/evelynbirnzain/quiz-app/tree/main/lib/widgets/util/section_header.dart | https://raw.githubusercontent.com/evelynbirnzain/quiz-app/1a2467c/lib/widgets/util/section_header.dart | evelynbirnzain/quiz-app 1a2467c lib/widgets/util/section_header.dart | true | 200 | 806 | import 'package:flutter/material.dart';
class SectionHeader extends StatelessWidget {
final String title;
final Widget? leading;
final String subtitle;
const SectionHeader(this.title, {this.leading, this.subtitle = ''});
@override
Widget build(BuildContext context) {
return Container(
padding: ... | 0 |
ZhafranPratama/pengaduan_flutter | 0b75240 | lib/models/MasyarakatModel.dart | Dart | www.github.com/ZhafranPratama/pengaduan_flutter/tree/main/lib/models/MasyarakatModel.dart | https://raw.githubusercontent.com/ZhafranPratama/pengaduan_flutter/0b75240/lib/models/MasyarakatModel.dart | ZhafranPratama/pengaduan_flutter 0b75240 lib/models/MasyarakatModel.dart | true | 200 | 626 | class MasyarakatModel {
String? nik;
String? nama;
String? username;
String? password;
String? telp;
MasyarakatModel({nik, nama, username, password, telp});
MasyarakatModel.fromJson(Map<String, dynamic> json) {
nik = json['nik'];
nama = json['nama'];
username = json['username'];
password... | 7 |
rahulsiwa/On-the-Wheels-Car-Rental | 1bd375d | Flutter/lib/presentation/bookinformation_screen/bookinformation_screen.dart | Dart | www.github.com/rahulsiwa/On-the-Wheels-Car-Rental/tree/main/Flutter/lib/presentation/bookinformation_screen/bookinformation_screen.dart | https://raw.githubusercontent.com/rahulsiwa/On-the-Wheels-Car-Rental/1bd375d/Flutter/lib/presentation/bookinformation_screen/bookinformation_screen.dart | rahulsiwa/On-the-Wheels-Car-Rental 1bd375d Flutter/lib/presentation/bookinformation_screen/bookinformation_screen.dart | true | 200 | 4,627 | import 'package:date_field/date_field.dart';
import 'package:flutter/material.dart';
import 'package:taxi_final/presentation/bookinformation_screen/map.dart';
class Bookinginformation extends StatefulWidget {
Map infoCarInfo;
Bookinginformation(this.infoCarInfo);
@override
State<Bookinginformation> createStat... | 3 |
RogyBear/cv_app | 154ab0d | lib/components/question_templates/confirm_answers.dart | Dart | www.github.com/RogyBear/cv_app/tree/main/lib/components/question_templates/confirm_answers.dart | https://raw.githubusercontent.com/RogyBear/cv_app/154ab0d/lib/components/question_templates/confirm_answers.dart | RogyBear/cv_app 154ab0d lib/components/question_templates/confirm_answers.dart | true | 200 | 414 | import 'package:flutter/material.dart';
class ConfirmAnswers extends StatefulWidget {
const ConfirmAnswers({
super.key
});
@override
State<ConfirmAnswers> createState() => _ConfirmAnswersState();
}
class _ConfirmAnswersState extends State<ConfirmAnswers> {
@override
void initState() {
super.init... | 5 |
victor-onoja/VModelMobile | 97a961d | lib/src/res/colors.dart | Dart | www.github.com/victor-onoja/VModelMobile/tree/main/lib/src/res/colors.dart | https://raw.githubusercontent.com/victor-onoja/VModelMobile/97a961d/lib/src/res/colors.dart | victor-onoja/VModelMobile 97a961d lib/src/res/colors.dart | true | 200 | 5,166 | import 'package:flutter/material.dart';
class VmodelColors {
VmodelColors._();
static const Color pinkColor = Colors.green;
static const Color darkPrimaryColorWhite = Color(0xFFF0F3F6);
static const Color primaryColor = Color(0xFF543B3A);
static const Color bottomNavIndicatiorColor = Color(0xFFFD4A40);
sta... | 2 |
gayatri828/vehicle_assistance_finder | c93f213 | lib/main.dart | Dart | www.github.com/gayatri828/vehicle_assistance_finder/tree/main/lib/main.dart | https://raw.githubusercontent.com/gayatri828/vehicle_assistance_finder/c93f213/lib/main.dart | gayatri828/vehicle_assistance_finder c93f213 lib/main.dart | true | 200 | 2,609 | import 'package:flutter/material.dart';
import 'package:vehicle_assistance_finder/src/widget/molecules/SearchBar/search_bar.dart';
import 'package:vehicle_assistance_finder/src/widget/molecules/WorkshopDetails/workshop_details.dart';
import 'package:vehicle_assistance_finder/src/widget/organisms/HomePage/home_page.dart... | 1 |
devMsl/HelloHi | 9b5ab02 | lib/main.dart | Dart | www.github.com/devMsl/HelloHi/tree/main/lib/main.dart | https://raw.githubusercontent.com/devMsl/HelloHi/9b5ab02/lib/main.dart | devMsl/HelloHi 9b5ab02 lib/main.dart | true | 200 | 2,102 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'package:flutter/material.dart';
import ... | 6 |
kalokcheung14/simple_apple_music | 0f6ae38 | lib/widgets/category_tile.dart | Dart | www.github.com/kalokcheung14/simple_apple_music/tree/main/lib/widgets/category_tile.dart | https://raw.githubusercontent.com/kalokcheung14/simple_apple_music/0f6ae38/lib/widgets/category_tile.dart | kalokcheung14/simple_apple_music 0f6ae38 lib/widgets/category_tile.dart | true | 200 | 973 | import 'package:flutter/material.dart';
import 'dart:math';
class CategoryTile extends StatelessWidget {
const CategoryTile({
Key? key,
@required this.categoryName,
}) : super(key: key);
final String? categoryName;
@override
Widget build(BuildContext context) {
// Generate random color for cate... | 0 |
anasmufti97/aag-e-order-mobile_App | e1a32f8 | lib/models/api_responses/order_create_api_response.dart | Dart | www.github.com/anasmufti97/aag-e-order-mobile_App/tree/main/lib/models/api_responses/order_create_api_response.dart | https://raw.githubusercontent.com/anasmufti97/aag-e-order-mobile_App/e1a32f8/lib/models/api_responses/order_create_api_response.dart | anasmufti97/aag-e-order-mobile_App e1a32f8 lib/models/api_responses/order_create_api_response.dart | true | 200 | 1,861 | class OrderCreateApiResponse {
OrderCreateApiResponse({
bool? result,
String? message,
Data? data,}){
_result = result;
_message = message;
_data = data;
}
OrderCreateApiResponse.fromJson(dynamic json) {
_result = json['result'];
_message = json['message'];
_data = json[... | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.