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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
euphranos/inventory_management_app | f0e329a | inventory_management/lib/screens/user_router_screen.dart | Dart | www.github.com/euphranos/inventory_management_app/tree/main/inventory_management/lib/screens/user_router_screen.dart | https://raw.githubusercontent.com/euphranos/inventory_management_app/f0e329a/inventory_management/lib/screens/user_router_screen.dart | euphranos/inventory_management_app f0e329a inventory_management/lib/screens/user_router_screen.dart | true | 200 | 1,929 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:inventory_management/screens/admin/nav_screen.dart';
import 'package:inventory_management/screens/user/user_nav_screen.dart';
import 'package:inventory_management/services/db_services.dart';
import 'package:invent... | 5 |
speed0Company/superjet | 0064b67 | lib/screnns/edit_account_info.dart | Dart | www.github.com/speed0Company/superjet/tree/main/lib/screnns/edit_account_info.dart | https://raw.githubusercontent.com/speed0Company/superjet/0064b67/lib/screnns/edit_account_info.dart | speed0Company/superjet 0064b67 lib/screnns/edit_account_info.dart | true | 200 | 3,731 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:google_fonts/google_fonts.dart';
import '../generated/l10n.dart';
import 'account_screen.dart';
import 'edit_info_screen.dart';
import 'edit_pass_screen.dart';
... | 3 |
mohammedakbark/stockit | b6a841f | lib/data/firebase/database/db_controller.dart | Dart | www.github.com/mohammedakbark/stockit/tree/main/lib/data/firebase/database/db_controller.dart | https://raw.githubusercontent.com/mohammedakbark/stockit/b6a841f/lib/data/firebase/database/db_controller.dart | mohammedakbark/stockit b6a841f lib/data/firebase/database/db_controller.dart | true | 200 | 21,547 | import 'dart:async';
import 'dart:developer';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:geocoding/geocoding.dart';
import 'package:stockit/data/helper/login_preference.dart';
import 'package:stockit/... | 2 |
Alfyu07/covid_detection_system | cc18a44 | lib/providers/engine_provider.dart | Dart | www.github.com/Alfyu07/covid_detection_system/tree/main/lib/providers/engine_provider.dart | https://raw.githubusercontent.com/Alfyu07/covid_detection_system/cc18a44/lib/providers/engine_provider.dart | Alfyu07/covid_detection_system cc18a44 lib/providers/engine_provider.dart | true | 200 | 1,124 | import 'package:covidia/models/models.dart';
import 'package:covidia/services/engine_service.dart';
import 'package:flutter/cupertino.dart';
class EngineProvider extends ChangeNotifier {
final EngineService _service;
EngineProvider(this._service);
bool isLoading = false;
List<EngineModel> models = [];
Engi... | 6 |
bahaby/flutter_bloc_starter_project | 2fbdadf | lib/futures/posts/data_sources/posts_local_data_source.dart | Dart | www.github.com/bahaby/flutter_bloc_starter_project/tree/main/lib/futures/posts/data_sources/posts_local_data_source.dart | https://raw.githubusercontent.com/bahaby/flutter_bloc_starter_project/2fbdadf/lib/futures/posts/data_sources/posts_local_data_source.dart | bahaby/flutter_bloc_starter_project 2fbdadf lib/futures/posts/data_sources/posts_local_data_source.dart | true | 200 | 1,777 | import '../../../core/exception/exception_types.dart';
import '../../../core/exception/exceptions.dart';
import '../../../core/modules/hive_storage/hive_storage.dart';
import '../../app/models/paginated_model.dart';
import 'package:injectable/injectable.dart';
import '../models/post_model.dart';
abstract interface cl... | 1 |
mprakashgithub/b4 | 970f390 | lib/view_model/providers/track_user_provider.dart | Dart | www.github.com/mprakashgithub/b4/tree/main/lib/view_model/providers/track_user_provider.dart | https://raw.githubusercontent.com/mprakashgithub/b4/970f390/lib/view_model/providers/track_user_provider.dart | mprakashgithub/b4 970f390 lib/view_model/providers/track_user_provider.dart | true | 200 | 516 | import 'package:flutter/cupertino.dart';
import '../../model/models/track_user_model.dart';
import '../../model/repository/track_user_repo.dart';
class TrackUserProvider with ChangeNotifier {
TrackUserModel? trackUserModel;
bool isLoaded = false;
Future<void> trackUserApi() async {
trackUserModel = await T... | 0 |
3ked/first | 88c223c | lib/presentation/resources/font_manager.dart | Dart | www.github.com/3ked/first/tree/main/lib/presentation/resources/font_manager.dart | https://raw.githubusercontent.com/3ked/first/88c223c/lib/presentation/resources/font_manager.dart | 3ked/first 88c223c lib/presentation/resources/font_manager.dart | true | 200 | 1,119 | import 'package:flutter/cupertino.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
class FontFamily {
static const String helveticaWorld = "Helvetica World";
static const String bonaNova = "Bona Nova";
static const String eBGaramond = "EB Garamond";
static const String gFSDidot = "GFS Didot"... | 4 |
juniior-juf/super_heroes | 5591aa7 | lib/src/data/services/characters_service_impl.dart | Dart | www.github.com/juniior-juf/super_heroes/tree/main/lib/src/data/services/characters_service_impl.dart | https://raw.githubusercontent.com/juniior-juf/super_heroes/5591aa7/lib/src/data/services/characters_service_impl.dart | juniior-juf/super_heroes 5591aa7 lib/src/data/services/characters_service_impl.dart | true | 200 | 804 | import 'package:super_heroes/src/data/models/request_charaters_params_model.dart';
import 'package:super_heroes/src/data/models/response_characters_data_model.dart';
import 'package:super_heroes/src/data/services/characters_service.dart';
import 'package:super_heroes/src/infra/http/http_client.dart';
class CharactersS... | 3 |
NoobDeveloper412/OLX_clone | 313cd26 | lib/services/firebase_services.dart | Dart | www.github.com/NoobDeveloper412/OLX_clone/tree/main/lib/services/firebase_services.dart | https://raw.githubusercontent.com/NoobDeveloper412/OLX_clone/313cd26/lib/services/firebase_services.dart | NoobDeveloper412/OLX_clone 313cd26 lib/services/firebase_services.dart | true | 200 | 694 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:olx_clone/screens/home_screen.dart';
class FirebaseServices {
CollectionReference users = FirebaseFirestore.instance.collection('users');
User? user = Fi... | 5 |
fsblaise/blizz_chat | 1883bc0 | mobile_new/lib/ui/views/welcome/view/welcome_page.dart | Dart | www.github.com/fsblaise/blizz_chat/tree/main/mobile_new/lib/ui/views/welcome/view/welcome_page.dart | https://raw.githubusercontent.com/fsblaise/blizz_chat/1883bc0/mobile_new/lib/ui/views/welcome/view/welcome_page.dart | fsblaise/blizz_chat 1883bc0 mobile_new/lib/ui/views/welcome/view/welcome_page.dart | true | 200 | 4,657 | import 'package:auto_route/auto_route.dart';
import 'package:blizz_chat/resources/routes/app_router.dart';
import 'package:blizz_chat/ui/ui.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
@RoutePage()
class WelcomePage extends StatefulWidget {
const WelcomePage({super.... | 7 |
taimoornisar533/LMS | bb3abe1 | lib/Pages/Login.dart | Dart | www.github.com/taimoornisar533/LMS/tree/main/lib/Pages/Login.dart | https://raw.githubusercontent.com/taimoornisar533/LMS/bb3abe1/lib/Pages/Login.dart | taimoornisar533/LMS bb3abe1 lib/Pages/Login.dart | true | 200 | 6,012 | import 'dart:async';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
class Login extends StatefulWidget {
final VoidCallback onClickedRegister;
const Login({
Key ? key,
required this.onClickedRegister,
}) : super(key: key)... | 6 |
21fahm/shakesco-country | fc1fa9d | lib/shakesco_country.dart | Dart | www.github.com/21fahm/shakesco-country/tree/main/lib/shakesco_country.dart | https://raw.githubusercontent.com/21fahm/shakesco-country/fc1fa9d/lib/shakesco_country.dart | 21fahm/shakesco-country fc1fa9d lib/shakesco_country.dart | true | 200 | 2,318 | library shakesco_country;
import 'package:shakesco_country/selection_list.dart';
import 'package:shakesco_country/selection/code_countries_en.dart';
import 'package:shakesco_country/selection/code_country.dart';
import 'package:flutter/material.dart';
import 'modern.dart';
export 'selection/code_country.dart';
expo... | 2 |
danireysan/capychat | 3217e0e | lib/features/auth/services/auth_service.dart | Dart | www.github.com/danireysan/capychat/tree/main/lib/features/auth/services/auth_service.dart | https://raw.githubusercontent.com/danireysan/capychat/3217e0e/lib/features/auth/services/auth_service.dart | danireysan/capychat 3217e0e lib/features/auth/services/auth_service.dart | true | 200 | 2,924 | import 'package:dartz/dartz.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:google_sign_in/google_sign_in.dart';
import 'package:flutter_facebook_auth/flutter_facebook_auth.dart';
import '../../../firebase_options.dart';
class AuthServices {
static Future<Either<Exception, User>> signInWi... | 0 |
Tiannns/Responsi1_A1 | c7532ac | lib/ui/ikan_page.dart | Dart | www.github.com/Tiannns/Responsi1_A1/tree/main/lib/ui/ikan_page.dart | https://raw.githubusercontent.com/Tiannns/Responsi1_A1/c7532ac/lib/ui/ikan_page.dart | Tiannns/Responsi1_A1 c7532ac lib/ui/ikan_page.dart | true | 200 | 3,021 | import 'package:flutter/material.dart';
import 'package:responsi1/bloc/ikan_bloc.dart';
import 'package:responsi1/model/ikan.dart';
import 'package:responsi1/ui/ikan_detail.dart';
import 'package:responsi1/ui/ikan_form.dart';
import 'package:flutter/material.dart';
class IkanPage extends StatefulWidget {
const IkanP... | 1 |
yakuplacin/Library_System_Management | 33bf768 | lib/change_status.dart | Dart | www.github.com/yakuplacin/Library_System_Management/tree/main/lib/change_status.dart | https://raw.githubusercontent.com/yakuplacin/Library_System_Management/33bf768/lib/change_status.dart | yakuplacin/Library_System_Management 33bf768 lib/change_status.dart | true | 200 | 8,505 | import 'package:flutter/material.dart';
import 'dart:convert';
import 'package:http/http.dart' as http;
import 'Book.dart';
import 'admin_main_page.dart';
class ChangeStatus extends StatefulWidget {
const ChangeStatus({Key? key}) : super(key: key);
@override
State<ChangeStatus> createState() => _Chang... | 4 |
MostafaBorham/GoBaityApp | b1e11bc | lib/presentation/pages/cart_screen.dart | Dart | www.github.com/MostafaBorham/GoBaityApp/tree/main/lib/presentation/pages/cart_screen.dart | https://raw.githubusercontent.com/MostafaBorham/GoBaityApp/b1e11bc/lib/presentation/pages/cart_screen.dart | MostafaBorham/GoBaityApp b1e11bc lib/presentation/pages/cart_screen.dart | true | 200 | 6,353 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:yallabaity/domain/entities/requests_entites/food_entity.dart';
import 'package:yallabaity/network_layer/models/data_models/food_model.dart';
import 'package:yallabaity/presentat... | 5 |
my-khoirunnisa/flutter-ecommerce-user-khoirunnisa | a0bac15 | lib/data/models/response/list_store_response_model.dart | Dart | www.github.com/my-khoirunnisa/flutter-ecommerce-user-khoirunnisa/tree/main/lib/data/models/response/list_store_response_model.dart | https://raw.githubusercontent.com/my-khoirunnisa/flutter-ecommerce-user-khoirunnisa/a0bac15/lib/data/models/response/list_store_response_model.dart | my-khoirunnisa/flutter-ecommerce-user-khoirunnisa a0bac15 lib/data/models/response/list_store_response_model.dart | true | 200 | 2,938 | import 'dart:convert';
class ListStoreResponseModel {
final String? status;
final String? message;
final List<Store>? data;
ListStoreResponseModel({
this.status,
this.message,
this.data,
});
factory ListStoreResponseModel.fromJson(String str) => ListStoreResponseModel.... | 3 |
SavanJyani/Prodcast-App | 1ad9443 | lib/app/modules/podcast_details/views/podcast_details_view.dart | Dart | www.github.com/SavanJyani/Prodcast-App/tree/main/lib/app/modules/podcast_details/views/podcast_details_view.dart | https://raw.githubusercontent.com/SavanJyani/Prodcast-App/1ad9443/lib/app/modules/podcast_details/views/podcast_details_view.dart | SavanJyani/Prodcast-App 1ad9443 lib/app/modules/podcast_details/views/podcast_details_view.dart | true | 200 | 8,764 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import '../controllers/podcast_details_controller.dart';
class PodcastDetailsView extends GetView<PodcastDetailsController> {
const PodcastDetailsView({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
... | 7 |
bhargavgokani/E-Mart | 6d3972c | lib/controllers/auth_controller.dart | Dart | www.github.com/bhargavgokani/E-Mart/tree/main/lib/controllers/auth_controller.dart | https://raw.githubusercontent.com/bhargavgokani/E-Mart/6d3972c/lib/controllers/auth_controller.dart | bhargavgokani/E-Mart 6d3972c lib/controllers/auth_controller.dart | true | 200 | 1,735 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:new_e_mart/consts/consts.dart';
class AuthController extends GetxController {
var isLoading = false.obs;
//text controller... | 6 |
NafeesTariq/PointofSales | da75294 | lib/Screens/ledger/datedialogue.dart | Dart | www.github.com/NafeesTariq/PointofSales/tree/main/lib/Screens/ledger/datedialogue.dart | https://raw.githubusercontent.com/NafeesTariq/PointofSales/da75294/lib/Screens/ledger/datedialogue.dart | NafeesTariq/PointofSales da75294 lib/Screens/ledger/datedialogue.dart | true | 200 | 2,719 | import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
class DateRangeDialog extends StatelessWidget {
final TextEditingController fromDateController = TextEditingController();
final TextEditingController toDateController = TextEditingController();
DateTime? selectedFromDate;
@override
Wi... | 0 |
panjikrisnayasabfi/flutter-newspaper-app | 7ef0dd4 | lib/feature/home/domain/api/home_api.dart | Dart | www.github.com/panjikrisnayasabfi/flutter-newspaper-app/tree/main/lib/feature/home/domain/api/home_api.dart | https://raw.githubusercontent.com/panjikrisnayasabfi/flutter-newspaper-app/7ef0dd4/lib/feature/home/domain/api/home_api.dart | panjikrisnayasabfi/flutter-newspaper-app 7ef0dd4 lib/feature/home/domain/api/home_api.dart | true | 200 | 681 | import 'package:dio/dio.dart';
import 'package:firebase_performance/firebase_performance.dart';
import 'package:flutter_newspaper_app/core/utils/url_util.dart';
import 'package:flutter_newspaper_app/feature/home/data/home_model.dart';
class HomeApi {
final Dio _dio = Dio();
Future<HomeModel> getdata() async {
... | 1 |
francizevarist/flutter-temp | d4a0f8d | lib/model/infotab/user_info.dart | Dart | www.github.com/francizevarist/flutter-temp/tree/main/lib/model/infotab/user_info.dart | https://raw.githubusercontent.com/francizevarist/flutter-temp/d4a0f8d/lib/model/infotab/user_info.dart | francizevarist/flutter-temp d4a0f8d lib/model/infotab/user_info.dart | true | 200 | 423 | class UserInfo{
String firstName;
String lastName;
String email;
String idNumber;
String mobile;
String ferryName;
String idName;
String role_name;
String usr_status;
String userId;
UserInfo(
this.firstName,
this.lastName,
this.email,
this.idNumber,
this.mobile,
... | 5 |
juancastillo0/tensorflow_dart | c768a12 | lib/src/wasm/kernels/kernel_utils.dart | Dart | www.github.com/juancastillo0/tensorflow_dart/tree/main/lib/src/wasm/kernels/kernel_utils.dart | https://raw.githubusercontent.com/juancastillo0/tensorflow_dart/c768a12/lib/src/wasm/kernels/kernel_utils.dart | juancastillo0/tensorflow_dart c768a12 lib/src/wasm/kernels/kernel_utils.dart | true | 200 | 2,607 | /**
* @license
* Copyright 2020 Google Inc. All Rights Reserved.
* 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 a... | 2 |
enplace0501/tokyomemory | 12ad4f3 | lib/view/navigation/main_bottom_navigation.dart | Dart | www.github.com/enplace0501/tokyomemory/tree/main/lib/view/navigation/main_bottom_navigation.dart | https://raw.githubusercontent.com/enplace0501/tokyomemory/12ad4f3/lib/view/navigation/main_bottom_navigation.dart | enplace0501/tokyomemory 12ad4f3 lib/view/navigation/main_bottom_navigation.dart | true | 200 | 3,803 | import 'package:flutter/material.dart';
import 'package:mapapp/view/article/article_view.dart';
import 'package:mapapp/view/coupon/coupon_list_screen.dart';
import 'package:mapapp/view/user/profile_settings_screen.dart';
import 'package:mapapp/repository/map_controller_provider.dart';
import 'package:provider/provider.... | 4 |
sarmiladhandapani/webrtc-flutter-test | 05df765 | lib/api/meeting_api.dart | Dart | www.github.com/sarmiladhandapani/webrtc-flutter-test/tree/main/lib/api/meeting_api.dart | https://raw.githubusercontent.com/sarmiladhandapani/webrtc-flutter-test/05df765/lib/api/meeting_api.dart | sarmiladhandapani/webrtc-flutter-test 05df765 lib/api/meeting_api.dart | true | 200 | 1,116 | import 'dart:convert';
import 'package:http/http.dart' as http;
import 'package:webrtc_test/utils/user.utils.dart';
String MEETING_API_URl = 'http://192.168.1.173:4000/api/meeting';
var client = http.Client();
Future<http.Response?> startMeeting() async {
Map<String, String> reqHeaders = { 'Content-Type': 'applica... | 3 |
Mahmoud-Adel-Ali/XO-Game | d8eaba2 | lib/widgets/custom_x_o_score.dart | Dart | www.github.com/Mahmoud-Adel-Ali/XO-Game/tree/main/lib/widgets/custom_x_o_score.dart | https://raw.githubusercontent.com/Mahmoud-Adel-Ali/XO-Game/d8eaba2/lib/widgets/custom_x_o_score.dart | Mahmoud-Adel-Ali/XO-Game d8eaba2 lib/widgets/custom_x_o_score.dart | true | 200 | 1,162 | import 'package:flutter/material.dart';
import 'package:xo_game/widgets/o_char.dart';
import 'package:xo_game/widgets/x_char.dart';
class CustomXOScore extends StatelessWidget {
const CustomXOScore({
super.key,
required this.numOfWinsForO,
required this.numOfWinsForX,
});
final int numOfWinsForO;
f... | 6 |
mahdi-khoshkhabar/tech_blog_v2 | ae65d14 | lib/model/hashtag_gridview.dart | Dart | www.github.com/mahdi-khoshkhabar/tech_blog_v2/tree/main/lib/model/hashtag_gridview.dart | https://raw.githubusercontent.com/mahdi-khoshkhabar/tech_blog_v2/ae65d14/lib/model/hashtag_gridview.dart | mahdi-khoshkhabar/tech_blog_v2 ae65d14 lib/model/hashtag_gridview.dart | true | 200 | 930 | import 'package:flutter/material.dart';
class HashTagGridView extends StatelessWidget {
const HashTagGridView({
super.key,
required this.myList,
});
final List myList;
@override
Widget build(BuildContext context) {
return SizedBox(
width: double.infinity,
height: 100,
child: Gr... | 0 |
NGZIHENG/FinalYearProject-GFT | a8c2c18 | gainfromtrash/lib/profilescreen.dart | Dart | www.github.com/NGZIHENG/FinalYearProject-GFT/tree/main/gainfromtrash/lib/profilescreen.dart | https://raw.githubusercontent.com/NGZIHENG/FinalYearProject-GFT/a8c2c18/gainfromtrash/lib/profilescreen.dart | NGZIHENG/FinalYearProject-GFT a8c2c18 gainfromtrash/lib/profilescreen.dart | true | 200 | 17,762 | import 'dart:convert';
import 'dart:math';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:gainfromtrash/loginscreen.dart';
import 'package:intl/intl.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'config.dart';
import 'user.dart';
import 'package:shared_... | 1 |
authorites/Task-Management-App | 50d37ef | lib/features/task_management/domain/cubit/task_management_state.dart | Dart | www.github.com/authorites/Task-Management-App/tree/main/lib/features/task_management/domain/cubit/task_management_state.dart | https://raw.githubusercontent.com/authorites/Task-Management-App/50d37ef/lib/features/task_management/domain/cubit/task_management_state.dart | authorites/Task-Management-App 50d37ef lib/features/task_management/domain/cubit/task_management_state.dart | true | 200 | 1,289 | part of 'task_management_cubit.dart';
class TaskManagementState extends Equatable {
const TaskManagementState({
this.getTaskStatus = ApiStatusType.initial,
this.deleteTaskStatus = ApiStatusType.initial,
this.tasks = const [],
this.todoTaskPageNumber = 0,
this.hasAllData = false,
this.error,
... | 7 |
ttcyt/draw_lots | b6d42e4 | lib/main.dart | Dart | www.github.com/ttcyt/draw_lots/tree/main/lib/main.dart | https://raw.githubusercontent.com/ttcyt/draw_lots/b6d42e4/lib/main.dart | ttcyt/draw_lots b6d42e4 lib/main.dart | true | 200 | 725 | import 'package:flutter/material.dart';
import 'page.dart';
void main() {
return runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return const MaterialApp(
home: HomePage(),
);
}
}
// StudentService service... | 5 |
pomodak/pomodak-flutter | 169e7cd | lib/models/api/refresh_response.dart | Dart | www.github.com/pomodak/pomodak-flutter/tree/main/lib/models/api/refresh_response.dart | https://raw.githubusercontent.com/pomodak/pomodak-flutter/169e7cd/lib/models/api/refresh_response.dart | pomodak/pomodak-flutter 169e7cd lib/models/api/refresh_response.dart | true | 200 | 538 | import 'package:json_annotation/json_annotation.dart';
part 'refresh_response.g.dart';
@JsonSerializable(createToJson: false)
class RefreshResponse {
@JsonKey(name: 'access_token')
String accessToken;
@JsonKey(name: 'refresh_token')
String refreshToken;
@JsonKey(name: 'expires_in')
int expiresIn;
Refre... | 4 |
olekzonder/fujioka | 9a1fd4b | registrar/lib/pages/bulletin.dart | Dart | www.github.com/olekzonder/fujioka/tree/main/registrar/lib/pages/bulletin.dart | https://raw.githubusercontent.com/olekzonder/fujioka/9a1fd4b/registrar/lib/pages/bulletin.dart | olekzonder/fujioka 9a1fd4b registrar/lib/pages/bulletin.dart | true | 200 | 5,672 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:registrar/providers.dart';
class BulletinPage extends StatefulWidget {
const BulletinPage({Key? key}) : super(key: key);
@override
State<BulletinPage> createState() => _BulletinPageState();
}
class _BulletinPageSta... | 2 |
eladozer/project1 | e06cfc4 | test/db.dart | Dart | www.github.com/eladozer/project1/tree/main/test/db.dart | https://raw.githubusercontent.com/eladozer/project1/e06cfc4/test/db.dart | eladozer/project1 e06cfc4 test/db.dart | true | 200 | 823 | import 'dart:io';
import 'dart:typed_data';
void main() async {
while (true) {
final server = await ServerSocket.bind('10.0.0.21', 5555);
server.listen((client) {
handleConnection(client);
});
}
}
void handleConnection(Socket client) {
print('Connection from'
' ${client.remoteAddress.add... | 3 |
jwsvengit7/AI_Tamoyoz | faa1497 | lib/feature/account/app/infrastructure/account_facade.dart | Dart | www.github.com/jwsvengit7/AI_Tamoyoz/tree/main/lib/feature/account/app/infrastructure/account_facade.dart | https://raw.githubusercontent.com/jwsvengit7/AI_Tamoyoz/faa1497/lib/feature/account/app/infrastructure/account_facade.dart | jwsvengit7/AI_Tamoyoz faa1497 lib/feature/account/app/infrastructure/account_facade.dart | true | 200 | 802 |
import 'package:ai_tamayoz/feature/account/domain/services/account_service_layer.dart';
import 'package:fpdart/fpdart.dart';
import 'package:ai_tamayoz/feature/auth/domain/services/auth_service_layer.dart';
import 'package:ai_tamayoz/core/constants/exception.dart';
class AccountFacade {
final AccountService _authe... | 6 |
sparcs-kaist/new-ara-app | b538061 | lib/widgets/pop_up_menu_buttons.dart | Dart | www.github.com/sparcs-kaist/new-ara-app/tree/main/lib/widgets/pop_up_menu_buttons.dart | https://raw.githubusercontent.com/sparcs-kaist/new-ara-app/b538061/lib/widgets/pop_up_menu_buttons.dart | sparcs-kaist/new-ara-app b538061 lib/widgets/pop_up_menu_buttons.dart | true | 200 | 14,573 | // PostViewPage에 쓰이는 PopupMenuButton 위젯 일부를 클래스화한 파일
// 첨부파일, 타인의 댓글에 사용되는 PopupMenuButton을 클래스화함.
import 'package:flutter/material.dart';
import 'package:new_ara_app/providers/theme_provider.dart';
import 'package:provider/provider.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:easy_localization... | 0 |
Hazem-smawy/f_account_app | 9b2b709 | lib/controller/copy_controller.dart | Dart | www.github.com/Hazem-smawy/f_account_app/tree/main/lib/controller/copy_controller.dart | https://raw.githubusercontent.com/Hazem-smawy/f_account_app/9b2b709/lib/controller/copy_controller.dart | Hazem-smawy/f_account_app 9b2b709 lib/controller/copy_controller.dart | true | 200 | 12,303 | import 'dart:io' as io;
import 'package:account_app/controller/acc_curency_controller.dart';
import 'package:account_app/controller/alert_controller.dart';
import 'package:account_app/controller/customer_account_controller.dart';
import 'package:account_app/controller/sitting_controller.dart';
import 'package:account_... | 1 |
ntua-el19707/Flutter-CarCom | 9f25c58 | trial/lib/pages/widgets/appoitmentItem.dart | Dart | www.github.com/ntua-el19707/Flutter-CarCom/tree/main/trial/lib/pages/widgets/appoitmentItem.dart | https://raw.githubusercontent.com/ntua-el19707/Flutter-CarCom/9f25c58/trial/lib/pages/widgets/appoitmentItem.dart | ntua-el19707/Flutter-CarCom 9f25c58 trial/lib/pages/widgets/appoitmentItem.dart | true | 200 | 5,938 |
import 'package:flutter/material.dart';
import 'package:flutter/src/widgets/container.dart';
import 'package:flutter/src/widgets/framework.dart';
import 'package:trial/pages/arguments/argumentsForMessenger.dart';
import 'package:trial/themes/app_decoration.dart';
import 'package:trial/themes/app_style.dart';
import '... | 7 |
sonibind1307/TODO_TASK | 413276d | lib/moor_db/database_helpers.dart | Dart | www.github.com/sonibind1307/TODO_TASK/tree/main/lib/moor_db/database_helpers.dart | https://raw.githubusercontent.com/sonibind1307/TODO_TASK/413276d/lib/moor_db/database_helpers.dart | sonibind1307/TODO_TASK 413276d lib/moor_db/database_helpers.dart | true | 200 | 991 | import 'package:moor/moor.dart';
import 'package:moor_flutter/moor_flutter.dart';
import 'package:to_do/moor_db/table/db_task.dart';
part 'database_helpers.g.dart';
@UseMoor(
tables: [DBTasks],
daos: [TasksDao],
)
class AppDatabase extends _$AppDatabase {
static final sharedInstance = AppDatabase();
AppDatab... | 4 |
Plutonchi/bmicalculator | 9c72e41 | lib/main.dart | Dart | www.github.com/Plutonchi/bmicalculator/tree/main/lib/main.dart | https://raw.githubusercontent.com/Plutonchi/bmicalculator/9c72e41/lib/main.dart | Plutonchi/bmicalculator 9c72e41 lib/main.dart | true | 200 | 357 | import 'package:calculator/screen/first.dart';
import 'package:flutter/material.dart';
void main(){
runApp(MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({ Key? key }) : super(key: key);
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: fals... | 5 |
Maihos/Cole_cad | 626e255 | frontend/defesa_civil/lib/pages/PageEditar.dart | Dart | www.github.com/Maihos/Cole_cad/tree/main/frontend/defesa_civil/lib/pages/PageEditar.dart | https://raw.githubusercontent.com/Maihos/Cole_cad/626e255/frontend/defesa_civil/lib/pages/PageEditar.dart | Maihos/Cole_cad 626e255 frontend/defesa_civil/lib/pages/PageEditar.dart | true | 200 | 8,330 | import 'package:Cad_Med/components/SelectionSection.dart';
import 'package:Cad_Med/components/buttonPersonalizado.dart';
import 'package:Cad_Med/components/header.dart';
import 'package:Cad_Med/components/textSection.dart';
import 'package:Cad_Med/components/textfieldSection.dart';
import 'package:Cad_Med/effects/Slide... | 3 |
MTAlkhnani/Uni-Souq | deb8d18 | lib/screens/verification_code_screen/models/verification_code_model.dart | Dart | www.github.com/MTAlkhnani/Uni-Souq/tree/main/lib/screens/verification_code_screen/models/verification_code_model.dart | https://raw.githubusercontent.com/MTAlkhnani/Uni-Souq/deb8d18/lib/screens/verification_code_screen/models/verification_code_model.dart | MTAlkhnani/Uni-Souq deb8d18 lib/screens/verification_code_screen/models/verification_code_model.dart | true | 200 | 733 | // ignore_for_file: must_be_immutable
import 'package:equatable/equatable.dart';
/// This class defines the variables used in the [verification_code_screen],
/// and is typically used to hold data that is passed between different parts of the application.
class VerificationCodeModel extends Equatable {
final Strin... | 2 |
aro-wolo/select_text_field | 5b388ee | lib/src/modal_content.dart | Dart | www.github.com/aro-wolo/select_text_field/tree/main/lib/src/modal_content.dart | https://raw.githubusercontent.com/aro-wolo/select_text_field/5b388ee/lib/src/modal_content.dart | aro-wolo/select_text_field 5b388ee lib/src/modal_content.dart | true | 200 | 11,128 | import 'package:flutter/material.dart';
import 'package:select_text_field/select_text_field.dart';
class ModalContent extends StatefulWidget {
final List<dynamic> options;
final String title;
final dynamic selectedValue;
final Function(dynamic)? onChanged;
final Function(dynamic)? onMessage;
const ModalCo... | 6 |
khalil-45/sae_allo_mobile | a4fd2e0 | lib/model/supabase/Utilisateurs.dart | Dart | www.github.com/khalil-45/sae_allo_mobile/tree/main/lib/model/supabase/Utilisateurs.dart | https://raw.githubusercontent.com/khalil-45/sae_allo_mobile/a4fd2e0/lib/model/supabase/Utilisateurs.dart | khalil-45/sae_allo_mobile a4fd2e0 lib/model/supabase/Utilisateurs.dart | true | 200 | 1,827 |
import 'dart:developer';
class Utilisateur{
int id_Util;
String prenom_Util;
String nom_Util;
String pseudo_Util;
int age;
String mdp_util;
String email_Util;
String telephone;
Utilisateur({
required this.id_Util,
required this.prenom_Util,
required this.nom_Util,
required this.pseu... | 0 |
munificent/temp-arg-split-sample-2 | 64d5ce7 | ds_ads_ds_applovin_native_ad.dart | Dart | www.github.com/munificent/temp-arg-split-sample-2/tree/main/ds_ads_ds_applovin_native_ad.dart | https://raw.githubusercontent.com/munificent/temp-arg-split-sample-2/64d5ce7/ds_ads_ds_applovin_native_ad.dart | munificent/temp-arg-split-sample-2 64d5ce7 ds_ads_ds_applovin_native_ad.dart | true | 200 | 6,736 | import 'package:applovin_max/applovin_max.dart';
import 'package:ds_ads/ds_ads.dart';
import 'package:ds_common/core/fimber/ds_fimber_base.dart';
import 'package:flutter/services.dart';
import 'package:google_mobile_ads/google_mobile_ads.dart' as g;
class DSAppLovinNativeAdFlutter extends DSNativeAd {
var _isLoaded ... | 7 |
Green-Wheel/MobileAPP | af03ee3 | lib/serializers/users.dart | Dart | www.github.com/Green-Wheel/MobileAPP/tree/main/lib/serializers/users.dart | https://raw.githubusercontent.com/Green-Wheel/MobileAPP/af03ee3/lib/serializers/users.dart | Green-Wheel/MobileAPP af03ee3 lib/serializers/users.dart | true | 200 | 1,358 | import 'package:greenwheel/serializers/chargers.dart';
import 'package:greenwheel/serializers/vehicles.dart';
import 'package:json_annotation/json_annotation.dart';
import 'dart:ffi';
part 'users.g.dart';
@JsonSerializable()
class User {
User({
this.id,
required this.username,
required this.first_name,
... | 1 |
igufei/switch-game | d9e0a8c | lib/app/pages/game/controllers/game_controller.dart | Dart | www.github.com/igufei/switch-game/tree/main/lib/app/pages/game/controllers/game_controller.dart | https://raw.githubusercontent.com/igufei/switch-game/d9e0a8c/lib/app/pages/game/controllers/game_controller.dart | igufei/switch-game d9e0a8c lib/app/pages/game/controllers/game_controller.dart | true | 200 | 1,602 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:switch_game/app/data/category_data.dart';
import 'package:switch_game/app/models/game_model.dart';
import 'package:switch_game/widgets/desktop_route.dart';
class GameController extends GetxController {
var ... | 4 |
edwinnyawoli/basic-http-interceptor | fbdb261 | test/interceptor_test.dart | Dart | www.github.com/edwinnyawoli/basic-http-interceptor/tree/main/test/interceptor_test.dart | https://raw.githubusercontent.com/edwinnyawoli/basic-http-interceptor/fbdb261/test/interceptor_test.dart | edwinnyawoli/basic-http-interceptor fbdb261 test/interceptor_test.dart | true | 200 | 843 | import 'package:basic_http_interceptor/client.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:http/http.dart';
import 'package:mockito/annotations.dart';
import 'package:mockito/mockito.dart';
import 'interceptor_test.mocks.dart';
import 'test_interceptor.dart';
@GenerateMocks([Client])
void m... | 5 |
AyushMaji/Growth_whiteLabel | 73d4493 | lib/models/data_model/facebook_user.dart | Dart | www.github.com/AyushMaji/Growth_whiteLabel/tree/main/lib/models/data_model/facebook_user.dart | https://raw.githubusercontent.com/AyushMaji/Growth_whiteLabel/73d4493/lib/models/data_model/facebook_user.dart | AyushMaji/Growth_whiteLabel 73d4493 lib/models/data_model/facebook_user.dart | true | 200 | 682 | class FaceBookUser {
String? email;
int? id;
String? name;
PictureData? pictureData;
FaceBookUser.fromMap(Map<String, dynamic> userMap) {
email = userMap['email'];
id = int.parse(userMap['id']);
name = userMap['name'];
pictureData = PictureData.fromMap(userMap['picture']['data']);
... | 2 |
gaurav-3612/Personal-Gallery | 1d63cea | gallery_app/lib/services/auth_service.dart | Dart | www.github.com/gaurav-3612/Personal-Gallery/tree/main/gallery_app/lib/services/auth_service.dart | https://raw.githubusercontent.com/gaurav-3612/Personal-Gallery/1d63cea/gallery_app/lib/services/auth_service.dart | gaurav-3612/Personal-Gallery 1d63cea gallery_app/lib/services/auth_service.dart | true | 200 | 936 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:google_sign_in/google_sign_in.dart';
class AuthService {
Future<User?> signInWithGoogle() async {
try {
final GoogleSignInAccount? gUser = await GoogleSignIn().signIn();
if (gUser == null) {
return null; // User canceled the s... | 3 |
sudo0rw3ll/FlutterShop | 48a7eb3 | lib/screens/orders_screen.dart | Dart | www.github.com/sudo0rw3ll/FlutterShop/tree/main/lib/screens/orders_screen.dart | https://raw.githubusercontent.com/sudo0rw3ll/FlutterShop/48a7eb3/lib/screens/orders_screen.dart | sudo0rw3ll/FlutterShop 48a7eb3 lib/screens/orders_screen.dart | true | 200 | 661 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../providers/orders.dart' show Orders;
import '../widgets/order_item.dart';
import '../widgets/app_drawer.dart';
class OrdersScreen extends StatelessWidget {
static const String routeName = '/orders';
@override
Widget bui... | 6 |
philippkolbe/digital_journal | e97bfcd | app/test/repositories/chat_history_repository_test.dart | Dart | www.github.com/philippkolbe/digital_journal/tree/main/app/test/repositories/chat_history_repository_test.dart | https://raw.githubusercontent.com/philippkolbe/digital_journal/e97bfcd/app/test/repositories/chat_history_repository_test.dart | philippkolbe/digital_journal e97bfcd app/test/repositories/chat_history_repository_test.dart | true | 200 | 2,041 | import 'package:app/mocks/data/firebase_test_data.dart';
import 'package:app/providers/encrypter_provider.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:fake_cloud_firestore/fake_cloud_firestore.dart';
import 'package:app/repositories/chat_history_repository.dart';
void main() {
group('ChatH... | 0 |
Riyumimo/expence_project | cb53f23 | lib/ui/screens/record_keeping_screen/widgets/input_record.dart | Dart | www.github.com/Riyumimo/expence_project/tree/main/lib/ui/screens/record_keeping_screen/widgets/input_record.dart | https://raw.githubusercontent.com/Riyumimo/expence_project/cb53f23/lib/ui/screens/record_keeping_screen/widgets/input_record.dart | Riyumimo/expence_project cb53f23 lib/ui/screens/record_keeping_screen/widgets/input_record.dart | true | 200 | 933 | part of '../record_keeping_screens.dart';
class RecordInputField extends StatelessWidget {
const RecordInputField({
super.key,
required TextEditingController textMoneyController,
}) : _textMoneyController = textMoneyController;
final TextEditingController _textMoneyController;
@override
Widget buil... | 7 |
egerdem94/metuverseGrad | 7734a22 | lib/screens/sport/create_edit_post/view/SportEditPostPage.dart | Dart | www.github.com/egerdem94/metuverseGrad/tree/main/lib/screens/sport/create_edit_post/view/SportEditPostPage.dart | https://raw.githubusercontent.com/egerdem94/metuverseGrad/7734a22/lib/screens/sport/create_edit_post/view/SportEditPostPage.dart | egerdem94/metuverseGrad 7734a22 lib/screens/sport/create_edit_post/view/SportEditPostPage.dart | true | 200 | 1,228 | import 'package:flutter/material.dart';
import 'package:metuverse/screens/sport/create_edit_post/model/SportTypes.dart';
import 'package:metuverse/screens/sport/create_edit_post/view/widget/SportCreateEditPotstBody.dart';
import 'package:metuverse/screens/sport/sport_main/model/SportPost.dart';
import 'package:metuvers... | 2 |
NafimAhmed/Paymentsall | 14acc16 | lib/Screens/marchent_pay_all/Merchant Pay.dart | Dart | www.github.com/NafimAhmed/Paymentsall/tree/main/lib/Screens/marchent_pay_all/Merchant Pay.dart | https://raw.githubusercontent.com/NafimAhmed/Paymentsall/14acc16/lib/Screens/marchent_pay_all/Merchant%20Pay.dart | NafimAhmed/Paymentsall 14acc16 lib/Screens/marchent_pay_all/Merchant Pay.dart | true | 200 | 6,998 | import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:payments_all_app/Screens/marchent_pay_all/QRCode/marchent_pay_qrcode_scanner.dart';
import 'marchent_pay_amount.dart';
class MerchantPayPage extends StatefulWidget {
final String senderNumber;
final String pi... | 1 |
hoangthanz/support-traffic-warning-bg | 5db526d | mobile/flutter-app/lib/view-models/request_login_model.dart | Dart | www.github.com/hoangthanz/support-traffic-warning-bg/tree/main/mobile/flutter-app/lib/view-models/request_login_model.dart | https://raw.githubusercontent.com/hoangthanz/support-traffic-warning-bg/5db526d/mobile/flutter-app/lib/view-models/request_login_model.dart | hoangthanz/support-traffic-warning-bg 5db526d mobile/flutter-app/lib/view-models/request_login_model.dart | true | 200 | 487 | import 'dart:convert';
class RequestLoginModel{
String username;
String password;
RequestLoginModel(this.username, this.password);
factory RequestLoginModel.fromJson(Map<String, dynamic> json) => RequestLoginModel(
json["username"],
json["password"],
);
Map<String, dynamic> toJson() {
return... | 4 |
miczek-r/projekt_pum | 26f7bc9 | lib/modules/games/concentration/color_match/game/color_match.game.dart | Dart | www.github.com/miczek-r/projekt_pum/tree/main/lib/modules/games/concentration/color_match/game/color_match.game.dart | https://raw.githubusercontent.com/miczek-r/projekt_pum/26f7bc9/lib/modules/games/concentration/color_match/game/color_match.game.dart | miczek-r/projekt_pum 26f7bc9 lib/modules/games/concentration/color_match/game/color_match.game.dart | true | 200 | 371 | import 'package:flutter/material.dart';
import 'color_match.game.controller.dart';
class ColorMatchGamePage extends StatefulWidget {
final Function goToNextPage;
const ColorMatchGamePage({Key? key, required this.goToNextPage})
: super(key: key);
@override
ColorMatchGamePageController createState() =>
... | 5 |
Calu24/Fetching-images-test | 230103c | lib/src/pages/favorites_page.dart | Dart | www.github.com/Calu24/Fetching-images-test/tree/main/lib/src/pages/favorites_page.dart | https://raw.githubusercontent.com/Calu24/Fetching-images-test/230103c/lib/src/pages/favorites_page.dart | Calu24/Fetching-images-test 230103c lib/src/pages/favorites_page.dart | true | 200 | 1,234 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:spartapp_ayala_lucas/src/bloc/imgur_bloc.dart';
import 'package:spartapp_ayala_lucas/src/widgets/background_app_widget.dart';
import 'package:spartapp_ayala_lucas/src/widgets/image_slider_widget.dart';
class Favori... | 3 |
ndalyanlar/medicine_reminder | b64d338 | lib/pill_reminder/widget/day_chips.dart | Dart | www.github.com/ndalyanlar/medicine_reminder/tree/main/lib/pill_reminder/widget/day_chips.dart | https://raw.githubusercontent.com/ndalyanlar/medicine_reminder/b64d338/lib/pill_reminder/widget/day_chips.dart | ndalyanlar/medicine_reminder b64d338 lib/pill_reminder/widget/day_chips.dart | true | 200 | 1,454 | import 'package:flutter/material.dart';
import '../../util/style/utils.dart';
import '../enum/day.dart';
import '../provider/pill_model_view.dart';
class DayChips extends StatelessWidget {
const DayChips({
Key? key,
required this.providerPill,
}) : super(key: key);
final PillModelView providerPill;
... | 6 |
mixin27/vs-live-flutter | b94f2c2 | lib/src/features/soco/data/repositories/soco_repository_remote.dart | Dart | www.github.com/mixin27/vs-live-flutter/tree/main/lib/src/features/soco/data/repositories/soco_repository_remote.dart | https://raw.githubusercontent.com/mixin27/vs-live-flutter/b94f2c2/lib/src/features/soco/data/repositories/soco_repository_remote.dart | mixin27/vs-live-flutter b94f2c2 lib/src/features/soco/data/repositories/soco_repository_remote.dart | true | 200 | 566 | import 'package:dio/dio.dart';
import 'package:vs_live/src/features/soco/data/services/api/bsl_api_client.dart';
import 'package:vs_live/src/features/soco/domain/soco_models.dart';
import 'soco_repository.dart';
class SocoRepositoryRemote implements SocoRepository {
SocoRepositoryRemote({
required BslApiClient ... | 0 |
ThatLinuxGuyYouKnow/adaptive-textfield | 82a4fbd | lib/UI/widgets/textfields.dart | Dart | www.github.com/ThatLinuxGuyYouKnow/adaptive-textfield/tree/main/lib/UI/widgets/textfields.dart | https://raw.githubusercontent.com/ThatLinuxGuyYouKnow/adaptive-textfield/82a4fbd/lib/UI/widgets/textfields.dart | ThatLinuxGuyYouKnow/adaptive-textfield 82a4fbd lib/UI/widgets/textfields.dart | true | 200 | 2,700 | import 'package:flutter/material.dart';
class MainTextField extends StatelessWidget {
final Function(String text) onEdit;
final Function(String text)? onEditComplete;
final FocusNode _focusNode = FocusNode();
final Color borderColor;
MainTextField(
{super.key,
required this.onEdit,
this.on... | 7 |
dharmayudistira/cash_flow | 13beb31 | lib/app/data/models/transaction_model.dart | Dart | www.github.com/dharmayudistira/cash_flow/tree/main/lib/app/data/models/transaction_model.dart | https://raw.githubusercontent.com/dharmayudistira/cash_flow/13beb31/lib/app/data/models/transaction_model.dart | dharmayudistira/cash_flow 13beb31 lib/app/data/models/transaction_model.dart | true | 200 | 1,605 | import '../constants/db_field_constants.dart';
class TransactionModel {
final int? id;
final int userId;
final int amount;
final bool isIncome;
final String note;
final DateTime createdTime;
const TransactionModel({
this.id,
required this.userId,
required this.amount,
required this.isInc... | 2 |
PeaceOloruntoba/Flutter--- | f4c415a | newsfreak-173/codecanyon-32743254-newsfreak-flutter-news-app-for-wordpress/main_files/source/wordpress_app/lib/pages/security.dart | Dart | www.github.com/PeaceOloruntoba/Flutter---/tree/main/newsfreak-173/codecanyon-32743254-newsfreak-flutter-news-app-for-wordpress/main_files/source/wordpress_app/lib/pages/security.dart | https://raw.githubusercontent.com/PeaceOloruntoba/Flutter---/f4c415a/newsfreak-173/codecanyon-32743254-newsfreak-flutter-news-app-for-wordpress/main_files/source/wordpress_app/lib/pages/security.dart | PeaceOloruntoba/Flutter--- f4c415a newsfreak-173/codecanyon-32743254-newsfreak-flutter-news-app-for-wordpress/main_files/source/wordpress_app/lib/pages/security.dart | true | 200 | 2,934 | import 'package:flutter/material.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:flutter_icons/flutter_icons.dart';
import 'package:provider/provider.dart';
import 'package:url_launcher/url_launcher.dart';
import '../blocs/user_bloc.dart';
import '../config/config.dart';
import '../uti... | 4 |
hbayazid969/Complete_Dart | f904026 | 07.play_with_set.dart | Dart | www.github.com/hbayazid969/Complete_Dart/tree/main/07.play_with_set.dart | https://raw.githubusercontent.com/hbayazid969/Complete_Dart/f904026/07.play_with_set.dart | hbayazid969/Complete_Dart f904026 07.play_with_set.dart | true | 200 | 644 | //practice
//Dart set some function
void main(){
Set<int> roll = {1,1,2,2,3,3,4,4,5,5};
print(roll.length);
print(roll.first);
print(roll.last);
roll.add(6);
roll.addAll({7,8});
print(roll);
}
//Dart set some function
void main(){
Set<int> roll = {1,1,2,2,3,3,4,4,5,5};
roll.removeWhere((element) =... | 1 |
alilotfy4321/Flutter_News_App | eb5113c | lib/learn/listview.dart | Dart | www.github.com/alilotfy4321/Flutter_News_App/tree/main/lib/learn/listview.dart | https://raw.githubusercontent.com/alilotfy4321/Flutter_News_App/eb5113c/lib/learn/listview.dart | alilotfy4321/Flutter_News_App eb5113c lib/learn/listview.dart | true | 200 | 1,844 | import 'package:flutter/material.dart';
class UserData {
final int id;
final String name;
final String phone;
UserData(
this.id,
this.name,
this.phone,
);
}
class ChatScreen extends StatelessWidget {
List<UserData> user = [
UserData(1, 'Ali lotfy', '01554534204'),
UserData(2, 'mohame l... | 5 |
MrPio/Spotted-Flutter | fa411f9 | lib/view/partials/rounded_button.dart | Dart | www.github.com/MrPio/Spotted-Flutter/tree/main/lib/view/partials/rounded_button.dart | https://raw.githubusercontent.com/MrPio/Spotted-Flutter/fa411f9/lib/view/partials/rounded_button.dart | MrPio/Spotted-Flutter fa411f9 lib/view/partials/rounded_button.dart | true | 200 | 1,161 | import 'package:flutter/material.dart';
import 'package:spotted_flutter/enums/fonts.dart';
import 'package:spotted_flutter/enums/palette.dart';
class RoundedButton extends StatelessWidget {
const RoundedButton(this.text, {super.key, this.invertStyle = false, required this.onTap});
final bool invertStyle;
final ... | 3 |
mmzek/Cocktail_app | 47d647a | lib/pages/detail_screen/detail_screen.dart | Dart | www.github.com/mmzek/Cocktail_app/tree/main/lib/pages/detail_screen/detail_screen.dart | https://raw.githubusercontent.com/mmzek/Cocktail_app/47d647a/lib/pages/detail_screen/detail_screen.dart | mmzek/Cocktail_app 47d647a lib/pages/detail_screen/detail_screen.dart | true | 200 | 1,540 | import 'dart:convert';
import 'package:cocktail_app/dane/cocktails.dart';
import 'package:cocktail_app/dane/cocktails_api.dart';
import 'package:flutter/material.dart';
import 'drink_details.dart';
import 'drink_image.dart';
class DetailScreen extends StatefulWidget {
@override
_DetailScreenState createState() =>... | 6 |
Anujesh-Ansh/Twilo | 4ad8ba0 | lib/main.dart | Dart | www.github.com/Anujesh-Ansh/Twilo/tree/main/lib/main.dart | https://raw.githubusercontent.com/Anujesh-Ansh/Twilo/4ad8ba0/lib/main.dart | Anujesh-Ansh/Twilo 4ad8ba0 lib/main.dart | true | 200 | 639 | import 'package:flutter/material.dart';
import 'package:flutter_gemini/flutter_gemini.dart';
import 'package:twilo/consts.dart';
import 'package:twilo/pages/home_page.dart';
void main() {
Gemini.init(apiKey: GEMINI_API_KEY);
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key})... | 0 |
El3wady1/trackstudent_app | 4e9b212 | lib/core/helper/post_service.dart | Dart | www.github.com/El3wady1/trackstudent_app/tree/main/lib/core/helper/post_service.dart | https://raw.githubusercontent.com/El3wady1/trackstudent_app/4e9b212/lib/core/helper/post_service.dart | El3wady1/trackstudent_app 4e9b212 lib/core/helper/post_service.dart | true | 200 | 706 | import 'dart:convert';
import 'package:flutter/foundation.dart';
import 'package:http/http.dart' as http;
Future<dynamic> postService(
{required String url,
@required dynamic body,
@required String? token}) async {
Map<String, String> headers = {};
if (token != null) {
headers.addAll({'Authorizat... | 7 |
OgulcanBi/languagex | 18f0226 | lib/core/models/model_expense_pdf.dart | Dart | www.github.com/OgulcanBi/languagex/tree/main/lib/core/models/model_expense_pdf.dart | https://raw.githubusercontent.com/OgulcanBi/languagex/18f0226/lib/core/models/model_expense_pdf.dart | OgulcanBi/languagex 18f0226 lib/core/models/model_expense_pdf.dart | true | 200 | 1,028 | import 'package:dart_json_mapper/dart_json_mapper.dart';
import 'package:languagex/core/models/response_data.dart';
@jsonSerializable
class ResponseExpensePdf extends ResponseData {
ResponseExpensePdf({
this.result,
required super.isSuccess,
super.errorCode,
super.errorMessage,
super.transactionC... | 4 |
NorAsyahira/ExpLan_Latest | 5e9a03b | lib/screens/view list/listPersonalData.dart | Dart | www.github.com/NorAsyahira/ExpLan_Latest/tree/main/lib/screens/view list/listPersonalData.dart | https://raw.githubusercontent.com/NorAsyahira/ExpLan_Latest/5e9a03b/lib/screens/view%20list/listPersonalData.dart | NorAsyahira/ExpLan_Latest 5e9a03b lib/screens/view list/listPersonalData.dart | true | 200 | 3,840 | import 'package:flutter/material.dart';
import 'package:time2study/model/personalDataModel.dart';
import 'package:http/http.dart' as http;
import 'package:time2study/model/userModel.dart';
import '../../theme/colors/light_colors.dart';
class ListPersonalData extends StatefulWidget {
const ListPersonalData({super.ke... | 2 |
Arunkumar-168/PickkyApp | b25bf46 | lib/Bottom/Book.dart | Dart | www.github.com/Arunkumar-168/PickkyApp/tree/main/lib/Bottom/Book.dart | https://raw.githubusercontent.com/Arunkumar-168/PickkyApp/b25bf46/lib/Bottom/Book.dart | Arunkumar-168/PickkyApp b25bf46 lib/Bottom/Book.dart | true | 200 | 457 | import 'package:flutter/material.dart';
import 'package:pickky_app/API/Link.dart';
class BookPage extends StatefulWidget {
static const routeName = '/Book';
const BookPage({super.key});
@override
_BookPageState createState() => _BookPageState();
}
class _BookPageState extends State<BookPage> {
... | 1 |
Drashtipatel296/api_calling | 52b95df | lib/API CALLING/For Comments/model/data_model.dart | Dart | www.github.com/Drashtipatel296/api_calling/tree/main/lib/API CALLING/For Comments/model/data_model.dart | https://raw.githubusercontent.com/Drashtipatel296/api_calling/52b95df/lib/API%20%20CALLING/For%20Comments/model/data_model.dart | Drashtipatel296/api_calling 52b95df lib/API CALLING/For Comments/model/data_model.dart | true | 200 | 388 | class CommentsModel {
int? postId;
int? id;
String? name;
String? email;
String? body;
CommentsModel({this.postId, this.id, this.body, this.email, this.name});
factory CommentsModel.fromJson(Map json){
return CommentsModel(
postId: json['postId'],
id: json['id'],
name: json['name']... | 5 |
Natalialopezutec/Flutter | e6b08d0 | lib/styles/crearProductoAdmin_styles.dart | Dart | www.github.com/Natalialopezutec/Flutter/tree/main/lib/styles/crearProductoAdmin_styles.dart | https://raw.githubusercontent.com/Natalialopezutec/Flutter/e6b08d0/lib/styles/crearProductoAdmin_styles.dart | Natalialopezutec/Flutter e6b08d0 lib/styles/crearProductoAdmin_styles.dart | true | 200 | 1,454 | import 'package:flutter/material.dart';
class AppStyles {
// Colores
static const Color primaryColor = Color(0xFF318C7A);
static const Color secondaryColor = Color(0xFF1E293B);
static const Color buttonColor = Color(0xFF334155);
static const Color textColor = Colors.white;
// Text Styles
static const ... | 3 |
ahnafrs/bottom_navigation_bar | 071e4d6 | day10/lib/screen/googlebar.dart | Dart | www.github.com/ahnafrs/bottom_navigation_bar/tree/main/day10/lib/screen/googlebar.dart | https://raw.githubusercontent.com/ahnafrs/bottom_navigation_bar/071e4d6/day10/lib/screen/googlebar.dart | ahnafrs/bottom_navigation_bar 071e4d6 day10/lib/screen/googlebar.dart | true | 200 | 3,064 | import 'package:day10/screen/navbar/cart.dart';
import 'package:day10/screen/navbar/category.dart';
import 'package:day10/screen/navbar/product.dart';
import 'package:day10/screen/navbar/profile.dart';
import 'package:flutter/material.dart';
import 'package:flutter/src/widgets/container.dart';
import 'package:flutter/s... | 6 |
ProximaEPFL/proxima | 80524b1 | lib/models/ui/user_avatar_details.dart | Dart | www.github.com/ProximaEPFL/proxima/tree/main/lib/models/ui/user_avatar_details.dart | https://raw.githubusercontent.com/ProximaEPFL/proxima/80524b1/lib/models/ui/user_avatar_details.dart | ProximaEPFL/proxima 80524b1 lib/models/ui/user_avatar_details.dart | true | 200 | 1,226 | import "package:flutter/foundation.dart";
import "package:proxima/models/database/user/user_firestore.dart";
/// A class that stores data for a user avatar UI.
@immutable
class UserAvatarDetails {
final String displayName;
final int? centauriPoints;
/// Creates a [UserAvatarDetails] object.
/// [displayName] ... | 0 |
harpit/WatchHub_App | 4d5ab24 | lib/Pages/forgetpassword.dart | Dart | www.github.com/harpit/WatchHub_App/tree/main/lib/Pages/forgetpassword.dart | https://raw.githubusercontent.com/harpit/WatchHub_App/4d5ab24/lib/Pages/forgetpassword.dart | harpit/WatchHub_App 4d5ab24 lib/Pages/forgetpassword.dart | true | 200 | 3,935 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:watchhub/Pages/Signin.dart';
class ForgetPassword extends StatefulWidget {
const ForgetPassword({super.key});
@override
State<ForgetPassword> createState() => _ForgetPasswordState();
}
class _ForgetPasswo... | 4 |
TanmayN22/HOMESTOCK | 9180cda | HOMESTOCK/home_stock/lib/views/finished_expired_items_view.dart | Dart | www.github.com/TanmayN22/HOMESTOCK/tree/main/HOMESTOCK/home_stock/lib/views/finished_expired_items_view.dart | https://raw.githubusercontent.com/TanmayN22/HOMESTOCK/9180cda/HOMESTOCK/home_stock/lib/views/finished_expired_items_view.dart | TanmayN22/HOMESTOCK 9180cda HOMESTOCK/home_stock/lib/views/finished_expired_items_view.dart | true | 200 | 6,713 | import 'package:flutter/material.dart';
import 'package:home_stock/database/db_helper.dart';
import 'package:home_stock/models/item_model.dart';
class BinPage extends StatefulWidget {
final List<Item> cartItems;
final VoidCallback onCartChanged;
const BinPage({super.key, required this.cartItems, required this.o... | 2 |
Faishana/healthcare_app | c99dc17 | lib/SplashScreen.dart | Dart | www.github.com/Faishana/healthcare_app/tree/main/lib/SplashScreen.dart | https://raw.githubusercontent.com/Faishana/healthcare_app/c99dc17/lib/SplashScreen.dart | Faishana/healthcare_app c99dc17 lib/SplashScreen.dart | true | 200 | 1,837 | import 'dart:async'; // Import this package for Timer
import 'package:flutter/material.dart';
import 'package:healthcare_app/screen/login_screen.dart';
class SplashScreen extends StatefulWidget {
const SplashScreen({super.key});
@override
_SplashScreenState createState() => _SplashScreenState();
}
class _Splas... | 1 |
Aomsin-MDSC/Collaboration-App-Client | 4b7aa1b | lib/controllers/new_project_controller.dart | Dart | www.github.com/Aomsin-MDSC/Collaboration-App-Client/tree/main/lib/controllers/new_project_controller.dart | https://raw.githubusercontent.com/Aomsin-MDSC/Collaboration-App-Client/4b7aa1b/lib/controllers/new_project_controller.dart | Aomsin-MDSC/Collaboration-App-Client 4b7aa1b lib/controllers/new_project_controller.dart | true | 200 | 7,074 | import 'dart:convert';
import 'package:collaboration_app_client/controllers/project_controller.dart';
import 'package:collaboration_app_client/models/tag_model.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:jwt_decoder/jwt_decoder.dart';
import 'package:shared_preferences/... | 5 |
Abdallahaboodra/Food-Delivery-App | 7f62488 | lib/view/login/welcome_view.dart | Dart | www.github.com/Abdallahaboodra/Food-Delivery-App/tree/main/lib/view/login/welcome_view.dart | https://raw.githubusercontent.com/Abdallahaboodra/Food-Delivery-App/7f62488/lib/view/login/welcome_view.dart | Abdallahaboodra/Food-Delivery-App 7f62488 lib/view/login/welcome_view.dart | true | 200 | 3,570 | import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart';
import 'package:food_delivery/view/login/customer_login_view.dart';
import 'package:food_delivery/view/login/customer_sing_up_view.dart';
import 'package:food_delivery/view/login/delivery_man_login_view.dart';
import 'pac... | 7 |
wearedaezzok/wearedaezzok-hybrid | d9f9e5c | lib/main.dart | Dart | www.github.com/wearedaezzok/wearedaezzok-hybrid/tree/main/lib/main.dart | https://raw.githubusercontent.com/wearedaezzok/wearedaezzok-hybrid/d9f9e5c/lib/main.dart | wearedaezzok/wearedaezzok-hybrid d9f9e5c lib/main.dart | true | 200 | 1,519 | import 'package:wearedaezzok/screens/root_screen.dart';
import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart';
import 'package:flutter_native_splash/flutter_native_splash.dart';
import 'package:get/get_navigation/src/root/get_material_app.dart';
import 'package:get/ge... | 6 |
alizayn241/E_commerceApp_flutter | 8b9ca65 | lib/pages/details_screen.dart | Dart | www.github.com/alizayn241/E_commerceApp_flutter/tree/main/lib/pages/details_screen.dart | https://raw.githubusercontent.com/alizayn241/E_commerceApp_flutter/8b9ca65/lib/pages/details_screen.dart | alizayn241/E_commerceApp_flutter 8b9ca65 lib/pages/details_screen.dart | true | 200 | 3,729 | import 'package:e_commerce_app/product/product_tile.dart';
import 'package:e_commerce_app/shared/appbar.dart';
import 'package:e_commerce_app/shared/colors.dart';
import 'package:flutter/material.dart';
// ignore: must_be_immutable
class DetailsScreen extends StatefulWidget {
Product product;
DetailsScreen({super... | 2 |
uigitdev/note_selector | ab773d5 | lib/feature/view/common/framework/error_body.dart | Dart | www.github.com/uigitdev/note_selector/tree/main/lib/feature/view/common/framework/error_body.dart | https://raw.githubusercontent.com/uigitdev/note_selector/ab773d5/lib/feature/view/common/framework/error_body.dart | uigitdev/note_selector ab773d5 lib/feature/view/common/framework/error_body.dart | true | 200 | 363 | import 'package:note_selector/note_selector.dart';
class ErrorBody extends StatelessWidget {
const ErrorBody({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Center(
child: Text(
Textbook.globalErrorInfo,
textAlign: TextAlign.center,
style: M... | 4 |
root7277/news_app | 0937f1b | lib/pages/notification.dart | Dart | www.github.com/root7277/news_app/tree/main/lib/pages/notification.dart | https://raw.githubusercontent.com/root7277/news_app/0937f1b/lib/pages/notification.dart | root7277/news_app 0937f1b lib/pages/notification.dart | true | 200 | 2,948 | import 'package:flutter/material.dart';
import 'package:news_app/models/notification_model.dart';
import 'package:news_app/providers/notification_provider.dart';
import 'package:provider/provider.dart';
class NotificationPage extends StatelessWidget {
const NotificationPage({super.key});
@override
Widget build(... | 3 |
fa-fifi/river-warrior | 043454b | lib/src/models/coin.dart | Dart | www.github.com/fa-fifi/river-warrior/tree/main/lib/src/models/coin.dart | https://raw.githubusercontent.com/fa-fifi/river-warrior/043454b/lib/src/models/coin.dart | fa-fifi/river-warrior 043454b lib/src/models/coin.dart | true | 200 | 308 | import 'package:river_warrior/src/models/item.dart';
final class Coin extends Item {
Coin(super.image, {required super.point})
: assert(!point.isNegative),
super(scaleFactor: 0.6);
}
final coins = <Coin>[
Coin('copper', point: 3),
Coin('silver', point: 6),
Coin('gold', point: 9),
];
| 1 |
eelizabethmichelle/librory-mobile | d2cbef9 | lib/widgets/librory_card.dart | Dart | www.github.com/eelizabethmichelle/librory-mobile/tree/main/lib/widgets/librory_card.dart | https://raw.githubusercontent.com/eelizabethmichelle/librory-mobile/d2cbef9/lib/widgets/librory_card.dart | eelizabethmichelle/librory-mobile d2cbef9 lib/widgets/librory_card.dart | true | 200 | 3,635 | // ignore_for_file: use_build_context_synchronously, duplicate_ignore
import 'package:flutter/material.dart';
import 'package:librory/screens/librory_form.dart';
import 'package:librory/screens/list_product.dart';
import 'package:librory/screens/login.dart';
import 'package:pbp_django_auth/pbp_django_auth.dart';
impor... | 5 |
kodjodevf/mangayomi-extensions | 8812d7a | dart/manga/multisrc/mmrcms/src/mangafr/mangafr.dart | Dart | www.github.com/kodjodevf/mangayomi-extensions/tree/main/dart/manga/multisrc/mmrcms/src/mangafr/mangafr.dart | https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/8812d7a/dart/manga/multisrc/mmrcms/src/mangafr/mangafr.dart | kodjodevf/mangayomi-extensions 8812d7a dart/manga/multisrc/mmrcms/src/mangafr/mangafr.dart | true | 200 | 423 | import '../../../../../../model/source.dart';
Source get mangafrSource => _mangafrSource;
Source _mangafrSource = Source(
name: "Manga-FR",
baseUrl: "https://manga-fr.me",
lang: "fr",
typeSource: "mmrcms",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/man... | 7 |
Syuhada-Apps/mobile-flutter | 70dd385 | lib/ui/pages/sign_in_forgot.dart | Dart | www.github.com/Syuhada-Apps/mobile-flutter/tree/main/lib/ui/pages/sign_in_forgot.dart | https://raw.githubusercontent.com/Syuhada-Apps/mobile-flutter/70dd385/lib/ui/pages/sign_in_forgot.dart | Syuhada-Apps/mobile-flutter 70dd385 lib/ui/pages/sign_in_forgot.dart | true | 200 | 3,291 | import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import 'package:syuhada_apps/shared/theme.dart';
import 'package:syuhada_apps/ui/widgets/buttons.dart';
// atur page dengan stateless karena sederhana page
class SignInForgotPage extends StatefulWidget {
const SignInForgotPage({super.key}... | 6 |
rukundorkay/taskManager | c868d7f | taskmanager/lib/task/widget/single_task.dart | Dart | www.github.com/rukundorkay/taskManager/tree/main/taskmanager/lib/task/widget/single_task.dart | https://raw.githubusercontent.com/rukundorkay/taskManager/c868d7f/taskmanager/lib/task/widget/single_task.dart | rukundorkay/taskManager c868d7f taskmanager/lib/task/widget/single_task.dart | true | 200 | 1,786 | import 'package:flutter/material.dart';
import 'package:taskmanager/core/utils/extensions/context_extension.dart';
import 'package:taskmanager/core/utils/style.dart';
import 'package:taskmanager/logic/add_task.dart';
////[SingleTask] widget holds the information of an individual widget
class SingleTask extends Statele... | 2 |
Abdelghfarsalah/SmartShop | f9390b8 | lib/main.dart | Dart | www.github.com/Abdelghfarsalah/SmartShop/tree/main/lib/main.dart | https://raw.githubusercontent.com/Abdelghfarsalah/SmartShop/f9390b8/lib/main.dart | Abdelghfarsalah/SmartShop f9390b8 lib/main.dart | true | 200 | 2,163 | import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:null_project/firebase_options.dart';
import 'package:null_project/home/cubits/bottomNavBar/cubit.dart';
import 'package:null... | 4 |
Anjaszz/Kaskita | 3489503 | lib/pages/list_cashflow.dart | Dart | www.github.com/Anjaszz/Kaskita/tree/main/lib/pages/list_cashflow.dart | https://raw.githubusercontent.com/Anjaszz/Kaskita/3489503/lib/pages/list_cashflow.dart | Anjaszz/Kaskita 3489503 lib/pages/list_cashflow.dart | true | 200 | 6,311 | import 'package:flutter/material.dart';
import 'package:flutter_buku_kas/models/cash_flow.dart';
import 'package:flutter_buku_kas/services/db_helper.dart';
import 'package:intl/intl.dart';
import 'home.dart';
class CashFlowPage extends StatefulWidget {
const CashFlowPage({Key? key}) : super(key: key);
@override
... | 5 |
obetta1/Flutter-block-partern | 72ca344 | lib/domain/repository/repository.dart | Dart | www.github.com/obetta1/Flutter-block-partern/tree/main/lib/domain/repository/repository.dart | https://raw.githubusercontent.com/obetta1/Flutter-block-partern/72ca344/lib/domain/repository/repository.dart | obetta1/Flutter-block-partern 72ca344 lib/domain/repository/repository.dart | true | 200 | 917 | import 'package:auto_ch_tech_assesment/data/model/all_car_model.dart';
import 'package:auto_ch_tech_assesment/data/model/car_details_model.dart';
import 'package:auto_ch_tech_assesment/data/model/car_media_model.dart';
import '../../core/app_export.dart';
class Repository {
final _apiClient = ApiClient();
Future... | 3 |
flamusagi/flutter-app | 3e853a7 | test/login_test.dart | Dart | www.github.com/flamusagi/flutter-app/tree/main/test/login_test.dart | https://raw.githubusercontent.com/flamusagi/flutter-app/3e853a7/test/login_test.dart | flamusagi/flutter-app 3e853a7 test/login_test.dart | true | 200 | 4,382 | import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:untitled/login_register_data/loginpage.dart';
import 'package:untitled/login_register_data/register.dart';
import 'package:untitled/login_register_data/shared_data.dart';
void main() {
group('User Registration an... | 7 |
DimensionalDragon/pernance | 0359c1a | lib/screens/dashboard/transaction_history.dart | Dart | www.github.com/DimensionalDragon/pernance/tree/main/lib/screens/dashboard/transaction_history.dart | https://raw.githubusercontent.com/DimensionalDragon/pernance/0359c1a/lib/screens/dashboard/transaction_history.dart | DimensionalDragon/pernance 0359c1a lib/screens/dashboard/transaction_history.dart | true | 200 | 5,494 | import 'package:auto_route/auto_route.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:pernance/providers/transactions.dart';
import 'package:pernance/utils/date_utils.dart';
import 'package:pernance/widgets/currency_text.dart';
@RoutePage()
class ... | 6 |
Ndukwe/whatsapp_clonemain2 | c3ba822 | lib/features/chat/repositories/chat_repository.dart | Dart | www.github.com/Ndukwe/whatsapp_clonemain2/tree/main/lib/features/chat/repositories/chat_repository.dart | https://raw.githubusercontent.com/Ndukwe/whatsapp_clonemain2/c3ba822/lib/features/chat/repositories/chat_repository.dart | Ndukwe/whatsapp_clonemain2 c3ba822 lib/features/chat/repositories/chat_repository.dart | true | 200 | 10,149 | import 'dart:io';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:image_picker/image_picker.dart';
import 'package:uuid/uuid.dart';
import 'package... | 0 |
mohammadz0606/hr-management | dd41a9c | lib/widgets/auth/auth_body.dart | Dart | www.github.com/mohammadz0606/hr-management/tree/main/lib/widgets/auth/auth_body.dart | https://raw.githubusercontent.com/mohammadz0606/hr-management/dd41a9c/lib/widgets/auth/auth_body.dart | mohammadz0606/hr-management dd41a9c lib/widgets/auth/auth_body.dart | true | 200 | 2,039 | import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import 'package:hr_management/screens/navigation.dart';
import '../../helper/images.dart';
import '../../custom_widgets/button.dart';
import '../../custom_widgets/custom_text_field.dart';
import '../../custom_widgets/scroll_view.dart';
cla... | 1 |
Geethhika/Ooriba-S3 | d1702e9 | lib/HR/attendance.dart | Dart | www.github.com/Geethhika/Ooriba-S3/tree/main/lib/HR/attendance.dart | https://raw.githubusercontent.com/Geethhika/Ooriba-S3/d1702e9/lib/HR/attendance.dart | Geethhika/Ooriba-S3 d1702e9 lib/HR/attendance.dart | true | 200 | 18,518 | import 'dart:ffi';
import 'dart:io';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:csv/csv.dart';
import 'package:flutter/material.dart';
import 'package:geolocator/geolocator.dart';
import 'package:intl/intl.dart';
import 'package:ooriba/HR/monthly_report_service.dart';
import 'package:ooriba/... | 4 |
faithoflifedev/easy_onvif_workspace | 6d48f6e | packages/easy_onvif/lib/src/model/recordings/create_recording_response.dart | Dart | www.github.com/faithoflifedev/easy_onvif_workspace/tree/main/packages/easy_onvif/lib/src/model/recordings/create_recording_response.dart | https://raw.githubusercontent.com/faithoflifedev/easy_onvif_workspace/6d48f6e/packages/easy_onvif/lib/src/model/recordings/create_recording_response.dart | faithoflifedev/easy_onvif_workspace 6d48f6e packages/easy_onvif/lib/src/model/recordings/create_recording_response.dart | true | 200 | 665 | import 'dart:convert';
import 'package:easy_onvif/util.dart';
import 'package:json_annotation/json_annotation.dart';
part 'create_recording_response.g.dart';
@JsonSerializable()
class CreateRecordingResponse {
/// The reference to the created recording.
@JsonKey(name: 'RecordingToken', fromJson: OnvifUtil.string... | 2 |
Meteren/LuckyOrNotSourceCodes | 3de27da | lib/repositories/questions_repo.dart | Dart | www.github.com/Meteren/LuckyOrNotSourceCodes/tree/main/lib/repositories/questions_repo.dart | https://raw.githubusercontent.com/Meteren/LuckyOrNotSourceCodes/3de27da/lib/repositories/questions_repo.dart | Meteren/LuckyOrNotSourceCodes 3de27da lib/repositories/questions_repo.dart | true | 200 | 1,974 | import 'dart:convert';
import 'dart:math';
import 'package:http/http.dart' as http;
import '../models/questions.dart';
class QuizBrain {
int questionNumber = 0;
List<Question> questionBank = [
Question('Some cats are actually allergic to humans', true),
Question('Lions are one of the oldest living species'... | 3 |
NikhilKukreja26/Websocket_Assignment | 641e6e3 | lib/blocs/add_watch_list/add_watch_list_event.dart | Dart | www.github.com/NikhilKukreja26/Websocket_Assignment/tree/main/lib/blocs/add_watch_list/add_watch_list_event.dart | https://raw.githubusercontent.com/NikhilKukreja26/Websocket_Assignment/641e6e3/lib/blocs/add_watch_list/add_watch_list_event.dart | NikhilKukreja26/Websocket_Assignment 641e6e3 lib/blocs/add_watch_list/add_watch_list_event.dart | true | 200 | 445 | part of 'add_watch_list_bloc.dart';
abstract class AddWatchListEvent extends Equatable {
const AddWatchListEvent();
@override
List<Object> get props => [];
}
@immutable
class AddNewWatchListEvent extends AddWatchListEvent {
final String title;
const AddNewWatchListEvent({
required this.title,
});
... | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.