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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
adityasinghborana/wannoo | 8651df0 | wannoo/lib/auth_module/datalayer/services/get_user_details.dart | Dart | www.github.com/adityasinghborana/wannoo/tree/main/wannoo/lib/auth_module/datalayer/services/get_user_details.dart | https://raw.githubusercontent.com/adityasinghborana/wannoo/8651df0/wannoo/lib/auth_module/datalayer/services/get_user_details.dart | adityasinghborana/wannoo 8651df0 wannoo/lib/auth_module/datalayer/services/get_user_details.dart | true | 200 | 548 | import 'package:dio/dio.dart';
import 'package:retrofit/retrofit.dart';
import 'package:wannoo/auth_module/signup_module/users_data_layer/model/response/user_detail_response.dart';
import '../../../constants.dart';
part 'get_user_details.g.dart';
@RestApi(baseUrl: baseurl)
abstract class UserDetailsRemote {
factory... | 2 |
mabdullah-subhani/ar-visualizer | 527deff | ar_interior_visualizer/lib/src/features/visualization/controllers/product/product_controller.dart | Dart | www.github.com/mabdullah-subhani/ar-visualizer/tree/main/ar_interior_visualizer/lib/src/features/visualization/controllers/product/product_controller.dart | https://raw.githubusercontent.com/mabdullah-subhani/ar-visualizer/527deff/ar_interior_visualizer/lib/src/features/visualization/controllers/product/product_controller.dart | mabdullah-subhani/ar-visualizer 527deff ar_interior_visualizer/lib/src/features/visualization/controllers/product/product_controller.dart | true | 200 | 2,939 | import 'package:ar_interior_visualizer/src/repository/product_repository/product_repository.dart';
import 'package:get/get.dart';
import '../../../../utils/popups/loaders.dart';
import '../../models/product_model.dart';
class ProductController extends GetxController {
static ProductController get instance => Get.fi... | 3 |
MuhammadAmann/Islamic_Dua_App | fdd5583 | lib/provider/fav_provider.dart | Dart | www.github.com/MuhammadAmann/Islamic_Dua_App/tree/main/lib/provider/fav_provider.dart | https://raw.githubusercontent.com/MuhammadAmann/Islamic_Dua_App/fdd5583/lib/provider/fav_provider.dart | MuhammadAmann/Islamic_Dua_App fdd5583 lib/provider/fav_provider.dart | true | 200 | 563 | import 'package:flutter/material.dart';
import 'package:flutter/foundation.dart';
class FavouriteItemprovider with ChangeNotifier {
List<int> _selecteditems = [];
List<int> get selecteditems => _selecteditems;
String _searchvalue = '';
String get searchvalue => _searchvalue;
void additems(int value) {
_... | 1 |
Hienntq-tora/flutter_ui | 1d5f059 | lib/screen/order_screen/order_screen.dart | Dart | www.github.com/Hienntq-tora/flutter_ui/tree/main/lib/screen/order_screen/order_screen.dart | https://raw.githubusercontent.com/Hienntq-tora/flutter_ui/1d5f059/lib/screen/order_screen/order_screen.dart | Hienntq-tora/flutter_ui 1d5f059 lib/screen/order_screen/order_screen.dart | true | 200 | 1,452 | import 'package:flutter/material.dart';
import '../../components/box_componets.dart';
import '../../components/button_componets.dart';
import '../../components/text_componets.dart';
import '../../header/appbar.dart';
import '../../router/routerlinks.dart';
class OrderScreen extends StatelessWidget {
const OrderScree... | 4 |
JavaneseIvankov/team10_dhiraga | 297df21 | lib/pages/Navbar_home_page.dart/mentor_filter_dialog.dart | Dart | www.github.com/JavaneseIvankov/team10_dhiraga/tree/main/lib/pages/Navbar_home_page.dart/mentor_filter_dialog.dart | https://raw.githubusercontent.com/JavaneseIvankov/team10_dhiraga/297df21/lib/pages/Navbar_home_page.dart/mentor_filter_dialog.dart | JavaneseIvankov/team10_dhiraga 297df21 lib/pages/Navbar_home_page.dart/mentor_filter_dialog.dart | true | 200 | 8,945 | import 'package:flutter/material.dart';
import 'package:team10_dhiraga/core/theme/app_color.dart';
import 'package:team10_dhiraga/features/domain/usecases/get_mentors.dart';
import 'package:team10_dhiraga/widgets/custom_button.dart';
class MentorFilterDialog extends StatefulWidget {
final Function(GetMentorParams) m... | 5 |
gaoypChina/dtnd | c91e29d | lib/ui/screen/market/widget/widget/stock_component.dart | Dart | www.github.com/gaoypChina/dtnd/tree/main/lib/ui/screen/market/widget/widget/stock_component.dart | https://raw.githubusercontent.com/gaoypChina/dtnd/c91e29d/lib/ui/screen/market/widget/widget/stock_component.dart | gaoypChina/dtnd c91e29d lib/ui/screen/market/widget/widget/stock_component.dart | true | 200 | 4,013 | import 'package:dtnd/ui/theme/app_color.dart';
import 'package:dtnd/ui/theme/app_textstyle.dart';
import 'package:dtnd/utilities/num_utils.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import '../../../../../=models=/response/market/stock_model.dart';
import '../../../../../config/servi... | 6 |
ascentman/nanny | b44c5d2 | lib/screens/nannies_screen/components/nanny_drawer.dart | Dart | www.github.com/ascentman/nanny/tree/main/lib/screens/nannies_screen/components/nanny_drawer.dart | https://raw.githubusercontent.com/ascentman/nanny/b44c5d2/lib/screens/nannies_screen/components/nanny_drawer.dart | ascentman/nanny b44c5d2 lib/screens/nannies_screen/components/nanny_drawer.dart | true | 200 | 2,726 | import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:nanny/screens/prices_screen.dart';
import 'package:nanny/screens/screens.dart';
import 'menu_button.dart';
class NannyDrawer extends StatelessWidget {
const NannyDrawer(... | 0 |
IO2-InGreed1/IO2_InGreed.io-1 | f9e34f3 | Frontend/ingreedio_front/lib/database/real_database.dart | Dart | www.github.com/IO2-InGreed1/IO2_InGreed.io-1/tree/main/Frontend/ingreedio_front/lib/database/real_database.dart | https://raw.githubusercontent.com/IO2-InGreed1/IO2_InGreed.io-1/f9e34f3/Frontend/ingreedio_front/lib/database/real_database.dart | IO2-InGreed1/IO2_InGreed.io-1 f9e34f3 Frontend/ingreedio_front/lib/database/real_database.dart | true | 200 | 18,048 | import 'dart:convert';
import 'package:dio/dio.dart';
import 'package:ingreedio_front/cubit_logic/session_cubit.dart';
import 'package:ingreedio_front/database/databse.dart';
import 'package:ingreedio_front/logic/admins.dart';
import 'package:ingreedio_front/logic/filters.dart';
import 'package:ingreedio_front/logic/pr... | 7 |
adityapatil18/Widgets-Flutter | 4725738 | lib/Home/Widgets/switch_list_tile.dart | Dart | www.github.com/adityapatil18/Widgets-Flutter/tree/main/lib/Home/Widgets/switch_list_tile.dart | https://raw.githubusercontent.com/adityapatil18/Widgets-Flutter/4725738/lib/Home/Widgets/switch_list_tile.dart | adityapatil18/Widgets-Flutter 4725738 lib/Home/Widgets/switch_list_tile.dart | true | 200 | 762 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class SwitchListTileWidget extends StatefulWidget {
const SwitchListTileWidget({super.key});
@override
State<SwitchListTileWidget> createState() => _SwitchListTileWidgetState();
}
class _SwitchListTileWidgetState extends State<Swi... | 3 |
AlaaGitHub2020/sport_news | 5ae6bc8 | lib/domain/core/utilities/helper.dart | Dart | www.github.com/AlaaGitHub2020/sport_news/tree/main/lib/domain/core/utilities/helper.dart | https://raw.githubusercontent.com/AlaaGitHub2020/sport_news/5ae6bc8/lib/domain/core/utilities/helper.dart | AlaaGitHub2020/sport_news 5ae6bc8 lib/domain/core/utilities/helper.dart | true | 200 | 1,556 | import 'package:device_info_plus/device_info_plus.dart';
import 'package:sport_news/injection.dart';
class Helper {
Future<bool> checkIsEmulator() async {
final DeviceInfoPlugin deviceInfo = getIt<DeviceInfoPlugin>();
final AndroidDeviceInfo androidInfo = await deviceInfo.androidInfo;
var phoneModel = ... | 2 |
Thanya113/tictactoe | 05f9f68 | lib/main.dart | Dart | www.github.com/Thanya113/tictactoe/tree/main/lib/main.dart | https://raw.githubusercontent.com/Thanya113/tictactoe/05f9f68/lib/main.dart | Thanya113/tictactoe 05f9f68 lib/main.dart | true | 200 | 4,212 | import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Tic Tac Toe',
theme: ThemeData(
primarySwatch: Colors.blue,
),
home: TicTacToeScreen(),
... | 1 |
ahmad01213/Jacksi-LTD-Task | 83d0adb | lib/core/utlis/api_constatns.dart | Dart | www.github.com/ahmad01213/Jacksi-LTD-Task/tree/main/lib/core/utlis/api_constatns.dart | https://raw.githubusercontent.com/ahmad01213/Jacksi-LTD-Task/83d0adb/lib/core/utlis/api_constatns.dart | ahmad01213/Jacksi-LTD-Task 83d0adb lib/core/utlis/api_constatns.dart | true | 200 | 566 |
class ApiConstants {
static const baseUrl ="https://Limousine.urapp.site";
// static const baseUrl = "https://18f4-196-133-34-42.ngrok-free.app";
static const baseUrlImages = "$baseUrl/images/";
static const getDataHomePath = "$baseUrl/product/get-home";
static const addProductPath = "$baseUrl/product/add-... | 4 |
gackonu/Flutter-movie-app-ui-demo | 99173fc | lib/cmps/movie_card.dart | Dart | www.github.com/gackonu/Flutter-movie-app-ui-demo/tree/main/lib/cmps/movie_card.dart | https://raw.githubusercontent.com/gackonu/Flutter-movie-app-ui-demo/99173fc/lib/cmps/movie_card.dart | gackonu/Flutter-movie-app-ui-demo 99173fc lib/cmps/movie_card.dart | true | 200 | 1,759 | import 'package:flutter/material.dart';
class MovieCard extends StatelessWidget {
final movie;
const MovieCard({super.key, required this.movie});
@override
Widget build(BuildContext context) {
return Container(
decoration: BoxDecoration(
color: const Color(0xFF292B37),
borderRadius:... | 5 |
Nevalyurtsever/e_commerce_app | 797c6f8 | lib/core/global_providers/role_provider.dart | Dart | www.github.com/Nevalyurtsever/e_commerce_app/tree/main/lib/core/global_providers/role_provider.dart | https://raw.githubusercontent.com/Nevalyurtsever/e_commerce_app/797c6f8/lib/core/global_providers/role_provider.dart | Nevalyurtsever/e_commerce_app 797c6f8 lib/core/global_providers/role_provider.dart | true | 200 | 772 | import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'role_provider.g.dart';
@Riverpod(keepAlive: true)
class RoleState extends _$RoleState {
@override
Role? build() {
return null;
}
void setRole(String? role) async {
switch (role) {
case 'ADMIN':
state = Role.admin;
... | 0 |
Ahmed-elsaid-AEA/mini_flutter_nft_marketplace | ae18496 | lib/features/state/widgets/custom_table_row_stats_page.dart | Dart | www.github.com/Ahmed-elsaid-AEA/mini_flutter_nft_marketplace/tree/main/lib/features/state/widgets/custom_table_row_stats_page.dart | https://raw.githubusercontent.com/Ahmed-elsaid-AEA/mini_flutter_nft_marketplace/ae18496/lib/features/state/widgets/custom_table_row_stats_page.dart | Ahmed-elsaid-AEA/mini_flutter_nft_marketplace ae18496 lib/features/state/widgets/custom_table_row_stats_page.dart | true | 200 | 3,020 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:mini_flutter_nft_marketplace/core/resourses/color_manager.dart';
import 'package:mini_flutter_nft_marketplace/core/resourses/font_managers.dart';
import 'package:mini_flutter_nft_marketplace/core/resourses/size_manager.dart... | 6 |
skj1211/circuit_flutter | 01b452d | lib/navbar.dart | Dart | www.github.com/skj1211/circuit_flutter/tree/main/lib/navbar.dart | https://raw.githubusercontent.com/skj1211/circuit_flutter/01b452d/lib/navbar.dart | skj1211/circuit_flutter 01b452d lib/navbar.dart | true | 200 | 2,713 | import 'package:flutter/material.dart';
import 'friendpage.dart';
import 'myapp.dart';
class NavBar extends StatelessWidget {
const NavBar({super.key});
@override
Widget build(BuildContext context) {
return Container(
color: Colors.black12,
height: double.infinity,
width: 80,
child:... | 7 |
DGadonski/minhas_anotacoes | a02734d | lib/Home.dart | Dart | www.github.com/DGadonski/minhas_anotacoes/tree/main/lib/Home.dart | https://raw.githubusercontent.com/DGadonski/minhas_anotacoes/a02734d/lib/Home.dart | DGadonski/minhas_anotacoes a02734d lib/Home.dart | true | 200 | 2,049 | // ignore_for_file: file_names
import 'package:flutter/material.dart';
class Home extends StatefulWidget {
const Home({super.key});
@override
State<Home> createState() => _HomeState();
}
class _HomeState extends State<Home> {
final TextEditingController _tituloController = TextEditingController();
final ... | 3 |
ebrahem-aboelyazed/syntec_education | 21ce14a | lib/modules/content/cubits/content_cubit.dart | Dart | www.github.com/ebrahem-aboelyazed/syntec_education/tree/main/lib/modules/content/cubits/content_cubit.dart | https://raw.githubusercontent.com/ebrahem-aboelyazed/syntec_education/21ce14a/lib/modules/content/cubits/content_cubit.dart | ebrahem-aboelyazed/syntec_education 21ce14a lib/modules/content/cubits/content_cubit.dart | true | 200 | 746 | import 'package:bloc/bloc.dart';
import 'package:education/data/data.dart';
import 'package:education/modules/content/models/content.dart';
import 'package:education/modules/content/services/content_service.dart';
import 'package:equatable/equatable.dart';
part 'content_state.dart';
class ContentCubit extends Cubit<C... | 2 |
TranHoangLong3898/einvoice | 6531157 | neutronpms-frontend/lib/manager/roomextramanager.dart | Dart | www.github.com/TranHoangLong3898/einvoice/tree/main/neutronpms-frontend/lib/manager/roomextramanager.dart | https://raw.githubusercontent.com/TranHoangLong3898/einvoice/6531157/neutronpms-frontend/lib/manager/roomextramanager.dart | TranHoangLong3898/einvoice 6531157 neutronpms-frontend/lib/manager/roomextramanager.dart | true | 200 | 1,279 | import 'package:ihotel/manager/configurationmanagement.dart';
import 'package:ihotel/modal/hotelservice/roomextrahotelservice.dart';
class RoomExtraManager {
RoomExtraHotelService? roomExtraConfigs;
static final RoomExtraManager _instance = RoomExtraManager._singleton();
RoomExtraManager._singleton();
factory... | 1 |
DanielsGiks/Web_store_SDK_2nd_version | 0d0448e | lib/Tickets/ticketsPage.dart | Dart | www.github.com/DanielsGiks/Web_store_SDK_2nd_version/tree/main/lib/Tickets/ticketsPage.dart | https://raw.githubusercontent.com/DanielsGiks/Web_store_SDK_2nd_version/0d0448e/lib/Tickets/ticketsPage.dart | DanielsGiks/Web_store_SDK_2nd_version 0d0448e lib/Tickets/ticketsPage.dart | true | 200 | 3,863 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/widgets.dart';
import 'package:provider/provider.dart';
import 'package:sdk_school/Tab_bar/my_Tab_Bar.dart';
import 'package:sdk_school/Tickets/Ticket_details_page.dart';
imp... | 4 |
FaizanUllahDev/fyp_secure_com | a8ded93 | lib/patient/controller/patient_controller.dart | Dart | www.github.com/FaizanUllahDev/fyp_secure_com/tree/main/lib/patient/controller/patient_controller.dart | https://raw.githubusercontent.com/FaizanUllahDev/fyp_secure_com/a8ded93/lib/patient/controller/patient_controller.dart | FaizanUllahDev/fyp_secure_com a8ded93 lib/patient/controller/patient_controller.dart | true | 200 | 2,680 | import 'dart:convert';
import 'package:fyp_secure_com/commonAtStart/APIHelper.dart';
import 'package:fyp_secure_com/commonAtStart/chat_controller.dart';
import 'package:fyp_secure_com/commonAtStart/socket_controller.dart';
import 'package:get/get.dart';
import 'package:http/http.dart' as http;
import 'package:shared_... | 5 |
MohamedSirag/flutter_task | 9dfa79d | lib/presentation/widgets/user/user_card.dart | Dart | www.github.com/MohamedSirag/flutter_task/tree/main/lib/presentation/widgets/user/user_card.dart | https://raw.githubusercontent.com/MohamedSirag/flutter_task/9dfa79d/lib/presentation/widgets/user/user_card.dart | MohamedSirag/flutter_task 9dfa79d lib/presentation/widgets/user/user_card.dart | true | 200 | 1,853 | import 'package:flutter/material.dart';
import 'package:sizer/sizer.dart';
import '../../../data/models/user_model.dart';
import '../../../core/constants/styles.dart';
import '../../../core/constants/constants.dart';
class UserCard extends StatelessWidget {
final User user;
const UserCard({super.key, required this... | 6 |
LukaszHolowacz/platforma-croud-foundingowa | 501adff | mobile_application/lib/pages/new_project_form/views/project_products.dart | Dart | www.github.com/LukaszHolowacz/platforma-croud-foundingowa/tree/main/mobile_application/lib/pages/new_project_form/views/project_products.dart | https://raw.githubusercontent.com/LukaszHolowacz/platforma-croud-foundingowa/501adff/mobile_application/lib/pages/new_project_form/views/project_products.dart | LukaszHolowacz/platforma-croud-foundingowa 501adff mobile_application/lib/pages/new_project_form/views/project_products.dart | true | 200 | 1,649 | import 'package:flutter/material.dart';
class ProjectProducts extends StatelessWidget {
@override
Widget build(BuildContext context) {
return SingleChildScrollView(
padding: const EdgeInsets.all(16.0),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
... | 0 |
What-the-Flutter/WTF-Lab-3 | 7a13eb3 | 680770900/cool_chat_journal/lib/presentation/chat_editor_page/chat_editor_cubit.dart | Dart | www.github.com/What-the-Flutter/WTF-Lab-3/tree/main/680770900/cool_chat_journal/lib/presentation/chat_editor_page/chat_editor_cubit.dart | https://raw.githubusercontent.com/What-the-Flutter/WTF-Lab-3/7a13eb3/680770900/cool_chat_journal/lib/presentation/chat_editor_page/chat_editor_cubit.dart | What-the-Flutter/WTF-Lab-3 7a13eb3 680770900/cool_chat_journal/lib/presentation/chat_editor_page/chat_editor_cubit.dart | true | 200 | 388 | import 'package:bloc/bloc.dart';
import 'package:equatable/equatable.dart';
part 'chat_editor_state.dart';
class ChatEditorCubit extends Cubit<ChatEditorState> {
ChatEditorCubit() : super(const ChatEditorState());
void selectIcon(int iconIndex) {
emit(state.copyWith(iconIndex: iconIndex));
}
void change... | 7 |
ibnu009/pratice-flutter-clean-architecture | c896e94 | test/presentation/pages/top_rated_tv_show_page.dart | Dart | www.github.com/ibnu009/pratice-flutter-clean-architecture/tree/main/test/presentation/pages/top_rated_tv_show_page.dart | https://raw.githubusercontent.com/ibnu009/pratice-flutter-clean-architecture/c896e94/test/presentation/pages/top_rated_tv_show_page.dart | ibnu009/pratice-flutter-clean-architecture c896e94 test/presentation/pages/top_rated_tv_show_page.dart | true | 200 | 2,976 | import 'package:bloc_test/bloc_test.dart';
import 'package:ditonton/presentation/bloc/tv/top_rated/top_rated_tv_show_bloc.dart';
import 'package:ditonton/presentation/bloc/tv/top_rated/top_rated_tv_show_event.dart';
import 'package:ditonton/presentation/bloc/tv/top_rated/top_rated_tv_show_state.dart';
import 'package:d... | 3 |
zeyan-ansari/kbm | cdd4f45 | lib/Widgets/utility_card_widget.dart | Dart | www.github.com/zeyan-ansari/kbm/tree/main/lib/Widgets/utility_card_widget.dart | https://raw.githubusercontent.com/zeyan-ansari/kbm/cdd4f45/lib/Widgets/utility_card_widget.dart | zeyan-ansari/kbm cdd4f45 lib/Widgets/utility_card_widget.dart | true | 200 | 2,297 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:fluttericon/elusive_icons.dart';
import 'package:glass/glass.dart';
import 'package:marquee/marquee.dart';
import 'package:provider/provider.dart';
import '../Helper/App_notifier.dart';
class UtilityCard extends Stateless... | 2 |
RunTerror/OpenStreetMaps-webRTC-videoCall | 59a2e09 | lib/view/profile/profile.dart | Dart | www.github.com/RunTerror/OpenStreetMaps-webRTC-videoCall/tree/main/lib/view/profile/profile.dart | https://raw.githubusercontent.com/RunTerror/OpenStreetMaps-webRTC-videoCall/59a2e09/lib/view/profile/profile.dart | RunTerror/OpenStreetMaps-webRTC-videoCall 59a2e09 lib/view/profile/profile.dart | true | 200 | 3,848 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:video/components/button.dart';
import 'package:video/components/custom_field.dart';
import 'package:video/provider/pr... | 1 |
diegogarciahn/pos-frontend | d75bc8a | lib/screens/tipoPago/buscarTipoPago.screen.dart | Dart | www.github.com/diegogarciahn/pos-frontend/tree/main/lib/screens/tipoPago/buscarTipoPago.screen.dart | https://raw.githubusercontent.com/diegogarciahn/pos-frontend/d75bc8a/lib/screens/tipoPago/buscarTipoPago.screen.dart | diegogarciahn/pos-frontend d75bc8a lib/screens/tipoPago/buscarTipoPago.screen.dart | true | 200 | 3,967 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:soft_frontend/providers/tipopago.provider.dart';
import '../../controllers/tipoDePago.controller.dart';
import 'package:soft_frontend/models/tipoPagoBuscado.model.dart';
import 'package:soft_frontend/screens/tipoPago/c... | 4 |
akshayexacore/info91_integrated | 408d879 | lib/src/resources/auth_repository.dart | Dart | www.github.com/akshayexacore/info91_integrated/tree/main/lib/src/resources/auth_repository.dart | https://raw.githubusercontent.com/akshayexacore/info91_integrated/408d879/lib/src/resources/auth_repository.dart | akshayexacore/info91_integrated 408d879 lib/src/resources/auth_repository.dart | true | 200 | 2,047 | import 'package:info91/src/configs/api_constants.dart';
import 'package:info91/src/models/base_response.dart';
import 'package:info91/src/models/login.dart';
import 'package:info91/src/resources/shared_preferences_data_provider.dart';
import 'package:info91/src/utils/api_base_helper.dart';
import 'package:info91/src/wi... | 5 |
Fathi123-max/RealEstate | 2da188a | lib/presentation/add_new_property_select_amenities_screen/add_new_property_select_amenities_screen.dart | Dart | www.github.com/Fathi123-max/RealEstate/tree/main/lib/presentation/add_new_property_select_amenities_screen/add_new_property_select_amenities_screen.dart | https://raw.githubusercontent.com/Fathi123-max/RealEstate/2da188a/lib/presentation/add_new_property_select_amenities_screen/add_new_property_select_amenities_screen.dart | Fathi123-max/RealEstate 2da188a lib/presentation/add_new_property_select_amenities_screen/add_new_property_select_amenities_screen.dart | true | 200 | 6,246 | import '../add_new_property_select_amenities_screen/widgets/options_item_widget.dart';
import 'controller/add_new_property_select_amenities_controller.dart';
import 'models/options_item_model.dart';
import 'package:escan/core/app_export.dart';
import 'package:escan/widgets/app_bar/appbar_iconbutton_1.dart';
import 'pac... | 6 |
MustfaAlkadre/resturant-almalk | bff5f40 | lib/tips/tip1.dart | Dart | www.github.com/MustfaAlkadre/resturant-almalk/tree/main/lib/tips/tip1.dart | https://raw.githubusercontent.com/MustfaAlkadre/resturant-almalk/bff5f40/lib/tips/tip1.dart | MustfaAlkadre/resturant-almalk bff5f40 lib/tips/tip1.dart | true | 200 | 5,591 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:page_indicator/page_indicator.dart';
import 'package:restaurant_almalk_app/main.dart';
import 'package:restaurant_almalk_app/register/register.dart';
import 'package:restaurant_almalk_... | 7 |
nguyentienanh530/balaa_client_mobile | a291f27 | lib/common/widget/empty_screen.dart | Dart | www.github.com/nguyentienanh530/balaa_client_mobile/tree/main/lib/common/widget/empty_screen.dart | https://raw.githubusercontent.com/nguyentienanh530/balaa_client_mobile/a291f27/lib/common/widget/empty_screen.dart | nguyentienanh530/balaa_client_mobile a291f27 lib/common/widget/empty_screen.dart | true | 200 | 1,484 | import 'package:flutter/material.dart';
import 'package:flutter_animate/flutter_animate.dart';
import '../../core/utils/utils.dart';
import 'common_text_style.dart';
class EmptyScreen extends StatelessWidget {
const EmptyScreen({super.key});
@override
Widget build(BuildContext context) {
return Padding(
... | 0 |
HassanEm/micropod | ba0ad49 | lib/main.dart | Dart | www.github.com/HassanEm/micropod/tree/main/lib/main.dart | https://raw.githubusercontent.com/HassanEm/micropod/ba0ad49/lib/main.dart | HassanEm/micropod ba0ad49 lib/main.dart | true | 200 | 979 | import 'package:flutter/material.dart';
import 'package:micropod/models/favorites_pool.dart';
import 'package:micropod/models/universal_audio_player.dart';
import 'package:micropod/screens/init_screen.dart';
import 'package:provider/provider.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends Stateles... | 2 |
Xapptor/gg_hanoi | 26b765e | lib/view/configuration_view.dart | Dart | www.github.com/Xapptor/gg_hanoi/tree/main/lib/view/configuration_view.dart | https://raw.githubusercontent.com/Xapptor/gg_hanoi/26b765e/lib/view/configuration_view.dart | Xapptor/gg_hanoi 26b765e lib/view/configuration_view.dart | true | 200 | 2,561 | import 'package:flutter/material.dart';
import 'package:gg_hanoi/model/rod.dart';
import 'package:gg_hanoi/model/disk.dart';
import 'package:gg_hanoi/values.dart';
import 'package:go_router/go_router.dart';
class ConfigurationView extends StatefulWidget {
final String title;
const ConfigurationView({
super.ke... | 3 |
Jotham0505/Sign_Translator | 6882186 | lib/Screens/Assessment/testWriteScreen.dart | Dart | www.github.com/Jotham0505/Sign_Translator/tree/main/lib/Screens/Assessment/testWriteScreen.dart | https://raw.githubusercontent.com/Jotham0505/Sign_Translator/6882186/lib/Screens/Assessment/testWriteScreen.dart | Jotham0505/Sign_Translator 6882186 lib/Screens/Assessment/testWriteScreen.dart | true | 200 | 6,232 | import 'dart:ffi';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:percent_indicator/linear_percent_indicator.dart';
import 'package:syncfusion_flutter_signaturepad/signaturepad.dart';
import 'package:video_player/video_player.dart';
class Testwritescreen extends StatefulWidget ... | 1 |
AnirudhTripathi/blog_app_bloc_pattern | 732e4c5 | lib/core/theme/theme.dart | Dart | www.github.com/AnirudhTripathi/blog_app_bloc_pattern/tree/main/lib/core/theme/theme.dart | https://raw.githubusercontent.com/AnirudhTripathi/blog_app_bloc_pattern/732e4c5/lib/core/theme/theme.dart | AnirudhTripathi/blog_app_bloc_pattern 732e4c5 lib/core/theme/theme.dart | true | 200 | 964 | import 'package:blog_app/core/theme/app_pallete.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
class AppTheme {
static _border([Color color = AppPallete.borderColor]) => OutlineInputBorder(
borderSide: BorderS... | 5 |
Keshavgautam2002/FastShop | ce99325 | lib/controller/loginController/productController.dart | Dart | www.github.com/Keshavgautam2002/FastShop/tree/main/lib/controller/loginController/productController.dart | https://raw.githubusercontent.com/Keshavgautam2002/FastShop/ce99325/lib/controller/loginController/productController.dart | Keshavgautam2002/FastShop ce99325 lib/controller/loginController/productController.dart | true | 200 | 2,261 | import 'dart:convert';
import 'package:e_commarce/utils/Api.dart';
import 'package:get/get.dart';
import 'package:http/http.dart' as http;
import 'package:e_commarce/model/productModel.dart';
class ProductController extends GetxController implements GetxService{
RxList<ProductModel> product = <ProductModel>[].obs... | 4 |
faamaral/great-places | 8d02f0b | lib/widgets/image_input.dart | Dart | www.github.com/faamaral/great-places/tree/main/lib/widgets/image_input.dart | https://raw.githubusercontent.com/faamaral/great-places/8d02f0b/lib/widgets/image_input.dart | faamaral/great-places 8d02f0b lib/widgets/image_input.dart | true | 200 | 2,068 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import 'package:path/path.dart' as path;
import 'package:path_provider/path_provider.dart' as sysPaths;
class ImageInput extends StatefulWidget {
final Function onSelectImage;
const ImageInput({super.key, re... | 6 |
godgiftedboy/quiz_app | 7cc7416 | lib/features/quiz/presentation/logic/answer_controller.dart | Dart | www.github.com/godgiftedboy/quiz_app/tree/main/lib/features/quiz/presentation/logic/answer_controller.dart | https://raw.githubusercontent.com/godgiftedboy/quiz_app/7cc7416/lib/features/quiz/presentation/logic/answer_controller.dart | godgiftedboy/quiz_app 7cc7416 lib/features/quiz/presentation/logic/answer_controller.dart | true | 200 | 367 | import 'package:flutter_riverpod/flutter_riverpod.dart';
final isAnsweredProvider = StateNotifierProvider<AnswerController, bool>((ref) {
return AnswerController();
});
class AnswerController extends StateNotifier<bool> {
AnswerController() : super(false);
void setAnsweredTrue() {
state = true;
}
void... | 2 |
MericGit/TerpTally | a5e1dd9 | lib/views/login_view.dart | Dart | www.github.com/MericGit/TerpTally/tree/main/lib/views/login_view.dart | https://raw.githubusercontent.com/MericGit/TerpTally/a5e1dd9/lib/views/login_view.dart | MericGit/TerpTally a5e1dd9 lib/views/login_view.dart | true | 200 | 2,126 | import 'package:flutter/material.dart';
import 'package:noteapp/components/login_button.dart';
import '../components/data_button.dart';
import 'package:animated_text_kit/animated_text_kit.dart';
class LoginView extends StatelessWidget {
const LoginView({super.key});
@override
Widget build(BuildContext context) ... | 7 |
leyonel/app_Razas | c481b95 | lib/caracteristicas/vistas/vista_solicitud_actualizacionJson.dart | Dart | www.github.com/leyonel/app_Razas/tree/main/lib/caracteristicas/vistas/vista_solicitud_actualizacionJson.dart | https://raw.githubusercontent.com/leyonel/app_Razas/c481b95/lib/caracteristicas/vistas/vista_solicitud_actualizacionJson.dart | leyonel/app_Razas c481b95 lib/caracteristicas/vistas/vista_solicitud_actualizacionJson.dart | true | 200 | 1,089 | import 'package:app_doggys/caracteristicas/verificacion/bloc.dart';
import 'package:flutter/material.dart';
import 'package:flutter/src/widgets/container.dart';
import 'package:flutter/src/widgets/framework.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
class VistaMostrandoSolicitudActualizacion extends State... | 3 |
MAlazhariy/encrypt_it | 8d04a03 | lib/view/widgets/drawer/drawer_items/share_app.dart | Dart | www.github.com/MAlazhariy/encrypt_it/tree/main/lib/view/widgets/drawer/drawer_items/share_app.dart | https://raw.githubusercontent.com/MAlazhariy/encrypt_it/8d04a03/lib/view/widgets/drawer/drawer_items/share_app.dart | MAlazhariy/encrypt_it 8d04a03 lib/view/widgets/drawer/drawer_items/share_app.dart | true | 200 | 1,005 | // ignore_for_file: unused_import
import 'package:clipboard/clipboard.dart';
import 'package:encryption_app/decoding/decoding.dart';
import 'package:encryption_app/view/widgets/drawer/drawer_item.dart';
import 'package:encryption_app/utils/constants.dart';
import 'package:encryption_app/view/widgets/my_icons_icons.dar... | 4 |
Attia-Fouad/nosoh_app | 4f6356d | lib/View/payment/components/subscribe_details_item.dart | Dart | www.github.com/Attia-Fouad/nosoh_app/tree/main/lib/View/payment/components/subscribe_details_item.dart | https://raw.githubusercontent.com/Attia-Fouad/nosoh_app/4f6356d/lib/View/payment/components/subscribe_details_item.dart | Attia-Fouad/nosoh_app 4f6356d lib/View/payment/components/subscribe_details_item.dart | true | 200 | 1,513 | import 'package:flutter/material.dart';
import '../../../core/app_strings.dart';
import '../../../core/colors.dart';
import '../../../core/styles.dart';
import 'default_container_design.dart';
Widget subscribeDetailsItem() {
return defaultContainerDesign(
child: Padding(
padding: const EdgeInsets.all(19),... | 5 |
annashrul/sangku-app | 3372849 | lib/view/screen/mlm/history/history_plafon_screen.dart | Dart | www.github.com/annashrul/sangku-app/tree/main/lib/view/screen/mlm/history/history_plafon_screen.dart | https://raw.githubusercontent.com/annashrul/sangku-app/3372849/lib/view/screen/mlm/history/history_plafon_screen.dart | annashrul/sangku-app 3372849 lib/view/screen/mlm/history/history_plafon_screen.dart | true | 200 | 11,310 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_icons/flutter_icons.dart';
import 'package:flutter_screen_scaler/flutter_screen_scaler.dart';
import 'package:intl/date_symbol_data_local.dart';
import 'package:sangkuy/config/constant.dart';
import 'package:sangkuy... | 0 |
EMy-Max/Learning-phase-BMI-App | 95901a8 | lib/round_icon_button.dart | Dart | www.github.com/EMy-Max/Learning-phase-BMI-App/tree/main/lib/round_icon_button.dart | https://raw.githubusercontent.com/EMy-Max/Learning-phase-BMI-App/95901a8/lib/round_icon_button.dart | EMy-Max/Learning-phase-BMI-App 95901a8 lib/round_icon_button.dart | true | 200 | 648 | import 'package:flutter/material.dart';
import 'constants.dart';
class RoundIconButton extends StatelessWidget {
final IconData icon;
final void Function() onPressed;
const RoundIconButton(
{super.key, required this.icon, required this.onPressed});
@override
Widget build(BuildContext context) {
re... | 6 |
isaqueburgheri/appSetor63 | 7f8b84c | lib/pages/menu/biblia/bible_old/01_pentateuco/05_deuteronomio/deuteronomio23/deuteronomio23_model.dart | Dart | www.github.com/isaqueburgheri/appSetor63/tree/main/lib/pages/menu/biblia/bible_old/01_pentateuco/05_deuteronomio/deuteronomio23/deuteronomio23_model.dart | https://raw.githubusercontent.com/isaqueburgheri/appSetor63/7f8b84c/lib/pages/menu/biblia/bible_old/01_pentateuco/05_deuteronomio/deuteronomio23/deuteronomio23_model.dart | isaqueburgheri/appSetor63 7f8b84c lib/pages/menu/biblia/bible_old/01_pentateuco/05_deuteronomio/deuteronomio23/deuteronomio23_model.dart | true | 200 | 315 | import '/flutter_flow/flutter_flow_util.dart';
import 'deuteronomio23_widget.dart' show Deuteronomio23Widget;
import 'package:flutter/material.dart';
class Deuteronomio23Model extends FlutterFlowModel<Deuteronomio23Widget> {
@override
void initState(BuildContext context) {}
@override
void dispose() {}
}
| 7 |
turkerontasci/bank_app | c384353 | lib/dummy_screens/main_screen.dart | Dart | www.github.com/turkerontasci/bank_app/tree/main/lib/dummy_screens/main_screen.dart | https://raw.githubusercontent.com/turkerontasci/bank_app/c384353/lib/dummy_screens/main_screen.dart | turkerontasci/bank_app c384353 lib/dummy_screens/main_screen.dart | true | 200 | 1,575 | import 'package:flutter/material.dart';
import '../components/account_widget.dart';
import '../components/dummy_widgets.dart';
import '../components/carousel_widget.dart';
class MainScreen extends StatefulWidget {
const MainScreen({super.key});
@override
State<MainScreen> createState() => _MainScreenSt... | 1 |
saifr383/propertywala | 7acf638 | lib/publics/othersearch.dart | Dart | www.github.com/saifr383/propertywala/tree/main/lib/publics/othersearch.dart | https://raw.githubusercontent.com/saifr383/propertywala/7acf638/lib/publics/othersearch.dart | saifr383/propertywala 7acf638 lib/publics/othersearch.dart | true | 200 | 5,056 |
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:myyaowrealtorfltheme/publics/property/main.dart';
import 'package:searchable_listview... | 3 |
islamimam24/starwars | 3de99c7 | lib/core/widgets/big_text.dart | Dart | www.github.com/islamimam24/starwars/tree/main/lib/core/widgets/big_text.dart | https://raw.githubusercontent.com/islamimam24/starwars/3de99c7/lib/core/widgets/big_text.dart | islamimam24/starwars 3de99c7 lib/core/widgets/big_text.dart | true | 200 | 1,287 | import 'package:flutter/material.dart';
import 'package:starwars/core/utils/dimensions.dart';
class BigText extends StatelessWidget {
final String title;
final Color? color;
final double? fontSize;
final TextOverflow? overFlow;
final FontWeight? fontWeight;
final String? fontFamily;
final double? height;... | 2 |
kosukesaigusa/flutter_ninjas_2024 | 905a4af | packages/server/lib/notification_test.dart | Dart | www.github.com/kosukesaigusa/flutter_ninjas_2024/tree/main/packages/server/lib/notification_test.dart | https://raw.githubusercontent.com/kosukesaigusa/flutter_ninjas_2024/905a4af/packages/server/lib/notification_test.dart | kosukesaigusa/flutter_ninjas_2024 905a4af packages/server/lib/notification_test.dart | true | 200 | 568 | import 'package:dart_firebase_admin/messaging.dart';
import 'config/config.dart';
void main(List<String> args) async {
const title = 'FCM test by dart_firebase_admin!';
const body = 'Hello from Demo!';
final messaging = Messaging(adminApp);
final token = args.first;
final messageId = await messaging.send(
... | 4 |
KarimBozzhanov/library_app | 801a64a | lib/feature/create_post/presentation/ui/create_post_screen.dart | Dart | www.github.com/KarimBozzhanov/library_app/tree/main/lib/feature/create_post/presentation/ui/create_post_screen.dart | https://raw.githubusercontent.com/KarimBozzhanov/library_app/801a64a/lib/feature/create_post/presentation/ui/create_post_screen.dart | KarimBozzhanov/library_app 801a64a lib/feature/create_post/presentation/ui/create_post_screen.dart | true | 200 | 4,349 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:library_app/common/presentation/app_rounded_container.dart';
import 'package:library_app/common/presentation/state/core_state.dart';
import 'package:library_app/feature/create_post/presentation/cubit/add_post_cubit.... | 0 |
YoussefElShorbagy21/breakingbad | 3434f92 | lib/data/respository/charater_repositry.dart | Dart | www.github.com/YoussefElShorbagy21/breakingbad/tree/main/lib/data/respository/charater_repositry.dart | https://raw.githubusercontent.com/YoussefElShorbagy21/breakingbad/3434f92/lib/data/respository/charater_repositry.dart | YoussefElShorbagy21/breakingbad 3434f92 lib/data/respository/charater_repositry.dart | true | 200 | 686 | import 'package:breakingbad/data/api/character_api.dart';
import 'package:breakingbad/data/model/quotes.dart';
import '../model/charactersmodel.dart';
class CharacterRepository{
final CharacterApi characterApi ;
CharacterRepository(this.characterApi);
Future<List<CharactersModel>> getAllCharacter() async {
... | 1 |
AbrishDev/Waliya-Tour-and-Travel | 3f94853 | lib/screens/login_screen.dart | Dart | www.github.com/AbrishDev/Waliya-Tour-and-Travel/tree/main/lib/screens/login_screen.dart | https://raw.githubusercontent.com/AbrishDev/Waliya-Tour-and-Travel/3f94853/lib/screens/login_screen.dart | AbrishDev/Waliya-Tour-and-Travel 3f94853 lib/screens/login_screen.dart | true | 200 | 8,387 | // ignore_for_file: library_private_types_in_public_api
import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:tour_and_travel_app/services/auth_service.dart';
class LoginScreen extends StatefulWidget {
const LoginScreen({super.key});
@override
_Log... | 7 |
alriyadsouza/MediScanPro | 10783f4 | MediScanPro_UI/lib/core/presentation/widgets/card_section.dart | Dart | www.github.com/alriyadsouza/MediScanPro/tree/main/MediScanPro_UI/lib/core/presentation/widgets/card_section.dart | https://raw.githubusercontent.com/alriyadsouza/MediScanPro/10783f4/MediScanPro_UI/lib/core/presentation/widgets/card_section.dart | alriyadsouza/MediScanPro 10783f4 MediScanPro_UI/lib/core/presentation/widgets/card_section.dart | true | 200 | 1,052 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:med_alert/core/presentation/widgets/card_section_body.dart';
import 'package:med_alert/core/presentation/widgets/card_section_header.dart';
import 'package:med_alert/core/resources/values.dart';
class C... | 5 |
DavidGRueda/flutter_video_editor | 39fe00a | lib/controllers/editor_controller.dart | Dart | www.github.com/DavidGRueda/flutter_video_editor/tree/main/lib/controllers/editor_controller.dart | https://raw.githubusercontent.com/DavidGRueda/flutter_video_editor/39fe00a/lib/controllers/editor_controller.dart | DavidGRueda/flutter_video_editor 39fe00a lib/controllers/editor_controller.dart | true | 200 | 34,588 | import 'dart:io';
import 'dart:math';
import 'package:audioplayers/audioplayers.dart';
import 'package:file_picker/file_picker.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_video_editor/controllers/projects_controller.dart';
import 'package:flutter_vide... | 2 |
javier-mansillal/entrega-2-apps-moviles | 45d25b5 | entrega_2_apps_moviles/lib/pages/fechas.dart | Dart | www.github.com/javier-mansillal/entrega-2-apps-moviles/tree/main/entrega_2_apps_moviles/lib/pages/fechas.dart | https://raw.githubusercontent.com/javier-mansillal/entrega-2-apps-moviles/45d25b5/entrega_2_apps_moviles/lib/pages/fechas.dart | javier-mansillal/entrega-2-apps-moviles 45d25b5 entrega_2_apps_moviles/lib/pages/fechas.dart | true | 200 | 305 | import 'package:flutter/material.dart';
class Fechas extends StatefulWidget {
const Fechas({super.key});
@override
State<Fechas> createState() => _FechasState();
}
class _FechasState extends State<Fechas> {
@override
Widget build(BuildContext context) {
return const Placeholder();
}
}
| 6 |
nishan01khadga/plazi_fake_ecommerce_task | 4782460 | lib/view/components/widget/custom_text_view_ellipsis.dart | Dart | www.github.com/nishan01khadga/plazi_fake_ecommerce_task/tree/main/lib/view/components/widget/custom_text_view_ellipsis.dart | https://raw.githubusercontent.com/nishan01khadga/plazi_fake_ecommerce_task/4782460/lib/view/components/widget/custom_text_view_ellipsis.dart | nishan01khadga/plazi_fake_ecommerce_task 4782460 lib/view/components/widget/custom_text_view_ellipsis.dart | true | 200 | 679 | import 'package:flutter/material.dart';
class CustomTextViewEllipsis extends StatelessWidget {
const CustomTextViewEllipsis({Key? key, required this.text, required this.fontSize,required this.fontWeight, required this.color}) : super(key: key);
final String text;
final double fontSize;
final FontWeight fontWe... | 4 |
jazch08/amst_g5_lab5 | 1309ba6 | lib/pages/data.dart | Dart | www.github.com/jazch08/amst_g5_lab5/tree/main/lib/pages/data.dart | https://raw.githubusercontent.com/jazch08/amst_g5_lab5/1309ba6/lib/pages/data.dart | jazch08/amst_g5_lab5 1309ba6 lib/pages/data.dart | true | 200 | 2,421 | import 'dart:developer';
import 'package:firebase_database/ui/firebase_animated_list.dart';
import 'package:flutter/material.dart';
import 'package:firebase_database/firebase_database.dart';
class Data extends StatefulWidget {
@override
_DataState createState() => _DataState();
}
class _DataState extends State<Da... | 0 |
AbdelrazikEhab/Flutter-Meals | 4bae6e0 | lib/meal_details.dart | Dart | www.github.com/AbdelrazikEhab/Flutter-Meals/tree/main/lib/meal_details.dart | https://raw.githubusercontent.com/AbdelrazikEhab/Flutter-Meals/4bae6e0/lib/meal_details.dart | AbdelrazikEhab/Flutter-Meals 4bae6e0 lib/meal_details.dart | true | 200 | 2,488 |
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:meals/dummy_data.dart';
class MealDetails extends StatelessWidget {
static const routName='/Meal-details';
final Function taggfavorite;
final Function isfavoritemeal;
MealDetails(this.isfavoritemeal,this.taggfavorite);
... | 7 |
Pavitra554/Dart_Ref | 1c4e828 | 6-loops.dart | Dart | www.github.com/Pavitra554/Dart_Ref/tree/main/6-loops.dart | https://raw.githubusercontent.com/Pavitra554/Dart_Ref/1c4e828/6-loops.dart | Pavitra554/Dart_Ref 1c4e828 6-loops.dart | true | 200 | 194 | void main() {
var arr = [1, 2, 3, 4, 5];
//Standard while, do-while and for loop is same like other languages
for (var e in arr) {
print(e);
}
arr.forEach((e) => {print(e)});
}
| 1 |
ROMTopal/abv | fe4fb0e | lib/src/custom_widgets/notification_card.dart | Dart | www.github.com/ROMTopal/abv/tree/main/lib/src/custom_widgets/notification_card.dart | https://raw.githubusercontent.com/ROMTopal/abv/fe4fb0e/lib/src/custom_widgets/notification_card.dart | ROMTopal/abv fe4fb0e lib/src/custom_widgets/notification_card.dart | true | 200 | 3,031 | import 'package:flutter/material.dart';
import 'package:skendy/src/utils/my_colors.dart';
class NotificationCard extends StatelessWidget {
final String? icon;
final String? time;
final String? text;
final String? boldText;
final bool? notificationSeen;
const NotificationCard({Key? key, this.icon, this.ti... | 3 |
JovanSl/Cargo-Bike | de73c6a | lib/src/features/delivery_details/bloc/delivery_details_event.dart | Dart | www.github.com/JovanSl/Cargo-Bike/tree/main/lib/src/features/delivery_details/bloc/delivery_details_event.dart | https://raw.githubusercontent.com/JovanSl/Cargo-Bike/de73c6a/lib/src/features/delivery_details/bloc/delivery_details_event.dart | JovanSl/Cargo-Bike de73c6a lib/src/features/delivery_details/bloc/delivery_details_event.dart | true | 200 | 303 | part of 'delivery_details_bloc.dart';
abstract class DeliveryDetailsEvent extends Equatable {
const DeliveryDetailsEvent();
@override
List<Object> get props => [];
}
class DeleteDeliveryEvent extends DeliveryDetailsEvent {
final String id;
const DeleteDeliveryEvent({required this.id});
}
| 5 |
DarioZubaray/flutter_apps | 1ac5380 | productos_app/lib/widgets/product_image.dart | Dart | www.github.com/DarioZubaray/flutter_apps/tree/main/productos_app/lib/widgets/product_image.dart | https://raw.githubusercontent.com/DarioZubaray/flutter_apps/1ac5380/productos_app/lib/widgets/product_image.dart | DarioZubaray/flutter_apps 1ac5380 productos_app/lib/widgets/product_image.dart | true | 200 | 1,714 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:productos_app/services/services.dart';
import 'package:provider/provider.dart';
class ProductImage extends StatelessWidget {
const ProductImage({super.key, this.url});
final String? url;
@override
Widget build(BuildContext context) {
... | 2 |
lehuuhieuak/IT-Job-Capstone-Project-FU | 015c717 | IT-Job-Mobile/lib/models/entity/user.dart | Dart | www.github.com/lehuuhieuak/IT-Job-Capstone-Project-FU/tree/main/IT-Job-Mobile/lib/models/entity/user.dart | https://raw.githubusercontent.com/lehuuhieuak/IT-Job-Capstone-Project-FU/015c717/IT-Job-Mobile/lib/models/entity/user.dart | lehuuhieuak/IT-Job-Capstone-Project-FU 015c717 IT-Job-Mobile/lib/models/entity/user.dart | true | 200 | 1,323 | class User {
final String name;
final String imagePath;
final int gender;
final String dob;
final String address;
final String phone;
final String email;
const User({
required this.name,
required this.imagePath,
required this.gender,
required this.dob,
required this.address,
req... | 6 |
pragya-rana/MAD_2023 | 58189ed | mad/lib/main.dart | Dart | www.github.com/pragya-rana/MAD_2023/tree/main/mad/lib/main.dart | https://raw.githubusercontent.com/pragya-rana/MAD_2023/58189ed/mad/lib/main.dart | pragya-rana/MAD_2023 58189ed mad/lib/main.dart | true | 200 | 1,020 | // @dart=2.9
import 'package:mad/authentication/google_signin.dart';
import 'package:flutter/material.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:provider/provider.dart';
import 'authentication/splash_page.dart';
void main() async {
// ... | 4 |
Sushma-Shrestha/TMDB-Movie-App | 5b0012c | test/features/movies/infrastructure/repositories/movies_repository_impl_test.dart | Dart | www.github.com/Sushma-Shrestha/TMDB-Movie-App/tree/main/test/features/movies/infrastructure/repositories/movies_repository_impl_test.dart | https://raw.githubusercontent.com/Sushma-Shrestha/TMDB-Movie-App/5b0012c/test/features/movies/infrastructure/repositories/movies_repository_impl_test.dart | Sushma-Shrestha/TMDB-Movie-App 5b0012c test/features/movies/infrastructure/repositories/movies_repository_impl_test.dart | true | 200 | 482 | import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:movie_app/features/movies/infrastructure/infrastructure.dart';
void main() {
test(
'moviesRepositoryProvider is a MoviesRepository ',
() async {
final provider = ProviderContainer()... | 0 |
HasanRaximov01/transactions_app | 06465d7 | lib/presentation/news/components/news_item_widget.dart | Dart | www.github.com/HasanRaximov01/transactions_app/tree/main/lib/presentation/news/components/news_item_widget.dart | https://raw.githubusercontent.com/HasanRaximov01/transactions_app/06465d7/lib/presentation/news/components/news_item_widget.dart | HasanRaximov01/transactions_app 06465d7 lib/presentation/news/components/news_item_widget.dart | true | 200 | 1,575 | import 'package:flutter/material.dart';
import '../../../core/app_export.dart';
class NewsItemWidget extends StatelessWidget {
final Function() onTap;
final String ? author;
final String ? title;
final String ?description;
final String ?country;
final String ? publishedAt;
final String ?image;
cons... | 7 |
AlaaGitHub2020/hiring_task | fd602cf | lib/infrastructure/api/api_repository.dart | Dart | www.github.com/AlaaGitHub2020/hiring_task/tree/main/lib/infrastructure/api/api_repository.dart | https://raw.githubusercontent.com/AlaaGitHub2020/hiring_task/fd602cf/lib/infrastructure/api/api_repository.dart | AlaaGitHub2020/hiring_task fd602cf lib/infrastructure/api/api_repository.dart | true | 200 | 1,839 | import 'dart:io';
import 'package:dartz/dartz.dart';
import 'package:dio/dio.dart';
import 'package:flutter/foundation.dart';
import 'package:hiring_task/domain/api/api_failure.dart';
import 'package:hiring_task/domain/api/i_api_repository.dart';
import 'package:hiring_task/domain/api/interceptors/logging_interceptor.... | 1 |
RamonSandoval/Americanista-APP | 834a91a | lib/pages/perfil.dart | Dart | www.github.com/RamonSandoval/Americanista-APP/tree/main/lib/pages/perfil.dart | https://raw.githubusercontent.com/RamonSandoval/Americanista-APP/834a91a/lib/pages/perfil.dart | RamonSandoval/Americanista-APP 834a91a lib/pages/perfil.dart | true | 200 | 1,638 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
class Perfil extends StatelessWidget {
int _count = 0;
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
centerTitle: tru... | 3 |
ahmadsultan39/BeitoutiUsersApp | 8db179c | lib/features/meals/presentation/bloc/meals_event.dart | Dart | www.github.com/ahmadsultan39/BeitoutiUsersApp/tree/main/lib/features/meals/presentation/bloc/meals_event.dart | https://raw.githubusercontent.com/ahmadsultan39/BeitoutiUsersApp/8db179c/lib/features/meals/presentation/bloc/meals_event.dart | ahmadsultan39/BeitoutiUsersApp 8db179c lib/features/meals/presentation/bloc/meals_event.dart | true | 200 | 2,953 | import 'package:built_value/built_value.dart';
part 'meals_event.g.dart';
abstract class MealsEvent {}
abstract class GetOfferedMeals extends MealsEvent
implements Built<GetOfferedMeals, GetOfferedMealsBuilder> {
//getter fields
GetOfferedMeals._();
factory GetOfferedMeals([Function(GetOfferedMealsBuilde... | 5 |
nihal288510/Lilactechnology | 036989d | lib/Screens/Requirmentcarorbike.dart | Dart | www.github.com/nihal288510/Lilactechnology/tree/main/lib/Screens/Requirmentcarorbike.dart | https://raw.githubusercontent.com/nihal288510/Lilactechnology/036989d/lib/Screens/Requirmentcarorbike.dart | nihal288510/Lilactechnology 036989d lib/Screens/Requirmentcarorbike.dart | true | 200 | 2,447 | import 'package:flutter/material.dart';
import 'package:flutter_lilacapp/Screens/AddRequirment.dart';
class PreferenceScreen extends StatelessWidget {
const PreferenceScreen({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
backgroundColor: Colors.wh... | 2 |
A1-AONE/SOLO_NETWORK_SNS | ca17321 | lib/presentation/theme/app_theme_extension.dart | Dart | www.github.com/A1-AONE/SOLO_NETWORK_SNS/tree/main/lib/presentation/theme/app_theme_extension.dart | https://raw.githubusercontent.com/A1-AONE/SOLO_NETWORK_SNS/ca17321/lib/presentation/theme/app_theme_extension.dart | A1-AONE/SOLO_NETWORK_SNS ca17321 lib/presentation/theme/app_theme_extension.dart | true | 200 | 823 | import 'package:flutter/material.dart';
class AppThemeExtension extends ThemeExtension<AppThemeExtension> {
const AppThemeExtension({
required this.main,
required this.mainLight,
required this.sub,
required this.background,
});
final Color main;
final Color mainLight;
final Color sub;
final... | 6 |
godsmith53/GoRouter | d58c665 | lib/pages/user_profile.dart | Dart | www.github.com/godsmith53/GoRouter/tree/main/lib/pages/user_profile.dart | https://raw.githubusercontent.com/godsmith53/GoRouter/d58c665/lib/pages/user_profile.dart | godsmith53/GoRouter d58c665 lib/pages/user_profile.dart | true | 200 | 331 | import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
class UserProfile extends StatelessWidget {
const UserProfile({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: Text('User Profile'),
),
... | 4 |
chinmaymodi24/sampleflutterproject | a4c9dd0 | app/lib/module/chat_list/select_user/select_user_ctrl.dart | Dart | www.github.com/chinmaymodi24/sampleflutterproject/tree/main/app/lib/module/chat_list/select_user/select_user_ctrl.dart | https://raw.githubusercontent.com/chinmaymodi24/sampleflutterproject/a4c9dd0/app/lib/module/chat_list/select_user/select_user_ctrl.dart | chinmaymodi24/sampleflutterproject a4c9dd0 app/lib/module/chat_list/select_user/select_user_ctrl.dart | true | 200 | 3,257 | import 'dart:developer';
import 'package:core/backend/auth_service.dart';
import 'package:core/model/user_model.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:sampleflutterproject/app/app_repo.dart';
class SelectUserCtrl extends GetxController {
RxBool isLoading = true... | 0 |
amanxnanda/stock-scan-parser | 825df66 | layers/presentation/lib/src/modules/home/view/widgets/home_body.dart | Dart | www.github.com/amanxnanda/stock-scan-parser/tree/main/layers/presentation/lib/src/modules/home/view/widgets/home_body.dart | https://raw.githubusercontent.com/amanxnanda/stock-scan-parser/825df66/layers/presentation/lib/src/modules/home/view/widgets/home_body.dart | amanxnanda/stock-scan-parser 825df66 layers/presentation/lib/src/modules/home/view/widgets/home_body.dart | true | 200 | 628 | import 'package:flutter/material.dart';
import 'package:stock_scan_domain/domain.dart';
import 'package:stock_scan_presentation/src/modules/home/view/widgets/widgets.dart';
/// {@template home_body}
/// The home body.
/// {@endtemplate}
class HomeBody extends StatelessWidget {
/// {@macro home_body}
const HomeBody... | 7 |
dikapratana/flutter_state_management | 780c07f | lib/presentation/sign_in/sign_in_page.dart | Dart | www.github.com/dikapratana/flutter_state_management/tree/main/lib/presentation/sign_in/sign_in_page.dart | https://raw.githubusercontent.com/dikapratana/flutter_state_management/780c07f/lib/presentation/sign_in/sign_in_page.dart | dikapratana/flutter_state_management 780c07f lib/presentation/sign_in/sign_in_page.dart | true | 200 | 4,844 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:state_management/application/auth/cubit/auth_cubit.dart';
import 'package:state_management/domain/auth/model/login_request.dart';
import 'package:state_management/presentation/home/home_page.dart';
class SignInPage... | 1 |
oleksandrdyr/super_gym | 3b6ec38 | lib/models/exercise_database.dart | Dart | www.github.com/oleksandrdyr/super_gym/tree/main/lib/models/exercise_database.dart | https://raw.githubusercontent.com/oleksandrdyr/super_gym/3b6ec38/lib/models/exercise_database.dart | oleksandrdyr/super_gym 3b6ec38 lib/models/exercise_database.dart | true | 200 | 1,037 | import 'package:sqflite/sqflite.dart';
import 'package:path/path.dart';
class ExerciseDatabase {
late Database _database;
Future<void> deleteExercise(String exerciseId) async {
await _database.delete(
'exercises',
where: 'id = ?',
whereArgs: [exerciseId],
);
}
Future<void> initializ... | 5 |
Ramsthr/PictureSearchApp | cf6dede | lib/provider/dataapi.dart | Dart | www.github.com/Ramsthr/PictureSearchApp/tree/main/lib/provider/dataapi.dart | https://raw.githubusercontent.com/Ramsthr/PictureSearchApp/cf6dede/lib/provider/dataapi.dart | Ramsthr/PictureSearchApp cf6dede lib/provider/dataapi.dart | true | 200 | 1,896 | import 'package:animalsearchapp/resources/api.dart';
import 'package:flutter/material.dart';
import 'package:pexels_api/pexels_api.dart';
class ApiFetch with ChangeNotifier {
List<PexelsPhoto>? _list = [];
List<PexelsPhoto>? get list => _list;
int _page = 1;
String _query = "";
final GetApi api = GetApi()... | 3 |
munificent/temp-arg-split-sample-2 | 64d5ce7 | slang_singleton_test.dart | Dart | www.github.com/munificent/temp-arg-split-sample-2/tree/main/slang_singleton_test.dart | https://raw.githubusercontent.com/munificent/temp-arg-split-sample-2/64d5ce7/slang_singleton_test.dart | munificent/temp-arg-split-sample-2 64d5ce7 slang_singleton_test.dart | true | 200 | 2,566 | import 'package:slang/src/api/locale.dart';
import 'package:slang/src/api/singleton.dart';
import 'package:test/test.dart';
class AppLocaleUtils extends BaseAppLocaleUtils<FakeAppLocale, FakeTranslations> {
AppLocaleUtils({required super.baseLocale, required super.locales});
}
void main() {
final nlBE = FakeAppLo... | 2 |
Nothabeebi/Money-Exchange-Mobile | 6e32e91 | lib/screens/reports/reports_screen.dart | Dart | www.github.com/Nothabeebi/Money-Exchange-Mobile/tree/main/lib/screens/reports/reports_screen.dart | https://raw.githubusercontent.com/Nothabeebi/Money-Exchange-Mobile/6e32e91/lib/screens/reports/reports_screen.dart | Nothabeebi/Money-Exchange-Mobile 6e32e91 lib/screens/reports/reports_screen.dart | true | 200 | 1,188 | import 'package:flutter/material.dart';
import 'report_filters_screen.dart';
class ReportsScreen extends StatelessWidget {
final List<String> reports = [
'Agent Receivable Report',
'Supplier Total Payable Report',
'Agent Total Outstanding Report',
'Easy Sales Invoice Report',
];
void _navigateTo... | 4 |
yakitama5/korehosi | 0ee4aee | lib/app/presentation/routes/src/item_branch.dart | Dart | www.github.com/yakitama5/korehosi/tree/main/lib/app/presentation/routes/src/item_branch.dart | https://raw.githubusercontent.com/yakitama5/korehosi/0ee4aee/lib/app/presentation/routes/src/item_branch.dart | yakitama5/korehosi 0ee4aee lib/app/presentation/routes/src/item_branch.dart | true | 200 | 3,707 | import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import '../../../application/usecase/item/state/item_detail_providers.dart';
import '../../pages/item/item_edit_page.dart';
import '../../pages/item/item_page.dart';
import '..... | 0 |
4nkit-5hukla/cosmic_academy | 685d708 | lib/controllers/admin/lessons/lesson_content_controller.dart | Dart | www.github.com/4nkit-5hukla/cosmic_academy/tree/main/lib/controllers/admin/lessons/lesson_content_controller.dart | https://raw.githubusercontent.com/4nkit-5hukla/cosmic_academy/685d708/lib/controllers/admin/lessons/lesson_content_controller.dart | 4nkit-5hukla/cosmic_academy 685d708 lib/controllers/admin/lessons/lesson_content_controller.dart | true | 200 | 11,912 | import 'dart:convert';
import 'package:cosmic_assessments/controllers/global_controller.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:cosmic_assessments/config/colors.dart';
import 'package:cosmic_assessments/config/constants.dart';
import 'package:cosmic_assessments/con... | 1 |
umaisqureshi/Hotel-Booking | 20492db | lib/presentation/module/hotels/widgets/all_hotels_list_widget.dart | Dart | www.github.com/umaisqureshi/Hotel-Booking/tree/main/lib/presentation/module/hotels/widgets/all_hotels_list_widget.dart | https://raw.githubusercontent.com/umaisqureshi/Hotel-Booking/20492db/lib/presentation/module/hotels/widgets/all_hotels_list_widget.dart | umaisqureshi/Hotel-Booking 20492db lib/presentation/module/hotels/widgets/all_hotels_list_widget.dart | true | 200 | 691 | import 'package:hotel_booking/presentation/presentation.dart';
class HotelListWidget extends StatefulWidget {
final List<Hotel> hotels;
const HotelListWidget({super.key, required this.hotels});
@override
State<HotelListWidget> createState() => _HotelListWidgetState();
}
class _HotelListWidgetState extends St... | 7 |
ubbabeck/c-breez | ecde4c9 | lib/routes/home/widgets/drawer/breez_avatar_dialog.dart | Dart | www.github.com/ubbabeck/c-breez/tree/main/lib/routes/home/widgets/drawer/breez_avatar_dialog.dart | https://raw.githubusercontent.com/ubbabeck/c-breez/ecde4c9/lib/routes/home/widgets/drawer/breez_avatar_dialog.dart | ubbabeck/c-breez ecde4c9 lib/routes/home/widgets/drawer/breez_avatar_dialog.dart | true | 200 | 11,830 | import 'dart:async';
import 'package:auto_size_text/auto_size_text.dart';
import 'package:breez_translations/breez_translations_locales.dart';
import 'package:c_breez/bloc/user_profile/default_profile_generator.dart';
import 'package:c_breez/bloc/user_profile/user_profile_bloc.dart';
import 'package:c_breez/bloc/user_... | 5 |
dilshan-ah/tmu | af540d7 | lib/add_profile_picture/profile_picture.dart | Dart | www.github.com/dilshan-ah/tmu/tree/main/lib/add_profile_picture/profile_picture.dart | https://raw.githubusercontent.com/dilshan-ah/tmu/af540d7/lib/add_profile_picture/profile_picture.dart | dilshan-ah/tmu af540d7 lib/add_profile_picture/profile_picture.dart | true | 200 | 11,584 | import 'dart:io';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import 'package:tmudirect/dashboard/dashboard.dar... | 3 |
akhlak007/ball_balance | 2cf1554 | lib/controllers/game_controller.dart | Dart | www.github.com/akhlak007/ball_balance/tree/main/lib/controllers/game_controller.dart | https://raw.githubusercontent.com/akhlak007/ball_balance/2cf1554/lib/controllers/game_controller.dart | akhlak007/ball_balance 2cf1554 lib/controllers/game_controller.dart | true | 200 | 2,983 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:sensors_plus/sensors_plus.dart';
enum GameState { playing, gameOver }
class GameController extends ChangeNotifier {
final ValueNotifier<double> ballPosition = ValueNotifier<double>(0.0);
final ValueNotifier<double> beamAngle = ValueNotif... | 2 |
helightdev/dogs | 4d44abe | smoke/test0/lib/generics.dart | Dart | www.github.com/helightdev/dogs/tree/main/smoke/test0/lib/generics.dart | https://raw.githubusercontent.com/helightdev/dogs/4d44abe/smoke/test0/lib/generics.dart | helightdev/dogs 4d44abe smoke/test0/lib/generics.dart | true | 200 | 905 | /*
* Copyright 2022, the DOGs authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 6 |
victorborges97/easy_comp | c0fd197 | lib/src/styles/easy_comp_colors.dart | Dart | www.github.com/victorborges97/easy_comp/tree/main/lib/src/styles/easy_comp_colors.dart | https://raw.githubusercontent.com/victorborges97/easy_comp/c0fd197/lib/src/styles/easy_comp_colors.dart | victorborges97/easy_comp c0fd197 lib/src/styles/easy_comp_colors.dart | true | 200 | 527 | import 'package:flutter/material.dart';
class EasyCompColors {
static Color primaryDefault = const Color(0xFF00436F);
static Color secundaryDefault = const Color(0xFF6B6B6B);
static EasyCompColors? _instance;
EasyCompColors._();
static EasyCompColors get i {
_instance ??= EasyCompColors._();
return... | 4 |
longarini/ProjetoGamificacaoFront | 4a35661 | lib/components/auth/auth_form.dart | Dart | www.github.com/longarini/ProjetoGamificacaoFront/tree/main/lib/components/auth/auth_form.dart | https://raw.githubusercontent.com/longarini/ProjetoGamificacaoFront/4a35661/lib/components/auth/auth_form.dart | longarini/ProjetoGamificacaoFront 4a35661 lib/components/auth/auth_form.dart | true | 200 | 3,632 | import 'package:front_gamific/core/models/auth_form_data.dart';
import 'package:flutter/material.dart';
class AuthForm extends StatefulWidget {
final void Function(AuthFormData) onSubmit;
const AuthForm({
super.key,
required this.onSubmit,
});
@override
State<AuthForm> createState() => _AuthFormSta... | 1 |
Rifzan19/carbon_emission_app | f6f99f9 | lib/services/firebase_service.dart | Dart | www.github.com/Rifzan19/carbon_emission_app/tree/main/lib/services/firebase_service.dart | https://raw.githubusercontent.com/Rifzan19/carbon_emission_app/f6f99f9/lib/services/firebase_service.dart | Rifzan19/carbon_emission_app f6f99f9 lib/services/firebase_service.dart | true | 200 | 848 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:carbon_emission_app/models/history_item.dart';
class FirebaseService {
final FirebaseFirestore _firestore = FirebaseFirestore.instance;
// Add a new history item
Future<void> addHistoryItem(HistoryItem item) async {
await _firestore.coll... | 7 |
mphatsomphepo1/FarmRecordsManagementSystem | 0e3e0a3 | farm_records_management_system/lib/transaction/add_transaction.dart | Dart | www.github.com/mphatsomphepo1/FarmRecordsManagementSystem/tree/main/farm_records_management_system/lib/transaction/add_transaction.dart | https://raw.githubusercontent.com/mphatsomphepo1/FarmRecordsManagementSystem/0e3e0a3/farm_records_management_system/lib/transaction/add_transaction.dart | mphatsomphepo1/FarmRecordsManagementSystem 0e3e0a3 farm_records_management_system/lib/transaction/add_transaction.dart | true | 200 | 13,994 | import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:farm_records_management_system/transaction/expense_DAO.dart';
import 'package:farm_records_management_system/transaction/expense_model.dart';
import 'package:farm_records_management_system/transaction/income_DAO.dart';
import 'pack... | 5 |
anees-dahot/bloc_tutorials | f3646d8 | lib/login app/bloc/login_event.dart | Dart | www.github.com/anees-dahot/bloc_tutorials/tree/main/lib/login app/bloc/login_event.dart | https://raw.githubusercontent.com/anees-dahot/bloc_tutorials/f3646d8/lib/login%20app/bloc/login_event.dart | anees-dahot/bloc_tutorials f3646d8 lib/login app/bloc/login_event.dart | true | 200 | 435 | // ignore_for_file: public_member_api_docs, sort_constructors_first
part of 'login_bloc.dart';
sealed class LoginEvent extends Equatable {
const LoginEvent();
@override
List<Object> get props => [];
}
class LoginFunctionEvent extends LoginEvent {
final String email;
final String password;
LoginFunctionE... | 3 |
Raefml/todolist_flutter | eac8113 | lib/shared/cubit/cubit.dart | Dart | www.github.com/Raefml/todolist_flutter/tree/main/lib/shared/cubit/cubit.dart | https://raw.githubusercontent.com/Raefml/todolist_flutter/eac8113/lib/shared/cubit/cubit.dart | Raefml/todolist_flutter eac8113 lib/shared/cubit/cubit.dart | true | 200 | 3,024 |
import 'package:bloc/bloc.dart';
import 'package:fa/shared/cubit/states.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:sqflite/sqflite.dart';
import '../../modules/archived_tasks/archived_tasks.dart';
import '..... | 6 |
SuryavanshiAman/kuber11 | a3cf788 | lib/model/my_referral_model.dart | Dart | www.github.com/SuryavanshiAman/kuber11/tree/main/lib/model/my_referral_model.dart | https://raw.githubusercontent.com/SuryavanshiAman/kuber11/a3cf788/lib/model/my_referral_model.dart | SuryavanshiAman/kuber11 a3cf788 lib/model/my_referral_model.dart | true | 200 | 1,381 | class MyReferralModel {
List<ReferralList>? data;
String? msg;
String? status;
MyReferralModel({this.data, this.msg, this.status});
MyReferralModel.fromJson(Map<String, dynamic> json) {
if (json['data'] != null) {
data = <ReferralList>[];
json['data'].forEach((v) {
data!.add( Referra... | 2 |
J0o72/movie_app | 3822f03 | lib/Features/home_feature/data/models/details_model/tv_shows_details/network.dart | Dart | www.github.com/J0o72/movie_app/tree/main/lib/Features/home_feature/data/models/details_model/tv_shows_details/network.dart | https://raw.githubusercontent.com/J0o72/movie_app/3822f03/lib/Features/home_feature/data/models/details_model/tv_shows_details/network.dart | J0o72/movie_app 3822f03 lib/Features/home_feature/data/models/details_model/tv_shows_details/network.dart | true | 200 | 742 | import 'package:equatable/equatable.dart';
class Network extends Equatable {
final int? id;
final String? logoPath;
final String? name;
final String? originCountry;
const Network({this.id, this.logoPath, this.name, this.originCountry});
factory Network.fromJson(Map<String, dynamic> json) => Network(
... | 0 |
darwinshy/trade_now | cb1ac1d | lib/views/dashboard/components/dashboard/dash_tab_items.dart | Dart | www.github.com/darwinshy/trade_now/tree/main/lib/views/dashboard/components/dashboard/dash_tab_items.dart | https://raw.githubusercontent.com/darwinshy/trade_now/cb1ac1d/lib/views/dashboard/components/dashboard/dash_tab_items.dart | darwinshy/trade_now cb1ac1d lib/views/dashboard/components/dashboard/dash_tab_items.dart | true | 200 | 728 | import 'package:flutter/material.dart';
import 'package:justanapp/views/dashboard/dash_vm.dart';
import 'package:responsive_framework/responsive_framework.dart';
import 'package:stacked/stacked.dart';
class DashboardTabItems extends ViewModelWidget<DashboardViewModel> {
const DashboardTabItems({Key? key}) : super(ke... | 4 |
jovenrp/AT_keep | 00bc788 | lib/presentation/manage_stock/bloc/manage_stock_bloc.dart | Dart | www.github.com/jovenrp/AT_keep/tree/main/lib/presentation/manage_stock/bloc/manage_stock_bloc.dart | https://raw.githubusercontent.com/jovenrp/AT_keep/00bc788/lib/presentation/manage_stock/bloc/manage_stock_bloc.dart | jovenrp/AT_keep 00bc788 lib/presentation/manage_stock/bloc/manage_stock_bloc.dart | true | 200 | 26,018 | import 'dart:io';
import 'dart:math';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:hive/hive.dart';
import 'package:hive_flutter/adapters.dart';
import 'package:intl/intl.dart';
import 'package:keep/core/data/services/persistence_service.dart';
import 'package:keep/core/domain/utils/string_extensio... | 1 |
Dave-dev-ceo/planning-adm | 05cd49a | lib/src/ui/usuarios/usuarios.dart | Dart | www.github.com/Dave-dev-ceo/planning-adm/tree/main/lib/src/ui/usuarios/usuarios.dart | https://raw.githubusercontent.com/Dave-dev-ceo/planning-adm/05cd49a/lib/src/ui/usuarios/usuarios.dart | Dave-dev-ceo/planning-adm 05cd49a lib/src/ui/usuarios/usuarios.dart | true | 200 | 13,411 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_speed_dial/flutter_speed_dial.dart';
import 'package:planning/src/animations/loading_animation.dart';
import 'package:planning/src/blocs/usuarios/usuarios_bloc.dart';
import 'package:planning/src/logic/usuar... | 7 |
amaljaime/Tunes | 4490d98 | lib/screens/pages/all_audios/all_audios.dart | Dart | www.github.com/amaljaime/Tunes/tree/main/lib/screens/pages/all_audios/all_audios.dart | https://raw.githubusercontent.com/amaljaime/Tunes/4490d98/lib/screens/pages/all_audios/all_audios.dart | amaljaime/Tunes 4490d98 lib/screens/pages/all_audios/all_audios.dart | true | 200 | 700 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:tunes/data/models/audio_model.dart';
import 'package:tunes/screens/widgets/audio_tile.dart';
import 'package:tunes/services/provider/get_audios_provider.dart';
class AllAudios extends StatelessWidget {
const AllAudios({s... | 3 |
MosaadIbrahimB/post_clean_arch_bloc_2024 | 8ce7ee4 | lib/posts/presentation/widget/add_widget/update_widget.dart | Dart | www.github.com/MosaadIbrahimB/post_clean_arch_bloc_2024/tree/main/lib/posts/presentation/widget/add_widget/update_widget.dart | https://raw.githubusercontent.com/MosaadIbrahimB/post_clean_arch_bloc_2024/8ce7ee4/lib/posts/presentation/widget/add_widget/update_widget.dart | MosaadIbrahimB/post_clean_arch_bloc_2024 8ce7ee4 lib/posts/presentation/widget/add_widget/update_widget.dart | true | 200 | 608 | import 'package:flutter/material.dart';
import 'package:post_2024/posts/domain/entity/post_entity.dart';
import '../../../../config/route/app_route.dart';
import 'btn_icon_widget.dart';
class UpdateWidget extends StatelessWidget {
final PostEntity postEntity;
const UpdateWidget({super.key, required this.postEntity})... | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.