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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
MajrusMuthu/Flutter_Authentication | 6744fec | lib/Authentication/Authentication.dart | Dart | www.github.com/MajrusMuthu/Flutter_Authentication/tree/main/lib/Authentication/Authentication.dart | https://raw.githubusercontent.com/MajrusMuthu/Flutter_Authentication/6744fec/lib/Authentication/Authentication.dart | MajrusMuthu/Flutter_Authentication 6744fec lib/Authentication/Authentication.dart | true | 200 | 659 | import 'package:flutter/material.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter_authentication/Authentication/Home_Page.dart';
import 'package:flutter_authentication/Authentication/Login_Page.dart';
class AuthPage extends StatelessWidget {
const AuthPage({
super.key,
});
@... | 4 |
AkshayRamchandraDhole/Flutter | 5e3b16a | Dart/Essentials_of_Dart/FactoryConstructor/30Oct/Program6.dart | Dart | www.github.com/AkshayRamchandraDhole/Flutter/tree/main/Dart/Essentials_of_Dart/FactoryConstructor/30Oct/Program6.dart | https://raw.githubusercontent.com/AkshayRamchandraDhole/Flutter/5e3b16a/Dart/Essentials_of_Dart/FactoryConstructor/30Oct/Program6.dart | AkshayRamchandraDhole/Flutter 5e3b16a Dart/Essentials_of_Dart/FactoryConstructor/30Oct/Program6.dart | true | 200 | 217 | class Demo{
static int x = 10;
int y = 20;
Demo(){
print("In Constructor");
}
static void m1(){
print(x);
}
void m2(){
print(y);
}
}
void main(){
Demo d = Demo();
Demo.m1();
d.m2();
} | 3 |
Adidadi0112/GameMaster | cdb66eb | lib/widgets/nav_bar.dart | Dart | www.github.com/Adidadi0112/GameMaster/tree/main/lib/widgets/nav_bar.dart | https://raw.githubusercontent.com/Adidadi0112/GameMaster/cdb66eb/lib/widgets/nav_bar.dart | Adidadi0112/GameMaster cdb66eb lib/widgets/nav_bar.dart | true | 200 | 1,983 | import 'package:flutter/material.dart';
import '../screens/home.dart';
class NavBar extends StatefulWidget {
const NavBar({Key? key}) : super(key: key);
@override
_NavBar createState() => _NavBar();
}
class _NavBar extends State<NavBar> {
@override
Widget build(context) {
return Stack(
children: ... | 1 |
AWESOME04/LifeGuard | 5da1bfc | mobile/lib/providers/emergency_contact_provider.dart | Dart | www.github.com/AWESOME04/LifeGuard/tree/main/mobile/lib/providers/emergency_contact_provider.dart | https://raw.githubusercontent.com/AWESOME04/LifeGuard/5da1bfc/mobile/lib/providers/emergency_contact_provider.dart | AWESOME04/LifeGuard 5da1bfc mobile/lib/providers/emergency_contact_provider.dart | true | 200 | 1,946 | import 'package:flutter/foundation.dart';
import 'package:shared_preferences/shared_preferences.dart';
import '../services/emergency_contact_service.dart';
class EmergencyContactProvider extends ChangeNotifier {
final EmergencyContactService _service = EmergencyContactService();
List<Map<String, dynamic>> _contact... | 5 |
Hoossayn/movie_app_flutter | f257420 | lib/app/core/routes/app_routes.dart | Dart | www.github.com/Hoossayn/movie_app_flutter/tree/main/lib/app/core/routes/app_routes.dart | https://raw.githubusercontent.com/Hoossayn/movie_app_flutter/f257420/lib/app/core/routes/app_routes.dart | Hoossayn/movie_app_flutter f257420 lib/app/core/routes/app_routes.dart | true | 200 | 1,914 | part of '../core.dart';
class AppRoutes {
static Widget errorWidget(BuildContext context, GoRouterState state) =>
Scaffold(
body: Center(
child: Text(
'No route defined for ${state.matchedLocation}',
style: Theme.of(context).textTheme.titleLarge,
),
)... | 7 |
Kamleshkkb/Befit | 98c4895 | lib/navi_bar.dart | Dart | www.github.com/Kamleshkkb/Befit/tree/main/lib/navi_bar.dart | https://raw.githubusercontent.com/Kamleshkkb/Befit/98c4895/lib/navi_bar.dart | Kamleshkkb/Befit 98c4895 lib/navi_bar.dart | true | 200 | 3,602 |
import 'package:befit/Home.dart';
import 'package:befit/Search.dart';
import 'package:befit/Showgraph.dart';
import 'package:befit/map.dart';
import 'package:befit/method.dart';
import 'package:befit/notification.dart';
import 'package:befit/profile.dart';
import 'package:befit/track.dart';
import 'package:befit/wid... | 6 |
riezaferdi-bithealth/EassyPharmacy3 | b9acdd3 | Flutter/flutter_eassypharmacy/lib/feature/widgets/bottom_nav_bar.dart | Dart | www.github.com/riezaferdi-bithealth/EassyPharmacy3/tree/main/Flutter/flutter_eassypharmacy/lib/feature/widgets/bottom_nav_bar.dart | https://raw.githubusercontent.com/riezaferdi-bithealth/EassyPharmacy3/b9acdd3/Flutter/flutter_eassypharmacy/lib/feature/widgets/bottom_nav_bar.dart | riezaferdi-bithealth/EassyPharmacy3 b9acdd3 Flutter/flutter_eassypharmacy/lib/feature/widgets/bottom_nav_bar.dart | true | 200 | 906 | import 'package:flutter_eassypharmacy/core/core.dart';
class BottomBar extends StatelessWidget {
final int selectedIndex;
final ValueChanged<int> onClicked;
const BottomBar({
super.key,
required this.selectedIndex,
required this.onClicked,
});
// int index = 0;
@override
Widget build(BuildCo... | 0 |
ikhushibisht/Parvaah | ebe3a60 | lib/src/features/authentication/screens/organization/displaypost.dart | Dart | www.github.com/ikhushibisht/Parvaah/tree/main/lib/src/features/authentication/screens/organization/displaypost.dart | https://raw.githubusercontent.com/ikhushibisht/Parvaah/ebe3a60/lib/src/features/authentication/screens/organization/displaypost.dart | ikhushibisht/Parvaah ebe3a60 lib/src/features/authentication/screens/organization/displaypost.dart | true | 200 | 2,147 | import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:parvaah_helping_hand/src/constants/colors.dart';
class PostDetailsScreen extends StatelessWidget {
final DocumentSnapshot post;
const PostDetailsScreen({Key? key, required this.post}) : super(key: key);
... | 4 |
decodedecode/NKS-E--Stationery | 5b918f6 | lib/widgets/orderPageWidgets.dart | Dart | www.github.com/decodedecode/NKS-E--Stationery/tree/main/lib/widgets/orderPageWidgets.dart | https://raw.githubusercontent.com/decodedecode/NKS-E--Stationery/5b918f6/lib/widgets/orderPageWidgets.dart | decodedecode/NKS-E--Stationery 5b918f6 lib/widgets/orderPageWidgets.dart | true | 200 | 30,509 | import 'dart:async';
import 'dart:convert';
import 'dart:math';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:flutter_spinkit/flutter_spinkit.dart';
import 'package:google_fonts/google_fonts.dart';
impor... | 2 |
nelsonamos/safepath | 11a7f9f | lib/screens/auth/register_screen.dart | Dart | www.github.com/nelsonamos/safepath/tree/main/lib/screens/auth/register_screen.dart | https://raw.githubusercontent.com/nelsonamos/safepath/11a7f9f/lib/screens/auth/register_screen.dart | nelsonamos/safepath 11a7f9f lib/screens/auth/register_screen.dart | true | 200 | 9,508 | import 'dart:io';
import 'package:crypto/crypto.dart';
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import '../../models/user.dart';
import 'login_screen.dart'; // Import the LoginScreen
class Reg... | 1 |
nguyenquynh201/MachineCareApplication | a872a82 | lib/ui/widgets/app_lifecycle.dart | Dart | www.github.com/nguyenquynh201/MachineCareApplication/tree/main/lib/ui/widgets/app_lifecycle.dart | https://raw.githubusercontent.com/nguyenquynh201/MachineCareApplication/a872a82/lib/ui/widgets/app_lifecycle.dart | nguyenquynh201/MachineCareApplication a872a82 lib/ui/widgets/app_lifecycle.dart | true | 200 | 865 | import 'package:flutter/cupertino.dart';
class AppLifecycleWatcher extends StatefulWidget {
final Widget child;
const AppLifecycleWatcher({Key? key, required this.child}) : super(key: key);
@override
State<AppLifecycleWatcher> createState() => _AppLifecycleWatcherState();
}
class _AppLifecycleWatcherState e... | 5 |
siamhasnat/ostad_class | 9931ff0 | assignment 6.dart | Dart | www.github.com/siamhasnat/ostad_class/tree/main/assignment 6.dart | https://raw.githubusercontent.com/siamhasnat/ostad_class/9931ff0/assignment%206.dart | siamhasnat/ostad_class 9931ff0 assignment 6.dart | true | 200 | 5,279 | import 'package:flutter/material.dart';
void main() {
runApp(PhotoGalleryApp());
}
class PhotoGalleryApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: PhotoGalleryScreen(),
);
}
}
class PhotoGalleryScreen extends StatelessWidge... | 7 |
schultek/jaspr | 6f587f5 | apps/website/lib/pages/home/4_testimonials/testimonials.dart | Dart | www.github.com/schultek/jaspr/tree/main/apps/website/lib/pages/home/4_testimonials/testimonials.dart | https://raw.githubusercontent.com/schultek/jaspr/6f587f5/apps/website/lib/pages/home/4_testimonials/testimonials.dart | schultek/jaspr 6f587f5 apps/website/lib/pages/home/4_testimonials/testimonials.dart | true | 200 | 3,855 | import 'package:jaspr/jaspr.dart';
import 'package:website/constants/theme.dart';
import 'components/testimonial_card.dart';
class Testimonials extends StatelessComponent {
const Testimonials({super.key});
@override
Iterable<Component> build(BuildContext context) sync* {
yield section(id: 'testimonials', [... | 3 |
gitEranga/LubDub-Blood-Doner-App | bd0c1f1 | lib/controllers/donor_home_controller.dart | Dart | www.github.com/gitEranga/LubDub-Blood-Doner-App/tree/main/lib/controllers/donor_home_controller.dart | https://raw.githubusercontent.com/gitEranga/LubDub-Blood-Doner-App/bd0c1f1/lib/controllers/donor_home_controller.dart | gitEranga/LubDub-Blood-Doner-App bd0c1f1 lib/controllers/donor_home_controller.dart | true | 200 | 7,742 | import 'package:bood_donate/model/camp_history.dart';
import 'package:bood_donate/model/donation_history.dart';
import 'package:bood_donate/model/donor.dart';
import 'package:bood_donate/model/notification.dart';
import 'package:bood_donate/ui/reusable/snackbar.dart';
import 'package:firebase_auth/firebase_auth.dart';
... | 0 |
RiadhG-Hub/firebase_facilitator | 88ed198 | lib/mixin/crud_repos.dart | Dart | www.github.com/RiadhG-Hub/firebase_facilitator/tree/main/lib/mixin/crud_repos.dart | https://raw.githubusercontent.com/RiadhG-Hub/firebase_facilitator/88ed198/lib/mixin/crud_repos.dart | RiadhG-Hub/firebase_facilitator 88ed198 lib/mixin/crud_repos.dart | true | 200 | 7,807 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'auth_service.dart';
import 'firestore_read_service.dart';
import 'firestore_write_service.dart';
import 'logger_service.dart';
mixin FirestoreReadRepository {
/// The name of the Firestore collection.
/// This should be overridden by classes that impl... | 6 |
manuelcabrera1193/veterinaria_front | fcbe34d | lib/models/categories.dart | Dart | www.github.com/manuelcabrera1193/veterinaria_front/tree/main/lib/models/categories.dart | https://raw.githubusercontent.com/manuelcabrera1193/veterinaria_front/fcbe34d/lib/models/categories.dart | manuelcabrera1193/veterinaria_front fcbe34d lib/models/categories.dart | true | 200 | 757 | import 'dart:convert';
class Categories {
String uid;
String name;
String description;
Categories({
required this.uid,
required this.name,
required this.description,
});
String toJson() => json.encode(toMap());
Map<String, dynamic> toMap() => {
"uid": uid,
"name": name,
... | 4 |
Ecowave-Alterra/ecowave-flutter | 1067fba | lib/core/widgets/empty.dart | Dart | www.github.com/Ecowave-Alterra/ecowave-flutter/tree/main/lib/core/widgets/empty.dart | https://raw.githubusercontent.com/Ecowave-Alterra/ecowave-flutter/1067fba/lib/core/widgets/empty.dart | Ecowave-Alterra/ecowave-flutter 1067fba lib/core/widgets/empty.dart | true | 200 | 818 | part of 'package:ecowave/core.dart';
class EcoEmpty extends StatelessWidget {
final String massage;
final String image;
final double height;
const EcoEmpty(
{Key? key,
required this.massage,
required this.image,
required this.height})
: super(key: key);
@override
Widget buil... | 2 |
Ancientluck/Flash_chat | 8ca88df | lib/Screens/login_screen.dart | Dart | www.github.com/Ancientluck/Flash_chat/tree/main/lib/Screens/login_screen.dart | https://raw.githubusercontent.com/Ancientluck/Flash_chat/8ca88df/lib/Screens/login_screen.dart | Ancientluck/Flash_chat 8ca88df lib/Screens/login_screen.dart | true | 200 | 1,568 | import 'package:flutter/material.dart';
import 'package:flash_chat/Components/Rounded Button.dart';
import 'package:flash_chat/Components/inputs.dart';
class LoginScreen extends StatefulWidget {
static const String id='login_screen';
@override
_LoginScreenState createState() => _LoginScreenState();
}
... | 1 |
augustopeiro/JetBasket | 826289f | JetBasketApp/lib/model/QR.dart | Dart | www.github.com/augustopeiro/JetBasket/tree/main/JetBasketApp/lib/model/QR.dart | https://raw.githubusercontent.com/augustopeiro/JetBasket/826289f/JetBasketApp/lib/model/QR.dart | augustopeiro/JetBasket 826289f JetBasketApp/lib/model/QR.dart | true | 200 | 414 | class QR{
//atributos de usuarios retornados pela API (laravel)
int id;
String qrCodigo;
//construtor
QR({
required this.id,
required this.qrCodigo
});
//dart para json
factory QR.fromJson(Map<String, dynamic> json) => QR(
id: json["id"],
qrCodigo: json["qrCodigo"]
);
//json para... | 3 |
seifElbhairy/quizz | 5e3caad | lib/screen/signup_screen.dart | Dart | www.github.com/seifElbhairy/quizz/tree/main/lib/screen/signup_screen.dart | https://raw.githubusercontent.com/seifElbhairy/quizz/5e3caad/lib/screen/signup_screen.dart | seifElbhairy/quizz 5e3caad lib/screen/signup_screen.dart | true | 200 | 2,784 |
import 'package:flutter/material.dart';
import 'package:productt_quiz/provider/signup_prov.dart';
import 'package:productt_quiz/screen/login_screen.dart';
import 'package:provider/provider.dart';
class sign extends StatelessWidget {
const sign({super.key});
@override
Widget build(BuildContext context) {
re... | 7 |
RehamAbdelmonem/digit_app | dfbc269 | lib/models/person.dart | Dart | www.github.com/RehamAbdelmonem/digit_app/tree/main/lib/models/person.dart | https://raw.githubusercontent.com/RehamAbdelmonem/digit_app/dfbc269/lib/models/person.dart | RehamAbdelmonem/digit_app dfbc269 lib/models/person.dart | true | 200 | 1,108 | class Person {
late String name;
late String email;
late String uId;
late String phone;
late String address;
late String age;
String? image;
String? deviceToken;
Person({
required this.name,
required this.email,
required this.uId,
required this.phone,
required this.address,
... | 0 |
kalyan1421/Calculator | 2b32b15 | lib/calculator_screen.dart | Dart | www.github.com/kalyan1421/Calculator/tree/main/lib/calculator_screen.dart | https://raw.githubusercontent.com/kalyan1421/Calculator/2b32b15/lib/calculator_screen.dart | kalyan1421/Calculator 2b32b15 lib/calculator_screen.dart | true | 200 | 7,124 | // ignore_for_file: library_private_types_in_public_api
import 'package:flutter/material.dart';
import 'package:math_expressions/math_expressions.dart';
class CalculatorScreen extends StatefulWidget {
const CalculatorScreen({super.key});
@override
_CalculatorScreenState createState() => _CalculatorScreenState(... | 4 |
ChaoukiBayoudhi/sign_in_register_user_mgt_app_in_Flutter | 0c7cf2d | lib/screens/sign_in_screen.dart | Dart | www.github.com/ChaoukiBayoudhi/sign_in_register_user_mgt_app_in_Flutter/tree/main/lib/screens/sign_in_screen.dart | https://raw.githubusercontent.com/ChaoukiBayoudhi/sign_in_register_user_mgt_app_in_Flutter/0c7cf2d/lib/screens/sign_in_screen.dart | ChaoukiBayoudhi/sign_in_register_user_mgt_app_in_Flutter 0c7cf2d lib/screens/sign_in_screen.dart | true | 200 | 14,807 | import 'package:flutter/material.dart';
import 'package:sign_in_register_user_mgt_app/services/UserLogin.dart';
/*
I used StatefulWidget for the sign-in screen because it needs to be able to update its state
in response to user input. For example, the screen needs to update its state when the user types
in their email... | 6 |
furkanolkay/flutter_case | 72e1ca3 | test/widget/recipe_detail/recipe_detail_load_error_widget_test.dart | Dart | www.github.com/furkanolkay/flutter_case/tree/main/test/widget/recipe_detail/recipe_detail_load_error_widget_test.dart | https://raw.githubusercontent.com/furkanolkay/flutter_case/72e1ca3/test/widget/recipe_detail/recipe_detail_load_error_widget_test.dart | furkanolkay/flutter_case 72e1ca3 test/widget/recipe_detail/recipe_detail_load_error_widget_test.dart | true | 200 | 726 | import 'package:flutter/material.dart';
import 'package:flutter_case/view/recipe_detail/extension/recipe_detail_extension.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
group('recipe detail page -> load error widget group', () {
testWidgets('load error widget check', (tester) async {
... | 5 |
WellysonP/PerfumariaPontes | 5506d61 | lib/provider/product_provider.dart | Dart | www.github.com/WellysonP/PerfumariaPontes/tree/main/lib/provider/product_provider.dart | https://raw.githubusercontent.com/WellysonP/PerfumariaPontes/5506d61/lib/provider/product_provider.dart | WellysonP/PerfumariaPontes 5506d61 lib/provider/product_provider.dart | true | 200 | 10,671 | import 'dart:convert';
import 'dart:io';
import 'dart:math';
import 'package:firebase_storage/firebase_storage.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:image_picker/image_picker.dart';
import 'package:perfumaria/exceptions/http_exceptions.dart';
import 'pack... | 2 |
MaRyamFatima1120/FluttterSukkurBootcamp | 5d9d4a6 | second_flutter_app_with_sharedperfernce/lib/home_screen.dart | Dart | www.github.com/MaRyamFatima1120/FluttterSukkurBootcamp/tree/main/second_flutter_app_with_sharedperfernce/lib/home_screen.dart | https://raw.githubusercontent.com/MaRyamFatima1120/FluttterSukkurBootcamp/5d9d4a6/second_flutter_app_with_sharedperfernce/lib/home_screen.dart | MaRyamFatima1120/FluttterSukkurBootcamp 5d9d4a6 second_flutter_app_with_sharedperfernce/lib/home_screen.dart | true | 200 | 1,255 | import 'package:flutter/material.dart';
import 'package:second_flutter_app_with_sharedperfernce/login_screen.dart';
import 'package:second_flutter_app_with_sharedperfernce/splash_screen.dart';
import 'package:shared_preferences/shared_preferences.dart';
class HomeScreen extends StatefulWidget {
const HomeScreen({sup... | 1 |
DZykov/InfiniteFall | e330a3b | lib/overlay/go_menu.dart | Dart | www.github.com/DZykov/InfiniteFall/tree/main/lib/overlay/go_menu.dart | https://raw.githubusercontent.com/DZykov/InfiniteFall/e330a3b/lib/overlay/go_menu.dart | DZykov/InfiniteFall e330a3b lib/overlay/go_menu.dart | true | 200 | 1,280 | import 'package:flutter/material.dart';
import 'package:infinite_fall/game/game.dart';
import 'package:infinite_fall/overlay/pause_button.dart';
class GameOverMenu extends StatelessWidget {
static const String id = 'GameOverMenu';
final InfiniteFall game;
const GameOverMenu({Key? key, required this.game}) : sup... | 7 |
muhammadhassamriaz/Soluk | 75be7e5 | lib/module/user/community/widgets/friends_detais_button.dart | Dart | www.github.com/muhammadhassamriaz/Soluk/tree/main/lib/module/user/community/widgets/friends_detais_button.dart | https://raw.githubusercontent.com/muhammadhassamriaz/Soluk/75be7e5/lib/module/user/community/widgets/friends_detais_button.dart | muhammadhassamriaz/Soluk 75be7e5 lib/module/user/community/widgets/friends_detais_button.dart | true | 200 | 1,343 | import 'package:app/res/color.dart';
import 'package:flutter/material.dart';
class FriendsDetailsButton extends StatelessWidget {
FriendsDetailsButton({
Key? key,
required this.onPressed,
required this.title,
this.textColor = Colors.white,
this.backgroundColor = PRIMARY_COLOR,
this.isOutlined... | 3 |
bste101/vocab_eng_app | aa03f79 | lib/games/quiz_game.dart | Dart | www.github.com/bste101/vocab_eng_app/tree/main/lib/games/quiz_game.dart | https://raw.githubusercontent.com/bste101/vocab_eng_app/aa03f79/lib/games/quiz_game.dart | bste101/vocab_eng_app aa03f79 lib/games/quiz_game.dart | true | 200 | 15,028 | import 'dart:async';
import 'dart:math';
import 'package:audioplayers/audioplayers.dart';
import 'package:flutter/material.dart';
import 'package:lottie/lottie.dart';
import 'package:vocab_eng_app/constant/globals.dart';
import 'package:vocab_eng_app/screens/utils/game_over_menu.dart';
import 'package:vocab_eng_app/mai... | 0 |
Ismailaboamra/Final-Project-SCE | 42691ac | lib/Controller/MentorController.dart | Dart | www.github.com/Ismailaboamra/Final-Project-SCE/tree/main/lib/Controller/MentorController.dart | https://raw.githubusercontent.com/Ismailaboamra/Final-Project-SCE/42691ac/lib/Controller/MentorController.dart | Ismailaboamra/Final-Project-SCE 42691ac lib/Controller/MentorController.dart | true | 200 | 487 | import 'package:cloud_firestore/cloud_firestore.dart';
class Mentor {
String id;
String email;
List<String> courses;
Mentor({required this.id, required this.email, required this.courses});
factory Mentor.fromDocument(DocumentSnapshot doc) {
return Mentor(
id: doc.id,
email: doc['email'],
... | 4 |
JNSaonard/UAS_Mobile_Application_Development_Engineering_Nomor-2 | 901e8d3 | lib/main.dart | Dart | www.github.com/JNSaonard/UAS_Mobile_Application_Development_Engineering_Nomor-2/tree/main/lib/main.dart | https://raw.githubusercontent.com/JNSaonard/UAS_Mobile_Application_Development_Engineering_Nomor-2/901e8d3/lib/main.dart | JNSaonard/UAS_Mobile_Application_Development_Engineering_Nomor-2 901e8d3 lib/main.dart | true | 200 | 3,145 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:firebase_core/firebase_core.dart';
import 'package:firebase_database/firebase_database.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp();
runA... | 5 |
mustafa2011/azm | 81bf71c | lib/models/purchase.dart | Dart | www.github.com/mustafa2011/azm/tree/main/lib/models/purchase.dart | https://raw.githubusercontent.com/mustafa2011/azm/81bf71c/lib/models/purchase.dart | mustafa2011/azm 81bf71c lib/models/purchase.dart | true | 200 | 2,333 |
const String tablePurchases = 'purchases';
class PurchaseFields {
static const String id = 'id';
static const String date = 'date';
static const String vendor = 'vendor';
static const String vendorVatNumber = 'vendorVatNumber';
static const String total = 'total';
static const String totalVat = 'totalVat'... | 6 |
SumanRasaili/LocalDbApp | a5be03d | lib/screens/splash_page.dart | Dart | www.github.com/SumanRasaili/LocalDbApp/tree/main/lib/screens/splash_page.dart | https://raw.githubusercontent.com/SumanRasaili/LocalDbApp/a5be03d/lib/screens/splash_page.dart | SumanRasaili/LocalDbApp a5be03d lib/screens/splash_page.dart | true | 200 | 808 | import 'package:firestoreapp/screens/login_screen.dart';
import 'package:flutter/material.dart';
class SplashPage extends StatefulWidget {
const SplashPage({super.key});
@override
State<SplashPage> createState() => _SplashPageState();
}
class _SplashPageState extends State<SplashPage> {
@override
void init... | 2 |
muhammednasrudheencn/Dream_Sports_Manual | 88f4c03 | lib/screens/registeration/screen_register.dart | Dart | www.github.com/muhammednasrudheencn/Dream_Sports_Manual/tree/main/lib/screens/registeration/screen_register.dart | https://raw.githubusercontent.com/muhammednasrudheencn/Dream_Sports_Manual/88f4c03/lib/screens/registeration/screen_register.dart | muhammednasrudheencn/Dream_Sports_Manual 88f4c03 lib/screens/registeration/screen_register.dart | true | 200 | 4,449 | import 'package:dream_sports_turf_owner/constants/colors.dart';
import 'package:dream_sports_turf_owner/screens/home/screen_home.dart';
import 'package:dream_sports_turf_owner/services/firestore.dart';
import 'package:dream_sports_turf_owner/services/log_service.dart';
import 'package:dream_sports_turf_owner/widgets/re... | 1 |
ngoc-it/hr_management | f8c0995 | lib/components/Taikhoan/account_page.dart | Dart | www.github.com/ngoc-it/hr_management/tree/main/lib/components/Taikhoan/account_page.dart | https://raw.githubusercontent.com/ngoc-it/hr_management/f8c0995/lib/components/Taikhoan/account_page.dart | ngoc-it/hr_management f8c0995 lib/components/Taikhoan/account_page.dart | true | 200 | 23,287 | import 'package:flutter/material.dart';
import 'package:flutter_application_1/components/nav_bar.dart';
import 'package:flutter_application_1/models/chucvu_model.dart';
import 'package:intl/intl.dart';
import 'package:flutter_application_1/components/Nhansu/human_resources.dart';
import 'package:http/http.dart' as http... | 7 |
ramadasmm/MoneyMannager | f87294b | lib/Screens/add_transaction/screen_add_transaction.dart | Dart | www.github.com/ramadasmm/MoneyMannager/tree/main/lib/Screens/add_transaction/screen_add_transaction.dart | https://raw.githubusercontent.com/ramadasmm/MoneyMannager/f87294b/lib/Screens/add_transaction/screen_add_transaction.dart | ramadasmm/MoneyMannager f87294b lib/Screens/add_transaction/screen_add_transaction.dart | true | 200 | 6,256 | import 'package:flutter/material.dart';
import 'package:flutter/src/foundation/key.dart';
import 'package:flutter/src/widgets/framework.dart';
import 'package:money_app/db/category/category_db.dart';
import 'package:money_app/db/transaction/transaction_db.dart';
import 'package:money_app/model/category/category_model.d... | 3 |
Shebin-shaji/netflix_app_clone | cfd6b6d | lib/view/screens/home_page/widgets/appbar_text.dart | Dart | www.github.com/Shebin-shaji/netflix_app_clone/tree/main/lib/view/screens/home_page/widgets/appbar_text.dart | https://raw.githubusercontent.com/Shebin-shaji/netflix_app_clone/cfd6b6d/lib/view/screens/home_page/widgets/appbar_text.dart | Shebin-shaji/netflix_app_clone cfd6b6d lib/view/screens/home_page/widgets/appbar_text.dart | true | 200 | 433 | // ignore_for_file: prefer_const_constructors
import 'package:flutter/material.dart';
import 'package:netflix_app_clone/core/constants/color_constants.dart';
class AppBarText extends StatelessWidget {
const AppBarText({super.key, required this.text});
final String text;
@override
Widget build(BuildContext con... | 0 |
YuldoshMakhmud/newclinic | 7fb1e93 | lib/presentation/screens/home/diagnosis/diagnosis_page.dart | Dart | www.github.com/YuldoshMakhmud/newclinic/tree/main/lib/presentation/screens/home/diagnosis/diagnosis_page.dart | https://raw.githubusercontent.com/YuldoshMakhmud/newclinic/7fb1e93/lib/presentation/screens/home/diagnosis/diagnosis_page.dart | YuldoshMakhmud/newclinic 7fb1e93 lib/presentation/screens/home/diagnosis/diagnosis_page.dart | true | 200 | 2,205 | import 'package:clinicapp/data/mock/mock_data.dart';
import 'package:clinicapp/presentation/core/constant/colors.dart';
import 'package:clinicapp/presentation/core/constant/sizes.dart';
import 'package:clinicapp/presentation/core/resource/resource.dart';
import 'package:clinicapp/presentation/widgets/custom_button.dart... | 4 |
UASDevelop/services_app | e55b4c2 | lib/pages/start/start_controller.dart | Dart | www.github.com/UASDevelop/services_app/tree/main/lib/pages/start/start_controller.dart | https://raw.githubusercontent.com/UASDevelop/services_app/e55b4c2/lib/pages/start/start_controller.dart | UASDevelop/services_app e55b4c2 lib/pages/start/start_controller.dart | true | 200 | 887 |
import 'package:firebase_auth/firebase_auth.dart';
import 'package:get/get.dart';
import 'package:services_app/data/repository/auth_repo.dart';
import '../../utils/my_routes.dart';
class StartController extends GetxService {
StartController({required this.authRepo});
AuthRepo authRepo;
@override
void onIn... | 5 |
A-hmed/todo_sat_c9 | b5f2d6b | lib/main.dart | Dart | www.github.com/A-hmed/todo_sat_c9/tree/main/lib/main.dart | https://raw.githubusercontent.com/A-hmed/todo_sat_c9/b5f2d6b/lib/main.dart | A-hmed/todo_sat_c9 b5f2d6b lib/main.dart | true | 200 | 1,336 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:todo_sat_c9/providers/list_provider.dart';
import 'package:todo_sat_c9/ui/screens/auth/login/login.dart';
import 'pac... | 6 |
SumeyyeAydogan/carryvibeapp-with-cubit | c8eeb17 | lib/init/theme/carry_vibe_theme.dart | Dart | www.github.com/SumeyyeAydogan/carryvibeapp-with-cubit/tree/main/lib/init/theme/carry_vibe_theme.dart | https://raw.githubusercontent.com/SumeyyeAydogan/carryvibeapp-with-cubit/c8eeb17/lib/init/theme/carry_vibe_theme.dart | SumeyyeAydogan/carryvibeapp-with-cubit c8eeb17 lib/init/theme/carry_vibe_theme.dart | true | 200 | 1,609 | import 'package:flutter/material.dart';
class CarryVibeTheme {
static final defaultTheme = ThemeData(
colorScheme: const ColorScheme.light(
primary: Color(0xff4ab1b3),
secondary: Color(0xFFED6B5E),
inversePrimary: Color(0xFF78C4C5),
error: Color(0xfffcb064),
primaryContainer: Color(... | 2 |
mohapasto0619/ThemeArchMalkovApp | c8fd63c | lib/modules/home/view.dart | Dart | www.github.com/mohapasto0619/ThemeArchMalkovApp/tree/main/lib/modules/home/view.dart | https://raw.githubusercontent.com/mohapasto0619/ThemeArchMalkovApp/c8fd63c/lib/modules/home/view.dart | mohapasto0619/ThemeArchMalkovApp c8fd63c lib/modules/home/view.dart | true | 200 | 828 | import 'package:flutter/material.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:malkovapp/theme/app_theme_data.dart';
class HomeView extends StatelessWidget {
const HomeView({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
final localization... | 1 |
officalAbdulMalik/School_System | ba63913 | lib/Controllers/Services/downloder_repos.dart | Dart | www.github.com/officalAbdulMalik/School_System/tree/main/lib/Controllers/Services/downloder_repos.dart | https://raw.githubusercontent.com/officalAbdulMalik/School_System/ba63913/lib/Controllers/Services/downloder_repos.dart | officalAbdulMalik/School_System ba63913 lib/Controllers/Services/downloder_repos.dart | true | 200 | 1,206 | import 'dart:io';
import 'package:flutter_downloader/flutter_downloader.dart';
import 'package:path_provider/path_provider.dart';
import 'package:permission_handler/permission_handler.dart';
class Downloader {
static Future startDownload(String url) async {
// final directory = await getExternalStorageDirectory... | 3 |
bcccoworkingufape/enzitech_app | 4a654e0 | lib/features/experiment/data/repositories/get_result_repository_imp.dart | Dart | www.github.com/bcccoworkingufape/enzitech_app/tree/main/lib/features/experiment/data/repositories/get_result_repository_imp.dart | https://raw.githubusercontent.com/bcccoworkingufape/enzitech_app/4a654e0/lib/features/experiment/data/repositories/get_result_repository_imp.dart | bcccoworkingufape/enzitech_app 4a654e0 lib/features/experiment/data/repositories/get_result_repository_imp.dart | true | 200 | 682 | // 📦 Package imports:
import 'package:dartz/dartz.dart';
// 🌎 Project imports:
import '../../../../core/failures/failure.dart';
import '../../domain/entities/experiment_result_entity.dart';
import '../../domain/repositories/get_result_repository.dart';
import '../datasources/get_result_datasource.dart';
class GetRe... | 7 |
Nhat180/NetcompanyOfficeTool | 9d7473b | lib/screens/suggestion_screens/suggestion_detail_screen.dart | Dart | www.github.com/Nhat180/NetcompanyOfficeTool/tree/main/lib/screens/suggestion_screens/suggestion_detail_screen.dart | https://raw.githubusercontent.com/Nhat180/NetcompanyOfficeTool/9d7473b/lib/screens/suggestion_screens/suggestion_detail_screen.dart | Nhat180/NetcompanyOfficeTool 9d7473b lib/screens/suggestion_screens/suggestion_detail_screen.dart | true | 200 | 6,076 |
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:netcompany_office_tool/comments/comment_box.dart';
import 'package:netcompany_office_tool/comments/comment_list.dart';
import 'package:netcompany_office_tool/constants.dart';
import 'package:netcompany_office_tool/... | 0 |
nadiakhaled1411999/News_app2 | 7155dfc | lib/services/news_service.dart | Dart | www.github.com/nadiakhaled1411999/News_app2/tree/main/lib/services/news_service.dart | https://raw.githubusercontent.com/nadiakhaled1411999/News_app2/7155dfc/lib/services/news_service.dart | nadiakhaled1411999/News_app2 7155dfc lib/services/news_service.dart | true | 200 | 1,753 | import 'package:dio/dio.dart';
import 'package:news_app/models/article_model.dart';
class NewsService {
final Dio dio;
NewsService({required this.dio});
Future<List<ArticleModel>> getNews({required String category}) async {
try {
Response response = await dio.get(
"https://newsapi.org/v2/to... | 4 |
khmalz/reminder-tugas | 4b679f9 | lib/main.dart | Dart | www.github.com/khmalz/reminder-tugas/tree/main/lib/main.dart | https://raw.githubusercontent.com/khmalz/reminder-tugas/4b679f9/lib/main.dart | khmalz/reminder-tugas 4b679f9 lib/main.dart | true | 200 | 1,272 | import 'package:firebase_core/firebase_core.dart';
import 'package:google_fonts/google_fonts.dart' show GoogleFonts;
import 'package:hive/hive.dart';
import 'package:path_provider/path_provider.dart';
import 'package:reminder_tugas/app/data/models/task_model.dart';
import 'package:reminder_tugas/app/data/provider/loggi... | 5 |
quangtran2003/musicApp | 006e18d | do_an/lib/net_working/models/tracklist_album.dart | Dart | www.github.com/quangtran2003/musicApp/tree/main/do_an/lib/net_working/models/tracklist_album.dart | https://raw.githubusercontent.com/quangtran2003/musicApp/006e18d/do_an/lib/net_working/models/tracklist_album.dart | quangtran2003/musicApp 006e18d do_an/lib/net_working/models/tracklist_album.dart | true | 200 | 3,919 | // To parse this JSON data, do
//
// final tracklistAlbumModel = tracklistAlbumModelFromJson(jsonString);
// ignore_for_file: constant_identifier_names
import 'dart:convert';
String tracklistAlbumModelToJson(TracklistAlbumModel data) =>
json.encode(data.toJson());
class TracklistAlbumModel {
List<Datum>? ... | 6 |
sultangorgulu/UygunuBurda | 8272057 | lib/features/authentication/screen/verify_email/verify_email_success.dart | Dart | www.github.com/sultangorgulu/UygunuBurda/tree/main/lib/features/authentication/screen/verify_email/verify_email_success.dart | https://raw.githubusercontent.com/sultangorgulu/UygunuBurda/8272057/lib/features/authentication/screen/verify_email/verify_email_success.dart | sultangorgulu/UygunuBurda 8272057 lib/features/authentication/screen/verify_email/verify_email_success.dart | true | 200 | 2,213 | // ignore_for_file: prefer_const_constructors, prefer_const_literals_to_create_immutables
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:uygunuburda/features/shop/screen/login/login.dart';
import 'package:uygunuburda/util/constants/image_strings.dart';
import 'package:uygunuburd... | 2 |
Saphal-subedi/Rebuy-UI-design | c669254 | lib/Provider/provider.dart | Dart | www.github.com/Saphal-subedi/Rebuy-UI-design/tree/main/lib/Provider/provider.dart | https://raw.githubusercontent.com/Saphal-subedi/Rebuy-UI-design/c669254/lib/Provider/provider.dart | Saphal-subedi/Rebuy-UI-design c669254 lib/Provider/provider.dart | true | 200 | 471 | import 'package:flutter/material.dart';
class provider extends StatelessWidget {
const provider({super.key});
String value="Hello world";
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar("Provider is given"),
body: Center(
child: Text(
value,
... | 1 |
RakibulHassanRakib/final-Dasbord_XRHUB | 152530b | lib/layout/sidebar/sidemenucontroller.dart | Dart | www.github.com/RakibulHassanRakib/final-Dasbord_XRHUB/tree/main/lib/layout/sidebar/sidemenucontroller.dart | https://raw.githubusercontent.com/RakibulHassanRakib/final-Dasbord_XRHUB/152530b/lib/layout/sidebar/sidemenucontroller.dart | RakibulHassanRakib/final-Dasbord_XRHUB 152530b lib/layout/sidebar/sidemenucontroller.dart | true | 200 | 684 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:get_storage/get_storage.dart';
class SideMenuController extends GetxController {
static SideMenuController instance = Get.find();
var activeItem = "ProjectHome".obs;
var projectId = GetStorage();
var hoverItem = "".obs;
c... | 3 |
Mina-Mamdouh0/Teasure | d837c43 | lib/widgets/costome_bottombar.dart | Dart | www.github.com/Mina-Mamdouh0/Teasure/tree/main/lib/widgets/costome_bottombar.dart | https://raw.githubusercontent.com/Mina-Mamdouh0/Teasure/d837c43/lib/widgets/costome_bottombar.dart | Mina-Mamdouh0/Teasure d837c43 lib/widgets/costome_bottombar.dart | true | 200 | 5,972 | // ignore_for_file: prefer_const_constructors, prefer_const_literals_to_create_immutables, prefer_const_constructors_in_immutables, unnecessary_this, use_key_in_widget_constructors, deprecated_member_use, unused_import, non_constant_identifier_names, unused_local_variable, unused_element, library_private_types_in_publi... | 7 |
ayushmadhogaria/EasyLife.com | 556f4eb | lib/features/customer/screens/settings_screen.dart | Dart | www.github.com/ayushmadhogaria/EasyLife.com/tree/main/lib/features/customer/screens/settings_screen.dart | https://raw.githubusercontent.com/ayushmadhogaria/EasyLife.com/556f4eb/lib/features/customer/screens/settings_screen.dart | ayushmadhogaria/EasyLife.com 556f4eb lib/features/customer/screens/settings_screen.dart | true | 200 | 1,518 | import 'package:easylifeapp/constants/global_variables.dart';
import 'package:easylifeapp/features/customer/widgets/settings_body.dart';
import 'package:easylifeapp/features/customer/widgets/settings_information.dart';
import 'package:easylifeapp/features/customer/widgets/user_information.dart';
import 'package:flutter... | 0 |
roxanaguerra/trips_avanzado_flutter | 9be57c1 | lib/User/ui/widgets/profile_place_info.dart | Dart | www.github.com/roxanaguerra/trips_avanzado_flutter/tree/main/lib/User/ui/widgets/profile_place_info.dart | https://raw.githubusercontent.com/roxanaguerra/trips_avanzado_flutter/9be57c1/lib/User/ui/widgets/profile_place_info.dart | roxanaguerra/trips_avanzado_flutter 9be57c1 lib/User/ui/widgets/profile_place_info.dart | true | 200 | 2,353 | import 'package:flutter/material.dart';
import 'package:trips_avanzado_app/Place/model/place.dart';
import 'package:trips_avanzado_app/widgets/floating_action_button_green.dart';
class ProfilePlaceInfo extends StatelessWidget {
Place place;
ProfilePlaceInfo(this.place, {Key? key}) : super(key: key);
@override
... | 5 |
hmshohrab/upload-manager | 389d184 | lib/app/data/remote/global_remote_data_source_impl.dart | Dart | www.github.com/hmshohrab/upload-manager/tree/main/lib/app/data/remote/global_remote_data_source_impl.dart | https://raw.githubusercontent.com/hmshohrab/upload-manager/389d184/lib/app/data/remote/global_remote_data_source_impl.dart | hmshohrab/upload-manager 389d184 lib/app/data/remote/global_remote_data_source_impl.dart | true | 200 | 1,924 | import 'dart:collection';
import 'package:dio/dio.dart';
import '../../../data/end_points.dart';
import '../../core/model/list_response.dart';
import '../model/Attachment.dart';
import '/app/core/base/base_remote_source.dart';
import '/app/core/model/github_search_query_param.dart';
import '/app/data/model/github_pro... | 2 |
HatataMakuna/jommakan | 3b2741d | lib/access_denied.dart | Dart | www.github.com/HatataMakuna/jommakan/tree/main/lib/access_denied.dart | https://raw.githubusercontent.com/HatataMakuna/jommakan/3b2741d/lib/access_denied.dart | HatataMakuna/jommakan 3b2741d lib/access_denied.dart | true | 200 | 872 | import 'package:flutter/material.dart';
class AccessDeniedPage extends StatelessWidget {
const AccessDeniedPage({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Access Denied'),
),
body: Center(
... | 6 |
JoVi0li/kikagada | c58f6d1 | lib/shared/components/button_component.dart | Dart | www.github.com/JoVi0li/kikagada/tree/main/lib/shared/components/button_component.dart | https://raw.githubusercontent.com/JoVi0li/kikagada/c58f6d1/lib/shared/components/button_component.dart | JoVi0li/kikagada c58f6d1 lib/shared/components/button_component.dart | true | 200 | 1,239 | import 'package:flutter/material.dart';
enum ButtonComponentType { normal, create, delete }
class ButtonComponent extends StatelessWidget {
const ButtonComponent({
super.key,
required this.onPressed,
required this.label,
this.type = ButtonComponentType.normal,
});
final Function() onPressed;
... | 1 |
Jack2809/FBO-Football-Booking-and-Opponent-Searching | e10bb04 | lib/Blocs/team_detail_bloc/team_detail_event.dart | Dart | www.github.com/Jack2809/FBO-Football-Booking-and-Opponent-Searching/tree/main/lib/Blocs/team_detail_bloc/team_detail_event.dart | https://raw.githubusercontent.com/Jack2809/FBO-Football-Booking-and-Opponent-Searching/e10bb04/lib/Blocs/team_detail_bloc/team_detail_event.dart | Jack2809/FBO-Football-Booking-and-Opponent-Searching e10bb04 lib/Blocs/team_detail_bloc/team_detail_event.dart | true | 200 | 670 |
import 'package:equatable/equatable.dart';
abstract class TeamDetailEvent extends Equatable{
const TeamDetailEvent();
@override
List<Object> get props => [];
}
class FetchTeamDetail extends TeamDetailEvent{
final int teamId;
FetchTeamDetail({required this.teamId});
@override
List<Object> get props... | 4 |
botty87/trip_planner | 8cd8aa1 | test/features/trip_stops/presentation/widgets/trip_stop_duration_widget_test.dart | Dart | www.github.com/botty87/trip_planner/tree/main/test/features/trip_stops/presentation/widgets/trip_stop_duration_widget_test.dart | https://raw.githubusercontent.com/botty87/trip_planner/8cd8aa1/test/features/trip_stops/presentation/widgets/trip_stop_duration_widget_test.dart | botty87/trip_planner 8cd8aa1 test/features/trip_stops/presentation/widgets/trip_stop_duration_widget_test.dart | true | 200 | 2,746 | import 'package:bloc_test/bloc_test.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:easy_logger/easy_logger.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:golden_toolkit/golden_toolkit.dart';
import 'package:patr... | 3 |
Jainish-shah/UniChat_2.0 | 7462690 | lib/Services/fetchStudentData.dart | Dart | www.github.com/Jainish-shah/UniChat_2.0/tree/main/lib/Services/fetchStudentData.dart | https://raw.githubusercontent.com/Jainish-shah/UniChat_2.0/7462690/lib/Services/fetchStudentData.dart | Jainish-shah/UniChat_2.0 7462690 lib/Services/fetchStudentData.dart | true | 200 | 582 | import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'dart:convert';
import '../chat_gpt/constants/api_consts.dart';
class fetchStudentDataAPI {
Future<Map<String, dynamic>> fetchStudentData(String studentId) async {
final url = Uri.parse('$LOCALHOST/api/students/getStudentDa... | 7 |
randytia29/mama_resto | 308bb98 | lib/features/restaurant/data/models/category.dart | Dart | www.github.com/randytia29/mama_resto/tree/main/lib/features/restaurant/data/models/category.dart | https://raw.githubusercontent.com/randytia29/mama_resto/308bb98/lib/features/restaurant/data/models/category.dart | randytia29/mama_resto 308bb98 lib/features/restaurant/data/models/category.dart | true | 200 | 369 | import 'package:equatable/equatable.dart';
class Category extends Equatable {
final String? name;
const Category({
this.name,
});
factory Category.fromJson(Map<String, dynamic> json) => Category(
name: json["name"],
);
Map<String, dynamic> toJson() => {
"name": name,
};
... | 5 |
CelPat/ProjektZespolowyPCZ | e1285b8 | lib/features/authentication/screens/login/widgets/login_header.dart | Dart | www.github.com/CelPat/ProjektZespolowyPCZ/tree/main/lib/features/authentication/screens/login/widgets/login_header.dart | https://raw.githubusercontent.com/CelPat/ProjektZespolowyPCZ/e1285b8/lib/features/authentication/screens/login/widgets/login_header.dart | CelPat/ProjektZespolowyPCZ e1285b8 lib/features/authentication/screens/login/widgets/login_header.dart | true | 200 | 557 | import 'package:flutter/material.dart';
import '../../../../../utils/constants/image_strings.dart';
/// Klasa reprezentująca nagłówek formularza logowania.
class ZenLoginHeader extends StatelessWidget {
const ZenLoginHeader({
super.key,
});
@override
Widget build(BuildContext context) {
return const ... | 0 |
Jdtechie/recipto_app | ed05700 | lib/screen1.dart | Dart | www.github.com/Jdtechie/recipto_app/tree/main/lib/screen1.dart | https://raw.githubusercontent.com/Jdtechie/recipto_app/ed05700/lib/screen1.dart | Jdtechie/recipto_app ed05700 lib/screen1.dart | true | 200 | 280 | import 'package:flutter/material.dart';
class Screen1 extends StatelessWidget {
const Screen1({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return const Scaffold(
body:
Center(child: Text('Screen 1')),
);
}
} | 6 |
OmarrFarouk97/Booking_App | 1757492 | lib/hotels/presentation/screens/search_screen/search_map_screen.dart | Dart | www.github.com/OmarrFarouk97/Booking_App/tree/main/lib/hotels/presentation/screens/search_screen/search_map_screen.dart | https://raw.githubusercontent.com/OmarrFarouk97/Booking_App/1757492/lib/hotels/presentation/screens/search_screen/search_map_screen.dart | OmarrFarouk97/Booking_App 1757492 lib/hotels/presentation/screens/search_screen/search_map_screen.dart | true | 200 | 11,150 | import 'package:booking_app/core/network/location_helper.dart';
import 'package:booking_app/core/util/constaces/app_colors.dart';
import 'package:booking_app/core/util/constaces/dimensions.dart';
import 'package:booking_app/hotels/presentation/components/components.dart';
import 'package:booking_app/hotels/presentation... | 2 |
muhammadharoon26/Apple-Alarm-App-Clone-Project | bc46ebb | apple_clone_alarm_project/lib/main.dart | Dart | www.github.com/muhammadharoon26/Apple-Alarm-App-Clone-Project/tree/main/apple_clone_alarm_project/lib/main.dart | https://raw.githubusercontent.com/muhammadharoon26/Apple-Alarm-App-Clone-Project/bc46ebb/apple_clone_alarm_project/lib/main.dart | muhammadharoon26/Apple-Alarm-App-Clone-Project bc46ebb apple_clone_alarm_project/lib/main.dart | true | 200 | 6,328 | import 'package:flutter/material.dart';
import 'package:apple_clone_alarm_project/views/widgets/world_clock.dart';
import 'package:apple_clone_alarm_project/views/widgets/alarm.dart';
import 'package:apple_clone_alarm_project/views/widgets/timer.dart';
import 'package:apple_clone_alarm_project/views/widgets/stopwatch.d... | 1 |
manahilcode/driving_lisence | 884a3e7 | lib/features/motorcycle/attitude/model/discusstion_with_trainer.dart | Dart | www.github.com/manahilcode/driving_lisence/tree/main/lib/features/motorcycle/attitude/model/discusstion_with_trainer.dart | https://raw.githubusercontent.com/manahilcode/driving_lisence/884a3e7/lib/features/motorcycle/attitude/model/discusstion_with_trainer.dart | manahilcode/driving_lisence 884a3e7 lib/features/motorcycle/attitude/model/discusstion_with_trainer.dart | true | 200 | 774 | class TrainerDiscussionModel {
final List<String> points;
final List<String> points1;
final String subtitle;
final String title;
final String title1;
final String title2;
TrainerDiscussionModel({
required this.points,
required this.points1,
required this.subtitle,
required this.title,
... | 3 |
rich-chang/f_app | 980b482 | lib/components/signup_flow_name_container.dart | Dart | www.github.com/rich-chang/f_app/tree/main/lib/components/signup_flow_name_container.dart | https://raw.githubusercontent.com/rich-chang/f_app/980b482/lib/components/signup_flow_name_container.dart | rich-chang/f_app 980b482 lib/components/signup_flow_name_container.dart | true | 200 | 3,998 | import 'package:flutter/material.dart';
class SignupFlowNameContainer extends StatefulWidget {
const SignupFlowNameContainer({Key? key}) : super(key: key);
@override
State<SignupFlowNameContainer> createState() =>
_SignupFlowNameContainerState();
}
class _SignupFlowNameContainerState extends State<Signup... | 4 |
RyanSchmit/Mile-High-Matches | 414dcb7 | lib/main.dart | Dart | www.github.com/RyanSchmit/Mile-High-Matches/tree/main/lib/main.dart | https://raw.githubusercontent.com/RyanSchmit/Mile-High-Matches/414dcb7/lib/main.dart | RyanSchmit/Mile-High-Matches 414dcb7 lib/main.dart | true | 200 | 2,961 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:milehighmatch/pages/auth.dart';
import 'package:milehighmatch/pages/discover.dart';
import 'package:milehighmatch/pages/info.dart';
import 'package:milehighma... | 7 |
GraceMJE/various_input | 88274ba | lib/main.dart | Dart | www.github.com/GraceMJE/various_input/tree/main/lib/main.dart | https://raw.githubusercontent.com/GraceMJE/various_input/88274ba/lib/main.dart | GraceMJE/various_input 88274ba lib/main.dart | true | 200 | 4,738 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
void main() {
runApp(
const MaterialApp(
home: Scaffold(
body: Body(),
)
)
);
}
class Body extends StatelessWidget {
const Body({super.key});
@override
Widget build(BuildContext cont... | 6 |
lostsquirrel/ai-g | a0f7523 | lib/donate.dart | Dart | www.github.com/lostsquirrel/ai-g/tree/main/lib/donate.dart | https://raw.githubusercontent.com/lostsquirrel/ai-g/a0f7523/lib/donate.dart | lostsquirrel/ai-g a0f7523 lib/donate.dart | true | 200 | 349 | import 'package:flutter/material.dart';
class Donate extends StatelessWidget {
static const String routeName = '/donate';
const Donate({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text("Donate")),
body: Center(child: Image.asset("ima... | 2 |
SaparbayevSarvarbek/Online-shop | 811aaf8 | lib/database/database_helper.dart | Dart | www.github.com/SaparbayevSarvarbek/Online-shop/tree/main/lib/database/database_helper.dart | https://raw.githubusercontent.com/SaparbayevSarvarbek/Online-shop/811aaf8/lib/database/database_helper.dart | SaparbayevSarvarbek/Online-shop 811aaf8 lib/database/database_helper.dart | true | 200 | 3,527 | import 'package:onlineshop/models/product.dart';
import 'package:path/path.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:sqflite/sqflite.dart';
class DatabaseHelper {
static const String dbName = 'OnlineShop';
static const String id = 'id';
static const String name = 'Name';... | 1 |
AmerShams/EduMaster | 5d76f3e | lib/controller/LoginController.dart | Dart | www.github.com/AmerShams/EduMaster/tree/main/lib/controller/LoginController.dart | https://raw.githubusercontent.com/AmerShams/EduMaster/5d76f3e/lib/controller/LoginController.dart | AmerShams/EduMaster 5d76f3e lib/controller/LoginController.dart | true | 200 | 5,483 | // ignore_for_file: use_build_context_synchronously, file_names, empty_catches
import 'package:courseproject/Bottombar/bottombar.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:google_sign_in/google_sign_in.dart';
import '... | 3 |
Nunu27/ventureit | e49ae3b | lib/controllers/location_controller.dart | Dart | www.github.com/Nunu27/ventureit/tree/main/lib/controllers/location_controller.dart | https://raw.githubusercontent.com/Nunu27/ventureit/e49ae3b/lib/controllers/location_controller.dart | Nunu27/ventureit e49ae3b lib/controllers/location_controller.dart | true | 200 | 1,227 | import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:ventureit/models/location.dart';
import 'package:ventureit/repositories/location_repository.dart';
import 'package:ventureit/utils/utils.dart';
final locationProvider = StateProvider<LocationModel?>((ref) => null);
final locationControllerProvid... | 4 |
SauravAcharya23/flutter_API_provider | dabb5e8 | lib/home.dart | Dart | www.github.com/SauravAcharya23/flutter_API_provider/tree/main/lib/home.dart | https://raw.githubusercontent.com/SauravAcharya23/flutter_API_provider/dabb5e8/lib/home.dart | SauravAcharya23/flutter_API_provider dabb5e8 lib/home.dart | true | 200 | 1,018 | import 'package:flutter/material.dart';
import 'package:get_data/dataProvider.dart';
import 'package:provider/provider.dart';
class Home extends StatefulWidget {
const Home({super.key});
@override
State<Home> createState() => _HomeState();
}
class _HomeState extends State<Home> {
@override
Widget build(... | 5 |
muhammadusamaijaz/realestateapp | bc7d1c7 | lib/src/presentation/widgets/screen_specific/home/appbar/home_appbar.dart | Dart | www.github.com/muhammadusamaijaz/realestateapp/tree/main/lib/src/presentation/widgets/screen_specific/home/appbar/home_appbar.dart | https://raw.githubusercontent.com/muhammadusamaijaz/realestateapp/bc7d1c7/lib/src/presentation/widgets/screen_specific/home/appbar/home_appbar.dart | muhammadusamaijaz/realestateapp bc7d1c7 lib/src/presentation/widgets/screen_specific/home/appbar/home_appbar.dart | true | 200 | 4,624 | import 'package:flutter/material.dart';
import 'package:moniepoint_flutter_assessment/src/config/styles/text_styles/app_text_styles.dart';
import 'package:moniepoint_flutter_assessment/src/core/assets/app_assets.dart';
import 'package:moniepoint_flutter_assessment/src/core/extensions/screen_util/screen_util_extension.d... | 7 |
AarijAmir/Todo-App | 7edbee7 | lib/model/task.dart | Dart | www.github.com/AarijAmir/Todo-App/tree/main/lib/model/task.dart | https://raw.githubusercontent.com/AarijAmir/Todo-App/7edbee7/lib/model/task.dart | AarijAmir/Todo-App 7edbee7 lib/model/task.dart | true | 200 | 300 | import 'package:hive/hive.dart';
part 'task.g.dart';
@HiveType(typeId: 2)
class Task extends HiveObject {
@HiveField(0)
final String user;
@HiveField(1)
final String task;
@HiveField(2)
final bool completed;
Task({required this.completed, required this.task, required this.user});
}
| 0 |
PremjithK/PROJECT_yu_health_doctors | 7f5127b | lib/screens/profile_page/view/profile_page.dart | Dart | www.github.com/PremjithK/PROJECT_yu_health_doctors/tree/main/lib/screens/profile_page/view/profile_page.dart | https://raw.githubusercontent.com/PremjithK/PROJECT_yu_health_doctors/7f5127b/lib/screens/profile_page/view/profile_page.dart | PremjithK/PROJECT_yu_health_doctors 7f5127b lib/screens/profile_page/view/profile_page.dart | true | 200 | 2,669 | import 'package:flutter/material.dart';
import 'package:yu_health_doctors/config/text_sizes.dart';
import 'package:yu_health_doctors/config/ui_sizes.dart';
import 'package:yu_health_doctors/custom_widgets/profile_field.dart';
import 'package:yu_health_doctors/custom_widgets/profile_picture_large.dart';
import 'package:... | 6 |
Abdulrasheed1729/conize_mock_app | a63272d | lib/widgets/onboarding_page_view.dart | Dart | www.github.com/Abdulrasheed1729/conize_mock_app/tree/main/lib/widgets/onboarding_page_view.dart | https://raw.githubusercontent.com/Abdulrasheed1729/conize_mock_app/a63272d/lib/widgets/onboarding_page_view.dart | Abdulrasheed1729/conize_mock_app a63272d lib/widgets/onboarding_page_view.dart | true | 200 | 1,756 | import 'package:conize_mock_app/app/utils/colors.dart';
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
class OnboardingPageView extends StatelessWidget {
const OnboardingPageView({
Key? key,
required this.imageUrl,
required this.title,
required this.description... | 2 |
9init/waspha-user | e54c776 | lib/src/features/profile/domain/profile_domain.dart | Dart | www.github.com/9init/waspha-user/tree/main/lib/src/features/profile/domain/profile_domain.dart | https://raw.githubusercontent.com/9init/waspha-user/e54c776/lib/src/features/profile/domain/profile_domain.dart | 9init/waspha-user e54c776 lib/src/features/profile/domain/profile_domain.dart | true | 200 | 3,078 | import 'package:dio/dio.dart';
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:waspha/src/shared/networking/networking.dart';
import 'package:waspha/src/shared/networking/results.dart';
import 'package:riverpod_annot... | 1 |
Maram-Alsoudani/Pest-Management-App | 895ad09 | lib/Features/user_request_account/data/repositories/user_request_account_repo_impl.dart | Dart | www.github.com/Maram-Alsoudani/Pest-Management-App/tree/main/lib/Features/user_request_account/data/repositories/user_request_account_repo_impl.dart | https://raw.githubusercontent.com/Maram-Alsoudani/Pest-Management-App/895ad09/lib/Features/user_request_account/data/repositories/user_request_account_repo_impl.dart | Maram-Alsoudani/Pest-Management-App 895ad09 lib/Features/user_request_account/data/repositories/user_request_account_repo_impl.dart | true | 200 | 991 | import 'package:dartz/dartz.dart';
import 'package:injectable/injectable.dart';
import 'package:bug_away/Core/errors/failures.dart';
import 'package:bug_away/Features/user_request_account/data/data_source/data/user_request_account_data_source.dart';
import '../../domain/repositories/user_request_account_repo.dart';
... | 4 |
jyodesh10/find-my-guide-app | 5b4bf1b | lib/utils/date_picker.dart | Dart | www.github.com/jyodesh10/find-my-guide-app/tree/main/lib/utils/date_picker.dart | https://raw.githubusercontent.com/jyodesh10/find-my-guide-app/5b4bf1b/lib/utils/date_picker.dart | jyodesh10/find-my-guide-app 5b4bf1b lib/utils/date_picker.dart | true | 200 | 2,131 |
import 'package:findmyguide/constants/color_constants.dart';
import 'package:findmyguide/constants/font_constants.dart';
import 'package:flutter/material.dart';
import 'date_formatter.dart';
Future<String?> customDatePicker (BuildContext context, {DateTime? lastDate}) async {
DateTime? pickedDate = await showDat... | 3 |
tarikbinaziz/task-manager | 48f8514 | lib/practise.dart | Dart | www.github.com/tarikbinaziz/task-manager/tree/main/lib/practise.dart | https://raw.githubusercontent.com/tarikbinaziz/task-manager/48f8514/lib/practise.dart | tarikbinaziz/task-manager 48f8514 lib/practise.dart | true | 200 | 1,802 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:hive/hive.dart';
import 'package:hive_flutter/adapters.dart';
class HivePractise extends StatefulWidget {
const HivePractise({super.key});
@override
State<HivePractise> createState() => _HivePractiseState();
}
clas... | 5 |
bukhanovskayamarina22/chat | 0435af9 | lib/widgets/chat_page_title_card.dart | Dart | www.github.com/bukhanovskayamarina22/chat/tree/main/lib/widgets/chat_page_title_card.dart | https://raw.githubusercontent.com/bukhanovskayamarina22/chat/0435af9/lib/widgets/chat_page_title_card.dart | bukhanovskayamarina22/chat 0435af9 lib/widgets/chat_page_title_card.dart | true | 200 | 764 | import 'package:flutter/material.dart';
import 'package:test_assignment_chat/widgets/avatar_with_gradient.dart';
import 'package:test_assignment_chat/widgets/chat_card.dart';
class ChatTitleCard extends StatelessWidget {
final String name;
final Gradients gradient;
final String status;
const ChatTitleCard({
... | 7 |
HardstyIe/RenconSport_Flutter_Mobile | 8f046ce | lib/widgets/searchBar/filtre.dart | Dart | www.github.com/HardstyIe/RenconSport_Flutter_Mobile/tree/main/lib/widgets/searchBar/filtre.dart | https://raw.githubusercontent.com/HardstyIe/RenconSport_Flutter_Mobile/8f046ce/lib/widgets/searchBar/filtre.dart | HardstyIe/RenconSport_Flutter_Mobile 8f046ce lib/widgets/searchBar/filtre.dart | true | 200 | 5,912 | import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:renconsport/models/training/sport/sport.dart';
import 'package:renconsport/models/training/training_details.dart';
import 'package:renconsport/models/user/user.... | 0 |
didicodeX/Futter-Classe | 2ea371e | References/Widget/form/lib/ui_kit/form.dart | Dart | www.github.com/didicodeX/Futter-Classe/tree/main/References/Widget/form/lib/ui_kit/form.dart | https://raw.githubusercontent.com/didicodeX/Futter-Classe/2ea371e/References/Widget/form/lib/ui_kit/form.dart | didicodeX/Futter-Classe 2ea371e References/Widget/form/lib/ui_kit/form.dart | true | 200 | 3,539 | import 'package:flutter/material.dart';
class MyForm extends StatefulWidget {
const MyForm({super.key});
@override
// ignore: library_private_types_in_public_api
_MyFormState createState() => _MyFormState();
}
class _MyFormState extends State<MyForm> {
final _formKey = GlobalKey<FormState>();
@override
... | 2 |
JRonca/flutter-pokedex | 4758058 | lib/models/pokemon.dart | Dart | www.github.com/JRonca/flutter-pokedex/tree/main/lib/models/pokemon.dart | https://raw.githubusercontent.com/JRonca/flutter-pokedex/4758058/lib/models/pokemon.dart | JRonca/flutter-pokedex 4758058 lib/models/pokemon.dart | true | 200 | 1,443 | import 'package:flutter/foundation.dart' show immutable;
const String pokemonsTable = 'pokemons';
class PokemonsFields {
static final List<String> values = [
id,
species,
type,
imagemPadrao,
];
static const id = 'id';
static const species = 'species';
static const type = 'type';
static co... | 1 |
jibinkj-07/bingo-madness | a6e4731 | lib/features/game/presentation/view/re_match_screen.dart | Dart | www.github.com/jibinkj-07/bingo-madness/tree/main/lib/features/game/presentation/view/re_match_screen.dart | https://raw.githubusercontent.com/jibinkj-07/bingo-madness/a6e4731/lib/features/game/presentation/view/re_match_screen.dart | jibinkj-07/bingo-madness a6e4731 lib/features/game/presentation/view/re_match_screen.dart | true | 200 | 3,641 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../../../../core/util/widgets/animated_button.dart';
import '../../../../core/util/widgets/custom_snackbar.dart';
import '../../../../core/util/widgets/game_bg.dart';
import '../../../lobby/presentation/provider/game_provider.dart'... | 3 |
trungkien71297/peemoti_portfolio | 3d6f618 | lib/widgets/skill_progress.dart | Dart | www.github.com/trungkien71297/peemoti_portfolio/tree/main/lib/widgets/skill_progress.dart | https://raw.githubusercontent.com/trungkien71297/peemoti_portfolio/3d6f618/lib/widgets/skill_progress.dart | trungkien71297/peemoti_portfolio 3d6f618 lib/widgets/skill_progress.dart | true | 200 | 2,184 | import 'package:flutter/material.dart';
import 'package:peemoti/application/app.dart';
class SkillProgress extends StatelessWidget {
const SkillProgress(
{super.key,
required this.icon,
required this.title,
required this.progress});
final String icon;
final String title;
final double pr... | 5 |
twilight2dev/passkey_example | ff66c0f | lib/presentation/shared_widgets/loading_widget.dart | Dart | www.github.com/twilight2dev/passkey_example/tree/main/lib/presentation/shared_widgets/loading_widget.dart | https://raw.githubusercontent.com/twilight2dev/passkey_example/ff66c0f/lib/presentation/shared_widgets/loading_widget.dart | twilight2dev/passkey_example ff66c0f lib/presentation/shared_widgets/loading_widget.dart | true | 200 | 593 | import 'package:flutter/material.dart';
class LoadingWidget extends StatelessWidget {
const LoadingWidget({Key? key, this.color, this.size = 48}) : super(key: key);
final Color? color;
final double size;
@override
Widget build(BuildContext context) {
return Center(
child: Container(
paddi... | 0 |
Morfz/hijrah_journey | ffe6ae3 | hadist/lib/data/models/list_hadist_response.dart | Dart | www.github.com/Morfz/hijrah_journey/tree/main/hadist/lib/data/models/list_hadist_response.dart | https://raw.githubusercontent.com/Morfz/hijrah_journey/ffe6ae3/hadist/lib/data/models/list_hadist_response.dart | Morfz/hijrah_journey ffe6ae3 hadist/lib/data/models/list_hadist_response.dart | true | 200 | 509 | import 'package:equatable/equatable.dart';
import 'package:hadist/data/models/list_hadist_model.dart';
class ListHadistResponse extends Equatable {
final ListHadistModel surahDetailModel;
const ListHadistResponse({required this.surahDetailModel});
factory ListHadistResponse.fromJson(Map<String, dynamic> json) ... | 4 |
SatoshiPortal/bullbitcoin-mobile | fd878b1 | lib/features/pin_code/ui/widgets/pin_code_display.dart | Dart | www.github.com/SatoshiPortal/bullbitcoin-mobile/tree/main/lib/features/pin_code/ui/widgets/pin_code_display.dart | https://raw.githubusercontent.com/SatoshiPortal/bullbitcoin-mobile/fd878b1/lib/features/pin_code/ui/widgets/pin_code_display.dart | SatoshiPortal/bullbitcoin-mobile fd878b1 lib/features/pin_code/ui/widgets/pin_code_display.dart | true | 200 | 1,122 | import 'package:flutter/material.dart';
class PinCodeDisplay extends StatelessWidget {
final String pinCode;
final int maxPinCodeLength;
final double? pinNumberRadius;
const PinCodeDisplay({
super.key,
this.pinCode = "",
this.maxPinCodeLength = 8,
this.pinNumberRadius = 6,
});
@override
... | 7 |
sazid78/crafty_bay | 02f07c0 | lib/presentation/state_holders/create_invoice_controller.dart | Dart | www.github.com/sazid78/crafty_bay/tree/main/lib/presentation/state_holders/create_invoice_controller.dart | https://raw.githubusercontent.com/sazid78/crafty_bay/02f07c0/lib/presentation/state_holders/create_invoice_controller.dart | sazid78/crafty_bay 02f07c0 lib/presentation/state_holders/create_invoice_controller.dart | true | 200 | 1,000 | import 'package:crafty_bay/data/models/payment_method_list_model.dart';
import 'package:crafty_bay/data/services/network_caller.dart';
import 'package:crafty_bay/data/utility/urls.dart';
import 'package:get/get.dart';
class CreateInvoiceController extends GetxController{
bool _inProgress = false;
String _errorMes... | 6 |
ravinjiyadav/gtracker | 5b7d165 | lib/network/repository/auth_repository.dart | Dart | www.github.com/ravinjiyadav/gtracker/tree/main/lib/network/repository/auth_repository.dart | https://raw.githubusercontent.com/ravinjiyadav/gtracker/5b7d165/lib/network/repository/auth_repository.dart | ravinjiyadav/gtracker 5b7d165 lib/network/repository/auth_repository.dart | true | 200 | 2,028 | import 'package:dcbase/dcbase_network.dart';
import 'package:g_tracker/network/api/auth_api.dart';
import 'package:g_tracker/network/end_points.dart';
import 'package:g_tracker/network/models/auth_models.dart';
import 'package:g_tracker/network/models/response/basic_response.dart';
class AuthRepository extends BaseRep... | 2 |
junedr375/catchy-cat | edd3560 | lib/utils/firebase_helper.dart | Dart | www.github.com/junedr375/catchy-cat/tree/main/lib/utils/firebase_helper.dart | https://raw.githubusercontent.com/junedr375/catchy-cat/edd3560/lib/utils/firebase_helper.dart | junedr375/catchy-cat edd3560 lib/utils/firebase_helper.dart | true | 200 | 1,274 | import 'package:cloud_firestore/cloud_firestore.dart';
class FirestoreHelper {
final _firestore = FirebaseFirestore.instance;
static String collectionName = 'cat_facts';
Future<void> addDataToCollection(Map<String, dynamic> data) async {
try {
await _firestore.collection(collectionName).add(data);
... | 1 |
MeldaPaksoy/weather_app | 376e6d5 | lib/presentation/screens/select_day_page.dart | Dart | www.github.com/MeldaPaksoy/weather_app/tree/main/lib/presentation/screens/select_day_page.dart | https://raw.githubusercontent.com/MeldaPaksoy/weather_app/376e6d5/lib/presentation/screens/select_day_page.dart | MeldaPaksoy/weather_app 376e6d5 lib/presentation/screens/select_day_page.dart | true | 200 | 3,470 | import 'package:flutter/material.dart';
import 'weather_screen.dart';
class SelectDayPage extends StatefulWidget {
final List<String> availableDates;
SelectDayPage({required this.availableDates});
@override
_SelectDayPageState createState() => _SelectDayPageState();
}
class _SelectDayPageState extends State... | 3 |
shubh7727am/Flutex | eb12101 | lib/view/screens/lead/widget/lead_attachment.dart | Dart | www.github.com/shubh7727am/Flutex/tree/main/lib/view/screens/lead/widget/lead_attachment.dart | https://raw.githubusercontent.com/shubh7727am/Flutex/eb12101/lib/view/screens/lead/widget/lead_attachment.dart | shubh7727am/Flutex eb12101 lib/view/screens/lead/widget/lead_attachment.dart | true | 200 | 1,117 | import 'package:flutex_admin/core/utils/dimensions.dart';
import 'package:flutex_admin/data/model/lead/lead_details_model.dart';
import 'package:flutex_admin/view/components/no_data.dart';
import 'package:flutex_admin/view/screens/lead/widget/attachment_card.dart';
import 'package:flutter/material.dart';
class L... | 4 |
mohanpm1/Flutter-app | f3c19a1 | lib/screens/splash_screen.dart | Dart | www.github.com/mohanpm1/Flutter-app/tree/main/lib/screens/splash_screen.dart | https://raw.githubusercontent.com/mohanpm1/Flutter-app/f3c19a1/lib/screens/splash_screen.dart | mohanpm1/Flutter-app f3c19a1 lib/screens/splash_screen.dart | true | 200 | 899 | import 'package:flutter/material.dart';
import 'dart:async';
import 'login_screen.dart';
class SplashScreen extends StatefulWidget {
@override
_SplashScreenState createState() => _SplashScreenState();
}
class _SplashScreenState extends State<SplashScreen> {
@override
void initState() {
super.i... | 0 |
G-Jhojan/revision_getx | b964505 | lib/main.dart | Dart | www.github.com/G-Jhojan/revision_getx/tree/main/lib/main.dart | https://raw.githubusercontent.com/G-Jhojan/revision_getx/b964505/lib/main.dart | G-Jhojan/revision_getx b964505 lib/main.dart | true | 200 | 660 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:getx_fernando/routes/routes.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return GetMaterialApp(
//definimos la ruta cambiando
debug... | 5 |
Manish4359/quiz-app | e27b8fc | lib/question.dart | Dart | www.github.com/Manish4359/quiz-app/tree/main/lib/question.dart | https://raw.githubusercontent.com/Manish4359/quiz-app/e27b8fc/lib/question.dart | Manish4359/quiz-app e27b8fc lib/question.dart | true | 200 | 827 | import 'package:flutter/cupertino.dart';
import 'package:flutter/src/foundation/key.dart';
import 'package:flutter/src/widgets/framework.dart';
import 'package:flutter/material.dart';
class Question extends StatelessWidget {
final String questionText;
Question(this.questionText);
@override
Widget build(BuildC... | 7 |
SchwarzenbergerDaniel/WitWire | 670c4c8 | lib/widgets/post/post.dart | Dart | www.github.com/SchwarzenbergerDaniel/WitWire/tree/main/lib/widgets/post/post.dart | https://raw.githubusercontent.com/SchwarzenbergerDaniel/WitWire/670c4c8/lib/widgets/post/post.dart | SchwarzenbergerDaniel/WitWire 670c4c8 lib/widgets/post/post.dart | true | 200 | 8,789 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
import 'package:witwire/firebaseParser/post_data.dart';
import 'package:witwire/firebaseParser/user_data.dart';
import 'package:... | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.