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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
DmitryDK86/flutter | 875b402 | neo_empty_project/__brick__/lib/src/features/main/di/main_injection_container.dart | Dart | www.github.com/DmitryDK86/flutter/tree/main/neo_empty_project/__brick__/lib/src/features/main/di/main_injection_container.dart | https://raw.githubusercontent.com/DmitryDK86/flutter/875b402/neo_empty_project/__brick__/lib/src/features/main/di/main_injection_container.dart | DmitryDK86/flutter 875b402 neo_empty_project/__brick__/lib/src/features/main/di/main_injection_container.dart | true | 200 | 873 | import 'package:get_it/get_it.dart';
import 'package:{{name.snakeCase()}}/src/core/_core.dart';
{{#useFlavor}}import 'package:{{name.snakeCase()}}_core/{{name.snakeCase()}}_core.dart';{{/useFlavor}}
import 'package:{{name.snakeCase()}}/src/features/main/_main.dart';
class MainInjection extends ICoreInjection {
stati... | 3 |
Alixysmt12/markit-jetty | f0d9ea1 | lib/ui/project.dart | Dart | www.github.com/Alixysmt12/markit-jetty/tree/main/lib/ui/project.dart | https://raw.githubusercontent.com/Alixysmt12/markit-jetty/f0d9ea1/lib/ui/project.dart | Alixysmt12/markit-jetty f0d9ea1 lib/ui/project.dart | true | 200 | 21,949 | import 'package:flutter/material.dart';
import 'package:flutter_spinkit/flutter_spinkit.dart';
import 'package:flutter_staggered_animations/flutter_staggered_animations.dart';
import 'package:get/get.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:intl/intl.dart';
import 'package:markit_jetty/co... | 2 |
ruo-love/RuoMu | 8f83784 | lib/pages/song_list_page.dart | Dart | www.github.com/ruo-love/RuoMu/tree/main/lib/pages/song_list_page.dart | https://raw.githubusercontent.com/ruo-love/RuoMu/8f83784/lib/pages/song_list_page.dart | ruo-love/RuoMu 8f83784 lib/pages/song_list_page.dart | true | 200 | 5,550 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_application_pc_1/api/song.dart';
import 'package:flutter_application_pc_1/components/global_audio_player.dart';
import 'package:flutter_application_pc_1/components/song_line.dart';
import 'package:flutter_applic... | 7 |
NhatToan1010/tic_tac_toe_flutter | cd8f3cd | lib/src/constants/colors.dart | Dart | www.github.com/NhatToan1010/tic_tac_toe_flutter/tree/main/lib/src/constants/colors.dart | https://raw.githubusercontent.com/NhatToan1010/tic_tac_toe_flutter/cd8f3cd/lib/src/constants/colors.dart | NhatToan1010/tic_tac_toe_flutter cd8f3cd lib/src/constants/colors.dart | true | 200 | 492 | import 'package:flutter/material.dart';
// === Light Colors ===
const lightColor700 = Color(0xFFFAFAFA);
// === Dark Colors ===
const darkColor500 = Color(0xFF242424);
// === Widget Colors ===
const crossWidgetColor = Colors.redAccent;
const circleWidgetColor = Colors.blueAccent;
const borderColor = Colors.grey;
con... | 4 |
ItsHLa/organize_me | 8b6470b | lib/scrns_and_widgets/floating_action_button.dart | Dart | www.github.com/ItsHLa/organize_me/tree/main/lib/scrns_and_widgets/floating_action_button.dart | https://raw.githubusercontent.com/ItsHLa/organize_me/8b6470b/lib/scrns_and_widgets/floating_action_button.dart | ItsHLa/organize_me 8b6470b lib/scrns_and_widgets/floating_action_button.dart | true | 200 | 610 | import 'package:flutter/material.dart';
import 'package:flutter_speed_dial/flutter_speed_dial.dart';
import '../constants.dart';
class MyFab extends StatelessWidget {
const MyFab({
super.key,
this.onPressed,
required this.children,
});
final List<SpeedDialChild> children;
final void Function()? o... | 0 |
alvo2k/24h-copilot | 9a30ef4 | lib/features/activities/domain/usecases/edit_records_usecase.dart | Dart | www.github.com/alvo2k/24h-copilot/tree/main/lib/features/activities/domain/usecases/edit_records_usecase.dart | https://raw.githubusercontent.com/alvo2k/24h-copilot/9a30ef4/lib/features/activities/domain/usecases/edit_records_usecase.dart | alvo2k/24h-copilot 9a30ef4 lib/features/activities/domain/usecases/edit_records_usecase.dart | true | 200 | 3,857 | import 'package:dartz/dartz.dart';
import 'package:injectable/injectable.dart';
import '../../../../core/error/return_types.dart';
import '../../../../core/usecases/usecase.dart';
import '../../../../core/utils/extensions.dart';
import '../entities/activity.dart';
import '../entities/edit_record.dart';
import '../repo... | 1 |
YumNumm/sharp_sf12_projection_mapping | 5491333 | lib/widget/debug_info_wdget.dart | Dart | www.github.com/YumNumm/sharp_sf12_projection_mapping/tree/main/lib/widget/debug_info_wdget.dart | https://raw.githubusercontent.com/YumNumm/sharp_sf12_projection_mapping/5491333/lib/widget/debug_info_wdget.dart | YumNumm/sharp_sf12_projection_mapping 5491333 lib/widget/debug_info_wdget.dart | true | 200 | 1,301 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:sharp_sf12_projection_mapping/model/text_item.dart';
import 'package:sharp_sf12_projection_mapping/view/act_view/component/noise_widget.dart';
class DebugInfoWidget extends HookWidget {
... | 6 |
Shaliniyadav8130/onev | 7e7b0d1 | version1/lib/widgets/custom_container.dart | Dart | www.github.com/Shaliniyadav8130/onev/tree/main/version1/lib/widgets/custom_container.dart | https://raw.githubusercontent.com/Shaliniyadav8130/onev/7e7b0d1/version1/lib/widgets/custom_container.dart | Shaliniyadav8130/onev 7e7b0d1 version1/lib/widgets/custom_container.dart | true | 200 | 860 | import 'package:flutter/material.dart';
class CustomContainer extends StatelessWidget {
final double width;
final double height;
final double borderRadius;
final Color borderColor;
final Color? color;
final Widget? child;
const CustomContainer({
Key? key,
required this.width,
required this.h... | 3 |
Mina-Zarif/graduation-project | 2192b80 | lib/main.dart | Dart | www.github.com/Mina-Zarif/graduation-project/tree/main/lib/main.dart | https://raw.githubusercontent.com/Mina-Zarif/graduation-project/2192b80/lib/main.dart | Mina-Zarif/graduation-project 2192b80 lib/main.dart | true | 200 | 941 | import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:device_preview/device_preview.dart';
import 'core/utils/app_local_storag... | 5 |
alazad214/doctor_appoinment_app | 5750ba2 | lib/app/logic/controller/search/search_controller.dart | Dart | www.github.com/alazad214/doctor_appoinment_app/tree/main/lib/app/logic/controller/search/search_controller.dart | https://raw.githubusercontent.com/alazad214/doctor_appoinment_app/5750ba2/lib/app/logic/controller/search/search_controller.dart | alazad214/doctor_appoinment_app 5750ba2 lib/app/logic/controller/search/search_controller.dart | true | 200 | 616 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:get/get.dart';
class DoctorSearchController extends GetxController {
var selectedCategory = ''.obs;
var categories = <String>[].obs;
@override
void onInit() {
fetchCategories();
super.onInit();
}
Future<void> fetchCategories()... | 7 |
Cat1m/bloc_rxdart | ab47e0d | lib/src/config/router/app_service.dart | Dart | www.github.com/Cat1m/bloc_rxdart/tree/main/lib/src/config/router/app_service.dart | https://raw.githubusercontent.com/Cat1m/bloc_rxdart/ab47e0d/lib/src/config/router/app_service.dart | Cat1m/bloc_rxdart ab47e0d lib/src/config/router/app_service.dart | true | 200 | 767 | import 'package:bloc_rxdart/src/config/router/app_router.dart';
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
import '../../config/router/navigation_service.dart';
import '../../config/router/navigation_service_impl.dart';
import '../../utils/dialog/dialog_service.dart';
import '../... | 4 |
bekaDessalegn/cash_admin_app | 5ad5c00 | lib/features/login/presentation/blocs/login_event.dart | Dart | www.github.com/bekaDessalegn/cash_admin_app/tree/main/lib/features/login/presentation/blocs/login_event.dart | https://raw.githubusercontent.com/bekaDessalegn/cash_admin_app/5ad5c00/lib/features/login/presentation/blocs/login_event.dart | bekaDessalegn/cash_admin_app 5ad5c00 lib/features/login/presentation/blocs/login_event.dart | true | 200 | 529 | import 'package:cash_admin_app/features/login/data/models/login.dart';
abstract class LoginEvent{}
class LoginAdminEvent extends LoginEvent{
final Login login;
LoginAdminEvent(this.login);
}
class InitialSendRecoveryEvent extends LoginEvent {}
class SendRecoveryEmailEvent extends LoginEvent{
final String emai... | 2 |
Soliyev909/myVocabulary | 8b816a7 | lib/servises/edit_word_service.dart | Dart | www.github.com/Soliyev909/myVocabulary/tree/main/lib/servises/edit_word_service.dart | https://raw.githubusercontent.com/Soliyev909/myVocabulary/8b816a7/lib/servises/edit_word_service.dart | Soliyev909/myVocabulary 8b816a7 lib/servises/edit_word_service.dart | true | 200 | 1,256 | import 'package:my_vocabulary/model/word_model.dart';
import 'package:my_vocabulary/pages/edit_word_page.dart';
import 'package:my_vocabulary/model/vocabulary.dart';
import 'package:my_vocabulary/pages/memorized_page.dart';
import 'package:my_vocabulary/servises/io_servises.dart';
editWord(Word word) {
print('\n\n1.... | 0 |
Hammertonmutuku/ficar | d9074c3 | lib/Views/notifications.dart | Dart | www.github.com/Hammertonmutuku/ficar/tree/main/lib/Views/notifications.dart | https://raw.githubusercontent.com/Hammertonmutuku/ficar/d9074c3/lib/Views/notifications.dart | Hammertonmutuku/ficar d9074c3 lib/Views/notifications.dart | true | 200 | 581 | import 'package:ficar/Constants/routes.dart';
import 'package:flutter/material.dart';
class NotificationPage extends StatefulWidget {
const NotificationPage({ Key? key }) : super(key: key);
@override
State<NotificationPage> createState() => _NotificationPageState();
}
class _NotificationPageState extends State... | 1 |
HarshalCreates/RMB-Cloud-Gallery | 129715e | lib/screens/about_us.dart | Dart | www.github.com/HarshalCreates/RMB-Cloud-Gallery/tree/main/lib/screens/about_us.dart | https://raw.githubusercontent.com/HarshalCreates/RMB-Cloud-Gallery/129715e/lib/screens/about_us.dart | HarshalCreates/RMB-Cloud-Gallery 129715e lib/screens/about_us.dart | true | 200 | 8,388 | import 'package:flutter/material.dart';
import 'package:url_launcher/url_launcher.dart';
import '../colors.dart';
class aboutus extends StatelessWidget {
const aboutus({Key? key}) : super(key: key);
Future<void> openMap(
double Latitude,
double Longitude,
)async{
String googleMapUrl = ... | 5 |
Salman4511/Wethear_Api | e48a10c | lib/home_screen.dart | Dart | www.github.com/Salman4511/Wethear_Api/tree/main/lib/home_screen.dart | https://raw.githubusercontent.com/Salman4511/Wethear_Api/e48a10c/lib/home_screen.dart | Salman4511/Wethear_Api e48a10c lib/home_screen.dart | true | 200 | 11,788 |
import 'package:flutter/material.dart';
import 'package:geolocator/geolocator.dart';
import 'package:http/http.dart' as http;
import 'constants.dart' as K;
import 'dart:convert';
class HomeScreen extends StatefulWidget {
const HomeScreen({super.key});
@override
State<HomeScreen> createState() => _Home... | 6 |
aconitum001/Tic-Tac-Toe | 80c7c84 | lib/features/game/presentation/views/widgets/game_board_section.dart | Dart | www.github.com/aconitum001/Tic-Tac-Toe/tree/main/lib/features/game/presentation/views/widgets/game_board_section.dart | https://raw.githubusercontent.com/aconitum001/Tic-Tac-Toe/80c7c84/lib/features/game/presentation/views/widgets/game_board_section.dart | aconitum001/Tic-Tac-Toe 80c7c84 lib/features/game/presentation/views/widgets/game_board_section.dart | true | 200 | 2,183 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:tic_tac_toe/core/utils/models/user_model.dart';
import 'package:tic_tac_toe/features/game/presentation/views/widgets/game_board_tile_duo.dart';
import 'package:tic_tac_toe/features/game/presentation/view... | 2 |
RobertAlexBarbu/SkillSwapApp | 6a8fac4 | flutter-project/skill_swap/lib/controllers/swap_request_controller.dart | Dart | www.github.com/RobertAlexBarbu/SkillSwapApp/tree/main/flutter-project/skill_swap/lib/controllers/swap_request_controller.dart | https://raw.githubusercontent.com/RobertAlexBarbu/SkillSwapApp/6a8fac4/flutter-project/skill_swap/lib/controllers/swap_request_controller.dart | RobertAlexBarbu/SkillSwapApp 6a8fac4 flutter-project/skill_swap/lib/controllers/swap_request_controller.dart | true | 200 | 1,510 | import 'package:get/get.dart';
import 'package:skill_swap/interceptors/jwt_interceptor.dart';
import 'package:skill_swap/models/swap_request.dart';
import 'package:skill_swap/models/Status.dart';
import 'dart:async';
class SwapRequestController extends GetxController {
var notifications = <SwapRequest>[].obs; // Rea... | 7 |
Obaidkhan19/HRM-Application | e6a755d | lib/View/pay_slip/3_months_slips.dart | Dart | www.github.com/Obaidkhan19/HRM-Application/tree/main/lib/View/pay_slip/3_months_slips.dart | https://raw.githubusercontent.com/Obaidkhan19/HRM-Application/e6a755d/lib/View/pay_slip/3_months_slips.dart | Obaidkhan19/HRM-Application e6a755d lib/View/pay_slip/3_months_slips.dart | true | 200 | 2,785 | // ignore_for_file: file_names
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:hrm_emedicare/components/Images/Images.dart';
import 'package:hrm_emedicare/helper/colormanager/color_manager.dart';
class ThreeMonthslip extends State... | 0 |
abdeljalilkchih/Manage-state | 52032e1 | lib/Views/settings.dart | Dart | www.github.com/abdeljalilkchih/Manage-state/tree/main/lib/Views/settings.dart | https://raw.githubusercontent.com/abdeljalilkchih/Manage-state/52032e1/lib/Views/settings.dart | abdeljalilkchih/Manage-state 52032e1 lib/Views/settings.dart | true | 200 | 479 | import 'package:flutter/material.dart';
import '../components/form_user_edit.dart';
class PageSetting extends StatefulWidget {
const PageSetting({Key? key}) : super(key: key);
@override
State<PageSetting> createState() => _PageSettingState();
}
class _PageSettingState extends State<PageSetting> {
@override
... | 1 |
Ghazal-Jamalzadeh/flutter_getx_toturial | 0c7bc90 | lib/main.dart | Dart | www.github.com/Ghazal-Jamalzadeh/flutter_getx_toturial/tree/main/lib/main.dart | https://raw.githubusercontent.com/Ghazal-Jamalzadeh/flutter_getx_toturial/0c7bc90/lib/main.dart | Ghazal-Jamalzadeh/flutter_getx_toturial 0c7bc90 lib/main.dart | true | 200 | 928 |
import 'package:flutter/material.dart';
import 'package:flutter_getx_toturial/contollers/my_app_controller_binding.dart';
import 'package:flutter_getx_toturial/contollers/my_service.dart';
import 'package:get/get.dart';
import 'screens/main_screen.dart';
Future<void> main() async {
//services
await initServices(... | 3 |
irfanarfianto/kajur_app | 2944433 | lib/screens/products/list/list_products_page.dart | Dart | www.github.com/irfanarfianto/kajur_app/tree/main/lib/screens/products/list/list_products_page.dart | https://raw.githubusercontent.com/irfanarfianto/kajur_app/2944433/lib/screens/products/list/list_products_page.dart | irfanarfianto/kajur_app 2944433 lib/screens/products/list/list_products_page.dart | true | 200 | 21,157 | import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:intl/intl.dart';
import 'package:kajur_app/components/produk/detail_produk.dart';
import 'package:kajur_app/components/produk/update_stock_dialog.dart';
import 'package:kajur_app/screens/products/list/details_... | 6 |
KRISH0921/Fruits_app | ca5023e | lib/detail_page.dart | Dart | www.github.com/KRISH0921/Fruits_app/tree/main/lib/detail_page.dart | https://raw.githubusercontent.com/KRISH0921/Fruits_app/ca5023e/lib/detail_page.dart | KRISH0921/Fruits_app ca5023e lib/detail_page.dart | true | 200 | 1,199 | import 'package:flutter/material.dart';
class DetailPage extends StatelessWidget {
const DetailPage({super.key});
@override
Widget build(BuildContext context) {
List data= ModalRoute.of(context)!.settings.arguments as List;
return Scaffold(
appBar: AppBar(
centerTitle: true,
titl... | 4 |
jaypokar/navolaya_flutter_app | 2d39414 | lib/presentation/basicWidget/custom_drop_down.dart | Dart | www.github.com/jaypokar/navolaya_flutter_app/tree/main/lib/presentation/basicWidget/custom_drop_down.dart | https://raw.githubusercontent.com/jaypokar/navolaya_flutter_app/2d39414/lib/presentation/basicWidget/custom_drop_down.dart | jaypokar/navolaya_flutter_app 2d39414 lib/presentation/basicWidget/custom_drop_down.dart | true | 200 | 1,197 | import 'package:flutter/material.dart';
class CustomDropDown extends StatelessWidget {
final String value;
final List<String> itemsList;
final Color dropdownColor;
final Function(dynamic value) onChanged;
const CustomDropDown({
required this.value,
required this.itemsList,
required this.dropdownC... | 2 |
mbldlkk/flutter-shanbei | 4b0fa66 | lib/common/studyRecord/local_storage.dart | Dart | www.github.com/mbldlkk/flutter-shanbei/tree/main/lib/common/studyRecord/local_storage.dart | https://raw.githubusercontent.com/mbldlkk/flutter-shanbei/4b0fa66/lib/common/studyRecord/local_storage.dart | mbldlkk/flutter-shanbei 4b0fa66 lib/common/studyRecord/local_storage.dart | true | 200 | 620 | import 'dart:developer';
import 'package:flutter_application_1/common/studyRecord/model/study_record.dart';
import 'package:get_storage/get_storage.dart';
const key = "studyRecord";
class StudyRecordLocalStorge {
static final localStorge = GetStorage();
static write(StudyRecordInfo studyRecord) async {
awai... | 5 |
Damacin26/que_flutter_damacin | 6a55977 | lib/main.dart | Dart | www.github.com/Damacin26/que_flutter_damacin/tree/main/lib/main.dart | https://raw.githubusercontent.com/Damacin26/que_flutter_damacin/6a55977/lib/main.dart | Damacin26/que_flutter_damacin 6a55977 lib/main.dart | true | 200 | 9,629 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:http/http.dart' as http;
import 'dashboard.dart';
import 'dashboard_student.dart';
import 'reset-password.dart';
var id = 'none';
void main() {
runApp(const MyApp());
}
class MyApp extends ... | 0 |
itcityzen/E_commerce | 1d81dc1 | lib/features/Cart/Data/Model/CartResponse.dart | Dart | www.github.com/itcityzen/E_commerce/tree/main/lib/features/Cart/Data/Model/CartResponse.dart | https://raw.githubusercontent.com/itcityzen/E_commerce/1d81dc1/lib/features/Cart/Data/Model/CartResponse.dart | itcityzen/E_commerce 1d81dc1 lib/features/Cart/Data/Model/CartResponse.dart | true | 200 | 1,257 | import 'CartProduct.dart';
class CartResponse {
int id;
List<CartProduct> products;
double total;
double discountedTotal;
int userId;
int totalProducts;
int totalQuantity;
CartResponse({
required this.id,
required this.products,
required this.total,
required this.discountedTotal,
r... | 7 |
soltani-ard/online-shop | 496d446 | lib/common/widgets/products/cart/cart_menu_icon.dart | Dart | www.github.com/soltani-ard/online-shop/tree/main/lib/common/widgets/products/cart/cart_menu_icon.dart | https://raw.githubusercontent.com/soltani-ard/online-shop/496d446/lib/common/widgets/products/cart/cart_menu_icon.dart | soltani-ard/online-shop 496d446 lib/common/widgets/products/cart/cart_menu_icon.dart | true | 200 | 1,380 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:iconsax/iconsax.dart';
import 'package:online_shop/features/shop/screens/cart/cart.dart';
class TCartCounterIcon extends StatelessWidget {
const TCartCounterIcon(
{super.key,
required this.count,
required this.ic... | 1 |
IM-RITH/Final-Project | 61e071e | lib/views/screens/SeeAllScreen/rating_review_screen.dart | Dart | www.github.com/IM-RITH/Final-Project/tree/main/lib/views/screens/SeeAllScreen/rating_review_screen.dart | https://raw.githubusercontent.com/IM-RITH/Final-Project/61e071e/lib/views/screens/SeeAllScreen/rating_review_screen.dart | IM-RITH/Final-Project 61e071e lib/views/screens/SeeAllScreen/rating_review_screen.dart | true | 200 | 5,653 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:easyshop/models/rating_review.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:intl/intl.dart';
import 'package:flutter_rating_bar/flutter_rating_bar.dart';
class RatingReviewScreen ext... | 3 |
VecinoLiliana/RushGo | 32f8012 | user/lib/domain/repositories/viaje_repository.dart | Dart | www.github.com/VecinoLiliana/RushGo/tree/main/user/lib/domain/repositories/viaje_repository.dart | https://raw.githubusercontent.com/VecinoLiliana/RushGo/32f8012/user/lib/domain/repositories/viaje_repository.dart | VecinoLiliana/RushGo 32f8012 user/lib/domain/repositories/viaje_repository.dart | true | 200 | 958 | import 'package:dartz/dartz.dart';
import '../../core/errors/failures.dart';
import '../entities/ubicacion.dart';
import '../entities/viaje.dart';
abstract class ViajeRepository {
/// Solicita un nuevo viaje
Future<Either<Failure, Viaje>> solicitarViaje({
required String idUsuario,
required Ubicacion orig... | 6 |
LuisSDI/quote_app | 300f6d6 | lib/presentation/quote_pages/view_quote_view.dart | Dart | www.github.com/LuisSDI/quote_app/tree/main/lib/presentation/quote_pages/view_quote_view.dart | https://raw.githubusercontent.com/LuisSDI/quote_app/300f6d6/lib/presentation/quote_pages/view_quote_view.dart | LuisSDI/quote_app 300f6d6 lib/presentation/quote_pages/view_quote_view.dart | true | 200 | 2,554 | import 'package:flutter/material.dart';
import 'package:flutter_vector_icons/flutter_vector_icons.dart';
import 'package:quote_app/presentation/ui_resources/custom_colors.dart';
import 'package:quote_app/presentation/ui_resources/size_config.dart';
import 'package:quote_app/presentation/widgets/comments_card.dart';
imp... | 2 |
Dheeraj998/great_places | f7a4226 | lib/screens/places_list_screen.dart | Dart | www.github.com/Dheeraj998/great_places/tree/main/lib/screens/places_list_screen.dart | https://raw.githubusercontent.com/Dheeraj998/great_places/f7a4226/lib/screens/places_list_screen.dart | Dheeraj998/great_places f7a4226 lib/screens/places_list_screen.dart | true | 200 | 2,159 | import 'package:flutter/material.dart';
import 'package:great_places/providers/great_places.dart';
import 'package:great_places/screens/add_place_screen.dart';
import 'package:provider/provider.dart';
class PlacesListScreen extends StatelessWidget {
const PlacesListScreen({Key? key}) : super(key: key);
@override
... | 0 |
benamorsabrine/mobilegit | 0c32fe3 | lib/screens/pages/main_home.dart | Dart | www.github.com/benamorsabrine/mobilegit/tree/main/lib/screens/pages/main_home.dart | https://raw.githubusercontent.com/benamorsabrine/mobilegit/0c32fe3/lib/screens/pages/main_home.dart | benamorsabrine/mobilegit 0c32fe3 lib/screens/pages/main_home.dart | true | 200 | 757 | import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Mon Application Flutter',
theme: ThemeData(
primarySwatch: Colors.blue,
... | 7 |
brandon14484/restaurante_cliente | da82ec6 | lib/models/api-client/tables/responses/tables_index_response.dart | Dart | www.github.com/brandon14484/restaurante_cliente/tree/main/lib/models/api-client/tables/responses/tables_index_response.dart | https://raw.githubusercontent.com/brandon14484/restaurante_cliente/da82ec6/lib/models/api-client/tables/responses/tables_index_response.dart | brandon14484/restaurante_cliente da82ec6 lib/models/api-client/tables/responses/tables_index_response.dart | true | 200 | 352 | import 'package:restaurante_cliente/models/backend/tables/table.dart';
import '../../api_model.dart';
class TablesIndexResponse implements ApiModel {
final List<TableModel> tables;
TablesIndexResponse({required this.tables});
TablesIndexResponse.fromJson(Map<String, dynamic> json)
: tables = TableModel.... | 1 |
HeHuiqi/hq_flutter_desktop_stu | cb301d9 | lib/hq_content_page3.dart | Dart | www.github.com/HeHuiqi/hq_flutter_desktop_stu/tree/main/lib/hq_content_page3.dart | https://raw.githubusercontent.com/HeHuiqi/hq_flutter_desktop_stu/cb301d9/lib/hq_content_page3.dart | HeHuiqi/hq_flutter_desktop_stu cb301d9 lib/hq_content_page3.dart | true | 200 | 1,401 | import 'package:flutter/material.dart';
import 'package:hq_flutter_desktop_stu/hq_left_nav_menu.dart';
import 'package:hq_flutter_desktop_stu/hq_left_sub_menu.dart';
class HqContentPage3 extends StatefulWidget {
const HqContentPage3({super.key});
@override
State<HqContentPage3> createState() => _HqContentPage3S... | 3 |
TanishaMehta17/Fintech | d3ea0a5 | lib/presentation/home_loan_payment_done_screen/home_loan_payment_done_screen.dart | Dart | www.github.com/TanishaMehta17/Fintech/tree/main/lib/presentation/home_loan_payment_done_screen/home_loan_payment_done_screen.dart | https://raw.githubusercontent.com/TanishaMehta17/Fintech/d3ea0a5/lib/presentation/home_loan_payment_done_screen/home_loan_payment_done_screen.dart | TanishaMehta17/Fintech d3ea0a5 lib/presentation/home_loan_payment_done_screen/home_loan_payment_done_screen.dart | true | 200 | 3,908 | import 'package:flutter/material.dart';
import 'package:tanisha_s_application14/core/app_export.dart';
import 'package:tanisha_s_application14/widgets/app_bar/appbar_image.dart';
import 'package:tanisha_s_application14/widgets/app_bar/appbar_image_1.dart';
import 'package:tanisha_s_application14/widgets/app_bar/appbar_... | 5 |
Youssef332299/whats_app | 7798a1d | lib/screens/navigation_bar/widgets/story/components/status_text.dart | Dart | www.github.com/Youssef332299/whats_app/tree/main/lib/screens/navigation_bar/widgets/story/components/status_text.dart | https://raw.githubusercontent.com/Youssef332299/whats_app/7798a1d/lib/screens/navigation_bar/widgets/story/components/status_text.dart | Youssef332299/whats_app 7798a1d lib/screens/navigation_bar/widgets/story/components/status_text.dart | true | 200 | 581 | import 'package:flutter/material.dart';
import '../../../../../core/text/text_style.dart';
class StatusText extends StatelessWidget {
const StatusText({super.key});
@override
Widget build(BuildContext context) {
return Padding(
padding: const EdgeInsets.only(top: 10, left: 15, right: 5),
child: ... | 4 |
Hadis199574/Financial-managementapplication | 4a6c8da | new_page.dart | Dart | www.github.com/Hadis199574/Financial-managementapplication/tree/main/new_page.dart | https://raw.githubusercontent.com/Hadis199574/Financial-managementapplication/4a6c8da/new_page.dart | Hadis199574/Financial-managementapplication 4a6c8da new_page.dart | true | 200 | 4,558 | import 'dart:math';
import 'package:flutter/material.dart';
import 'package:hive/hive.dart';
import 'package:untitled41/Screens/home_screen.dart';
import 'package:untitled41/modles/money.dart';
class NewPage extends StatefulWidget {
const NewPage({Key? key}) : super(key: key);
static int groupId=0;
st... | 6 |
InfraBlockchain/infra-did-dart | ec721be | lib/src/infra_ss58_did/generated/did/types/cow_4.dart | Dart | www.github.com/InfraBlockchain/infra-did-dart/tree/main/lib/src/infra_ss58_did/generated/did/types/cow_4.dart | https://raw.githubusercontent.com/InfraBlockchain/infra-did-dart/ec721be/lib/src/infra_ss58_did/generated/did/types/cow_4.dart | InfraBlockchain/infra-did-dart ec721be lib/src/infra_ss58_did/generated/did/types/cow_4.dart | true | 200 | 590 | // ignore_for_file: no_leading_underscores_for_library_prefixes
import 'package:polkadart/scale_codec.dart' as _i2;
import 'RemoveKeys/remove_keys.dart' as _i1;
typedef Cow = _i1.RemoveKeys;
class CowCodec with _i2.Codec<Cow> {
const CowCodec();
@override
Cow decode(_i2.Input input) {
return _i1.RemoveKey... | 2 |
adeelafzal/agora_voip | bbecff2 | lib/view/call_screen.dart | Dart | www.github.com/adeelafzal/agora_voip/tree/main/lib/view/call_screen.dart | https://raw.githubusercontent.com/adeelafzal/agora_voip/bbecff2/lib/view/call_screen.dart | adeelafzal/agora_voip bbecff2 lib/view/call_screen.dart | true | 200 | 4,352 | import 'package:agora_rtc_engine/agora_rtc_engine.dart';
import 'package:agora_voip/utils/constants.dart';
import 'package:agora_voip/view_model/agora_viewmodel.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
class CallScreen extends StatefulWidget {
const CallScreen({Key? ke... | 0 |
teetom3/scorecardapp | 18bf4d2 | golf_scorecard_app/lib/screens/scorecard_list_screen.dart | Dart | www.github.com/teetom3/scorecardapp/tree/main/golf_scorecard_app/lib/screens/scorecard_list_screen.dart | https://raw.githubusercontent.com/teetom3/scorecardapp/18bf4d2/golf_scorecard_app/lib/screens/scorecard_list_screen.dart | teetom3/scorecardapp 18bf4d2 golf_scorecard_app/lib/screens/scorecard_list_screen.dart | true | 200 | 3,300 | import 'package:flutter/material.dart';
import '../services/database_service.dart';
import '../models/scorecard_model.dart';
import 'scorecard_form_screen.dart';
import 'play_game_screen.dart';
class ScoreCardListScreen extends StatefulWidget {
@override
_ScoreCardListScreenState createState() => _ScoreCardListScr... | 7 |
WorkingYashSharma/LifeLine | c67aea8 | lib/screens/home/request_edit_screen.dart | Dart | www.github.com/WorkingYashSharma/LifeLine/tree/main/lib/screens/home/request_edit_screen.dart | https://raw.githubusercontent.com/WorkingYashSharma/LifeLine/c67aea8/lib/screens/home/request_edit_screen.dart | WorkingYashSharma/LifeLine c67aea8 lib/screens/home/request_edit_screen.dart | true | 200 | 8,817 | import 'package:flutter/material.dart';
import 'package:moment_dart/moment_dart.dart';
import 'package:blood_donation/models/blood_request.dart';
import 'package:blood_donation/services/blood_request.dart';
import 'package:blood_donation/constants/constants.dart';
import 'package:blood_donation/theme/theme.dart';
impor... | 1 |
rozan-alawar/note | f8eaa01 | lib/services/snack_bar_service.dart | Dart | www.github.com/rozan-alawar/note/tree/main/lib/services/snack_bar_service.dart | https://raw.githubusercontent.com/rozan-alawar/note/f8eaa01/lib/services/snack_bar_service.dart | rozan-alawar/note f8eaa01 lib/services/snack_bar_service.dart | true | 200 | 1,294 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:note/utils/resources/font_manager.dart';
import 'package:note/utils/resources/styles_manager.dart';
import 'package:note/utils/resources/values_manager.dart';
import '../utils/resources/color_manager.da... | 3 |
AdarshSrinivas/SOLWOE-APP | 1853954 | lib/screens/email_verification_screen.dart | Dart | www.github.com/AdarshSrinivas/SOLWOE-APP/tree/main/lib/screens/email_verification_screen.dart | https://raw.githubusercontent.com/AdarshSrinivas/SOLWOE-APP/1853954/lib/screens/email_verification_screen.dart | AdarshSrinivas/SOLWOE-APP 1853954 lib/screens/email_verification_screen.dart | true | 200 | 3,962 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:solwoe/auth.dart';
import 'package:solwoe/screens/onboarding_screen.dart';
import 'package:solwoe/screens/welcome_screen.dart';
class EmailVerificationScreen extends StatefulWidget {
const EmailVerificationScreen({super.key});
@override... | 5 |
imsisojib/ai_camera_flutter | 58f98c3 | lib/src/core/presentation/widgets/loading.dart | Dart | www.github.com/imsisojib/ai_camera_flutter/tree/main/lib/src/core/presentation/widgets/loading.dart | https://raw.githubusercontent.com/imsisojib/ai_camera_flutter/58f98c3/lib/src/core/presentation/widgets/loading.dart | imsisojib/ai_camera_flutter 58f98c3 lib/src/core/presentation/widgets/loading.dart | true | 200 | 753 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:lottie/lottie.dart';
class Loading extends StatelessWidget {
final double size;
final bool centerLoading;
const Loading({
super.key,
this.size = 48,
this.centerLoading = true,
});
... | 4 |
DeveloperSohaibNisar/fyp2-app-new | 199a2cb | lib/core/providers/note_editor/note_editor_viewmodel.dart | Dart | www.github.com/DeveloperSohaibNisar/fyp2-app-new/tree/main/lib/core/providers/note_editor/note_editor_viewmodel.dart | https://raw.githubusercontent.com/DeveloperSohaibNisar/fyp2-app-new/199a2cb/lib/core/providers/note_editor/note_editor_viewmodel.dart | DeveloperSohaibNisar/fyp2-app-new 199a2cb lib/core/providers/note_editor/note_editor_viewmodel.dart | true | 200 | 2,040 | import 'package:fyp2_clean_architecture/core/models/note_list_item/note_list_item_model.dart';
import 'package:fyp2_clean_architecture/core/providers/file_uploading/file_uploading.dart';
import 'package:fyp2_clean_architecture/core/providers/user/current_user.dart';
import 'package:fyp2_clean_architecture/core/reposito... | 6 |
fael123programming/dart-introduction | 06fe69e | src/basics/function4.dart | Dart | www.github.com/fael123programming/dart-introduction/tree/main/src/basics/function4.dart | https://raw.githubusercontent.com/fael123programming/dart-introduction/06fe69e/src/basics/function4.dart | fael123programming/dart-introduction 06fe69e src/basics/function4.dart | true | 200 | 533 | void doSomething(String str, int number, var function) {
return function(str, number);
}
void main() {
var printFlutter = () {
//Anonymous function.
print('Flutter');
};
printFlutter();
Function printFormatted = (String name, int age) {
//Anonymous function.
print('Name: $name\nAge: $age');
... | 2 |
carlitosxx/flutter_qoway | e12695b | lib/ui/common/widgets/field.dart | Dart | www.github.com/carlitosxx/flutter_qoway/tree/main/lib/ui/common/widgets/field.dart | https://raw.githubusercontent.com/carlitosxx/flutter_qoway/e12695b/lib/ui/common/widgets/field.dart | carlitosxx/flutter_qoway e12695b lib/ui/common/widgets/field.dart | true | 200 | 2,051 | import 'package:flutter/material.dart';
class FieldWidget extends StatefulWidget {
const FieldWidget({
super.key,
required this.controller,
required this.inputType,
required this.hint,
required this.isPassword,
});
final TextEditingController controller;
final String hint;
final TextInpu... | 0 |
hiba-wanly/untitled1newone | a1f5738 | lib/models/offices/airplanes.dart | Dart | www.github.com/hiba-wanly/untitled1newone/tree/main/lib/models/offices/airplanes.dart | https://raw.githubusercontent.com/hiba-wanly/untitled1newone/a1f5738/lib/models/offices/airplanes.dart | hiba-wanly/untitled1newone a1f5738 lib/models/offices/airplanes.dart | true | 200 | 1,414 | import 'package:untitled1newone/models/offices/office.dart';
class Airplanes extends Office {
String id;
List<String> flightId;
Airplanes({required this.id,
required this.flightId,
required super.country,
required super.stars,
required super.phone,
required super.imagesPath,
required sup... | 1 |
khuong02/flutter_project | 726b389 | lib/api/leaderboard_api/leaderboard_api.dart | Dart | www.github.com/khuong02/flutter_project/tree/main/lib/api/leaderboard_api/leaderboard_api.dart | https://raw.githubusercontent.com/khuong02/flutter_project/726b389/lib/api/leaderboard_api/leaderboard_api.dart | khuong02/flutter_project 726b389 lib/api/leaderboard_api/leaderboard_api.dart | true | 200 | 2,506 | import 'dart:convert';
import 'package:do_an_di_dong/Consts/cosntants.dart';
import 'package:do_an_di_dong/models/history_obj.dart';
import 'package:do_an_di_dong/models/leaderboard_obj.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:http/http.dart' as http;
class LeaderBoardApi {
... | 7 |
APerson101/eleran | 1239bfe | lib/mainapp/lecturer/dashbaord_lecturer.dart | Dart | www.github.com/APerson101/eleran/tree/main/lib/mainapp/lecturer/dashbaord_lecturer.dart | https://raw.githubusercontent.com/APerson101/eleran/1239bfe/lib/mainapp/lecturer/dashbaord_lecturer.dart | APerson101/eleran 1239bfe lib/mainapp/lecturer/dashbaord_lecturer.dart | true | 200 | 1,137 | import 'package:eleran/models/user_model.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'create_quiz.dart';
class LecturerDashboard extends ConsumerWidget {
const LecturerDashboard({super.key, required this.user});
final UserModel user;
@override
... | 5 |
MR-Sambit/interpText | 774e470 | lib/View/OpenCam.dart | Dart | www.github.com/MR-Sambit/interpText/tree/main/lib/View/OpenCam.dart | https://raw.githubusercontent.com/MR-Sambit/interpText/774e470/lib/View/OpenCam.dart | MR-Sambit/interpText 774e470 lib/View/OpenCam.dart | true | 200 | 1,119 | import 'package:camera/camera.dart';
import 'package:flutter/material.dart';
class OpenCam extends StatefulWidget {
const OpenCam(CameraController controller, {super.key});
@override
State<OpenCam> createState() => _OpenCamState();
}
class _OpenCamState extends State<OpenCam> {
late List<CameraDescription> c... | 3 |
felix980131/TIL | d7ab71a | Flutter/riverpod_class/provider_lifecycle/provider_lifecycle/lib/pages/sync_keep_alive/sync_keep_alive_page.dart | Dart | www.github.com/felix980131/TIL/tree/main/Flutter/riverpod_class/provider_lifecycle/provider_lifecycle/lib/pages/sync_keep_alive/sync_keep_alive_page.dart | https://raw.githubusercontent.com/felix980131/TIL/d7ab71a/Flutter/riverpod_class/provider_lifecycle/provider_lifecycle/lib/pages/sync_keep_alive/sync_keep_alive_page.dart | felix980131/TIL d7ab71a Flutter/riverpod_class/provider_lifecycle/provider_lifecycle/lib/pages/sync_keep_alive/sync_keep_alive_page.dart | true | 200 | 785 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:provider_lifecycle/pages/sync_keep_alive/providers.dart';
class SyncKeepAlivePage extends ConsumerWidget {
const SyncKeepAlivePage({super.key});
@override
Widget build(BuildContext context, WidgetRef... | 4 |
RojinTemell/gym_app | afd9fe9 | lib/feature/workout_plan_detail_page.dart | Dart | www.github.com/RojinTemell/gym_app/tree/main/lib/feature/workout_plan_detail_page.dart | https://raw.githubusercontent.com/RojinTemell/gym_app/afd9fe9/lib/feature/workout_plan_detail_page.dart | RojinTemell/gym_app afd9fe9 lib/feature/workout_plan_detail_page.dart | true | 200 | 5,230 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:gym_app/feature/workout_categories_page.dart';
import 'package:gym_app/product/index.dart';
class WorkoutDetailPlanPage extends StatefulWidget {
final int cardId;
const WorkoutDetailPlanPage({super.key, ... | 6 |
intfernandes/KwickFun | e211e10 | semnox_logger/lib/semnox_logger.dart | Dart | www.github.com/intfernandes/KwickFun/tree/main/semnox_logger/lib/semnox_logger.dart | https://raw.githubusercontent.com/intfernandes/KwickFun/e211e10/semnox_logger/lib/semnox_logger.dart | intfernandes/KwickFun e211e10 semnox_logger/lib/semnox_logger.dart | true | 200 | 1,285 | library semnox_logger;
enum Level { debug, info, warning, error, fatal }
class SemnoxLogger {
String _className = "";
SemnoxLogger(String className) {
_className = className;
}
/// Log a message at level [Level.debug].
void debug(dynamic source, dynamic message) {
log(Level.debug, source, message, ... | 0 |
nitinbhalala/bin_buddy | ec63c7e | lib/Comman/app_text.dart | Dart | www.github.com/nitinbhalala/bin_buddy/tree/main/lib/Comman/app_text.dart | https://raw.githubusercontent.com/nitinbhalala/bin_buddy/ec63c7e/lib/Comman/app_text.dart | nitinbhalala/bin_buddy ec63c7e lib/Comman/app_text.dart | true | 200 | 733 | import 'package:flutter/cupertino.dart';
Widget appText(
{String? title,
FontWeight? fontWeight,
double? fontSize,
double? letterSpacing,
FontStyle? fontStyle,
Color? color,
TextAlign? textAlign,
int? maxLines,
double? height,
decoration,
String? fontFamily,
TextOverflow... | 2 |
lansoyyy/MarketDo_Admin | a870636 | lib/main.dart | Dart | www.github.com/lansoyyy/MarketDo_Admin/tree/main/lib/main.dart | https://raw.githubusercontent.com/lansoyyy/MarketDo_Admin/a870636/lib/main.dart | lansoyyy/MarketDo_Admin a870636 lib/main.dart | true | 200 | 754 | import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:marketdo_admin/screens/home_screen.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp(
options: const FirebaseOptions(
apiKey: "AIzaSyBjivpCdVNx... | 1 |
HagerHifnawy/islami | 0078f5b | lib/islami_app/presentation/components/mohaf_Item_builder.dart | Dart | www.github.com/HagerHifnawy/islami/tree/main/lib/islami_app/presentation/components/mohaf_Item_builder.dart | https://raw.githubusercontent.com/HagerHifnawy/islami/0078f5b/lib/islami_app/presentation/components/mohaf_Item_builder.dart | HagerHifnawy/islami 0078f5b lib/islami_app/presentation/components/mohaf_Item_builder.dart | true | 200 | 847 |
import 'package:flutter/material.dart';
import 'my_divider.dart';
class buildMoshaf extends StatelessWidget {
const buildMoshaf({Key? key,required this.context}) : super(key: key);
final BuildContext context;
@override
Widget build(BuildContext context) {
return Stack(
children: [
Row(
... | 7 |
kareem-Abed/ClockMaster | 9c0671f | lib/main.dart | Dart | www.github.com/kareem-Abed/ClockMaster/tree/main/lib/main.dart | https://raw.githubusercontent.com/kareem-Abed/ClockMaster/9c0671f/lib/main.dart | kareem-Abed/ClockMaster 9c0671f lib/main.dart | true | 200 | 631 | import 'package:flutter/material.dart';
import 'package:get/get_navigation/src/root/get_material_app.dart';
import 'pages/BottomNavBar.dart';
import 'pages/splash/Splash_screen.dart';
import 'pages/stopwatch/stopwatch.dart';
void main() => runApp( MyApp());
class MyApp extends StatelessWidget {
@override
Widget b... | 3 |
longvu2907/LetTutor | 1b6e821 | lib/widgets/custom_expansion_tile.dart | Dart | www.github.com/longvu2907/LetTutor/tree/main/lib/widgets/custom_expansion_tile.dart | https://raw.githubusercontent.com/longvu2907/LetTutor/1b6e821/lib/widgets/custom_expansion_tile.dart | longvu2907/LetTutor 1b6e821 lib/widgets/custom_expansion_tile.dart | true | 200 | 1,900 | import 'package:flutter/material.dart';
class CustomExpansionTile extends StatefulWidget {
const CustomExpansionTile({super.key});
@override
State<CustomExpansionTile> createState() => _CustomExpansionTileState();
}
class _CustomExpansionTileState extends State<CustomExpansionTile> {
bool _isExpanded = true;... | 5 |
puneetmehta31/Ai_masterchef | 7fdd029 | lib/data/models/user_model.dart | Dart | www.github.com/puneetmehta31/Ai_masterchef/tree/main/lib/data/models/user_model.dart | https://raw.githubusercontent.com/puneetmehta31/Ai_masterchef/7fdd029/lib/data/models/user_model.dart | puneetmehta31/Ai_masterchef 7fdd029 lib/data/models/user_model.dart | true | 200 | 375 | class UserModel {
final String username;
final String email;
UserModel({required this.username, required this.email});
factory UserModel.fromJson(Map<String, dynamic> json) => UserModel(
username: json['username'],
email: json['email'],
);
Map<String, dynamic> toJson() => {
'u... | 4 |
tranquanghuy123/Model-2 | b876336 | Model2/lib/Auth_Page.dart | Dart | www.github.com/tranquanghuy123/Model-2/tree/main/Model2/lib/Auth_Page.dart | https://raw.githubusercontent.com/tranquanghuy123/Model-2/b876336/Model2/lib/Auth_Page.dart | tranquanghuy123/Model-2 b876336 Model2/lib/Auth_Page.dart | true | 200 | 699 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:model2/Login_Screen.dart';
import 'Home_Page.dart';
class AuthPage extends StatelessWidget {
const AuthPage({super.key});
void signUserOut() {
FirebaseAuth.instance.signOut();
}
@override
Widget buil... | 6 |
Nuraaab/TGH-mobile-application-flutter-front-end | c9a8d6d | lib/pages/about.dart | Dart | www.github.com/Nuraaab/TGH-mobile-application-flutter-front-end/tree/main/lib/pages/about.dart | https://raw.githubusercontent.com/Nuraaab/TGH-mobile-application-flutter-front-end/c9a8d6d/lib/pages/about.dart | Nuraaab/TGH-mobile-application-flutter-front-end c9a8d6d lib/pages/about.dart | true | 200 | 7,586 | //import packages
import 'dart:convert';
import 'dart:developer';
import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:lottie/lottie.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:testing1212/models/apiResponse.dart... | 0 |
mohamedaalaa/Aamazon | 7920ee3 | lib/constants/routes.dart | Dart | www.github.com/mohamedaalaa/Aamazon/tree/main/lib/constants/routes.dart | https://raw.githubusercontent.com/mohamedaalaa/Aamazon/7920ee3/lib/constants/routes.dart | mohamedaalaa/Aamazon 7920ee3 lib/constants/routes.dart | true | 200 | 2,288 | import 'package:amazon/constants/bottom_bar.dart';
import 'package:amazon/features/presentation/admin_screen/add_product.dart';
import 'package:amazon/features/presentation/auth/login/login.dart';
import 'package:amazon/features/presentation/cart_screen/address_screen.dart';
import 'package:amazon/features/presentation... | 2 |
ahmedevcode/tqnia_chat_app_task | 09b66ad | lib/features/conversition/presentation/screens/widgets/custom_animated_dot.dart | Dart | www.github.com/ahmedevcode/tqnia_chat_app_task/tree/main/lib/features/conversition/presentation/screens/widgets/custom_animated_dot.dart | https://raw.githubusercontent.com/ahmedevcode/tqnia_chat_app_task/09b66ad/lib/features/conversition/presentation/screens/widgets/custom_animated_dot.dart | ahmedevcode/tqnia_chat_app_task 09b66ad lib/features/conversition/presentation/screens/widgets/custom_animated_dot.dart | true | 200 | 1,150 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:tqnia_chat_app_task/chat_app.dart';
class AnimatedDot extends StatefulWidget {
final Duration delay;
const AnimatedDot({this.delay = Duration.zero});
@override
// ignore: library_private_types... | 7 |
akaanuzman/kandilli_rasathanesi_app | 4878367 | lib/products/views/map_view.dart | Dart | www.github.com/akaanuzman/kandilli_rasathanesi_app/tree/main/lib/products/views/map_view.dart | https://raw.githubusercontent.com/akaanuzman/kandilli_rasathanesi_app/4878367/lib/products/views/map_view.dart | akaanuzman/kandilli_rasathanesi_app 4878367 lib/products/views/map_view.dart | true | 200 | 1,603 | import 'dart:async';
import 'package:animate_do/animate_do.dart';
import 'package:flutter/material.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
import '../models/earthquake_model.dart';
class EarthquakeMapView extends StatefulWidget {
final EarthquakeModel model;
const EarthquakeMapView({... | 1 |
lsaudon/pubspec_version_cli | a967c90 | lib/src/command_runner.dart | Dart | www.github.com/lsaudon/pubspec_version_cli/tree/main/lib/src/command_runner.dart | https://raw.githubusercontent.com/lsaudon/pubspec_version_cli/a967c90/lib/src/command_runner.dart | lsaudon/pubspec_version_cli a967c90 lib/src/command_runner.dart | true | 200 | 4,678 | import 'package:args/args.dart';
import 'package:args/command_runner.dart';
import 'package:cli_completion/cli_completion.dart';
import 'package:file/file.dart';
import 'package:file/local.dart';
import 'package:mason_logger/mason_logger.dart';
import 'package:pub_updater/pub_updater.dart';
import 'package:pubspec_vers... | 3 |
bonyhinsu/getxdmo | 4df9781 | lib/presentation/screens/player/club_detail/view/club_board_member_tab_widget.dart | Dart | www.github.com/bonyhinsu/getxdmo/tree/main/lib/presentation/screens/player/club_detail/view/club_board_member_tab_widget.dart | https://raw.githubusercontent.com/bonyhinsu/getxdmo/4df9781/lib/presentation/screens/player/club_detail/view/club_board_member_tab_widget.dart | bonyhinsu/getxdmo 4df9781 lib/presentation/screens/player/club_detail/view/club_board_member_tab_widget.dart | true | 200 | 5,940 | import 'package:flutter/material.dart';
import 'package:game_on_flutter/values/app_string.dart';
import 'package:game_on_flutter/values/app_values.dart';
import '../../../../../values/app_colors.dart';
import '../../../../app_widgets/coach_tile_widget.dart';
import '../../../../app_widgets/user_contact_tile_widget.dar... | 4 |
ThCh04/finalapp | 0678222 | lib/services/inqueries_data.dart | Dart | www.github.com/ThCh04/finalapp/tree/main/lib/services/inqueries_data.dart | https://raw.githubusercontent.com/ThCh04/finalapp/0678222/lib/services/inqueries_data.dart | ThCh04/finalapp 0678222 lib/services/inqueries_data.dart | true | 200 | 764 | import 'package:cloud_firestore/cloud_firestore.dart';
import '../services/firebase/firebase_service.dart';
Future<DocumentSnapshot?> getDocumentByTitle(String title) async {
QuerySnapshot querySnapshot = await getDb()
.collection("Vehicle")
.where("plate", isEqualTo: title)
.limit(1)
.get();... | 5 |
feryel24/comar_insurance | b622e5f | lib/main.dart | Dart | www.github.com/feryel24/comar_insurance/tree/main/lib/main.dart | https://raw.githubusercontent.com/feryel24/comar_insurance/b622e5f/lib/main.dart | feryel24/comar_insurance b622e5f lib/main.dart | true | 200 | 1,660 | import 'package:comar_insurance/firebase_options.dart';
import 'package:comar_insurance/pages/forgotten_password.dart';
import 'package:comar_insurance/pages/insured.dart';
import 'package:comar_insurance/pages/register.dart';
import 'package:comar_insurance/pages/retrieve.dart';
import 'package:comar_insurance/pages/w... | 0 |
smicks11/design_test | b4285f0 | lib/modules/home/home.dart | Dart | www.github.com/smicks11/design_test/tree/main/lib/modules/home/home.dart | https://raw.githubusercontent.com/smicks11/design_test/b4285f0/lib/modules/home/home.dart | smicks11/design_test b4285f0 lib/modules/home/home.dart | true | 200 | 1,160 | import 'package:design_test/shared/utils/colors.dart';
import 'package:design_test/shared/utils/utilities.dart';
import 'package:flutter/material.dart';
import '../../core/base/base_view.dart';
import 'components/header.dart';
import 'components/more_actions.dart';
import 'components/product_header.dart';
import 'compo... | 7 |
alaa747474/e-commerce | 59fc34b | lib/main.dart | Dart | www.github.com/alaa747474/e-commerce/tree/main/lib/main.dart | https://raw.githubusercontent.com/alaa747474/e-commerce/59fc34b/lib/main.dart | alaa747474/e-commerce 59fc34b lib/main.dart | true | 200 | 2,144 | import 'package:e_commerce_app/core/utils/service_locator.dart';
import 'package:e_commerce_app/core/router/app_router.dart';
import 'package:e_commerce_app/core/utils/theme.dart';
import 'package:e_commerce_app/features/search/cubit/search_cubit.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bl... | 6 |
arefimenko/hackathon_template | 47fa508 | lib/onboarding_screen.dart | Dart | www.github.com/arefimenko/hackathon_template/tree/main/lib/onboarding_screen.dart | https://raw.githubusercontent.com/arefimenko/hackathon_template/47fa508/lib/onboarding_screen.dart | arefimenko/hackathon_template 47fa508 lib/onboarding_screen.dart | true | 200 | 2,302 | import 'package:flutter/material.dart';
import 'package:hackathon_template/scanner_menu_screen.dart';
class OnboardingScreen extends StatefulWidget {
const OnboardingScreen({Key? key}) : super(key: key);
@override
State<OnboardingScreen> createState() => _OnboardingScreenState();
}
class _OnboardingScreenState... | 1 |
beta/tabler_icons_next | 02cb38c | lib/src/capsule_filled.dart | Dart | www.github.com/beta/tabler_icons_next/tree/main/lib/src/capsule_filled.dart | https://raw.githubusercontent.com/beta/tabler_icons_next/02cb38c/lib/src/capsule_filled.dart | beta/tabler_icons_next 02cb38c lib/src/capsule_filled.dart | true | 200 | 976 | // Copyright (c) 2024 Beta Kuang <beta.kuang@gmail.com>
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
import 'internal/icon.dart';
class CapsuleFilled extends Icon {
const CapsuleFilled({
super.key,
super.strokeWidth,
super.width,
super.height,
sup... | 4 |
libreprojectss/e-cycle_cfc | 01cfdb4 | app/lib/utils/custom_button.dart | Dart | www.github.com/libreprojectss/e-cycle_cfc/tree/main/app/lib/utils/custom_button.dart | https://raw.githubusercontent.com/libreprojectss/e-cycle_cfc/01cfdb4/app/lib/utils/custom_button.dart | libreprojectss/e-cycle_cfc 01cfdb4 app/lib/utils/custom_button.dart | true | 200 | 669 | import 'package:flutter/material.dart';
import '../constants/color_constants.dart';
class CustomButton extends StatelessWidget {
const CustomButton({
required this.text,
required this.onClick,
super.key,
});
final String text;
final void Function() onClick;
@override
Widget build(BuildContext... | 5 |
OmarMFarouk/MarsStore | e8c10e8 | lib/custom/custom_app_bar.dart | Dart | www.github.com/OmarMFarouk/MarsStore/tree/main/lib/custom/custom_app_bar.dart | https://raw.githubusercontent.com/OmarMFarouk/MarsStore/e8c10e8/lib/custom/custom_app_bar.dart | OmarMFarouk/MarsStore e8c10e8 lib/custom/custom_app_bar.dart | true | 200 | 2,135 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:flutter_svg/svg.dart';
import 'package:mars/core/color_app.dart';
import 'package:mars/core/font_app.dart';
import 'package:mars/core/icon_app.dart';
import 'package:mars/core/size_app.dart';
import 'pac... | 3 |
tadin-project/ta-flutter-sanber | 73cc21c | lib/app/screens/contact_detail_screen.dart | Dart | www.github.com/tadin-project/ta-flutter-sanber/tree/main/lib/app/screens/contact_detail_screen.dart | https://raw.githubusercontent.com/tadin-project/ta-flutter-sanber/73cc21c/lib/app/screens/contact_detail_screen.dart | tadin-project/ta-flutter-sanber 73cc21c lib/app/screens/contact_detail_screen.dart | true | 200 | 1,433 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:sanber_flutter_ta/app/controllers/controllers.dart';
class ContactDetailScreen extends StatelessWidget {
final authC = Get.find<AuthController>();
ContactDetailScreen({super.key});
@override
Widget build(BuildContext contex... | 2 |
MoeAlshidi/Hangman_Flutter | 5af0abc | lib/main.dart | Dart | www.github.com/MoeAlshidi/Hangman_Flutter/tree/main/lib/main.dart | https://raw.githubusercontent.com/MoeAlshidi/Hangman_Flutter/5af0abc/lib/main.dart | MoeAlshidi/Hangman_Flutter 5af0abc lib/main.dart | true | 200 | 661 | import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart';
import 'package:hangman/view/screens/home_screen.dart';
void main() {
runApp(
const MaterialApp(
debugShowCheckedModeBanner: false,
localizationsDelegates: [
GlobalCupertinoLocalizations... | 0 |
nikhilsharma81181/fitness_freaks | 4cdfe85 | lib/features/auth/domain/entities/user_onboarding_data.dart | Dart | www.github.com/nikhilsharma81181/fitness_freaks/tree/main/lib/features/auth/domain/entities/user_onboarding_data.dart | https://raw.githubusercontent.com/nikhilsharma81181/fitness_freaks/4cdfe85/lib/features/auth/domain/entities/user_onboarding_data.dart | nikhilsharma81181/fitness_freaks 4cdfe85 lib/features/auth/domain/entities/user_onboarding_data.dart | true | 200 | 11,657 | import 'package:flutter/material.dart';
// Gender enum
enum Gender {
male,
female,
other,
}
// Measurement units enum
enum MeasurementUnits {
metric,
imperial,
}
// Fitness goal enum with description and icon
class FitnessGoal {
final String id;
final String name;
final String description;
final St... | 6 |
Ashraf50/loan-management | e70f5fa | lib/feature/settings/presentation/view/widget/about_view.dart | Dart | www.github.com/Ashraf50/loan-management/tree/main/lib/feature/settings/presentation/view/widget/about_view.dart | https://raw.githubusercontent.com/Ashraf50/loan-management/e70f5fa/lib/feature/settings/presentation/view/widget/about_view.dart | Ashraf50/loan-management e70f5fa lib/feature/settings/presentation/view/widget/about_view.dart | true | 200 | 839 | import 'package:flutter/material.dart';
import 'package:loan_management/core/constant/app_styles.dart';
import 'package:loan_management/core/widget/custom_app_bar.dart';
import 'package:loan_management/core/widget/custom_scaffold.dart';
import '../../../../../generated/l10n.dart';
class AboutView extends StatelessWidg... | 7 |
PhatDuc1/dackmobile | c8079ae | lib/widgets/HomAppBar.dart | Dart | www.github.com/PhatDuc1/dackmobile/tree/main/lib/widgets/HomAppBar.dart | https://raw.githubusercontent.com/PhatDuc1/dackmobile/c8079ae/lib/widgets/HomAppBar.dart | PhatDuc1/dackmobile c8079ae lib/widgets/HomAppBar.dart | true | 200 | 694 | import 'package:flutter/material.dart';
class HomeAppBar extends StatelessWidget{
@override
Widget build(BuildContext context) {
return Container(
color: Colors.white,
padding: EdgeInsets.all(25),
child: Row(
children: [
Icon(
Icons.sort,
size: 30,
... | 1 |
Leechineo/panel | 8e511a8 | lib/features/product/product_module.dart | Dart | www.github.com/Leechineo/panel/tree/main/lib/features/product/product_module.dart | https://raw.githubusercontent.com/Leechineo/panel/8e511a8/lib/features/product/product_module.dart | Leechineo/panel 8e511a8 lib/features/product/product_module.dart | true | 200 | 306 | import 'package:flutter_modular/flutter_modular.dart';
import 'package:leechineo_panel/features/product/presenter/pages/product_page.dart';
class ProductModule extends Module {
@override
void routes(RouteManager r) {
r.child(
'/',
child: (context) => const ProductPage(),
);
}
}
| 2 |
Nabijonov-Otabek-19/weather-app-Flutter | 5608872 | lib/features/domain/usecase/get_current_weather.dart | Dart | www.github.com/Nabijonov-Otabek-19/weather-app-Flutter/tree/main/lib/features/domain/usecase/get_current_weather.dart | https://raw.githubusercontent.com/Nabijonov-Otabek-19/weather-app-Flutter/5608872/lib/features/domain/usecase/get_current_weather.dart | Nabijonov-Otabek-19/weather-app-Flutter 5608872 lib/features/domain/usecase/get_current_weather.dart | true | 200 | 853 | import 'package:dartz/dartz.dart';
import 'package:equatable/equatable.dart';
import 'package:geolocator/geolocator.dart';
import 'package:temir_yol_task/core/error/failures.dart';
import 'package:temir_yol_task/core/usecase/usecase.dart';
import 'package:temir_yol_task/features/domain/entity/weather_entity.dart';
impo... | 4 |
Tezsure/plenty-wallet | d476edf | lib/app/data/services/service_models/delegate_baker_list_model.dart | Dart | www.github.com/Tezsure/plenty-wallet/tree/main/lib/app/data/services/service_models/delegate_baker_list_model.dart | https://raw.githubusercontent.com/Tezsure/plenty-wallet/d476edf/lib/app/data/services/service_models/delegate_baker_list_model.dart | Tezsure/plenty-wallet d476edf lib/app/data/services/service_models/delegate_baker_list_model.dart | true | 200 | 3,345 | // To parse this JSON data, do
//
// final delegateBakersListResponse = delegateBakersListResponseFromJson(jsonString);
import 'dart:convert';
List<DelegateBakerModel> delegateBakersListResponseFromJson(String str) =>
List<DelegateBakerModel>.from(
json.decode(str).map((x) => DelegateBakerModel.fromJs... | 5 |
Nafis71/snap_share | 1f9cfd8 | lib/core/utilities/routes/app_routes.dart | Dart | www.github.com/Nafis71/snap_share/tree/main/lib/core/utilities/routes/app_routes.dart | https://raw.githubusercontent.com/Nafis71/snap_share/1f9cfd8/lib/core/utilities/routes/app_routes.dart | Nafis71/snap_share 1f9cfd8 lib/core/utilities/routes/app_routes.dart | true | 200 | 1,998 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:snap_share/core/utilities/exports/route_export.dart';
import 'package:snap_share/features/authentication/profile_setup/view/profile_setup_view.dart';
import 'package:snap_share/features/authentication/signup/view/sign_up_view.dart';
... | 3 |
Rutujasonar/codexflutter | bbd1ffc | practical1/lib/Assignment6.dart | Dart | www.github.com/Rutujasonar/codexflutter/tree/main/practical1/lib/Assignment6.dart | https://raw.githubusercontent.com/Rutujasonar/codexflutter/bbd1ffc/practical1/lib/Assignment6.dart | Rutujasonar/codexflutter bbd1ffc practical1/lib/Assignment6.dart | true | 200 | 523 | import 'package:flutter/material.dart';
class Assignment6 extends StatelessWidget {
const Assignment6({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('AppBar Demo'),
backgroundColor: Colors.blue,
),
body: Center(
... | 0 |
MilanTodorovikj/MIS-lab3 | 1598ca8 | lib/widgets/auth_gate.dart | Dart | www.github.com/MilanTodorovikj/MIS-lab3/tree/main/lib/widgets/auth_gate.dart | https://raw.githubusercontent.com/MilanTodorovikj/MIS-lab3/1598ca8/lib/widgets/auth_gate.dart | MilanTodorovikj/MIS-lab3 1598ca8 lib/widgets/auth_gate.dart | true | 200 | 1,063 | import 'package:firebase_auth/firebase_auth.dart' hide EmailAuthProvider;
import 'package:firebase_ui_auth/firebase_ui_auth.dart';
import 'package:flutter/material.dart';
import '../screens/home_screen.dart';
class AuthGate extends StatelessWidget {
const AuthGate({super.key});
@override
Widget build(BuildCon... | 6 |
mpaslam/testapp | fecb5e3 | lib/authe.dart | Dart | www.github.com/mpaslam/testapp/tree/main/lib/authe.dart | https://raw.githubusercontent.com/mpaslam/testapp/fecb5e3/lib/authe.dart | mpaslam/testapp fecb5e3 lib/authe.dart | true | 200 | 1,620 | import 'dart:convert';
import 'package:http/http.dart' as http;
import 'package:flutter/material.dart';
class AuthService {
static const String baseUrl = 'http://178.18.254.224:5953';
Future<bool> login(String email, String password) async {
final response = await http.post(
Uri.parse('$baseUrl/api/logi... | 7 |
imashasewbala/Tech-Innovators-app-android | 7db8713 | lib/src/screens/result_screen.dart | Dart | www.github.com/imashasewbala/Tech-Innovators-app-android/tree/main/lib/src/screens/result_screen.dart | https://raw.githubusercontent.com/imashasewbala/Tech-Innovators-app-android/7db8713/lib/src/screens/result_screen.dart | imashasewbala/Tech-Innovators-app-android 7db8713 lib/src/screens/result_screen.dart | true | 200 | 3,437 | import 'dart:io';
import 'package:flutter/material.dart';
import 'image_details.dart';
import 'upload_image.dart';
import 'dashboard.dart';
class ResultScreen extends StatelessWidget {
final ImageDetails details;
const ResultScreen({Key? key, required this.details}) : super(key: key);
@override
Widget build(... | 1 |
KellyKinyama/dartls | 865706e | lib/src/sdp4/sdp2.dart | Dart | www.github.com/KellyKinyama/dartls/tree/main/lib/src/sdp4/sdp2.dart | https://raw.githubusercontent.com/KellyKinyama/dartls/865706e/lib/src/sdp4/sdp2.dart | KellyKinyama/dartls 865706e lib/src/sdp4/sdp2.dart | true | 200 | 8,354 | // src/sdp/sdp.dart
// import 'package:your_project/agent/server_agent.dart';
// import 'package:your_project/rtp/rtp.dart';
// import 'package:your_project/common/common.dart';
// import 'package:your_project/config/config.dart';
// import 'package:your_project/logging/logging.dart';
import '../agent/server_agent2.d... | 4 |
PouyAium/book_store | e323734 | lib/app/pages/explore/widgets/slider_indicator.dart | Dart | www.github.com/PouyAium/book_store/tree/main/lib/app/pages/explore/widgets/slider_indicator.dart | https://raw.githubusercontent.com/PouyAium/book_store/e323734/lib/app/pages/explore/widgets/slider_indicator.dart | PouyAium/book_store e323734 lib/app/pages/explore/widgets/slider_indicator.dart | true | 200 | 1,196 | import 'package:book_store/app/mock/sliders.dart';
import 'package:book_store/app/res/colors.dart';
import 'package:book_store/app/res/dimensions.dart';
import 'package:flutter/material.dart';
class SliderIndicator extends StatelessWidget {
const SliderIndicator({
super.key,
required this.sliderIndex,
re... | 2 |
nguyenducthangit/flutter_list-recipe_food | 087e02b | lib/models/recipe.api.dart | Dart | www.github.com/nguyenducthangit/flutter_list-recipe_food/tree/main/lib/models/recipe.api.dart | https://raw.githubusercontent.com/nguyenducthangit/flutter_list-recipe_food/087e02b/lib/models/recipe.api.dart | nguyenducthangit/flutter_list-recipe_food 087e02b lib/models/recipe.api.dart | true | 200 | 735 | import 'dart:convert';
import 'package:flutter_sell_food/models/recipe.dart';
import 'package:http/http.dart' as http;
class RecipeApi{
static Future<List<Recipe>> getRecipe() async{
var uri = Uri.https('yummly2.p.rapidapi.com', '/feeds/list',
{"limit": "18", "start": "0", "tag": "list.recipe.popular"});
... | 5 |
drax6055/ifloriana_admin | ee46b3b | lib/ui/drawer/profile/profile_screen.dart | Dart | www.github.com/drax6055/ifloriana_admin/tree/main/lib/ui/drawer/profile/profile_screen.dart | https://raw.githubusercontent.com/drax6055/ifloriana_admin/ee46b3b/lib/ui/drawer/profile/profile_screen.dart | drax6055/ifloriana_admin ee46b3b lib/ui/drawer/profile/profile_screen.dart | true | 200 | 6,395 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:flutter_template/utils/validation.dart';
import 'package:get/get.dart';
import '../../../route/app_route.dart';
import '../../../utils/colors.dart';
import '../../... | 3 |
NourAboHaila111/project-flutter | e73adb8 | lib/shared/network/local/locale_controller.dart | Dart | www.github.com/NourAboHaila111/project-flutter/tree/main/lib/shared/network/local/locale_controller.dart | https://raw.githubusercontent.com/NourAboHaila111/project-flutter/e73adb8/lib/shared/network/local/locale_controller.dart | NourAboHaila111/project-flutter e73adb8 lib/shared/network/local/locale_controller.dart | true | 200 | 545 |
import 'package:flutter/cupertino.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:petopia/shared/network/local/state_controller.dart';
class SshopCubit extends Cubit<SshopState> {
SshopCubit() : super(SshopInitailHomeState(Locale("en", "")));
static SshopCubit get(context) => BlocProvide... | 0 |
Telosnex/libmonet | aff8555 | example/lib/contrast_picker.dart | Dart | www.github.com/Telosnex/libmonet/tree/main/example/lib/contrast_picker.dart | https://raw.githubusercontent.com/Telosnex/libmonet/aff8555/example/lib/contrast_picker.dart | Telosnex/libmonet aff8555 example/lib/contrast_picker.dart | true | 200 | 950 | import 'package:flutter/material.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:libmonet/contrast.dart';
class ContrastPicker extends HookConsumerWidget {
final double contrast;
final Algo algo;
final Function(double newContrast) onContrastChanged;
final Function(Algo newAlgo) onAl... | 6 |
YasaKafi/BetterU | f36b5d4 | lib/data/api/service/sport_service.dart | Dart | www.github.com/YasaKafi/BetterU/tree/main/lib/data/api/service/sport_service.dart | https://raw.githubusercontent.com/YasaKafi/BetterU/f36b5d4/lib/data/api/service/sport_service.dart | YasaKafi/BetterU f36b5d4 lib/data/api/service/sport_service.dart | true | 200 | 1,610 | import 'package:dio/dio.dart';
import '../dio_instance.dart';
import '../repository/betterU_repository.dart';
class SportServices {
final DioInstance _dioInstance = DioInstance();
/// GET ///
Future<Response> showAllSportCategory() async {
try {
final response = await _dioInstance.getRequest(
... | 1 |
tesar27/eatandjoy_2025 | fc98467 | lib/src/features/profile/presentation/views/profile_screen.dart | Dart | www.github.com/tesar27/eatandjoy_2025/tree/main/lib/src/features/profile/presentation/views/profile_screen.dart | https://raw.githubusercontent.com/tesar27/eatandjoy_2025/fc98467/lib/src/features/profile/presentation/views/profile_screen.dart | tesar27/eatandjoy_2025 fc98467 lib/src/features/profile/presentation/views/profile_screen.dart | true | 200 | 650 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import '../widgets/profile_form.dart';
class ProfileScreen extends ConsumerWidget {
const ProfileScreen({super.key});
@override
Widget build(BuildContext context, WidgetRef ref) {
final user = ref.watch(userProv... | 4 |
fonsecguilherme/vr_soft_app | 1a5e236 | app/test/presentation/students/cubit/students_cubit_test.dart | Dart | www.github.com/fonsecguilherme/vr_soft_app/tree/main/app/test/presentation/students/cubit/students_cubit_test.dart | https://raw.githubusercontent.com/fonsecguilherme/vr_soft_app/1a5e236/app/test/presentation/students/cubit/students_cubit_test.dart | fonsecguilherme/vr_soft_app 1a5e236 app/test/presentation/students/cubit/students_cubit_test.dart | true | 200 | 3,850 | import 'package:app/data/models/student.dart';
import 'package:app/data/repositories/students_repository.dart';
import 'package:app/domain/repositories/i_course_repository.dart';
import 'package:app/presentation/students/cubit/students_cubit.dart';
import 'package:app/presentation/students/cubit/students_state.dart';
i... | 2 |
AnalogIO/coffeecard_app | 759fcf1 | lib/core/widgets/fast_slide_transition.dart | Dart | www.github.com/AnalogIO/coffeecard_app/tree/main/lib/core/widgets/fast_slide_transition.dart | https://raw.githubusercontent.com/AnalogIO/coffeecard_app/759fcf1/lib/core/widgets/fast_slide_transition.dart | AnalogIO/coffeecard_app 759fcf1 lib/core/widgets/fast_slide_transition.dart | true | 200 | 2,255 | import 'package:flutter/material.dart';
class FastSlideTransition extends PageRouteBuilder {
final Widget child;
final Duration duration;
final Curve slideCurve;
final Curve fadeCurve;
FastSlideTransition({
required this.child,
this.duration = const Duration(milliseconds: 650),
this.slideCurve =... | 3 |
brookesb91/card_dex | 93d300b | lib/models/pokemon_card_set.dart | Dart | www.github.com/brookesb91/card_dex/tree/main/lib/models/pokemon_card_set.dart | https://raw.githubusercontent.com/brookesb91/card_dex/93d300b/lib/models/pokemon_card_set.dart | brookesb91/card_dex 93d300b lib/models/pokemon_card_set.dart | true | 200 | 960 | class PokemonCardSet {
final String id;
final String name;
final String series;
final int printedTotal;
final int total;
final Map<String, String> legalities;
final String? ptcgoCode;
final String releaseDate;
final Map<String, String> images;
PokemonCardSet({
required this.id,
required thi... | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.