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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
theoadiana/gd5_c_1172 | dc577c0 | lib/database/sql_helper.dart | Dart | www.github.com/theoadiana/gd5_c_1172/tree/main/lib/database/sql_helper.dart | https://raw.githubusercontent.com/theoadiana/gd5_c_1172/dc577c0/lib/database/sql_helper.dart | theoadiana/gd5_c_1172 dc577c0 lib/database/sql_helper.dart | true | 200 | 1,350 | import 'package:sqflite/sqflite.dart' as sql;
class SQLHelper {
static Future<void> createTables(sql.Database database) async {
await database.execute("""
CREATE TABLE employee(
id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
name TEXT,
email TEXT,
kelamin TEXT
)
""... | 5 |
Xevorius/CRoWD-front-end | 059df42 | lib/pages/home.dart | Dart | www.github.com/Xevorius/CRoWD-front-end/tree/main/lib/pages/home.dart | https://raw.githubusercontent.com/Xevorius/CRoWD-front-end/059df42/lib/pages/home.dart | Xevorius/CRoWD-front-end 059df42 lib/pages/home.dart | true | 200 | 1,551 | import 'package:crowd_front_end/pages/Stations_page.dart';
import 'package:crowd_front_end/pages/home%20tabs/map_tab.dart';
import 'package:crowd_front_end/pages/home%20tabs/profile_tab.dart';
import 'package:crowd_front_end/pages/home%20tabs/chat_tab.dart';
import 'package:flutter/material.dart';
class HomePage exten... | 4 |
ShazanShaikh18/SQLite-Database | 764f3cf | lib/screens/note_screen.dart | Dart | www.github.com/ShazanShaikh18/SQLite-Database/tree/main/lib/screens/note_screen.dart | https://raw.githubusercontent.com/ShazanShaikh18/SQLite-Database/764f3cf/lib/screens/note_screen.dart | ShazanShaikh18/SQLite-Database 764f3cf lib/screens/note_screen.dart | true | 200 | 4,708 | import 'package:flutter/material.dart';
import '../Models/note_model.dart';
import '../Services/database_helper.dart';
class NoteScreen extends StatelessWidget {
final Note? note;
const NoteScreen({Key? key, this.note}) : super(key: key);
@override
Widget build(BuildContext context) {
final titleControll... | 2 |
farrukh-saif/Image-Annotation-Tool | 0387277 | lib/widgets/form.dart | Dart | www.github.com/farrukh-saif/Image-Annotation-Tool/tree/main/lib/widgets/form.dart | https://raw.githubusercontent.com/farrukh-saif/Image-Annotation-Tool/0387277/lib/widgets/form.dart | farrukh-saif/Image-Annotation-Tool 0387277 lib/widgets/form.dart | true | 200 | 1,824 | import 'package:flutter/material.dart';
class CustomForm extends StatelessWidget {
final List<Widget> children;
final String headerText;
final String buttonText;
final Function onPressed;
CustomForm({
required this.children,
required this.headerText,
required this.buttonText,
required this.o... | 6 |
imshubham13/iEducation | f22076a | iEducationUser/lib/screens/result_screen.dart | Dart | www.github.com/imshubham13/iEducation/tree/main/iEducationUser/lib/screens/result_screen.dart | https://raw.githubusercontent.com/imshubham13/iEducation/f22076a/iEducationUser/lib/screens/result_screen.dart | imshubham13/iEducation f22076a iEducationUser/lib/screens/result_screen.dart | true | 200 | 5,634 | import 'dart:io';
import 'dart:isolate';
import 'dart:ui';
import 'package:flutter/material.dart';
import 'package:flutter_downloader/flutter_downloader.dart';
import 'package:lottie/lottie.dart';
import 'package:path_provider/path_provider.dart';
import 'package:share_plus/share_plus.dart';
import 'package:user/common... | 1 |
NandanBhimani84/Service-Nest | 92f7b33 | lib/users/technician/feature/booking_schedule.dart | Dart | www.github.com/NandanBhimani84/Service-Nest/tree/main/lib/users/technician/feature/booking_schedule.dart | https://raw.githubusercontent.com/NandanBhimani84/Service-Nest/92f7b33/lib/users/technician/feature/booking_schedule.dart | NandanBhimani84/Service-Nest 92f7b33 lib/users/technician/feature/booking_schedule.dart | true | 200 | 11,097 | import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:google_fonts/google_fonts.dart';
class BookingSchedule extends StatefulWidget {
@override
_BookingScheduleState createState() => _BookingScheduleState();... | 3 |
malekslokom/Quiz-App | bbeee48 | lib/routers/adminDashboard.dart | Dart | www.github.com/malekslokom/Quiz-App/tree/main/lib/routers/adminDashboard.dart | https://raw.githubusercontent.com/malekslokom/Quiz-App/bbeee48/lib/routers/adminDashboard.dart | malekslokom/Quiz-App bbeee48 lib/routers/adminDashboard.dart | true | 200 | 11,435 | //import 'dart:ffi';
import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import '../helper/helper_function.dart';
import '../service/auth_service.dart';
import 'adminHomePage.dart';
import 'home.dart';
class AdminDashboard extends StatefulWidget {
final String quizCode;
... | 0 |
ainulrokhman/simakan | 606adff | lib/ui/view/photo_viewer_view.dart | Dart | www.github.com/ainulrokhman/simakan/tree/main/lib/ui/view/photo_viewer_view.dart | https://raw.githubusercontent.com/ainulrokhman/simakan/606adff/lib/ui/view/photo_viewer_view.dart | ainulrokhman/simakan 606adff lib/ui/view/photo_viewer_view.dart | true | 200 | 1,191 | import 'package:flutter/material.dart';
import 'package:photo_view/photo_view.dart';
class PhotoViewerView extends StatelessWidget {
String? path;
PhotoViewerView({Key? key, required this.path});
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.black,
ap... | 7 |
gbrandtio/black-out | b76506e | client/lib/widgets/screens/notifications.dart | Dart | www.github.com/gbrandtio/black-out/tree/main/client/lib/widgets/screens/notifications.dart | https://raw.githubusercontent.com/gbrandtio/black-out/b76506e/client/lib/widgets/screens/notifications.dart | gbrandtio/black-out b76506e client/lib/widgets/screens/notifications.dart | true | 200 | 1,649 | import 'package:black_out_groutages/services/outage_retrieval_service.dart';
import 'package:black_out_groutages/widgets/components/notifications/notification_list_item.dart';
import 'package:black_out_groutages/widgets/components/common/warning.dart';
import 'package:flutter/material.dart';
/// ----------------------... | 5 |
naomianakhu2021/Bmi-Calculator-Flutter | aed5c33 | lib/icon_content.dart | Dart | www.github.com/naomianakhu2021/Bmi-Calculator-Flutter/tree/main/lib/icon_content.dart | https://raw.githubusercontent.com/naomianakhu2021/Bmi-Calculator-Flutter/aed5c33/lib/icon_content.dart | naomianakhu2021/Bmi-Calculator-Flutter aed5c33 lib/icon_content.dart | true | 200 | 580 | import 'package:flutter/material.dart';
class IconContent extends StatelessWidget {
final IconData icon;
final String label;
final labelTextStyle =TextStyle(
fontSize: 18.0,
color: Color(0xFF8D8E98),
);
IconContent({this.icon, this.label});
@override
Widget build(BuildContext context) {
return... | 2 |
yousef69mr/flutter_app | 738e574 | lib/utilities/services/api_config.dart | Dart | www.github.com/yousef69mr/flutter_app/tree/main/lib/utilities/services/api_config.dart | https://raw.githubusercontent.com/yousef69mr/flutter_app/738e574/lib/utilities/services/api_config.dart | yousef69mr/flutter_app 738e574 lib/utilities/services/api_config.dart | true | 200 | 8,004 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:flutter_application_1/utilities/constants/file_types.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:http/http.dart' as http;
import 'package:http_parser/http_parse... | 4 |
siyadjr/weather_breez | 1eb5ad9 | lib/view/home/Widgets/recent_search_maker.dart | Dart | www.github.com/siyadjr/weather_breez/tree/main/lib/view/home/Widgets/recent_search_maker.dart | https://raw.githubusercontent.com/siyadjr/weather_breez/1eb5ad9/lib/view/home/Widgets/recent_search_maker.dart | siyadjr/weather_breez 1eb5ad9 lib/view/home/Widgets/recent_search_maker.dart | true | 200 | 1,432 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:weatherbreez/controller/home_screen_provider.dart';
import 'package:weatherbreez/view/home/Widgets/recent_search_container.dart';
class RecentSearchMaker extends StatelessWidget {
final HomeScreenProvider provider;
co... | 1 |
sid-Dbot/to_do_app_sqflite | deee271 | lib/emo.dart | Dart | www.github.com/sid-Dbot/to_do_app_sqflite/tree/main/lib/emo.dart | https://raw.githubusercontent.com/sid-Dbot/to_do_app_sqflite/deee271/lib/emo.dart | sid-Dbot/to_do_app_sqflite deee271 lib/emo.dart | true | 200 | 344 | import 'package:http/http.dart' as http;
import 'package:flutter/material.dart';
class Demo extends StatelessWidget {
const Demo({super.key});
_getData() async {
var response =
await http.get(Uri.parse('https://localhost:5001/api/users'));
}
@override
Widget build(BuildContext context) {
r... | 6 |
Eeap/Mobile-Billing-Dashboard | 8a8c913 | lib/src/domain/models/responses/alert_setting_response.dart | Dart | www.github.com/Eeap/Mobile-Billing-Dashboard/tree/main/lib/src/domain/models/responses/alert_setting_response.dart | https://raw.githubusercontent.com/Eeap/Mobile-Billing-Dashboard/8a8c913/lib/src/domain/models/responses/alert_setting_response.dart | Eeap/Mobile-Billing-Dashboard 8a8c913 lib/src/domain/models/responses/alert_setting_response.dart | true | 200 | 495 | import 'package:equatable/equatable.dart';
import 'package:json_annotation/json_annotation.dart';
@JsonSerializable()
class AlertSettingResponse extends Equatable {
final String message;
AlertSettingResponse({
required this.message,
});
factory AlertSettingResponse.fromJson(Map<String, dynamic> map) {
... | 3 |
akhilbabu759/gtreansalte | 0e6875b | lib/page/home/service/home_service.dart | Dart | www.github.com/akhilbabu759/gtreansalte/tree/main/lib/page/home/service/home_service.dart | https://raw.githubusercontent.com/akhilbabu759/gtreansalte/0e6875b/lib/page/home/service/home_service.dart | akhilbabu759/gtreansalte 0e6875b lib/page/home/service/home_service.dart | true | 200 | 3,571 | import 'dart:convert';
import 'dart:developer';
import 'package:z_translate/common/api/base_url.dart';
import 'package:z_translate/common/api/end_url.dart';
import 'package:dio/dio.dart';
import 'package:z_translate/page/home/model/home_model.dart';
class HomeService{
Future<String> detectLanguage(String text) asyn... | 0 |
astridtroz/bmi_calculator | 06f4147 | lib/main.dart | Dart | www.github.com/astridtroz/bmi_calculator/tree/main/lib/main.dart | https://raw.githubusercontent.com/astridtroz/bmi_calculator/06f4147/lib/main.dart | astridtroz/bmi_calculator 06f4147 lib/main.dart | true | 200 | 517 | import 'package:flutter/material.dart';
import 'package:bmi_calculator/input_page.dart';
void main() => runApp(BMICalculator());
class BMICalculator extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
theme: Th... | 7 |
SanjibBarma/Todo-Flutter | 749fc57 | lib/main.dart | Dart | www.github.com/SanjibBarma/Todo-Flutter/tree/main/lib/main.dart | https://raw.githubusercontent.com/SanjibBarma/Todo-Flutter/749fc57/lib/main.dart | SanjibBarma/Todo-Flutter 749fc57 lib/main.dart | true | 200 | 682 | import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:sqflite/sqflite.dart';
import 'package:path/path.dart';
import 'package:todo_app/views/TodoListScreen.dart';
import 'helper/DBHelper.dart';
void main() {
runApp(const TodoApp());
}
class TodoApp extends Stateles... | 2 |
Meshdako/Taller3-S22022-CPyD | e6bd7ad | cpyd_app_g1/lib/widget/pokemon_widget.dart | Dart | www.github.com/Meshdako/Taller3-S22022-CPyD/tree/main/cpyd_app_g1/lib/widget/pokemon_widget.dart | https://raw.githubusercontent.com/Meshdako/Taller3-S22022-CPyD/e6bd7ad/cpyd_app_g1/lib/widget/pokemon_widget.dart | Meshdako/Taller3-S22022-CPyD e6bd7ad cpyd_app_g1/lib/widget/pokemon_widget.dart | true | 200 | 1,868 | import 'package:flutter/material.dart';
import 'package:cpyd_app_g1/model/pokemondetail_model.dart';
import '../constant.dart';
class PokemonWidget extends StatelessWidget {
final PokemonDetailModel pokemon;
final VoidCallback onTap;
const PokemonWidget({Key? key, required this.pokemon, required this.onTap})
... | 5 |
KYKY62/counterApp | 96781d9 | lib/main.dart | Dart | www.github.com/KYKY62/counterApp/tree/main/lib/main.dart | https://raw.githubusercontent.com/KYKY62/counterApp/96781d9/lib/main.dart | KYKY62/counterApp 96781d9 lib/main.dart | true | 200 | 1,981 | import 'package:counter_app/routes/page_route.dart';
import 'package:counter_app/routes/route_name.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);
@override
Wi... | 6 |
diegolopezrm/profinder_app | 8254c82 | lib/routes/app_routes.dart | Dart | www.github.com/diegolopezrm/profinder_app/tree/main/lib/routes/app_routes.dart | https://raw.githubusercontent.com/diegolopezrm/profinder_app/8254c82/lib/routes/app_routes.dart | diegolopezrm/profinder_app 8254c82 lib/routes/app_routes.dart | true | 200 | 1,474 | // app_routes.dart
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:profinder_app/widgets/upload_data.dart';
import '../models/category.dart';
import '../screens/category/category_home_screen.dart';
import '../screens/category/category_selection_screen.dart';
import '../screens/lo... | 1 |
naqeeb9a/mindway | f7c8fea | lib/src/auth/time/select_time_screen_new.dart | Dart | www.github.com/naqeeb9a/mindway/tree/main/lib/src/auth/time/select_time_screen_new.dart | https://raw.githubusercontent.com/naqeeb9a/mindway/f7c8fea/lib/src/auth/time/select_time_screen_new.dart | naqeeb9a/mindway f7c8fea lib/src/auth/time/select_time_screen_new.dart | true | 200 | 11,417 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:mindway/src/auth/time/select_time_screen_profile_new.dart';
import 'package:mindway/utils/constants.dart';
import 'package:mindway/utils/display_toast_message.dart';
import 'package:mindway/widgets/custom_async_btn.dart';
import '../... | 3 |
pozadkey/tic_tac_toe_frenzy | 63404df | lib/views/waiting_lobby.dart | Dart | www.github.com/pozadkey/tic_tac_toe_frenzy/tree/main/lib/views/waiting_lobby.dart | https://raw.githubusercontent.com/pozadkey/tic_tac_toe_frenzy/63404df/lib/views/waiting_lobby.dart | pozadkey/tic_tac_toe_frenzy 63404df lib/views/waiting_lobby.dart | true | 200 | 3,279 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:provider/provider.dart';
import '../components/custom_textfield.dart';
import '../provider/room_data_provider.dart';
import '../responsive/responsive.dart';
class WaitingLobby extends StatefulWidget {
const WaitingLobby(... | 4 |
211125/arquitectura-limpia. | ece0f78 | lib/users/presentations/pages/registration_page.dart | Dart | www.github.com/211125/arquitectura-limpia./tree/main/lib/users/presentations/pages/registration_page.dart | https://raw.githubusercontent.com/211125/arquitectura-limpia./ece0f78/lib/users/presentations/pages/registration_page.dart | 211125/arquitectura-limpia. ece0f78 lib/users/presentations/pages/registration_page.dart | true | 200 | 6,627 | import 'package:flutter/material.dart';
import 'package:flutter_application_1/users/presentations/pages/registerCredential.dart';
import 'package:flutter_application_1/users/presentations/pages/registration2_page.dart';
import 'package:flutter_application_1/users/presentations/pages/widgets/widgets.dart';
import 'p... | 0 |
Dhvin/PowerChart-Bi | b7b416f | flutter-power-bi/power_bi_chart/lib/model/bi_notification_page.dart | Dart | www.github.com/Dhvin/PowerChart-Bi/tree/main/flutter-power-bi/power_bi_chart/lib/model/bi_notification_page.dart | https://raw.githubusercontent.com/Dhvin/PowerChart-Bi/b7b416f/flutter-power-bi/power_bi_chart/lib/model/bi_notification_page.dart | Dhvin/PowerChart-Bi b7b416f flutter-power-bi/power_bi_chart/lib/model/bi_notification_page.dart | true | 200 | 1,955 | import 'package:flutter/material.dart';
import 'package:power_bi_chart/bottom_bar.dart';
import 'package:power_bi_chart/theme/bi_theme.dart' as Theme;
class BiNotificationPage extends StatefulWidget {
@override
BiNotificationPageState createState() => BiNotificationPageState();
}
class BiNotificationPage... | 7 |
nautiii/dreavy | 1a89ea7 | lib/ui/login/validators.dart | Dart | www.github.com/nautiii/dreavy/tree/main/lib/ui/login/validators.dart | https://raw.githubusercontent.com/nautiii/dreavy/1a89ea7/lib/ui/login/validators.dart | nautiii/dreavy 1a89ea7 lib/ui/login/validators.dart | true | 200 | 1,106 | class Validators {
static String? validateEmail(String? value) {
return (value == null || value.isEmpty)
? 'This field is required, please enter a valid email'
: (!RegExp(r'^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([... | 2 |
ADK-5/BingeTime | 3f55ab2 | lib/auth_screens/signUp.dart | Dart | www.github.com/ADK-5/BingeTime/tree/main/lib/auth_screens/signUp.dart | https://raw.githubusercontent.com/ADK-5/BingeTime/3f55ab2/lib/auth_screens/signUp.dart | ADK-5/BingeTime 3f55ab2 lib/auth_screens/signUp.dart | true | 200 | 2,923 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:moviesapp/auth.dart';
import 'package:moviesapp/homePage.dart';
import 'package:moviesapp/utils/textField.dart';
class SignUpPage extends StatefulWidget {
final VoidCallback onLogin;
const SignUpPage({Key? key,... | 5 |
Sinit000/hotel-attendance-admin | c289861 | lib/src/feature/position/bloc/position_bloc.dart | Dart | www.github.com/Sinit000/hotel-attendance-admin/tree/main/lib/src/feature/position/bloc/position_bloc.dart | https://raw.githubusercontent.com/Sinit000/hotel-attendance-admin/c289861/lib/src/feature/position/bloc/position_bloc.dart | Sinit000/hotel-attendance-admin c289861 lib/src/feature/position/bloc/position_bloc.dart | true | 200 | 4,911 | import 'dart:developer';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:hotle_attendnce_admin/src/feature/position/model/position_model.dart';
import 'package:hotle_attendnce_admin/src/feature/position/repository/position_repository.dart';
import 'index.dart';
class PositionBlc extends Bloc<Position... | 1 |
NurhayatYurtaslan/data-structures-and-algorithms-in-dart | 12472b7 | trees/ten_example/ninth_example.dart | Dart | www.github.com/NurhayatYurtaslan/data-structures-and-algorithms-in-dart/tree/main/trees/ten_example/ninth_example.dart | https://raw.githubusercontent.com/NurhayatYurtaslan/data-structures-and-algorithms-in-dart/12472b7/trees/ten_example/ninth_example.dart | NurhayatYurtaslan/data-structures-and-algorithms-in-dart 12472b7 trees/ten_example/ninth_example.dart | true | 200 | 2,352 | class TreeNode {
int value;
TreeNode? left;
TreeNode? right;
int height;
TreeNode(this.value) : height = 1;
}
class AVLTree {
TreeNode? root;
int height(TreeNode? node) {
return node?.height ?? 0;
}
int max(int a, int b) {
return (a > b) ? a : b;
}
TreeNode? rotateRight(TreeNode? y) {... | 6 |
viinynunes/controle-pedidos | 946acc7 | lib/src/modules/order/presenter/stores/order_controller.dart | Dart | www.github.com/viinynunes/controle-pedidos/tree/main/lib/src/modules/order/presenter/stores/order_controller.dart | https://raw.githubusercontent.com/viinynunes/controle-pedidos/946acc7/lib/src/modules/order/presenter/stores/order_controller.dart | viinynunes/controle-pedidos 946acc7 lib/src/modules/order/presenter/stores/order_controller.dart | true | 200 | 6,312 | import 'dart:async';
import 'dart:developer';
import 'package:controle_pedidos/src/domain/entities/client.dart';
import 'package:controle_pedidos/src/domain/entities/product.dart';
import 'package:controle_pedidos/src/modules/order/domain/usecase/i_order_usecase.dart';
import 'package:controle_pedidos/src/modules/orde... | 3 |
Bibek-bohora/top-widets | b9641a6 | allwidgets/lib/CuppertinoContextMenu.dart | Dart | www.github.com/Bibek-bohora/top-widets/tree/main/allwidgets/lib/CuppertinoContextMenu.dart | https://raw.githubusercontent.com/Bibek-bohora/top-widets/b9641a6/allwidgets/lib/CuppertinoContextMenu.dart | Bibek-bohora/top-widets b9641a6 allwidgets/lib/CuppertinoContextMenu.dart | true | 200 | 1,869 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
//widgets_10
//circleAvtars
//neeed widgets
//SizedBox
//CuppertinoContextActionMenu
void main() {
runApp(MaterialApp(
debugShowCheckedModeBanner: false,
home: CheckedBoox(),
));
}
class CheckedBoox extends StatefulWidget {
... | 4 |
apetroaeiandrei/local_bites | af21b79 | lib/feedback/feedback_state.dart | Dart | www.github.com/apetroaeiandrei/local_bites/tree/main/lib/feedback/feedback_state.dart | https://raw.githubusercontent.com/apetroaeiandrei/local_bites/af21b79/lib/feedback/feedback_state.dart | apetroaeiandrei/local_bites af21b79 lib/feedback/feedback_state.dart | true | 200 | 896 | part of 'feedback_cubit.dart';
enum FeedbackStatus {
initial,
sending,
sent,
error,
}
class FeedbackState extends Equatable {
final bool? restaurantFeedback;
final bool? courierFeedback;
final FeedbackStatus status;
final UserOrder userOrder;
@override
List<Object?> get props => [restaurantFeedba... | 7 |
PTR-Ubewikkrama/rvi_analyzer_v2 | 868aab4 | mobile_app/lib/domain/ModeSixResp.dart | Dart | www.github.com/PTR-Ubewikkrama/rvi_analyzer_v2/tree/main/mobile_app/lib/domain/ModeSixResp.dart | https://raw.githubusercontent.com/PTR-Ubewikkrama/rvi_analyzer_v2/868aab4/mobile_app/lib/domain/ModeSixResp.dart | PTR-Ubewikkrama/rvi_analyzer_v2 868aab4 mobile_app/lib/domain/ModeSixResp.dart | true | 200 | 818 | import 'package:rvi_analyzer/common/key_box.dart';
import 'package:rvi_analyzer/repository/entity/mode_six_entity.dart';
class ModeSixResp {
final String status;
final String statusDescription;
List<ModeSix> sessions;
ModeSixResp(
{required this.status,
required this.statusDescription,
requi... | 0 |
tanyapog/luggage_organizer | b098968 | lib/global/presentation/theme/app_icon.dart | Dart | www.github.com/tanyapog/luggage_organizer/tree/main/lib/global/presentation/theme/app_icon.dart | https://raw.githubusercontent.com/tanyapog/luggage_organizer/b098968/lib/global/presentation/theme/app_icon.dart | tanyapog/luggage_organizer b098968 lib/global/presentation/theme/app_icon.dart | true | 200 | 552 | import 'package:flutter/material.dart';
import 'app_colors.dart';
class AppIcon {
AppIcon._();
static const _kFontFam = 'AppIcon';
static const String? _kFontPkg = null;
static const IconData sad = IconData(0xe855, fontFamily: _kFontFam, fontPackage: _kFontPkg);
}
class Icon24 extends StatelessWidget {
f... | 1 |
Sehrishsm/adv_landing_job | 72550ce | test/data/datasource/on_boarding_local_data_source_test.dart | Dart | www.github.com/Sehrishsm/adv_landing_job/tree/main/test/data/datasource/on_boarding_local_data_source_test.dart | https://raw.githubusercontent.com/Sehrishsm/adv_landing_job/72550ce/test/data/datasource/on_boarding_local_data_source_test.dart | Sehrishsm/adv_landing_job 72550ce test/data/datasource/on_boarding_local_data_source_test.dart | true | 200 | 2,588 | import 'package:adv_job_landing/core/errors/exception.dart';
import 'package:adv_job_landing/src/on_boarding/data/datasources/on_boarding_local_data_source.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mocktail/mocktail.dart';
import 'package:shared_preferences/shared_preferences.dart';
class... | 2 |
CyberWake/movie_db | ea753be | lib/ui/splash_screen.dart | Dart | www.github.com/CyberWake/movie_db/tree/main/lib/ui/splash_screen.dart | https://raw.githubusercontent.com/CyberWake/movie_db/ea753be/lib/ui/splash_screen.dart | CyberWake/movie_db ea753be lib/ui/splash_screen.dart | true | 200 | 1,096 | import 'package:flutter/material.dart';
import 'package:movie_db/business_logic/utils/helpers/extensions.dart';
import 'package:movie_db/business_logic/view_models/splash_screen_view_model.dart';
import 'package:movie_db/services/service_locator.dart';
import 'package:movie_db/ui/base_view.dart';
class SplashScreen ex... | 6 |
Bossman-Obboye/NX-Commerce | 905d3c4 | lib/features/shop/screens/order/order.dart | Dart | www.github.com/Bossman-Obboye/NX-Commerce/tree/main/lib/features/shop/screens/order/order.dart | https://raw.githubusercontent.com/Bossman-Obboye/NX-Commerce/905d3c4/lib/features/shop/screens/order/order.dart | Bossman-Obboye/NX-Commerce 905d3c4 lib/features/shop/screens/order/order.dart | true | 200 | 730 | import 'package:flutter/material.dart';
import 'package:nx_commerce/common/widgets/appbar/appbar.dart';
import 'package:nx_commerce/features/shop/screens/order/widgets/order_list.dart';
import '../../../../utils/constants/sizes.dart';
class OrderScreen extends StatelessWidget {
const OrderScreen({super.key});
@... | 5 |
Daeviz15/SkillSwap | 6d6bbfc | lib/widgets/for_you.dart | Dart | www.github.com/Daeviz15/SkillSwap/tree/main/lib/widgets/for_you.dart | https://raw.githubusercontent.com/Daeviz15/SkillSwap/6d6bbfc/lib/widgets/for_you.dart | Daeviz15/SkillSwap 6d6bbfc lib/widgets/for_you.dart | true | 200 | 1,925 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
class ForYou extends StatelessWidget {
const ForYou(
{super.key,
required this.you,
required this.all,
required this.txtThree,
required this.seeAll});
final String you;
final String all;
fina... | 3 |
Vishwa-Karthik/CryptoCurrency-App | f350a6a | lib/update_profile.dart | Dart | www.github.com/Vishwa-Karthik/CryptoCurrency-App/tree/main/lib/update_profile.dart | https://raw.githubusercontent.com/Vishwa-Karthik/CryptoCurrency-App/f350a6a/lib/update_profile.dart | Vishwa-Karthik/CryptoCurrency-App f350a6a lib/update_profile.dart | true | 200 | 4,229 | // ignore_for_file: prefer_const_constructors, must_be_immutable
import 'package:crypto_app/app_theme.dart';
import 'package:flutter/material.dart';
import 'package:motion_toast/motion_toast.dart';
import 'package:motion_toast/resources/arrays.dart';
import 'package:shared_preferences/shared_preferences.dart';
class ... | 4 |
Sudhanshujbb/ChatApp | a2fbfa4 | lib/main.dart | Dart | www.github.com/Sudhanshujbb/ChatApp/tree/main/lib/main.dart | https://raw.githubusercontent.com/Sudhanshujbb/ChatApp/a2fbfa4/lib/main.dart | Sudhanshujbb/ChatApp a2fbfa4 lib/main.dart | true | 200 | 1,304 | // import 'dart:js_interop';
import 'package:chat_app/screens/auth.dart';
import 'package:chat_app/screens/chat.dart';
import 'package:chat_app/screens/splash.dart';
import 'package:flutter/material.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:firebase_auth/firebase_auth.dart';
imp... | 7 |
qusaizzm/fz_cyber_quiz | 9dc8b88 | lib/ui/screen/intro/splash.dart | Dart | www.github.com/qusaizzm/fz_cyber_quiz/tree/main/lib/ui/screen/intro/splash.dart | https://raw.githubusercontent.com/qusaizzm/fz_cyber_quiz/9dc8b88/lib/ui/screen/intro/splash.dart | qusaizzm/fz_cyber_quiz 9dc8b88 lib/ui/screen/intro/splash.dart | true | 200 | 2,256 | import 'dart:async';
import 'package:animated_text_kit/animated_text_kit.dart';
import 'package:flutter/material.dart';
import 'package:lottie/lottie.dart';
import 'loading.dart';
class SplashScreen extends StatefulWidget {
const SplashScreen({Key? key}) : super(key: key);
@override
State<SplashScreen> create... | 1 |
jocy0412/nemo-flutter | 1bebfa3 | lib/tests/contacts/preferences.dart | Dart | www.github.com/jocy0412/nemo-flutter/tree/main/lib/tests/contacts/preferences.dart | https://raw.githubusercontent.com/jocy0412/nemo-flutter/1bebfa3/lib/tests/contacts/preferences.dart | jocy0412/nemo-flutter 1bebfa3 lib/tests/contacts/preferences.dart | true | 200 | 800 | import '../../models/contacts/user.dart';
Map UserPreferences_db = {
'์ ๊ธ๋ฌ๋ฒ': User(
imagePath: 'http://34.64.217.3:3000/static/junglelover.gif',
nickname: '์ ๊ธ๋ฌ๋ฒ',
introduction: 'Pintos ์ ๋ณต์ ๐',
tag: ['์ฝ๋ฉ์ํ๋์', '์บ ํ', '๋ฒ ์ดํน'],
),
'๋ฐฐ๊ทธ๋ฌ๋ฒ': User(
imagePath: 'http://34.64.217.3:3000/static/bglover.pn... | 0 |
Mak-Lobo/MyBank | 064e498 | lib/custom_widgets/buttons.dart | Dart | www.github.com/Mak-Lobo/MyBank/tree/main/lib/custom_widgets/buttons.dart | https://raw.githubusercontent.com/Mak-Lobo/MyBank/064e498/lib/custom_widgets/buttons.dart | Mak-Lobo/MyBank 064e498 lib/custom_widgets/buttons.dart | true | 200 | 1,047 | import 'package:flutter/material.dart';
class CustomButton extends StatelessWidget {
final dynamic icon;
final String textFeature;
final VoidCallback? onPressed;
const CustomButton(
{super.key, required this.icon, required this.textFeature, this.onPressed});
@override
Widget build(BuildContext cont... | 5 |
VictorTPhan/VolunteerApp | a4c902a | lib/volunteer_event_find.dart | Dart | www.github.com/VictorTPhan/VolunteerApp/tree/main/lib/volunteer_event_find.dart | https://raw.githubusercontent.com/VictorTPhan/VolunteerApp/a4c902a/lib/volunteer_event_find.dart | VictorTPhan/VolunteerApp a4c902a lib/volunteer_event_find.dart | true | 200 | 4,115 | import 'package:date_field/date_field.dart';
import 'package:firebase_database/firebase_database.dart';
import 'package:flutter/material.dart';
import 'package:volunteer_app/volunteer_event_page.dart';
import 'helper.dart';
class VolunteerEventFind extends StatefulWidget {
const VolunteerEventFind({Key? key}) : supe... | 6 |
edianio/simple_clean_arch | e134d1c | lib/src/presentation/screens/task/app_tasks_screen.dart | Dart | www.github.com/edianio/simple_clean_arch/tree/main/lib/src/presentation/screens/task/app_tasks_screen.dart | https://raw.githubusercontent.com/edianio/simple_clean_arch/e134d1c/lib/src/presentation/screens/task/app_tasks_screen.dart | edianio/simple_clean_arch e134d1c lib/src/presentation/screens/task/app_tasks_screen.dart | true | 200 | 5,427 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:simple_clean_arch/src/domain/task/entities/app_task.dart';
import 'package:simple_clean_arch/src/presentation/screens/task/bloc/app_task_bloc.dart';
import 'package:simple_clean_arch/src/presentation/screens/task/bl... | 3 |
iambluebird01/mood_swing | 4d9c063 | lib/screens/favorites_screen.dart | Dart | www.github.com/iambluebird01/mood_swing/tree/main/lib/screens/favorites_screen.dart | https://raw.githubusercontent.com/iambluebird01/mood_swing/4d9c063/lib/screens/favorites_screen.dart | iambluebird01/mood_swing 4d9c063 lib/screens/favorites_screen.dart | true | 200 | 2,010 | import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import '../services/firestore_service.dart';
class FavoritesScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text('My Favorites')),
... | 2 |
sk77-git/bloc_news_app | f0df99e | lib/modules/todos/presentation/screens/todo_list_screen.dart | Dart | www.github.com/sk77-git/bloc_news_app/tree/main/lib/modules/todos/presentation/screens/todo_list_screen.dart | https://raw.githubusercontent.com/sk77-git/bloc_news_app/f0df99e/lib/modules/todos/presentation/screens/todo_list_screen.dart | sk77-git/bloc_news_app f0df99e lib/modules/todos/presentation/screens/todo_list_screen.dart | true | 200 | 985 | import 'package:bloc_news_app/modules/todos/presentation/blocs/todo_bloc.dart';
import 'package:bloc_news_app/modules/todos/presentation/blocs/todo_state.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
class TodoListScreen extends StatelessWidget {
const TodoListScreen... | 4 |
CesarInzunsa/DAM | 38b7e9f | U2/dam_u2_ejercicio05_practica02/lib/app05.dart | Dart | www.github.com/CesarInzunsa/DAM/tree/main/U2/dam_u2_ejercicio05_practica02/lib/app05.dart | https://raw.githubusercontent.com/CesarInzunsa/DAM/38b7e9f/U2/dam_u2_ejercicio05_practica02/lib/app05.dart | CesarInzunsa/DAM 38b7e9f U2/dam_u2_ejercicio05_practica02/lib/app05.dart | true | 200 | 8,089 | import 'dart:math';
import 'package:dam_u2_ejercicio05_practica02/pokemon.dart';
import 'package:flutter/material.dart';
int randomIndex = Random().nextInt(pokemonNames.length);
String adivinaPokemonController = '';
List<Pokemon> pokemonNames = [
Pokemon(name: 'clefable', type: 'hada'),
Pokemon(name: 'cl... | 1 |
ekaterina0sokolova/AFD_public | 5a442c8 | lib/ui_widgets/theme_widget.dart | Dart | www.github.com/ekaterina0sokolova/AFD_public/tree/main/lib/ui_widgets/theme_widget.dart | https://raw.githubusercontent.com/ekaterina0sokolova/AFD_public/5a442c8/lib/ui_widgets/theme_widget.dart | ekaterina0sokolova/AFD_public 5a442c8 lib/ui_widgets/theme_widget.dart | true | 200 | 2,233 | import 'package:flutter/material.dart';
import 'package:a_for_dictation/pages/student/exercise_page.dart';
class ThemeWidget extends StatelessWidget {
final String themeId;
final String themeName;
final String themeData;
final List<String> args;
ThemeWidget({required this.themeId, required this.themeName, r... | 7 |
SuryaCinnadurai/hotel_kitchen_management | ce578d7 | lib/screen/authentication/home.dart | Dart | www.github.com/SuryaCinnadurai/hotel_kitchen_management/tree/main/lib/screen/authentication/home.dart | https://raw.githubusercontent.com/SuryaCinnadurai/hotel_kitchen_management/ce578d7/lib/screen/authentication/home.dart | SuryaCinnadurai/hotel_kitchen_management ce578d7 lib/screen/authentication/home.dart | true | 200 | 1,841 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_messaging/firebase_messaging.dart';
import 'package:flutter/material.dart';
import 'package:hotel_kitchen_management/screen/admin/dashboard.dart';
import 'package:hotel_kitchen_management/s... | 0 |
MuhamedUssama/Route-e-Commerce | 5b64630 | lib/ui/screens/auth/login/login_screen.dart | Dart | www.github.com/MuhamedUssama/Route-e-Commerce/tree/main/lib/ui/screens/auth/login/login_screen.dart | https://raw.githubusercontent.com/MuhamedUssama/Route-e-Commerce/5b64630/lib/ui/screens/auth/login/login_screen.dart | MuhamedUssama/Route-e-Commerce 5b64630 lib/ui/screens/auth/login/login_screen.dart | true | 200 | 8,136 | import 'package:e_commerce/di/di.dart';
import 'package:e_commerce/ui/screens/auth/login/login_view_model.dart';
import 'package:e_commerce/ui/screens/auth/sign_up/sign_up_screen.dart';
import 'package:e_commerce/ui/screens/tabs/main_screen.dart';
import 'package:e_commerce/ui/utils/constants/image_constats.dart';
impo... | 5 |
BekyH/music_player | 0d0d197 | lib/presentation/widgets/music_card.dart | Dart | www.github.com/BekyH/music_player/tree/main/lib/presentation/widgets/music_card.dart | https://raw.githubusercontent.com/BekyH/music_player/0d0d197/lib/presentation/widgets/music_card.dart | BekyH/music_player 0d0d197 lib/presentation/widgets/music_card.dart | true | 200 | 911 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:music_player/domain/entities/audio_file.dart';
class MusicCard extends StatelessWidget {
final AudioFile audioFile;
const MusicCard({ Key? key, required this.audioFile }) : super(key: key);
@overr... | 6 |
joka-solutions/x_sport_mobile | c2b41a5 | lib/domain/usecase/user_usecase/sign_in_usecase.dart | Dart | www.github.com/joka-solutions/x_sport_mobile/tree/main/lib/domain/usecase/user_usecase/sign_in_usecase.dart | https://raw.githubusercontent.com/joka-solutions/x_sport_mobile/c2b41a5/lib/domain/usecase/user_usecase/sign_in_usecase.dart | joka-solutions/x_sport_mobile c2b41a5 lib/domain/usecase/user_usecase/sign_in_usecase.dart | true | 200 | 376 | import 'package:dartz/dartz.dart';
import '../../../core/error/failure.dart';
import '../../../data/dtos/user_dto/user_dto.dart';
import '../../repository/base_user_repository.dart';
class SignInUseCase {
final BaseUserRepository repository;
SignInUseCase(this.repository);
Future<Either<Failure, UserDto>> cal... | 3 |
xedeveloper/tag_it | 640e912 | lib/widgets/navigation_bar/app_navigation_bar.dart | Dart | www.github.com/xedeveloper/tag_it/tree/main/lib/widgets/navigation_bar/app_navigation_bar.dart | https://raw.githubusercontent.com/xedeveloper/tag_it/640e912/lib/widgets/navigation_bar/app_navigation_bar.dart | xedeveloper/tag_it 640e912 lib/widgets/navigation_bar/app_navigation_bar.dart | true | 200 | 2,329 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:tag_it/core/constants/images.dart';
import 'package:tag_it/theme/app_theme.dart';
class AppNavigationBar extends StatefulWidget {
final Function(int index) onPageSelection;
... | 2 |
D02-PBP-2024/RasaPalembangMobile | 39412e2 | lib/screens/authentication/profile.dart | Dart | www.github.com/D02-PBP-2024/RasaPalembangMobile/tree/main/lib/screens/authentication/profile.dart | https://raw.githubusercontent.com/D02-PBP-2024/RasaPalembangMobile/39412e2/lib/screens/authentication/profile.dart | D02-PBP-2024/RasaPalembangMobile 39412e2 lib/screens/authentication/profile.dart | true | 200 | 13,062 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:provider/provider.dart';
import 'package:rasapalembang/models/restoran.dart';
import 'package:rasapalembang/models/ulasan.dart';
import 'package:rasapalembang/screens... | 4 |
amaz11/dfsdfs | 0498751 | lib/module/home/controller/landing_controller.dart | Dart | www.github.com/amaz11/dfsdfs/tree/main/lib/module/home/controller/landing_controller.dart | https://raw.githubusercontent.com/amaz11/dfsdfs/0498751/lib/module/home/controller/landing_controller.dart | amaz11/dfsdfs 0498751 lib/module/home/controller/landing_controller.dart | true | 200 | 4,280 | // ignore: file_names
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:intl/intl.dart';
import 'package:trealapp/core/utils/dialog_utils.dart';
import 'package:trealapp/module/auth/repo/auth_repo.dart';
import 'package:trealapp/module/home/model/approver_check_... | 1 |
getrod/interleaf | 86ffb2d | lib/src/util/deck_json_conversion.dart | Dart | www.github.com/getrod/interleaf/tree/main/lib/src/util/deck_json_conversion.dart | https://raw.githubusercontent.com/getrod/interleaf/86ffb2d/lib/src/util/deck_json_conversion.dart | getrod/interleaf 86ffb2d lib/src/util/deck_json_conversion.dart | true | 200 | 1,607 | import '../models/deck.dart';
import '../models/index_card.dart';
class DeckJsonConversion {
static List<Map<String, dynamic>> cardsToJson(List<IndexCard> cards) {
List<Map<String, dynamic>> content = [];
for (int i = 0; i < cards.length; i++) {
Map<String, dynamic> card = {
"fr... | 7 |
masilaVictor/newamaAdmin | cc00fa6 | lib/main.dart | Dart | www.github.com/masilaVictor/newamaAdmin/tree/main/lib/main.dart | https://raw.githubusercontent.com/masilaVictor/newamaAdmin/cc00fa6/lib/main.dart | masilaVictor/newamaAdmin cc00fa6 lib/main.dart | true | 200 | 1,345 | import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:newama2/auth/flushscreen.dart';
import 'package:newama2/auth/test.dart';
// import 'package:awesome_notifications/awesome_notifications.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
/... | 0 |
RedAlf121/muestreo-parcelas-lib | 9b898c8 | bd/general_query.dart | Dart | www.github.com/RedAlf121/muestreo-parcelas-lib/tree/main/bd/general_query.dart | https://raw.githubusercontent.com/RedAlf121/muestreo-parcelas-lib/9b898c8/bd/general_query.dart | RedAlf121/muestreo-parcelas-lib 9b898c8 bd/general_query.dart | true | 200 | 1,021 | import 'dart:convert';
import 'package:muestreo_parcelas/utils/config.dart';
import 'package:postgres/postgres.dart';
//prueba momentanea xq coger los datos de un json no funciona correctamente
abstract class GeneralQuery {
Future<Map<String,dynamic>> execute<PostgreSQLResult>(
{required String query,
... | 5 |
CSID-DGU/2023-1-OSSP2-WeAreBility-3 | dde444e | frontend/naemansan/lib/widgets/comment.dart | Dart | www.github.com/CSID-DGU/2023-1-OSSP2-WeAreBility-3/tree/main/frontend/naemansan/lib/widgets/comment.dart | https://raw.githubusercontent.com/CSID-DGU/2023-1-OSSP2-WeAreBility-3/dde444e/frontend/naemansan/lib/widgets/comment.dart | CSID-DGU/2023-1-OSSP2-WeAreBility-3 dde444e frontend/naemansan/lib/widgets/comment.dart | true | 200 | 4,287 | import 'package:flutter/material.dart';
import 'package:naemansan/services/login_api_service.dart';
import 'package:naemansan/screens/comment_edit.dart';
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
import 'package:naemansan/services/mypage_api_service.dart';
// ์ฐ์ฑ
๋ก ๋ํ
์ผ ํ์ด์ง์์ ๋๊ธ ๋ณผ ๋ ์ฌ์ฉ
class C... | 6 |
RanaKirtan-bit/cnc_admin | 9248e05 | lib/screens/main_category_screen.dart | Dart | www.github.com/RanaKirtan-bit/cnc_admin/tree/main/lib/screens/main_category_screen.dart | https://raw.githubusercontent.com/RanaKirtan-bit/cnc_admin/9248e05/lib/screens/main_category_screen.dart | RanaKirtan-bit/cnc_admin 9248e05 lib/screens/main_category_screen.dart | true | 200 | 5,562 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:cnc_admin/firebase_service.dart';
import 'package:cnc_admin/widgets/main_categories_list_widget.dart';
import 'package:flutter/material.dart';
import 'package:flutter_easyloading/flutter_easyloading.dart';
class MainCategoryScreen extends StatefulW... | 3 |
tieulang2k2/QR--VKU | 2a72744 | lib/models/student.dart | Dart | www.github.com/tieulang2k2/QR--VKU/tree/main/lib/models/student.dart | https://raw.githubusercontent.com/tieulang2k2/QR--VKU/2a72744/lib/models/student.dart | tieulang2k2/QR--VKU 2a72744 lib/models/student.dart | true | 200 | 2,000 | class Student {
final String studentCode;
final String password;
final String? cccd;
final String name;
final dynamic majors;
final dynamic khoa;
final dynamic curriculum;
final String? method;
final String? birthDay;
final String? email;
final String? phoneNumber;
final String? familyPoneNumber... | 2 |
Fatima2020-hash/TabibiNet-1 | 1e19f59 | lib/Screens/DoctorScreens/AppointmentReminderScreen/appointment_reminder_screen.dart | Dart | www.github.com/Fatima2020-hash/TabibiNet-1/tree/main/lib/Screens/DoctorScreens/AppointmentReminderScreen/appointment_reminder_screen.dart | https://raw.githubusercontent.com/Fatima2020-hash/TabibiNet-1/1e19f59/lib/Screens/DoctorScreens/AppointmentReminderScreen/appointment_reminder_screen.dart | Fatima2020-hash/TabibiNet-1 1e19f59 lib/Screens/DoctorScreens/AppointmentReminderScreen/appointment_reminder_screen.dart | true | 200 | 5,212 | import 'dart:developer';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:get/get_core/src/get_main.dart';
import 'package:get/get_navigation/get_navigation.dart';
import 'package:sizer/sizer.dart';
import 'package:tabibinet_project/Screens/DoctorScreens/Ap... | 4 |
MahalulKarim/e_office_app | 5746feb | lib/common/models/materi_response.dart | Dart | www.github.com/MahalulKarim/e_office_app/tree/main/lib/common/models/materi_response.dart | https://raw.githubusercontent.com/MahalulKarim/e_office_app/5746feb/lib/common/models/materi_response.dart | MahalulKarim/e_office_app 5746feb lib/common/models/materi_response.dart | true | 200 | 2,570 | // To parse this JSON data, do
//
// final materiResponse = materiResponseFromJson(jsonString);
import 'dart:convert';
MateriResponse materiResponseFromJson(String str) =>
MateriResponse.fromJson(json.decode(str));
String materiResponseToJson(MateriResponse data) => json.encode(data.toJson());
class MateriR... | 1 |
blaze-b/poc-strapi | bc1e321 | my_grocery/lib/service/auth_service.dart | Dart | www.github.com/blaze-b/poc-strapi/tree/main/my_grocery/lib/service/auth_service.dart | https://raw.githubusercontent.com/blaze-b/poc-strapi/bc1e321/my_grocery/lib/service/auth_service.dart | blaze-b/poc-strapi bc1e321 my_grocery/lib/service/auth_service.dart | true | 200 | 2,319 | import 'dart:convert';
import 'package:hive/hive.dart';
import 'package:http/http.dart' as http;
import 'package:my_grocery/const.dart';
import 'package:my_grocery/model/user.dart';
class RemoteAuthService {
var client = http.Client();
Future<dynamic> signUp({
required String email,
required String passw... | 7 |
User12Col/gg_map_api | 83595a0 | lib/map.dart | Dart | www.github.com/User12Col/gg_map_api/tree/main/lib/map.dart | https://raw.githubusercontent.com/User12Col/gg_map_api/83595a0/lib/map.dart | User12Col/gg_map_api 83595a0 lib/map.dart | true | 200 | 6,009 | import 'dart:async';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:geolocator/geolocator.dart';
import 'package:gg_map_api/location.dart';
import 'package:gg_map_api/service.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
import 'package:google_m... | 5 |
hiepchau/NFCEWallet | 8296722 | lib/data/repositories/wallet_repo.dart | Dart | www.github.com/hiepchau/NFCEWallet/tree/main/lib/data/repositories/wallet_repo.dart | https://raw.githubusercontent.com/hiepchau/NFCEWallet/8296722/lib/data/repositories/wallet_repo.dart | hiepchau/NFCEWallet 8296722 lib/data/repositories/wallet_repo.dart | true | 200 | 1,812 | import 'package:event_bus/event_bus.dart';
import 'package:logger/logger.dart';
import 'package:nfc_e_wallet/data/model/user.dart';
import 'package:shared_preferences/shared_preferences.dart';
import '../model/wallet.dart';
import '../remote/app_service.dart';
import '../remote/request_factory.dart';
class WalletRepo... | 0 |
mziyandajoko/backendless_notesApp | 12f1d29 | lib/services/navigation_and_dialog_service.dart | Dart | www.github.com/mziyandajoko/backendless_notesApp/tree/main/lib/services/navigation_and_dialog_service.dart | https://raw.githubusercontent.com/mziyandajoko/backendless_notesApp/12f1d29/lib/services/navigation_and_dialog_service.dart | mziyandajoko/backendless_notesApp 12f1d29 lib/services/navigation_and_dialog_service.dart | true | 200 | 1,077 | import 'package:another_flushbar/flushbar.dart';
import 'package:flutter/material.dart';
final GlobalKey<NavigatorState> navigatorKey = GlobalKey<NavigatorState>();
class NavigationAndDialogService {
Future<dynamic> navigateTo(String routeName) {
return navigatorKey.currentState!.pushNamed(routeName);
... | 6 |
liwangivone/Latihan-Linked-List-Dart | 77398ed | Tugas Linked List/ivone.dart | Dart | www.github.com/liwangivone/Latihan-Linked-List-Dart/tree/main/Tugas Linked List/ivone.dart | https://raw.githubusercontent.com/liwangivone/Latihan-Linked-List-Dart/77398ed/Tugas%20Linked%20List/ivone.dart | liwangivone/Latihan-Linked-List-Dart 77398ed Tugas Linked List/ivone.dart | true | 200 | 5,342 | import 'dart:async';
import 'dart:collection';
import 'dart:io';
import 'dart:math';
// ANSI escape codes
const String clearScreen = "\x1B[2J\x1B[H";
const String hideCursor = "\x1B[?25l";
const String showCursor = "\x1B[?25h";
const String resetCursor = "\x1B[H"; // Menaruh kursor di posisi (0,0)
const String resetCo... | 3 |
openskynet/openskynet-flutter | 8a49b12 | lib/di.dart | Dart | www.github.com/openskynet/openskynet-flutter/tree/main/lib/di.dart | https://raw.githubusercontent.com/openskynet/openskynet-flutter/8a49b12/lib/di.dart | openskynet/openskynet-flutter 8a49b12 lib/di.dart | true | 200 | 47,635 | import 'package:foss_wallet/anonpay/anonpay_api.dart';
import 'package:foss_wallet/anonpay/anonpay_info_base.dart';
import 'package:foss_wallet/anonpay/anonpay_invoice_info.dart';
import 'package:foss_wallet/buy/onramper/onramper_buy_provider.dart';
import 'package:foss_wallet/buy/payfura/payfura_buy_provider.dart';
im... | 2 |
G-Glez/flutter_api | 7d86549 | lib/src/network/implementations/connectivity_plus_network.dart | Dart | www.github.com/G-Glez/flutter_api/tree/main/lib/src/network/implementations/connectivity_plus_network.dart | https://raw.githubusercontent.com/G-Glez/flutter_api/7d86549/lib/src/network/implementations/connectivity_plus_network.dart | G-Glez/flutter_api 7d86549 lib/src/network/implementations/connectivity_plus_network.dart | true | 200 | 1,661 | import 'package:connectivity_plus/connectivity_plus.dart';
import 'package:ggc_package/src/annotations/annotations.dart';
import '../interfaces/network_connection.dart';
import '../models/network_type.dart';
/// [NetworkConnection] implementation.
///
/// Uses the [connectivity_plus](https://pub.dev/packages/connecti... | 7 |
TomiSzabo00/TiszAppFlutter | 152ebf8 | lib/views/quiz/quiz_screen.dart | Dart | www.github.com/TomiSzabo00/TiszAppFlutter/tree/main/lib/views/quiz/quiz_screen.dart | https://raw.githubusercontent.com/TomiSzabo00/TiszAppFlutter/152ebf8/lib/views/quiz/quiz_screen.dart | TomiSzabo00/TiszAppFlutter 152ebf8 lib/views/quiz/quiz_screen.dart | true | 200 | 5,478 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:tiszapp_flutter/colors.dart';
import 'package:tiszapp_flutter/models/quiz/quiz_state.dart';
import 'package:tiszapp_flutter/viewmodels/quiz/quiz_viewmodel.dart';
import 'package:tiszapp_flutter/widgets/3d_button.dart';
impo... | 5 |
maissachemkhi/beecoders | 00e9277 | lib/views/landing_page.dart | Dart | www.github.com/maissachemkhi/beecoders/tree/main/lib/views/landing_page.dart | https://raw.githubusercontent.com/maissachemkhi/beecoders/00e9277/lib/views/landing_page.dart | maissachemkhi/beecoders 00e9277 lib/views/landing_page.dart | true | 200 | 10,949 | import 'package:flutter/material.dart';
import 'admin_page.dart';
class LandingPage extends StatelessWidget {
const LandingPage({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: PreferredSize(
preferredSize: const Size.fromHeight(50),
child: AppBar(
... | 0 |
vcnt1/xepa | 5204ceb | lib/app/model/error.dart | Dart | www.github.com/vcnt1/xepa/tree/main/lib/app/model/error.dart | https://raw.githubusercontent.com/vcnt1/xepa/5204ceb/lib/app/model/error.dart | vcnt1/xepa 5204ceb lib/app/model/error.dart | true | 200 | 358 | import 'package:flutter/foundation.dart';
import 'package:xepa/app/config/enums.dart';
class MyError implements Exception {
final ErrorType type;
final String? errorMessage;
MyError({
required this.type,
this.errorMessage,
}) {
if (kDebugMode) {
print(errorMessage);
}
}
String errMs... | 4 |
frdnhmrf/complete_flutter_course | a553692 | ecommerce_app_feature_first/test/src/features/authentication/auth_robot.dart | Dart | www.github.com/frdnhmrf/complete_flutter_course/tree/main/ecommerce_app_feature_first/test/src/features/authentication/auth_robot.dart | https://raw.githubusercontent.com/frdnhmrf/complete_flutter_course/a553692/ecommerce_app_feature_first/test/src/features/authentication/auth_robot.dart | frdnhmrf/complete_flutter_course a553692 ecommerce_app_feature_first/test/src/features/authentication/auth_robot.dart | true | 200 | 4,395 | import 'package:ecommerce_app/src/common_widgets/alert_dialogs.dart';
import 'package:ecommerce_app/src/common_widgets/primary_button.dart';
import 'package:ecommerce_app/src/features/authentication/data/fake_auth_repository.dart';
import 'package:ecommerce_app/src/features/authentication/presentation/account/account_s... | 6 |
weaamokok/photo_zone | 6cb8793 | lib/utils/theme.dart | Dart | www.github.com/weaamokok/photo_zone/tree/main/lib/utils/theme.dart | https://raw.githubusercontent.com/weaamokok/photo_zone/6cb8793/lib/utils/theme.dart | weaamokok/photo_zone 6cb8793 lib/utils/theme.dart | true | 200 | 2,798 | import 'package:flex_color_scheme/flex_color_scheme.dart';
import 'package:flutter/material.dart';
class AppTheme {
static ThemeData get appTheme => FlexThemeData.light(
bottomAppBarElevation: 0, fontFamily: 'Cairo',
colors: const FlexSchemeColor(
primary: Color(0xffE6A4B4),
prima... | 3 |
Archanciel/CircaPlanApp | 15bb47c | test_driver_exclude/chat_gpt_main_integration.dart | Dart | www.github.com/Archanciel/CircaPlanApp/tree/main/test_driver_exclude/chat_gpt_main_integration.dart | https://raw.githubusercontent.com/Archanciel/CircaPlanApp/15bb47c/test_driver_exclude/chat_gpt_main_integration.dart | Archanciel/CircaPlanApp 15bb47c test_driver_exclude/chat_gpt_main_integration.dart | true | 200 | 673 | // test_driver/app.dart
import 'package:flutter/material.dart';
import 'package:flutter_driver/driver_extension.dart';
import 'package:circa_plan/chat_gpt_main.dart';
import 'package:circa_plan/buslog/transfer_data_view_model.dart';
void main() {
// This line enables the extension
enableFlutterDriverExtension();
... | 2 |
ACICT-DEPI/SHR1_SWD4_S2e-Sakkiny | e8c63cd | lib/features/user_property/data/model/user_property_model/user_property_model.dart | Dart | www.github.com/ACICT-DEPI/SHR1_SWD4_S2e-Sakkiny/tree/main/lib/features/user_property/data/model/user_property_model/user_property_model.dart | https://raw.githubusercontent.com/ACICT-DEPI/SHR1_SWD4_S2e-Sakkiny/e8c63cd/lib/features/user_property/data/model/user_property_model/user_property_model.dart | ACICT-DEPI/SHR1_SWD4_S2e-Sakkiny e8c63cd lib/features/user_property/data/model/user_property_model/user_property_model.dart | true | 200 | 691 | import 'property.dart';
class UserPropertyModel {
bool? status;
String? message;
List<Property>? properties;
UserPropertyModel({this.status, this.message, this.properties});
factory UserPropertyModel.fromJson(Map<String, dynamic> json) {
return UserPropertyModel(
status: json['status'] as bool?,
... | 7 |
yaswitha22/pathForge | 9a6367f | appthon/lib/bed.dart | Dart | www.github.com/yaswitha22/pathForge/tree/main/appthon/lib/bed.dart | https://raw.githubusercontent.com/yaswitha22/pathForge/9a6367f/appthon/lib/bed.dart | yaswitha22/pathForge 9a6367f appthon/lib/bed.dart | true | 200 | 4,910 | import 'package:flutter/material.dart';
import 'package:flutter_bullet_list/flutter_bullet_list.dart';
class bed extends StatefulWidget {
const bed({super.key});
@override
State<bed> createState() => _bedState();
}
class _bedState extends State<bed> {
final List<ListItemModel> _data=[
ListItemModel(label:... | 5 |
Mealci/Frontend | f9e339f | lib/pages/register_poop_page.dart | Dart | www.github.com/Mealci/Frontend/tree/main/lib/pages/register_poop_page.dart | https://raw.githubusercontent.com/Mealci/Frontend/f9e339f/lib/pages/register_poop_page.dart | Mealci/Frontend f9e339f lib/pages/register_poop_page.dart | true | 200 | 16,376 | import 'package:flutter/material.dart';
import 'package:mealci/components/camera_preview_screen.dart';
import 'package:mealci/components/custom_snak_bar.dart';
import 'package:mealci/components/save_poop_button.dart';
import 'package:mealci/models/poop_enums.dart';
import 'package:mealci/models/poop_model.dart';
import... | 1 |
omkartapale/vehicle_base | ff93b36 | lib/src/models/model_form.dart | Dart | www.github.com/omkartapale/vehicle_base/tree/main/lib/src/models/model_form.dart | https://raw.githubusercontent.com/omkartapale/vehicle_base/ff93b36/lib/src/models/model_form.dart | omkartapale/vehicle_base ff93b36 lib/src/models/model_form.dart | true | 200 | 6,045 | import 'package:flutter/material.dart';
import '../model/model.dart';
import '../model/make.dart';
import '../data/make_repository.dart';
class ModelForm extends StatefulWidget {
const ModelForm({super.key, this.modelItem});
final Model? modelItem;
@override
State<ModelForm> createState() => _ModelFormState... | 0 |
AsadbekAbdumajidov/my_potfolio | bf70e6a | lib/presentation/view/side_menu/widget/my_info.dart | Dart | www.github.com/AsadbekAbdumajidov/my_potfolio/tree/main/lib/presentation/view/side_menu/widget/my_info.dart | https://raw.githubusercontent.com/AsadbekAbdumajidov/my_potfolio/bf70e6a/lib/presentation/view/side_menu/widget/my_info.dart | AsadbekAbdumajidov/my_potfolio bf70e6a lib/presentation/view/side_menu/widget/my_info.dart | true | 200 | 1,294 | import 'package:flutter/material.dart';
import 'package:my_portfolio/core/themes/app_colors.dart';
import 'package:my_portfolio/core/themes/app_images.dart';
class MyInfo extends StatelessWidget {
const MyInfo({
Key? key,
}) : super(key: key);
@override
Widget build(BuildContext context) {
return Aspe... | 6 |
MYO-Sport/MYO-Sport-App | ad14216 | lib/models/SavedPostModel.dart | Dart | www.github.com/MYO-Sport/MYO-Sport-App/tree/main/lib/models/SavedPostModel.dart | https://raw.githubusercontent.com/MYO-Sport/MYO-Sport-App/ad14216/lib/models/SavedPostModel.dart | MYO-Sport/MYO-Sport-App ad14216 lib/models/SavedPostModel.dart | true | 200 | 611 | import 'package:us_rowing/models/FeedModel.dart';
class SavedPostModel {
late FeedModel post;
SavedPostModel({required this.post});
SavedPostModel.fromJson(Map<String, dynamic> json) {
post = json['post'] != null ? new FeedModel.fromJson(json['post']) : FeedModel(sId: '', visible: false, feedText: '', post... | 3 |
sebataleaa/al_audah | fa57c20 | lib/presentation/screens/branch_manager/edit_driver_screen.dart | Dart | www.github.com/sebataleaa/al_audah/tree/main/lib/presentation/screens/branch_manager/edit_driver_screen.dart | https://raw.githubusercontent.com/sebataleaa/al_audah/fa57c20/lib/presentation/screens/branch_manager/edit_driver_screen.dart | sebataleaa/al_audah fa57c20 lib/presentation/screens/branch_manager/edit_driver_screen.dart | true | 200 | 1,102 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import '../../../constants/app_colors.dart';
import '../../widget/divider_item.dart';
import '../../widget/driver_information_text.dart';
class EditDriverScreen extends StatelessWidget{
@override
Widget build(BuildContext context) {
... | 2 |
hadeer63/e_commerce_app | f764025 | lib/features/sign_up/presentaion/pages/signup_screen.dart | Dart | www.github.com/hadeer63/e_commerce_app/tree/main/lib/features/sign_up/presentaion/pages/signup_screen.dart | https://raw.githubusercontent.com/hadeer63/e_commerce_app/f764025/lib/features/sign_up/presentaion/pages/signup_screen.dart | hadeer63/e_commerce_app f764025 lib/features/sign_up/presentaion/pages/signup_screen.dart | true | 200 | 1,285 | import 'package:e_commerce_app/features/sign_up/presentaion/bloc/sign_up_bloc.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
class SignUpScreen extends StatelessWidget {
const SignUpScreen({super.key});
@override
Widget build(BuildContext context) {
return Bl... | 7 |
Software-Engineering-Project-Group-14/my_diet_guide | 6bc7ed3 | lib/screens/dashboard_change.dart | Dart | www.github.com/Software-Engineering-Project-Group-14/my_diet_guide/tree/main/lib/screens/dashboard_change.dart | https://raw.githubusercontent.com/Software-Engineering-Project-Group-14/my_diet_guide/6bc7ed3/lib/screens/dashboard_change.dart | Software-Engineering-Project-Group-14/my_diet_guide 6bc7ed3 lib/screens/dashboard_change.dart | true | 200 | 3,293 | import 'package:flutter/material.dart';
import 'package:my_diet_guide/screens/admin_mobile_error.dart';
import 'package:my_diet_guide/screens/loading_page.dart';
import 'package:my_diet_guide/screens/user_dashboard.dart';
import 'package:my_diet_guide/screens/web_screens/admin_dashboard.dart';
import 'package:my_diet_g... | 4 |
i-ishiaku/Flutter-Xylophone | e981323 | lib/main.dart | Dart | www.github.com/i-ishiaku/Flutter-Xylophone/tree/main/lib/main.dart | https://raw.githubusercontent.com/i-ishiaku/Flutter-Xylophone/e981323/lib/main.dart | i-ishiaku/Flutter-Xylophone e981323 lib/main.dart | true | 200 | 1,386 | import 'package:audioplayers/audioplayers.dart';
import 'package:flutter/material.dart';
void main() => runApp(xylophone());
class xylophone extends StatelessWidget {
const xylophone({super.key});
void playsound(newsound) {
final player = AudioPlayer();
player.play(
AssetSource('note$new... | 5 |
Jose-Alves92/portfolio | d59f949 | lib/core/responsive/responsive.dart | Dart | www.github.com/Jose-Alves92/portfolio/tree/main/lib/core/responsive/responsive.dart | https://raw.githubusercontent.com/Jose-Alves92/portfolio/d59f949/lib/core/responsive/responsive.dart | Jose-Alves92/portfolio d59f949 lib/core/responsive/responsive.dart | true | 200 | 1,043 | // ignore_for_file: public_member_api_docs, sort_constructors_first
import 'package:flutter/material.dart';
class Responsive extends StatelessWidget {
final Widget? mobile;
final Widget? table;
final Widget? desktop;
const Responsive({
Key? key,
this.mobile,
this.table,
this.desktop,
}) : sup... | 0 |
ahmadkhedr/e_butler_task_app | b4a4144 | lib/src/business_logic_layer/Blocs/SingleUserBLoc.dart | Dart | www.github.com/ahmadkhedr/e_butler_task_app/tree/main/lib/src/business_logic_layer/Blocs/SingleUserBLoc.dart | https://raw.githubusercontent.com/ahmadkhedr/e_butler_task_app/b4a4144/lib/src/business_logic_layer/Blocs/SingleUserBLoc.dart | ahmadkhedr/e_butler_task_app b4a4144 lib/src/business_logic_layer/Blocs/SingleUserBLoc.dart | true | 200 | 1,585 | import 'package:e_butler_task/src/data_layer/Validators.dart';
import 'package:flutter/cupertino.dart';
import 'package:rxdart/rxdart.dart';
import '../../configs/Constants.dart';
import '../../data_layer/Models/RemoteModels/SingleUserModel.dart';
import '../../data_layer/Repositories/SingleUserRepository.dart';
clas... | 2 |
Aasma2005/dart-codes. | 267f649 | Assignments/Loop/Pattern/Assignment7/program5.dart | Dart | www.github.com/Aasma2005/dart-codes./tree/main/Assignments/Loop/Pattern/Assignment7/program5.dart | https://raw.githubusercontent.com/Aasma2005/dart-codes./267f649/Assignments/Loop/Pattern/Assignment7/program5.dart | Aasma2005/dart-codes. 267f649 Assignments/Loop/Pattern/Assignment7/program5.dart | true | 200 | 266 | import 'dart:io';
void main(){
int num=3;
print("Enter number of row");
int row=int.parse(stdin.readLineSync()!);
for(int i=1;i<=row;i++){
for(int j=1;j<=row;j++){
stdout.write("$num"+" ");
}
num--;
print(" ");
}
} | 3 |
Guimarte/treino_app | dfa0146 | lib/pages/home/bloc/home_state.dart | Dart | www.github.com/Guimarte/treino_app/tree/main/lib/pages/home/bloc/home_state.dart | https://raw.githubusercontent.com/Guimarte/treino_app/dfa0146/lib/pages/home/bloc/home_state.dart | Guimarte/treino_app dfa0146 lib/pages/home/bloc/home_state.dart | true | 200 | 318 | import 'package:treino_app/core/models/exercise_model.dart';
abstract class HomeState {}
class HomeStateInitial extends HomeState {}
class HomeStateLoading extends HomeState {}
class HomeStateLoadSucess extends HomeState {
List<ExerciseModel> exerciseList;
HomeStateLoadSucess({required this.exerciseList});
}
| 6 |
EthiQuest/business-ethics-simulation-game | 5ea898d | ethiquest_app/lib/main.dart | Dart | www.github.com/EthiQuest/business-ethics-simulation-game/tree/main/ethiquest_app/lib/main.dart | https://raw.githubusercontent.com/EthiQuest/business-ethics-simulation-game/5ea898d/ethiquest_app/lib/main.dart | EthiQuest/business-ethics-simulation-game 5ea898d ethiquest_app/lib/main.dart | true | 200 | 2,202 | import 'package:flutter/material.dart';
import 'models/game_state.dart';
import 'widgets/game/company_dashboard.dart';
void main() {
runApp(const TestApp());
}
class TestApp extends StatelessWidget {
const TestApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
titl... | 1 |
ShahmeerKhan1/Recruiter_Flutter | f29525f | lib/collegiate_coach_profile/screens/ccp_36.dart | Dart | www.github.com/ShahmeerKhan1/Recruiter_Flutter/tree/main/lib/collegiate_coach_profile/screens/ccp_36.dart | https://raw.githubusercontent.com/ShahmeerKhan1/Recruiter_Flutter/f29525f/lib/collegiate_coach_profile/screens/ccp_36.dart | ShahmeerKhan1/Recruiter_Flutter f29525f lib/collegiate_coach_profile/screens/ccp_36.dart | true | 200 | 26,715 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:recruiter_flutter/collegiate_coach_profile/screens/ccp36_2.dart';
import 'package:recruiter_flutter/collegiate_coach_profile/screens/ccp_42.dart';
import 'package:recruiter_flutter/collegiate_coach_profile/screens/ccp_offer_detail.da... | 7 |
BerkeGokturk71/dorm-life-ui | e3d2ea3 | lib/machine/machine_loan.dart | Dart | www.github.com/BerkeGokturk71/dorm-life-ui/tree/main/lib/machine/machine_loan.dart | https://raw.githubusercontent.com/BerkeGokturk71/dorm-life-ui/e3d2ea3/lib/machine/machine_loan.dart | BerkeGokturk71/dorm-life-ui e3d2ea3 lib/machine/machine_loan.dart | true | 200 | 9,008 | import 'package:flutter/material.dart';
import 'package:tester/cache/shared_cache.dart';
import 'package:tester/home_screen.dart';
import 'package:tester/model/machine_loan_model.dart';
import 'package:tester/service/machine_service.dart';
class MachineLoan extends StatefulWidget {
@override
_MachineLoanState crea... | 4 |
Sa3diDeveloper/Dart-Programming | 1a2e1b3 | OOP/mixin.dart | Dart | www.github.com/Sa3diDeveloper/Dart-Programming/tree/main/OOP/mixin.dart | https://raw.githubusercontent.com/Sa3diDeveloper/Dart-Programming/1a2e1b3/OOP/mixin.dart | Sa3diDeveloper/Dart-Programming 1a2e1b3 OOP/mixin.dart | true | 200 | 389 | mixin A {
void info();
}
mixin B {
void info2() {
print('me');
}
}
abstract class C {
void info3() {}
}
class D extends C with A, B {
@override
void info() => print('Hello-1');
@override
void info2() => print('Hello-2');
@override
void info3() => print('Hello-3');
}
void main() {
//var b =... | 0 |
Manik400/state_management_flutter_app | 908da7e | lib/tasks/task_data.dart | Dart | www.github.com/Manik400/state_management_flutter_app/tree/main/lib/tasks/task_data.dart | https://raw.githubusercontent.com/Manik400/state_management_flutter_app/908da7e/lib/tasks/task_data.dart | Manik400/state_management_flutter_app 908da7e lib/tasks/task_data.dart | true | 200 | 632 | import 'package:flutter/foundation.dart';
import 'package:state_management_flutter_app/tasks/task.dart';
class Taskdata extends ChangeNotifier{
List<Task> tasks = [
Task(name: 'name', isdone: false),
Task(name: 'name1', isdone: false),
Task(name: 'name2', isdone: false),
];
int get taskcount{
retu... | 6 |
r00texploit/freedop | 7e67fbc | lib/model/video_model.dart | Dart | www.github.com/r00texploit/freedop/tree/main/lib/model/video_model.dart | https://raw.githubusercontent.com/r00texploit/freedop/7e67fbc/lib/model/video_model.dart | r00texploit/freedop 7e67fbc lib/model/video_model.dart | true | 200 | 308 | import 'package:cloud_firestore/cloud_firestore.dart';
class Videos {
String? id;
String? vid;
String? index;
Videos({
this.id,
required this.vid,
this.index,
});
Videos.fromMap(DocumentSnapshot data) {
id = data.id;
vid = data["vid_url"];
index = data["index"];
}
}
| 5 |
Hhanri/rando_point_deau | 3d1ce1d | lib/core/value_objects/progress.dart | Dart | www.github.com/Hhanri/rando_point_deau/tree/main/lib/core/value_objects/progress.dart | https://raw.githubusercontent.com/Hhanri/rando_point_deau/3d1ce1d/lib/core/value_objects/progress.dart | Hhanri/rando_point_deau 3d1ce1d lib/core/value_objects/progress.dart | true | 200 | 1,205 | import 'package:equatable/equatable.dart';
typedef StepProgress = ({
int current,
int total,
});
final class Progress extends Equatable {
final String title;
final num progress;
final num total;
const Progress({
required this.title,
required this.progress,
required this.total,
});
factor... | 3 |
manish3203/Flutter | b54db5c | Core2Web/Statefull/Assignment 25/assignment_25_ui/lib/Screens/start_page.dart | Dart | www.github.com/manish3203/Flutter/tree/main/Core2Web/Statefull/Assignment 25/assignment_25_ui/lib/Screens/start_page.dart | https://raw.githubusercontent.com/manish3203/Flutter/b54db5c/Core2Web/Statefull/Assignment%2025/assignment_25_ui/lib/Screens/start_page.dart | manish3203/Flutter b54db5c Core2Web/Statefull/Assignment 25/assignment_25_ui/lib/Screens/start_page.dart | true | 200 | 3,426 | import 'package:assignment_25_ui/Screens/login_page.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
class StartPage extends StatefulWidget {
const StartPage({super.key});
@override
State createState() => _StartPageState();
}
class _StartPageState exten... | 1 |
LaKwiss/lord_of_the_rings | 4c07844 | packages/lord_repository/lib/src/entities/scenario.dart | Dart | www.github.com/LaKwiss/lord_of_the_rings/tree/main/packages/lord_repository/lib/src/entities/scenario.dart | https://raw.githubusercontent.com/LaKwiss/lord_of_the_rings/4c07844/packages/lord_repository/lib/src/entities/scenario.dart | LaKwiss/lord_of_the_rings 4c07844 packages/lord_repository/lib/src/entities/scenario.dart | true | 200 | 1,085 | import 'package:equatable/equatable.dart';
import 'package:lord_repository/lord_repository.dart';
class Scenario extends Equatable {
final String id;
final String name;
final String description;
final String imageSrc;
const Scenario({
required this.id,
required this.name,
required this.descripti... | 2 |
orm-camp-flutter-2ki/learn_dart_together | 55fd3e9 | test/240307/wand_test.dart | Dart | www.github.com/orm-camp-flutter-2ki/learn_dart_together/tree/main/test/240307/wand_test.dart | https://raw.githubusercontent.com/orm-camp-flutter-2ki/learn_dart_together/55fd3e9/test/240307/wand_test.dart | orm-camp-flutter-2ki/learn_dart_together 55fd3e9 test/240307/wand_test.dart | true | 200 | 924 | import 'package:learn_dart_together/240307/hero.dart';
import 'package:learn_dart_together/240307/inn.dart';
import 'package:learn_dart_together/240307/wand.dart';
import 'package:test/test.dart';
void main() {
test('์งํก์ด์ ์ด๋ฆ์ ๋ฐ๋์ 3๋ฌธ์ ์ด์์ด์ด์ผ ํ๋ค', () {
Wand wand = Wand(name: 'name', power: 100);
expect(() => w... | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.