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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Mohamed-elsaprot/market | 4c5b6a4 | lib/main.dart | Dart | www.github.com/Mohamed-elsaprot/market/tree/main/lib/main.dart | https://raw.githubusercontent.com/Mohamed-elsaprot/market/4c5b6a4/lib/main.dart | Mohamed-elsaprot/market 4c5b6a4 lib/main.dart | true | 200 | 538 | import 'package:flutter/material.dart';
import 'package:market/screens/home_screen.dart';
import 'package:market/screens/log_screen.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBann... | 1 |
filiphrstic/dreamtask | 6d1c777 | dreamtask/lib/src/rank_list/rank_list_screen.dart | Dart | www.github.com/filiphrstic/dreamtask/tree/main/dreamtask/lib/src/rank_list/rank_list_screen.dart | https://raw.githubusercontent.com/filiphrstic/dreamtask/6d1c777/dreamtask/lib/src/rank_list/rank_list_screen.dart | filiphrstic/dreamtask 6d1c777 dreamtask/lib/src/rank_list/rank_list_screen.dart | true | 200 | 7,231 | import 'package:dreamtask/src/games/games_screen.dart';
import 'package:dreamtask/src/rank_list/bloc/rank_list_bloc.dart';
import 'package:dreamtask/src/users/user_model.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
class RankListScreen extends StatefulWidget {
stati... | 3 |
dherediat97/FilmFlu | fcb545a | lib/data/models/actor_remote_entity.dart | Dart | www.github.com/dherediat97/FilmFlu/tree/main/lib/data/models/actor_remote_entity.dart | https://raw.githubusercontent.com/dherediat97/FilmFlu/fcb545a/lib/data/models/actor_remote_entity.dart | dherediat97/FilmFlu fcb545a lib/data/models/actor_remote_entity.dart | true | 200 | 1,040 | import 'package:film_flu/domain/models/actor_entity.dart';
import 'package:freezed_annotation/freezed_annotation.dart';
part 'actor_remote_entity.freezed.dart';
part 'actor_remote_entity.g.dart';
@freezed
class ActorRemoteEntity with _$ActorRemoteEntity {
const factory ActorRemoteEntity({
@JsonKey(name: 'gender... | 0 |
dorjoohover/lawyer_flutter_lawyer | 4163d5f | lib/shared/widgets/navigationbar.dart | Dart | www.github.com/dorjoohover/lawyer_flutter_lawyer/tree/main/lib/shared/widgets/navigationbar.dart | https://raw.githubusercontent.com/dorjoohover/lawyer_flutter_lawyer/4163d5f/lib/shared/widgets/navigationbar.dart | dorjoohover/lawyer_flutter_lawyer 4163d5f lib/shared/widgets/navigationbar.dart | true | 200 | 1,714 | import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:frontend/modules/modules.dart';
import 'package:get/get.dart';
import '../../shared/index.dart';
class MainNavigationBar extends StatelessWidget {
const MainNavigationBar(
{super.key, required this.changeInd... | 6 |
gamingflexer/hackManthan | 1671382 | App/lib/models/alert.dart | Dart | www.github.com/gamingflexer/hackManthan/tree/main/App/lib/models/alert.dart | https://raw.githubusercontent.com/gamingflexer/hackManthan/1671382/App/lib/models/alert.dart | gamingflexer/hackManthan 1671382 App/lib/models/alert.dart | true | 200 | 1,604 | import 'package:equatable/equatable.dart';
class Alert extends Equatable {
final String uid;
final String title;
final String description;
final String priority;
final double lat;
final double long;
const Alert({
this.uid = '',
this.title = '',
this.description = '',
this.priority = '',
... | 5 |
novabankapp/novapay.mobile | 5c865d9 | lib/app/ui/widgets/authentication/login/recover_password.dart | Dart | www.github.com/novabankapp/novapay.mobile/tree/main/lib/app/ui/widgets/authentication/login/recover_password.dart | https://raw.githubusercontent.com/novabankapp/novapay.mobile/5c865d9/lib/app/ui/widgets/authentication/login/recover_password.dart | novabankapp/novapay.mobile 5c865d9 lib/app/ui/widgets/authentication/login/recover_password.dart | true | 200 | 5,455 |
import 'package:auto_route/auto_route.dart';
import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:nave_app/app/cubits/auth/recover_password_cubit.dart';
import 'package:nave_app/app/ui/widgets/common/background.dart';
import '... | 7 |
kurylko/food-app | b150d30 | lib/widgets/category_grid_item.dart | Dart | www.github.com/kurylko/food-app/tree/main/lib/widgets/category_grid_item.dart | https://raw.githubusercontent.com/kurylko/food-app/b150d30/lib/widgets/category_grid_item.dart | kurylko/food-app b150d30 lib/widgets/category_grid_item.dart | true | 200 | 1,132 | import 'package:flutter/material.dart';
import 'package:food_app/models/category.dart';
class CategoryGridItem extends StatelessWidget {
const CategoryGridItem(
{super.key, required this.category, required this.onSelectCategory});
final Category category;
final void Function() onSelectCategory;
@overri... | 2 |
Peter-Awod/Notes-App | daf064f | lib/widgets/images/images_item.dart | Dart | www.github.com/Peter-Awod/Notes-App/tree/main/lib/widgets/images/images_item.dart | https://raw.githubusercontent.com/Peter-Awod/Notes-App/daf064f/lib/widgets/images/images_item.dart | Peter-Awod/Notes-App daf064f lib/widgets/images/images_item.dart | true | 200 | 1,264 | import 'package:flutter/material.dart';
class ImageItem extends StatelessWidget {
const ImageItem(
{super.key, required this.isSelected, required this.selectedImage});
final bool isSelected;
final String selectedImage;
@override
Widget build(BuildContext context) {
return isSelected
? Con... | 4 |
SobirjonovM/ToDo-app | e36077a | lib/create_task_page.dart | Dart | www.github.com/SobirjonovM/ToDo-app/tree/main/lib/create_task_page.dart | https://raw.githubusercontent.com/SobirjonovM/ToDo-app/e36077a/lib/create_task_page.dart | SobirjonovM/ToDo-app e36077a lib/create_task_page.dart | true | 200 | 4,967 | import 'package:flutter/material.dart';
import 'models/task.dart';
class CreateTaskPage extends StatefulWidget {
final Task? taskToEdit; // Add this line
final Function(Task?) onTaskCreated;
CreateTaskPage({required this.onTaskCreated, this.taskToEdit});
@override
_CreateTaskPageState createState() => _Cr... | 3 |
cBiscuitSurprise/casey-boyer-brand-web | 5b414a8 | lib/widgets/projects_widget/projects_widget.dart | Dart | www.github.com/cBiscuitSurprise/casey-boyer-brand-web/tree/main/lib/widgets/projects_widget/projects_widget.dart | https://raw.githubusercontent.com/cBiscuitSurprise/casey-boyer-brand-web/5b414a8/lib/widgets/projects_widget/projects_widget.dart | cBiscuitSurprise/casey-boyer-brand-web 5b414a8 lib/widgets/projects_widget/projects_widget.dart | true | 200 | 8,242 | import 'package:casey_boyer_brand_web/components/app_bar.dart';
import 'package:casey_boyer_brand_web/pages/routes.dart';
import 'package:casey_boyer_brand_web/util/color.dart';
import 'package:casey_boyer_brand_web/widgets/stratego_game_widget/stratego_game_widget.dart';
import 'package:flutter/material.dart';
import ... | 1 |
ziadabdelaziz/ITI-ST-graduation-project | 5d38ca9 | lib/view/widgets/custom_button.dart | Dart | www.github.com/ziadabdelaziz/ITI-ST-graduation-project/tree/main/lib/view/widgets/custom_button.dart | https://raw.githubusercontent.com/ziadabdelaziz/ITI-ST-graduation-project/5d38ca9/lib/view/widgets/custom_button.dart | ziadabdelaziz/ITI-ST-graduation-project 5d38ca9 lib/view/widgets/custom_button.dart | true | 200 | 1,260 | import 'package:flutter/material.dart';
import 'package:iti_graduation_project/utilities/app_colors.dart';
typedef ButtonCallback = void Function();
class CustomButton extends StatelessWidget {
final IconData icon;
final Color color;
final String text;
final ButtonCallback onPressed;
final double horizental... | 0 |
AhmedAshraf44/restaurant_booking_app | 9a44a9e | lib/Features/home/presentation/views/widgets/custom_middle_list_view_item.dart | Dart | www.github.com/AhmedAshraf44/restaurant_booking_app/tree/main/lib/Features/home/presentation/views/widgets/custom_middle_list_view_item.dart | https://raw.githubusercontent.com/AhmedAshraf44/restaurant_booking_app/9a44a9e/lib/Features/home/presentation/views/widgets/custom_middle_list_view_item.dart | AhmedAshraf44/restaurant_booking_app 9a44a9e lib/Features/home/presentation/views/widgets/custom_middle_list_view_item.dart | true | 200 | 1,682 | import 'package:flutter/material.dart';
import 'package:restaurant_booking_app/core/utils/styles.dart';
class CustomMiddleListViewItem extends StatelessWidget {
const CustomMiddleListViewItem({super.key});
@override
Widget build(BuildContext context) {
return Container(
width: MediaQuery.of(context).s... | 5 |
ruehara/new_drift_app | 195bbba | lib/src/core/database/connection/native.dart | Dart | www.github.com/ruehara/new_drift_app/tree/main/lib/src/core/database/connection/native.dart | https://raw.githubusercontent.com/ruehara/new_drift_app/195bbba/lib/src/core/database/connection/native.dart | ruehara/new_drift_app 195bbba lib/src/core/database/connection/native.dart | true | 200 | 716 | import 'dart:io';
import 'package:drift/drift.dart';
import 'package:drift/native.dart';
import 'package:path_provider/path_provider.dart';
import 'package:path/path.dart' as p;
import '../helpers/database_log.dart';
Future<File> get databaseFile async {
final appDir = await getApplicationDocumentsDirectory();
fin... | 6 |
szczepanczykm/PurenaLemo | 365c5af | lib/screens/dialogs/settings_dialog.dart | Dart | www.github.com/szczepanczykm/PurenaLemo/tree/main/lib/screens/dialogs/settings_dialog.dart | https://raw.githubusercontent.com/szczepanczykm/PurenaLemo/365c5af/lib/screens/dialogs/settings_dialog.dart | szczepanczykm/PurenaLemo 365c5af lib/screens/dialogs/settings_dialog.dart | true | 200 | 3,721 | import 'package:flutter/material.dart';
import 'package:purena_lemo/services/translation_service.dart';
import '../../models/portion_state.dart';
import '../widgets/settings_row.dart';
class SettingsDialog extends StatefulWidget {
final List<PortionState> portionStates;
final List<TextEditingController> quantityC... | 7 |
david8712403/line-today-clone-flutter | 60e46c5 | lib/screen/home_screen.dart | Dart | www.github.com/david8712403/line-today-clone-flutter/tree/main/lib/screen/home_screen.dart | https://raw.githubusercontent.com/david8712403/line-today-clone-flutter/60e46c5/lib/screen/home_screen.dart | david8712403/line-today-clone-flutter 60e46c5 lib/screen/home_screen.dart | true | 200 | 3,601 | import 'dart:developer';
import 'package:flutter/material.dart';
import 'package:line_today_clone/component/article_carousel.dart';
import 'package:line_today_clone/component/article_list.dart';
import 'package:line_today_clone/component/category_list.dart';
import 'package:line_today_clone/component/dialogs.dart';
im... | 4 |
Wilpoymu/beyondshop-mobile | b9f8352 | lib/providers/auth_provider.dart | Dart | www.github.com/Wilpoymu/beyondshop-mobile/tree/main/lib/providers/auth_provider.dart | https://raw.githubusercontent.com/Wilpoymu/beyondshop-mobile/b9f8352/lib/providers/auth_provider.dart | Wilpoymu/beyondshop-mobile b9f8352 lib/providers/auth_provider.dart | true | 200 | 2,835 | import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
import '../services/api_service.dart';
class AuthProvider with ChangeNotifier {
bool _isAuthenticated = false;
Map<String, dynamic>? _userData;
String? _token;
bool get isAuthenticated => _isAuthenticated;
M... | 2 |
samson4567/xyz | 072f1d9 | lib/ui/onboarding/varifye2.dart | Dart | www.github.com/samson4567/xyz/tree/main/lib/ui/onboarding/varifye2.dart | https://raw.githubusercontent.com/samson4567/xyz/072f1d9/lib/ui/onboarding/varifye2.dart | samson4567/xyz 072f1d9 lib/ui/onboarding/varifye2.dart | true | 200 | 1,831 | import 'package:flutter/material.dart';
import 'package:xyz/ui/onboarding/reset.dart';
class Verify2 extends StatefulWidget {
const Verify2({super.key});
@override
State<Verify2> createState() => _Verify2State();
}
class _Verify2State extends State<Verify2> {
@override
Widget build(BuildContext context) {
... | 3 |
munificent/temp-arg-split-sample-2 | 64d5ce7 | partner_library_flutter_Custom_Toast.dart | Dart | www.github.com/munificent/temp-arg-split-sample-2/tree/main/partner_library_flutter_Custom_Toast.dart | https://raw.githubusercontent.com/munificent/temp-arg-split-sample-2/64d5ce7/partner_library_flutter_Custom_Toast.dart | munificent/temp-arg-split-sample-2 64d5ce7 partner_library_flutter_Custom_Toast.dart | true | 200 | 2,227 | import 'package:flutter/material.dart';
class ToastNotification {
static void showToast(
BuildContext context, {
required String message,
required ToastType type,
Duration duration = const Duration(seconds: 3),
}) {
final overlay = Overlay.of(context);
final overlayEntry = Overl... | 1 |
husnulalisah/StrukturDataRekursif | d1f7b4e | Bubble Sort.dart | Dart | www.github.com/husnulalisah/StrukturDataRekursif/tree/main/Bubble Sort.dart | https://raw.githubusercontent.com/husnulalisah/StrukturDataRekursif/d1f7b4e/Bubble%20Sort.dart | husnulalisah/StrukturDataRekursif d1f7b4e Bubble Sort.dart | true | 200 | 704 | void bubbleSort<T extends Comparable<T>>(List<T> arr) {
int i, j;
T temp;
for (i = 0; i < arr.length - 1; i++) {
for (j = 0; j < arr.length - i - 1; j++) {
if (arr[j].compareTo(arr[j + 1]) > 0) {
temp = arr[j + 1];
arr[j + 1] = arr[j];
arr[j] = temp;
}
}
}
}
void display<T>(List<T> data) {
for (T objek in data) {
print... | 5 |
zidanejidan12/final_project_chat_app_1 | 27a227e | lib/screens/splash.dart | Dart | www.github.com/zidanejidan12/final_project_chat_app_1/tree/main/lib/screens/splash.dart | https://raw.githubusercontent.com/zidanejidan12/final_project_chat_app_1/27a227e/lib/screens/splash.dart | zidanejidan12/final_project_chat_app_1 27a227e lib/screens/splash.dart | true | 200 | 1,474 | import 'package:flutter/material.dart';
class SplashScreen extends StatefulWidget {
@override
_SplashScreenState createState() => _SplashScreenState();
}
class _SplashScreenState extends State<SplashScreen>
with SingleTickerProviderStateMixin {
late AnimationController _animationController;
late Animation... | 0 |
AndreWar10/PI_3_SEMESTRE | d9cb989 | front-end/apaixonautas_site/lib/core/components/without_network.dart | Dart | www.github.com/AndreWar10/PI_3_SEMESTRE/tree/main/front-end/apaixonautas_site/lib/core/components/without_network.dart | https://raw.githubusercontent.com/AndreWar10/PI_3_SEMESTRE/d9cb989/front-end/apaixonautas_site/lib/core/components/without_network.dart | AndreWar10/PI_3_SEMESTRE d9cb989 front-end/apaixonautas_site/lib/core/components/without_network.dart | true | 200 | 3,365 | import 'package:apaixonautas_site/core/exceptions.dart';
import 'package:apaixonautas_site/core/functions/functions.dart';
import 'package:flutter/material.dart';
class WithoutNetwork extends StatefulWidget {
const WithoutNetwork({
super.key,
required this.error,
this.funcUpdate,
});
final Function?... | 7 |
ShreyasDhale/FlashNews | c20478e | lib/Widgets/FormWidgets.dart | Dart | www.github.com/ShreyasDhale/FlashNews/tree/main/lib/Widgets/FormWidgets.dart | https://raw.githubusercontent.com/ShreyasDhale/FlashNews/c20478e/lib/Widgets/FormWidgets.dart | ShreyasDhale/FlashNews c20478e lib/Widgets/FormWidgets.dart | true | 200 | 3,308 | import 'package:flutter/material.dart';
import 'package:news_app/vars/globals.dart';
Widget customTextfield({
required TextEditingController controller,
required ValueChanged<String> onChanged, // Added onChanged parameter
TextInputType type = TextInputType.name,
Color borderColor = Colors.black,
Color fillC... | 2 |
mohammad-dehghanifard/flutter_divar_clone | 85afdba | lib/modules/advertising/controller/search_controller.dart | Dart | www.github.com/mohammad-dehghanifard/flutter_divar_clone/tree/main/lib/modules/advertising/controller/search_controller.dart | https://raw.githubusercontent.com/mohammad-dehghanifard/flutter_divar_clone/85afdba/lib/modules/advertising/controller/search_controller.dart | mohammad-dehghanifard/flutter_divar_clone 85afdba lib/modules/advertising/controller/search_controller.dart | true | 200 | 796 | import 'package:flutter/cupertino.dart';
import 'package:flutter_divar_clone/backend/models/advertising.dart';
import 'package:flutter_divar_clone/backend/repository/ads_repository.dart';
import 'package:get/get.dart';
class AdsSearchController extends GetxController {
//=========================== variables =========... | 3 |
Srujithchaithanya1/HealthX | efea8cd | lib/UI/Pages/Parameters/Components/Food.dart | Dart | www.github.com/Srujithchaithanya1/HealthX/tree/main/lib/UI/Pages/Parameters/Components/Food.dart | https://raw.githubusercontent.com/Srujithchaithanya1/HealthX/efea8cd/lib/UI/Pages/Parameters/Components/Food.dart | Srujithchaithanya1/HealthX efea8cd lib/UI/Pages/Parameters/Components/Food.dart | true | 200 | 2,506 | import 'package:flutter/material.dart';
List<String> _tags=[];
class Food extends StatelessWidget
{
static void clearAll()
{
_tags=[];
}
@override
Widget build(BuildContext context) {
return InputTags();
}
}
class InputTags extends StatefulWidget
{
State <InputTags> createState()=>InputTags... | 6 |
ae1dev/featurebase_dart | a75a9da | lib/src/models/results_pagination.dart | Dart | www.github.com/ae1dev/featurebase_dart/tree/main/lib/src/models/results_pagination.dart | https://raw.githubusercontent.com/ae1dev/featurebase_dart/a75a9da/lib/src/models/results_pagination.dart | ae1dev/featurebase_dart a75a9da lib/src/models/results_pagination.dart | true | 200 | 881 | part of featurebase_dart.models;
@JsonSerializable(
createToJson: false,
genericArgumentFactories: true,
)
class ResultsPagination<T> extends Object {
ResultsPagination(
this.results,
this.page,
this.limit,
this.totalPages,
this.totalResults,
);
factory ResultsPagination.fromJson(
... | 1 |
FahmiChbil/Travel | 62b8422 | lib/Hotel/presentation/pages/discusion_page.dart | Dart | www.github.com/FahmiChbil/Travel/tree/main/lib/Hotel/presentation/pages/discusion_page.dart | https://raw.githubusercontent.com/FahmiChbil/Travel/62b8422/lib/Hotel/presentation/pages/discusion_page.dart | FahmiChbil/Travel 62b8422 lib/Hotel/presentation/pages/discusion_page.dart | true | 200 | 3,768 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:hexcolor/hexcolor.dart';
import 'package:mylasttravelapp/Hotel/data/datasources/hotel_remote_data... | 5 |
spehj/flutter_demo_api_app | c8705a7 | lib/services/logs_api.dart | Dart | www.github.com/spehj/flutter_demo_api_app/tree/main/lib/services/logs_api.dart | https://raw.githubusercontent.com/spehj/flutter_demo_api_app/c8705a7/lib/services/logs_api.dart | spehj/flutter_demo_api_app c8705a7 lib/services/logs_api.dart | true | 200 | 1,226 | import 'dart:convert';
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
import '../models/log.dart';
import 'package:http/http.dart' as http;
import 'logs_access_token.dart';
class LogsApi {
/// Object with method to fetch logs from the server
static Future<List<Log>> fetchLogs(String dateFr... | 0 |
sudipta200024/E-commerce-App | 3b442a4 | lib/features/common/ui/controllers/main_bottom_nav_controllers.dart | Dart | www.github.com/sudipta200024/E-commerce-App/tree/main/lib/features/common/ui/controllers/main_bottom_nav_controllers.dart | https://raw.githubusercontent.com/sudipta200024/E-commerce-App/3b442a4/lib/features/common/ui/controllers/main_bottom_nav_controllers.dart | sudipta200024/E-commerce-App 3b442a4 lib/features/common/ui/controllers/main_bottom_nav_controllers.dart | true | 200 | 383 | import 'package:get/get.dart';
class MainBottomNavController extends GetxController {
int _selectedIndex = 0;
int get selectedIndex => _selectedIndex;
void changeIndex(int index){
if(index == _selectedIndex){
return;
}
_selectedIndex = index;
update();
}
void backToHome(){
changeI... | 4 |
joelaj06/chat_ai | d2073f3 | lib/features/chat_ai/data/request/chat_request.dart | Dart | www.github.com/joelaj06/chat_ai/tree/main/lib/features/chat_ai/data/request/chat_request.dart | https://raw.githubusercontent.com/joelaj06/chat_ai/d2073f3/lib/features/chat_ai/data/request/chat_request.dart | joelaj06/chat_ai d2073f3 lib/features/chat_ai/data/request/chat_request.dart | true | 200 | 1,210 | class MessageRequest {
MessageRequest(
{this.model,
this.prompt,
this.temperature,
this.maxTokens,
this.topP,
this.frequencyPenalty,
this.presencePenalty,
this.stop});
MessageRequest.fromJson(Map<String, dynamic> json) {
model = json['model'] as St... | 7 |
Husniddin2019/yangi | b9cdcb0 | lib/model/membermodel.dart | Dart | www.github.com/Husniddin2019/yangi/tree/main/lib/model/membermodel.dart | https://raw.githubusercontent.com/Husniddin2019/yangi/b9cdcb0/lib/model/membermodel.dart | Husniddin2019/yangi b9cdcb0 lib/model/membermodel.dart | true | 200 | 451 | class Member{
String? id;
String? email;
String? password;
String? img_url;
Member(this.id,this.email,this.password,this.img_url);
Member.fromJson(Map<String,dynamic> json)
:id = json['id'],
email = json['email'],
password = json ['password'],
img_url = json ['img_url'];
M... | 2 |
congduan2811/mobile_giamkichsan | ae3c9b0 | lib/pages/physiognomy/horoscope.dart | Dart | www.github.com/congduan2811/mobile_giamkichsan/tree/main/lib/pages/physiognomy/horoscope.dart | https://raw.githubusercontent.com/congduan2811/mobile_giamkichsan/ae3c9b0/lib/pages/physiognomy/horoscope.dart | congduan2811/mobile_giamkichsan ae3c9b0 lib/pages/physiognomy/horoscope.dart | true | 200 | 2,836 | import 'package:flutter/material.dart';
import 'package:mobile_giamkichsan/controller-io/async-file-controller.dart';
import 'package:mobile_giamkichsan/user-controls/item-list.dart';
class Horoscope extends StatelessWidget {
const Horoscope({super.key});
@override
Widget build(BuildContext context) {
return... | 3 |
musthafamullath/food_product_manager_HIVE_bloc | 8c5cf40 | lib/presentation/screens/list screen/widgets/costum_choichip_widget.dart | Dart | www.github.com/musthafamullath/food_product_manager_HIVE_bloc/tree/main/lib/presentation/screens/list screen/widgets/costum_choichip_widget.dart | https://raw.githubusercontent.com/musthafamullath/food_product_manager_HIVE_bloc/8c5cf40/lib/presentation/screens/list%20screen/widgets/costum_choichip_widget.dart | musthafamullath/food_product_manager_HIVE_bloc 8c5cf40 lib/presentation/screens/list screen/widgets/costum_choichip_widget.dart | true | 200 | 3,214 | import 'package:flutter/material.dart';
import 'package:food_product_manager/controller/category_contoller.dart';
import 'package:food_product_manager/controller/food_controller.dart';
import 'package:get/get.dart';
class CostumChoichipWidget extends StatelessWidget {
const CostumChoichipWidget({
super.key,
... | 6 |
Pramodvishwakarma08/for_real_dating | 24858a7 | lib/reel/preview_reel_screen.dart | Dart | www.github.com/Pramodvishwakarma08/for_real_dating/tree/main/lib/reel/preview_reel_screen.dart | https://raw.githubusercontent.com/Pramodvishwakarma08/for_real_dating/24858a7/lib/reel/preview_reel_screen.dart | Pramodvishwakarma08/for_real_dating 24858a7 lib/reel/preview_reel_screen.dart | true | 200 | 8,598 | import 'package:chewie/chewie.dart';
import 'package:http/http.dart' as http;
import 'package:shared_preferences/shared_preferences.dart';
import 'package:video_compress_ds/video_compress_ds.dart';
import 'package:video_player/video_player.dart';
import 'dart:io';
import 'common_import.dart';
class PreviewReelsScreen ... | 1 |
prijindal/betro | 3e5270d | app/flutter/lib/screens/conversations.dart | Dart | www.github.com/prijindal/betro/tree/main/app/flutter/lib/screens/conversations.dart | https://raw.githubusercontent.com/prijindal/betro/3e5270d/app/flutter/lib/screens/conversations.dart | prijindal/betro 3e5270d app/flutter/lib/screens/conversations.dart | true | 200 | 2,196 | import 'package:betro/api/api.dart';
import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import '../api/types/UserInfo.dart';
import '../components/userinfo.dart';
import '../api/types/ConversationResource.dart';
import '../com... | 5 |
itjn-ru/layout_editor | d698ef0 | lib/property_offset_widget.dart | Dart | www.github.com/itjn-ru/layout_editor/tree/main/lib/property_offset_widget.dart | https://raw.githubusercontent.com/itjn-ru/layout_editor/d698ef0/lib/property_offset_widget.dart | itjn-ru/layout_editor d698ef0 lib/property_offset_widget.dart | true | 200 | 1,090 | import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:layout_editor/property_widget.dart';
class PropertyOffsetWidget extends PropertyWidget {
PropertyOffsetWidget(property) : super(property);
@override
Widget buildWidget(BuildContext context, Function onChanged) {
v... | 7 |
obadaKraishan/login_register_ui_flutter | 43ef1d8 | lib/widgets/custom_button.dart | Dart | www.github.com/obadaKraishan/login_register_ui_flutter/tree/main/lib/widgets/custom_button.dart | https://raw.githubusercontent.com/obadaKraishan/login_register_ui_flutter/43ef1d8/lib/widgets/custom_button.dart | obadaKraishan/login_register_ui_flutter 43ef1d8 lib/widgets/custom_button.dart | true | 200 | 743 | import 'package:flutter/material.dart';
class CustomButton extends StatelessWidget {
final String text;
final VoidCallback onPressed;
CustomButton({required this.text, required this.onPressed});
@override
Widget build(BuildContext context) {
return SizedBox(
width: double.infinity,
height: ... | 0 |
Taha-khaled1/Complete-Ecommerce-App | 25ded9d | lib/presentation_layer/screen/favoritpage/favoritscreen.dart | Dart | www.github.com/Taha-khaled1/Complete-Ecommerce-App/tree/main/lib/presentation_layer/screen/favoritpage/favoritscreen.dart | https://raw.githubusercontent.com/Taha-khaled1/Complete-Ecommerce-App/25ded9d/lib/presentation_layer/screen/favoritpage/favoritscreen.dart | Taha-khaled1/Complete-Ecommerce-App 25ded9d lib/presentation_layer/screen/favoritpage/favoritscreen.dart | true | 200 | 1,677 | import 'package:ecomm/domain_layer/controller/controllermain/prudectcontroller/prudectcontroller.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import '../../../domain_layer/models/Favoritmodel.dart';
import '../../resource/ConstantVarible.dart';
import '../../resource/MangeColor.dart';
i... | 4 |
VeronicaG19/LigasFutbol1 | 5ad4b0b | lib/src/presentation/home_page.dart | Dart | www.github.com/VeronicaG19/LigasFutbol1/tree/main/lib/src/presentation/home_page.dart | https://raw.githubusercontent.com/VeronicaG19/LigasFutbol1/5ad4b0b/lib/src/presentation/home_page.dart | VeronicaG19/LigasFutbol1 5ad4b0b lib/src/presentation/home_page.dart | true | 200 | 12,556 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:ligas_futbol_flutter/src/presentation/introduction/leagues/league/league_page.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:ligas_futbol_flutter/src/presentation/introduction/q... | 2 |
water-mizuu/playground | b92c227 | bin/data_structeur/avl_tree.dart | Dart | www.github.com/water-mizuu/playground/tree/main/bin/data_structeur/avl_tree.dart | https://raw.githubusercontent.com/water-mizuu/playground/b92c227/bin/data_structeur/avl_tree.dart | water-mizuu/playground b92c227 bin/data_structeur/avl_tree.dart | true | 200 | 8,328 | // ignore_for_file: avoid_returning_this
import "dart:collection";
import "dart:math" as math;
extension AvlTreeNodeNullableMethods<E> on AvlTreeNode<E>? {
int get height {
AvlTreeNode<E>? self = this;
if (self == null) {
return 0;
}
return 1 + math.max(self.left.height, self.righ... | 3 |
bekaoskonbekov/Dart | b210a7b | lib/OOP/class/getter_setter.dart | Dart | www.github.com/bekaoskonbekov/Dart/tree/main/lib/OOP/class/getter_setter.dart | https://raw.githubusercontent.com/bekaoskonbekov/Dart/b210a7b/lib/OOP/class/getter_setter.dart | bekaoskonbekov/Dart b210a7b lib/OOP/class/getter_setter.dart | true | 200 | 465 | import 'dart:math';
void main(List<String> args) {
var result = Circle(10);
result.radius = 100;
print('The area is ${result.area}');
}
class Circle {
double _radius = 0;
Circle(double radius) {
this.radius = radius;
}
set radius(double vakue) {
print('Setter was called');
if (vakue >= 0) {
... | 6 |
ahmeddo7a/bookmarks_wallet_app | f18ee70 | lib/core/error/error_model.dart | Dart | www.github.com/ahmeddo7a/bookmarks_wallet_app/tree/main/lib/core/error/error_model.dart | https://raw.githubusercontent.com/ahmeddo7a/bookmarks_wallet_app/f18ee70/lib/core/error/error_model.dart | ahmeddo7a/bookmarks_wallet_app f18ee70 lib/core/error/error_model.dart | true | 200 | 794 | import 'package:equatable/equatable.dart';
class ErrorMessageModel extends Equatable {
final Map<String, dynamic> response;
const ErrorMessageModel(
{
required this.response});
factory ErrorMessageModel.fromJson(Map<String, dynamic> json) {
return ErrorMessageModel(
response: json,
... | 5 |
pradeepjayathilaka/Meditator_app | 44f1401 | lib/providers/filter_provider.dart | Dart | www.github.com/pradeepjayathilaka/Meditator_app/tree/main/lib/providers/filter_provider.dart | https://raw.githubusercontent.com/pradeepjayathilaka/Meditator_app/44f1401/lib/providers/filter_provider.dart | pradeepjayathilaka/Meditator_app 44f1401 lib/providers/filter_provider.dart | true | 200 | 2,222 | import 'package:flutter/material.dart';
import 'package:meditator_app/models/meditation_exercise_model.dart';
import 'package:meditator_app/models/mindfull_exercise_mdel.dart';
import 'package:meditator_app/models/sleep_exercise_model.dart';
import 'package:meditator_app/providers/meditation_provider.dart';
import 'pac... | 1 |
jaddison06/literate | 43bc75d | bin/parseLiterate.dart | Dart | www.github.com/jaddison06/literate/tree/main/bin/parseLiterate.dart | https://raw.githubusercontent.com/jaddison06/literate/43bc75d/bin/parseLiterate.dart | jaddison06/literate 43bc75d bin/parseLiterate.dart | true | 200 | 4,970 | import 'package:markdown/markdown.dart';
import 'dart:io';
import 'dart:collection';
extension on File {
String ext() => '.' + path.split('.').last;
}
void _indent(int level) {
for (var i = 0; i < level; i++) {
stdout.write(' ');
}
}
void _printNode(Node node, [int level = 0]) {
_indent(level);
if (nod... | 7 |
colla2me/flutter_animation | e18d0bc | lib/shared/ui/widget_mask.dart | Dart | www.github.com/colla2me/flutter_animation/tree/main/lib/shared/ui/widget_mask.dart | https://raw.githubusercontent.com/colla2me/flutter_animation/e18d0bc/lib/shared/ui/widget_mask.dart | colla2me/flutter_animation e18d0bc lib/shared/ui/widget_mask.dart | true | 200 | 2,308 | import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
/// Acts exactly like a `Stack` however the first child acts like an alpha mask when rendering the rest of the children
class RenderWidgetMask extends RenderStack {
RenderWidgetMask({
super.children,
super.alignment,
super.t... | 0 |
danvitoriano/flutter_clean_architecture_application_branched | 431eca6 | lib/domain/models/entry.dart | Dart | www.github.com/danvitoriano/flutter_clean_architecture_application_branched/tree/main/lib/domain/models/entry.dart | https://raw.githubusercontent.com/danvitoriano/flutter_clean_architecture_application_branched/431eca6/lib/domain/models/entry.dart | danvitoriano/flutter_clean_architecture_application_branched 431eca6 lib/domain/models/entry.dart | true | 200 | 1,115 | // ignore_for_file: public_member_api_docs, sort_constructors_first
import 'dart:convert';
class Entry {
int id;
String name;
String image;
String description;
String commonLocations;
String category;
Entry({
required this.id,
required this.name,
required this.image,
required this.descri... | 2 |
CAUHandsOn/front_main2 | 0113a81 | lib/src/ui/register/register_widget.dart | Dart | www.github.com/CAUHandsOn/front_main2/tree/main/lib/src/ui/register/register_widget.dart | https://raw.githubusercontent.com/CAUHandsOn/front_main2/0113a81/lib/src/ui/register/register_widget.dart | CAUHandsOn/front_main2 0113a81 lib/src/ui/register/register_widget.dart | true | 200 | 1,096 | import 'package:flutter/material.dart';
import 'package:handson/src/component/register/professor_register_view.dart';
import 'package:handson/src/component/register/student_register_view.dart';
class RegisterWidget extends StatefulWidget {
const RegisterWidget({Key? key}) : super(key: key);
@override
State<Regi... | 3 |
anasfik/instagram_ui_redesign | bd992a3 | lib/screens/profile_screen/widgets/IURProfileName.dart | Dart | www.github.com/anasfik/instagram_ui_redesign/tree/main/lib/screens/profile_screen/widgets/IURProfileName.dart | https://raw.githubusercontent.com/anasfik/instagram_ui_redesign/bd992a3/lib/screens/profile_screen/widgets/IURProfileName.dart | anasfik/instagram_ui_redesign bd992a3 lib/screens/profile_screen/widgets/IURProfileName.dart | true | 200 | 406 | import 'package:flutter/material.dart';
import 'package:instagram_redesign/helpers/colors/colors.dart';
class IURProfileName extends StatelessWidget {
const IURProfileName({super.key});
@override
Widget build(BuildContext context) {
return Text(
"Mauricio Lopez",
style: Theme.of(context).textThe... | 6 |
MustEatESGI/frontend | 7d598f2 | lib/ui/home/search_option.dart | Dart | www.github.com/MustEatESGI/frontend/tree/main/lib/ui/home/search_option.dart | https://raw.githubusercontent.com/MustEatESGI/frontend/7d598f2/lib/ui/home/search_option.dart | MustEatESGI/frontend 7d598f2 lib/ui/home/search_option.dart | true | 200 | 2,353 |
import 'package:flutter/material.dart';
import 'package:getwidget/getwidget.dart';
class SearchOption extends StatefulWidget {
const SearchOption({Key? key, required this.onFiltersChanged})
: super(key: key);
final Function(List<String>) onFiltersChanged;
@override
State<SearchOption> createState() ... | 1 |
andresbm-dev/Pel-culas-Flutter | c21208f | lib/screens/detail_screen.dart | Dart | www.github.com/andresbm-dev/Pel-culas-Flutter/tree/main/lib/screens/detail_screen.dart | https://raw.githubusercontent.com/andresbm-dev/Pel-culas-Flutter/c21208f/lib/screens/detail_screen.dart | andresbm-dev/Pel-culas-Flutter c21208f lib/screens/detail_screen.dart | true | 200 | 3,836 | import 'package:flutter/material.dart';
import '../models/models.dart';
import '../widgets/widgets.dart';
class DetailScreen extends StatelessWidget {
const DetailScreen({super.key});
@override
Widget build(BuildContext context) {
final Movies movie =
ModalRoute.of(context)?.settings.arguments! as... | 4 |
louther-99/mush2 | 635d5ef | lib/model/userData.dart | Dart | www.github.com/louther-99/mush2/tree/main/lib/model/userData.dart | https://raw.githubusercontent.com/louther-99/mush2/635d5ef/lib/model/userData.dart | louther-99/mush2 635d5ef lib/model/userData.dart | true | 200 | 2,240 | // import 'dart:html';
import 'package:json_annotation/json_annotation.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:meta/meta.dart';
class UserField {
static final String lastMessageTime = lastMessageTime;
}
class UserData{
final String IDUser;
final String? profilePath;
final... | 5 |
alash0987/6thsem-amazon-clone | e000f2d | lib/features/search/screens/search_screen.dart | Dart | www.github.com/alash0987/6thsem-amazon-clone/tree/main/lib/features/search/screens/search_screen.dart | https://raw.githubusercontent.com/alash0987/6thsem-amazon-clone/e000f2d/lib/features/search/screens/search_screen.dart | alash0987/6thsem-amazon-clone e000f2d lib/features/search/screens/search_screen.dart | true | 200 | 6,088 | // ignore_for_file: unused_local_variable, use_build_context_synchronously
import 'package:amazonclone/constants/global_variable.dart';
import 'package:amazonclone/features/home/widgets/address_box.dart';
import 'package:amazonclone/features/product_details/screen/product_details_screen.dart';
import 'package:amazoncl... | 7 |
Fiap-StaticVoid/med-lembre-mobile | ebcdfc0 | lib/services/requestController.dart | Dart | www.github.com/Fiap-StaticVoid/med-lembre-mobile/tree/main/lib/services/requestController.dart | https://raw.githubusercontent.com/Fiap-StaticVoid/med-lembre-mobile/ebcdfc0/lib/services/requestController.dart | Fiap-StaticVoid/med-lembre-mobile ebcdfc0 lib/services/requestController.dart | true | 200 | 1,360 | import 'dart:convert';
import 'package:http/http.dart' as http;
class RequestController {
String urlBase;
RequestController(this.urlBase);
Future<Map<String, dynamic>> post(
String route, Map<String, dynamic> data) async {
var completeRoute = Uri.http(urlBase, route);
var response = await http.pos... | 0 |
samirhassan452/flutter-tasks | 4866f87 | kafiil/lib/app/features/_shared_feature_/presentation/components/icon_title_component.dart | Dart | www.github.com/samirhassan452/flutter-tasks/tree/main/kafiil/lib/app/features/_shared_feature_/presentation/components/icon_title_component.dart | https://raw.githubusercontent.com/samirhassan452/flutter-tasks/4866f87/kafiil/lib/app/features/_shared_feature_/presentation/components/icon_title_component.dart | samirhassan452/flutter-tasks 4866f87 kafiil/lib/app/features/_shared_feature_/presentation/components/icon_title_component.dart | true | 200 | 1,146 | part of '../../shared_feature.exports.dart';
class IconTitleComponent extends StatelessWidget {
/// It will be applied to both of title & icon until titleColor or iconColor provided
final Color color;
final String title;
final TextStyle? titleStyle;
final Color? titleColor;
final String icon;
final doubl... | 2 |
nirmalyohannan/DexMessenger | a669e35 | lib/Screens/ScreenRoomChat/widgets/room_chat_box.dart | Dart | www.github.com/nirmalyohannan/DexMessenger/tree/main/lib/Screens/ScreenRoomChat/widgets/room_chat_box.dart | https://raw.githubusercontent.com/nirmalyohannan/DexMessenger/a669e35/lib/Screens/ScreenRoomChat/widgets/room_chat_box.dart | nirmalyohannan/DexMessenger a669e35 lib/Screens/ScreenRoomChat/widgets/room_chat_box.dart | true | 200 | 5,991 | import 'dart:developer';
import 'package:dex_messenger/Screens/ScreenRoomChat/widgets/room_emojis_bottomsheet.dart';
import 'package:dex_messenger/Screens/widgets/dex_circle_button.dart';
import 'package:dex_messenger/core/colors.dart';
import 'package:dex_messenger/core/presentaion_constants.dart';
import 'package:dex... | 3 |
micheleascoli/curso_flutter | 4831b65 | app_preco_do_bitcoin/lib/Home.dart | Dart | www.github.com/micheleascoli/curso_flutter/tree/main/app_preco_do_bitcoin/lib/Home.dart | https://raw.githubusercontent.com/micheleascoli/curso_flutter/4831b65/app_preco_do_bitcoin/lib/Home.dart | micheleascoli/curso_flutter 4831b65 app_preco_do_bitcoin/lib/Home.dart | true | 200 | 1,724 | import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'dart:convert';
import 'dart:async';
class Home extends StatefulWidget {
const Home({Key? key}) : super(key: key);
@override
State<Home> createState() => _HomeState();
}
class _HomeState extends State<Home> {
... | 6 |
mtolang/MobileDevTLA1 | 55956da | lib/main.dart | Dart | www.github.com/mtolang/MobileDevTLA1/tree/main/lib/main.dart | https://raw.githubusercontent.com/mtolang/MobileDevTLA1/55956da/lib/main.dart | mtolang/MobileDevTLA1 55956da lib/main.dart | true | 200 | 520 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'screens/todo_screen.dart';
void main() {
runApp(
ProviderScope(
// Required for Riverpod
child: MyApp(),
),
);
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContex... | 4 |
ics-salesoperations/miventa_app | 7981863 | lib/widgets/custom_input.dart | Dart | www.github.com/ics-salesoperations/miventa_app/tree/main/lib/widgets/custom_input.dart | https://raw.githubusercontent.com/ics-salesoperations/miventa_app/7981863/lib/widgets/custom_input.dart | ics-salesoperations/miventa_app 7981863 lib/widgets/custom_input.dart | true | 200 | 1,912 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:miventa_app/blocs/auth/auth_bloc.dart';
class CustomInput extends StatelessWidget {
final IconData icon;
final String placeholder;
final TextEditingController textController;
final TextInputType keyboardtyp... | 1 |
ayman-alsabri/collection_application | 5a3bc0c | lib/templates/authBackground/auth_screen_temp.dart | Dart | www.github.com/ayman-alsabri/collection_application/tree/main/lib/templates/authBackground/auth_screen_temp.dart | https://raw.githubusercontent.com/ayman-alsabri/collection_application/5a3bc0c/lib/templates/authBackground/auth_screen_temp.dart | ayman-alsabri/collection_application 5a3bc0c lib/templates/authBackground/auth_screen_temp.dart | true | 200 | 1,624 | import 'package:collection_application/app/globalControllers/responsive.dart';
import 'package:flutter/material.dart';
class AuthScreenTemp extends StatelessWidget {
final Widget body;
const AuthScreenTemp({super.key, required this.body});
@override
Widget build(BuildContext context) {
return Scaffold(
... | 7 |
ManglaRam45/graddingApp | 5454250 | lib/pages/group_chat_page.dart | Dart | www.github.com/ManglaRam45/graddingApp/tree/main/lib/pages/group_chat_page.dart | https://raw.githubusercontent.com/ManglaRam45/graddingApp/5454250/lib/pages/group_chat_page.dart | ManglaRam45/graddingApp 5454250 lib/pages/group_chat_page.dart | true | 200 | 1,580 | import 'package:flutter/material.dart';
class ChatPage extends StatefulWidget {
final String? user;
const ChatPage({super.key, this.user});
@override
State<ChatPage> createState() => _ChatPageState();
}
class _ChatPageState extends State<ChatPage> {
@override
Widget build(BuildContext context) {
retu... | 5 |
musjib999/blusearch | ce72621 | lib/app/presentation/investor/investment/screens/investments_screen.dart | Dart | www.github.com/musjib999/blusearch/tree/main/lib/app/presentation/investor/investment/screens/investments_screen.dart | https://raw.githubusercontent.com/musjib999/blusearch/ce72621/lib/app/presentation/investor/investment/screens/investments_screen.dart | musjib999/blusearch ce72621 lib/app/presentation/investor/investment/screens/investments_screen.dart | true | 200 | 1,934 | import 'package:blusearch/app/index.dart';
class Investments extends StatelessWidget {
const Investments({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Investments'),
actions: [
IconButton(
... | 0 |
ViniciusSMLuz/Jogo_Flutter | c9a1cfd | lib/resultado.dart | Dart | www.github.com/ViniciusSMLuz/Jogo_Flutter/tree/main/lib/resultado.dart | https://raw.githubusercontent.com/ViniciusSMLuz/Jogo_Flutter/c9a1cfd/lib/resultado.dart | ViniciusSMLuz/Jogo_Flutter c9a1cfd lib/resultado.dart | true | 200 | 972 | import 'package:flutter/material.dart';
// As apostas são comparadas e o resultado exibido
class ResultadoAposta extends StatelessWidget {
// funcao para trocar de tela
Function anotherBetCallback;
Function playerProfileCallback;
String challenger;
String challenged;
String currBetResult;
ResultadoApost... | 2 |
caiomendes2526/cara_ou_coroa | 43680a6 | lib/Resultado.dart | Dart | www.github.com/caiomendes2526/cara_ou_coroa/tree/main/lib/Resultado.dart | https://raw.githubusercontent.com/caiomendes2526/cara_ou_coroa/43680a6/lib/Resultado.dart | caiomendes2526/cara_ou_coroa 43680a6 lib/Resultado.dart | true | 200 | 1,034 | import 'package:flutter/material.dart';
class Resultado extends StatefulWidget {
String valor;
Resultado(this.valor);
@override
State<Resultado> createState() => _ResultadoState();
}
class _ResultadoState extends State<Resultado> {
@override
Widget build(BuildContext context) {
var caminhoImagem =... | 6 |
yuhsuaner/stylish2023 | a0da4fc | lib/manager/http_clinet.dart | Dart | www.github.com/yuhsuaner/stylish2023/tree/main/lib/manager/http_clinet.dart | https://raw.githubusercontent.com/yuhsuaner/stylish2023/a0da4fc/lib/manager/http_clinet.dart | yuhsuaner/stylish2023 a0da4fc lib/manager/http_clinet.dart | true | 200 | 1,146 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:stylish2023/Data/product_list.dart';
class HttpDioClient {
static final client = http.Client();
/// https://api.appworks-school.tw/api/1.0/products/women
static const baseURL = 'https://api.ap... | 3 |
kevin-Jobi/mindforge-copyied | 03634fc | lib/screens/profile/settings.dart | Dart | www.github.com/kevin-Jobi/mindforge-copyied/tree/main/lib/screens/profile/settings.dart | https://raw.githubusercontent.com/kevin-Jobi/mindforge-copyied/03634fc/lib/screens/profile/settings.dart | kevin-Jobi/mindforge-copyied 03634fc lib/screens/profile/settings.dart | true | 200 | 3,558 | import 'package:flutter/material.dart';
import 'package:mind_forge/screens/profile/profile_crud.dart';
class MySettings extends StatelessWidget {
MySettings({super.key});
final List<Map<String, dynamic>> _settingsItems = [
{'icon': Icons.person, 'text': 'Profile Info', 'color': Colors.blue[800]},
{'icon':... | 4 |
Kyaruk/PetCharm-mobile | 36b152f | pet_charm/lib/home/post_message.dart | Dart | www.github.com/Kyaruk/PetCharm-mobile/tree/main/pet_charm/lib/home/post_message.dart | https://raw.githubusercontent.com/Kyaruk/PetCharm-mobile/36b152f/pet_charm/lib/home/post_message.dart | Kyaruk/PetCharm-mobile 36b152f pet_charm/lib/home/post_message.dart | true | 200 | 8,355 | import 'dart:io';
import 'package:dio/dio.dart';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import '../common/toast.dart';
import '../main.dart';
class PostMessage extends StatefulWidget {
const PostMessage({Key? key}) : super(key: key);
@override
_PostMessage crea... | 1 |
rafaelholder/Flutter_projeto_02_Controle_despesas | 3fb4f53 | lib/main.dart | Dart | www.github.com/rafaelholder/Flutter_projeto_02_Controle_despesas/tree/main/lib/main.dart | https://raw.githubusercontent.com/rafaelholder/Flutter_projeto_02_Controle_despesas/3fb4f53/lib/main.dart | rafaelholder/Flutter_projeto_02_Controle_despesas 3fb4f53 lib/main.dart | true | 200 | 5,114 | // ignore_for_file: avoid_types_as_parameter_names, non_constant_identifier_names
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_despesas_pessoais/components/charts.dart';
import 'package:flutter_despesas_pessoais/compone... | 7 |
MaximMonakhov/crypt_signature | c2723a2 | lib/src/native/native.dart | Dart | www.github.com/MaximMonakhov/crypt_signature/tree/main/lib/src/native/native.dart | https://raw.githubusercontent.com/MaximMonakhov/crypt_signature/c2723a2/lib/src/native/native.dart | MaximMonakhov/crypt_signature c2723a2 lib/src/native/native.dart | true | 200 | 6,851 | // ignore_for_file: require_trailing_commas
import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'package:crypt_signature/src/models/certificate.dart';
import 'package:crypt_signature/src/models/digest_result.dart';
import 'package:crypt_signature/src/models/license.dart';
import 'package:crypt_signat... | 6 |
PaulRublev/flutter_inherited_widget | 31a5f02 | lib/widgets/description_view.dart | Dart | www.github.com/PaulRublev/flutter_inherited_widget/tree/main/lib/widgets/description_view.dart | https://raw.githubusercontent.com/PaulRublev/flutter_inherited_widget/31a5f02/lib/widgets/description_view.dart | PaulRublev/flutter_inherited_widget 31a5f02 lib/widgets/description_view.dart | true | 200 | 601 | import 'package:flutter/material.dart';
import 'text_list.dart';
class DescriptionView extends StatefulWidget {
const DescriptionView({super.key});
@override
State<DescriptionView> createState() => _DescriptionViewState();
}
class _DescriptionViewState extends State<DescriptionView> {
@override
void didCh... | 3 |
AhmedHamed-20/club_cast_clean_architecture | 44718d3 | test/features/Search/data/models/podcast_audio_info_model_test.dart | Dart | www.github.com/AhmedHamed-20/club_cast_clean_architecture/tree/main/test/features/Search/data/models/podcast_audio_info_model_test.dart | https://raw.githubusercontent.com/AhmedHamed-20/club_cast_clean_architecture/44718d3/test/features/Search/data/models/podcast_audio_info_model_test.dart | AhmedHamed-20/club_cast_clean_architecture 44718d3 test/features/Search/data/models/podcast_audio_info_model_test.dart | true | 200 | 1,096 | import 'package:club_cast_clean_architecture/features/Search/data/models/podcast_audio_info_model.dart';
import 'package:flutter_test/flutter_test.dart';
import '../datasources/remote_search_data_source_dumy_data.dart';
void main() {
group('podcast_search_audio_info_model test', () {
test('test podcast_search_a... | 0 |
azharcse14/newspaper_app | 4298c2c | lib/features/user/presentation/pages/profile/profile_page.dart | Dart | www.github.com/azharcse14/newspaper_app/tree/main/lib/features/user/presentation/pages/profile/profile_page.dart | https://raw.githubusercontent.com/azharcse14/newspaper_app/4298c2c/lib/features/user/presentation/pages/profile/profile_page.dart | azharcse14/newspaper_app 4298c2c lib/features/user/presentation/pages/profile/profile_page.dart | true | 200 | 5,377 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:newspaper_app/core/injection_container.dart';
import 'package:newspaper_app/features/storage/domain/usecases/upload_profile_image_usecase.dart';
import 'package:newspaper_app/features/user/domain/... | 2 |
sumitpant190/instagram_ui_clone | 4ce0bb3 | lib/pages/shop.dart | Dart | www.github.com/sumitpant190/instagram_ui_clone/tree/main/lib/pages/shop.dart | https://raw.githubusercontent.com/sumitpant190/instagram_ui_clone/4ce0bb3/lib/pages/shop.dart | sumitpant190/instagram_ui_clone 4ce0bb3 lib/pages/shop.dart | true | 200 | 1,492 | import 'package:flutter/material.dart';
import 'package:instagram_ui_clone/utils/shopgrid.dart';
class UserShop extends StatelessWidget {
const UserShop({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
backgroundColor: Colors.transparent,
el... | 5 |
deabes199/shop_app | 3e4e0c4 | lib/features/products/ui/widgets/product/product_grid_view.dart | Dart | www.github.com/deabes199/shop_app/tree/main/lib/features/products/ui/widgets/product/product_grid_view.dart | https://raw.githubusercontent.com/deabes199/shop_app/3e4e0c4/lib/features/products/ui/widgets/product/product_grid_view.dart | deabes199/shop_app 3e4e0c4 lib/features/products/ui/widgets/product/product_grid_view.dart | true | 200 | 1,164 | import 'package:flutter/material.dart';
import 'package:hero_store_app/core/routing/routes.dart';
import 'package:hero_store_app/features/products/data/models/product_model.dart';
import 'package:hero_store_app/features/home/ui/widgets/all_product/product_item.dart';
class ProductsGridView extends StatelessWidget {
... | 4 |
NaderMohamedMusa/OtlobGas__Customer-master | fd2ceaf | lib/features/order_feature/domain/use_cases/cancel_order_use_case.dart | Dart | www.github.com/NaderMohamedMusa/OtlobGas__Customer-master/tree/main/lib/features/order_feature/domain/use_cases/cancel_order_use_case.dart | https://raw.githubusercontent.com/NaderMohamedMusa/OtlobGas__Customer-master/fd2ceaf/lib/features/order_feature/domain/use_cases/cancel_order_use_case.dart | NaderMohamedMusa/OtlobGas__Customer-master fd2ceaf lib/features/order_feature/domain/use_cases/cancel_order_use_case.dart | true | 200 | 433 | import 'package:dartz/dartz.dart';
import 'package:otlobgas_driver/features/order_feature/domain/repositories/base_order_repository.dart';
import '../../../../core/errors/failures.dart';
class CancelOrderUseCase {
final BaseOrderRepository baseOrderRepository;
CancelOrderUseCase({required this.baseOrderRepositor... | 1 |
uropek97/square_app | 2a828f2 | lib/pages/cube_page.dart | Dart | www.github.com/uropek97/square_app/tree/main/lib/pages/cube_page.dart | https://raw.githubusercontent.com/uropek97/square_app/2a828f2/lib/pages/cube_page.dart | uropek97/square_app 2a828f2 lib/pages/cube_page.dart | true | 200 | 4,330 | import 'package:flutter/material.dart';
import 'package:square_app/listener_position.dart';
import 'package:square_app/square.dart';
class CubePage extends StatefulWidget {
final String title;
const CubePage({super.key, this.title = 'Cube'});
@override
State<CubePage> createState() => _CubePageState();
}
cla... | 7 |
KriPyDragon/AppCobranza | 3ac2f3b | lib/view/Admin/user/UsuarioMant.dart | Dart | www.github.com/KriPyDragon/AppCobranza/tree/main/lib/view/Admin/user/UsuarioMant.dart | https://raw.githubusercontent.com/KriPyDragon/AppCobranza/3ac2f3b/lib/view/Admin/user/UsuarioMant.dart | KriPyDragon/AppCobranza 3ac2f3b lib/view/Admin/user/UsuarioMant.dart | true | 200 | 16,521 | // ignore_for_file: file_names, use_key_in_widget_constructors, library_private_types_in_public_api, override_on_non_overriding_member, non_constant_identifier_names, unused_import, camel_case_types, unused_local_variable, avoid_unnecessary_containers, unused_element, annotate_overrides, unused_field, use_build_context... | 6 |
yamuna1996d/Gyq | 88d571a | lib/Screen/Time.dart | Dart | www.github.com/yamuna1996d/Gyq/tree/main/lib/Screen/Time.dart | https://raw.githubusercontent.com/yamuna1996d/Gyq/88d571a/lib/Screen/Time.dart | yamuna1996d/Gyq 88d571a lib/Screen/Time.dart | true | 200 | 678 | import 'package:flutter/material.dart';
class Time extends StatelessWidget {
const Time({
Key? key,
}) : super(key: key);
@override
Widget build(BuildContext context) {
return Row(
mainAxisAlignment:
MainAxisAlignment
.center,
children: const [
Padding(
pad... | 0 |
SIKV/MoneyManager | 372fb00 | lib/feature/wallet/controller/add_wallet_controller.dart | Dart | www.github.com/SIKV/MoneyManager/tree/main/lib/feature/wallet/controller/add_wallet_controller.dart | https://raw.githubusercontent.com/SIKV/MoneyManager/372fb00/lib/feature/wallet/controller/add_wallet_controller.dart | SIKV/MoneyManager 372fb00 lib/feature/wallet/controller/add_wallet_controller.dart | true | 200 | 2,436 | import 'dart:async';
import 'package:currency_picker/currency_picker.dart' as currency_picker;
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:moneymanager/data/providers.dart';
import 'package:moneymanager/domain/currency.dart';
import 'package:moneymanager/local_preferences.dart';
import '.... | 3 |
MarcosRehtanz/flutter_game_of_life | 35c8ced | lib/main.dart | Dart | www.github.com/MarcosRehtanz/flutter_game_of_life/tree/main/lib/main.dart | https://raw.githubusercontent.com/MarcosRehtanz/flutter_game_of_life/35c8ced/lib/main.dart | MarcosRehtanz/flutter_game_of_life 35c8ced lib/main.dart | true | 200 | 1,734 | import 'package:flutter/material.dart';
import 'package:game_of_life/board.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Game of life',
theme: ThemeData(
... | 2 |
Arunrajpr-2000/Mixpod_Bloc | 182acb0 | lib/main.dart | Dart | www.github.com/Arunrajpr-2000/Mixpod_Bloc/tree/main/lib/main.dart | https://raw.githubusercontent.com/Arunrajpr-2000/Mixpod_Bloc/182acb0/lib/main.dart | Arunrajpr-2000/Mixpod_Bloc 182acb0 lib/main.dart | true | 200 | 1,921 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:hive_flutter/adapters.dart';
import 'package:mixpod/application/cubit/player_cubit/player_cubit.dart';
import 'package:mixpod/domine/db/hivemodel.dart';
import 'package:mixpod/infrastructure/class/box_class.dart';
... | 5 |
EL7OMOSANY/bmi_app | 4a66912 | lib/down_bar.dart | Dart | www.github.com/EL7OMOSANY/bmi_app/tree/main/lib/down_bar.dart | https://raw.githubusercontent.com/EL7OMOSANY/bmi_app/4a66912/lib/down_bar.dart | EL7OMOSANY/bmi_app 4a66912 lib/down_bar.dart | true | 200 | 484 | import 'package:el_course/models/down_bar_model.dart';
import 'package:flutter/material.dart';
class DownBar extends StatelessWidget {
const DownBar({super.key, });
@override
Widget build(BuildContext context) {
return Expanded(
child: Row(
children: [
const DownBarModel(
... | 4 |
qaisarjamal01/mvvm | 1b8e296 | lib/view_model/auth_view_model.dart | Dart | www.github.com/qaisarjamal01/mvvm/tree/main/lib/view_model/auth_view_model.dart | https://raw.githubusercontent.com/qaisarjamal01/mvvm/1b8e296/lib/view_model/auth_view_model.dart | qaisarjamal01/mvvm 1b8e296 lib/view_model/auth_view_model.dart | true | 200 | 2,023 | import 'package:flutter/material.dart';
import 'package:flutter/foundation.dart';
import 'package:mvvm/model/user_model.dart';
import 'package:mvvm/repository/auth_repository.dart';
import 'package:mvvm/utils/routes/routes_name.dart';
import 'package:mvvm/view_model/user_view_model.dart';
import 'package:provider/provi... | 7 |
Ghaith-13/manto-bride | 299860b | lib/features/home/data/repositories/home_Repo.dart | Dart | www.github.com/Ghaith-13/manto-bride/tree/main/lib/features/home/data/repositories/home_Repo.dart | https://raw.githubusercontent.com/Ghaith-13/manto-bride/299860b/lib/features/home/data/repositories/home_Repo.dart | Ghaith-13/manto-bride 299860b lib/features/home/data/repositories/home_Repo.dart | true | 200 | 3,048 | // ignore_for_file: file_names, non_constant_identifier_names
import 'package:manto_bride/features/home/data/datasources/home_ds.dart';
import 'package:manto_bride/features/home/data/models/add_to_cart_model.dart';
import 'package:manto_bride/features/home/data/models/brand_details_model.dart';
import 'package:manto_b... | 3 |
NanaNivo/farm_scheduling | f4bb47e | lib/presentation/custom_widgets/custom_drop_down.dart | Dart | www.github.com/NanaNivo/farm_scheduling/tree/main/lib/presentation/custom_widgets/custom_drop_down.dart | https://raw.githubusercontent.com/NanaNivo/farm_scheduling/f4bb47e/lib/presentation/custom_widgets/custom_drop_down.dart | NanaNivo/farm_scheduling f4bb47e lib/presentation/custom_widgets/custom_drop_down.dart | true | 200 | 10,588 | import 'package:collection/collection.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
class CustomDropdown<T> extends StatefulWidget {
/// the child widget for the button, this will be ignored if text is supplie... | 0 |
mchairul/coffe_shop | b682681 | lib/components/home/component_category_button.dart | Dart | www.github.com/mchairul/coffe_shop/tree/main/lib/components/home/component_category_button.dart | https://raw.githubusercontent.com/mchairul/coffe_shop/b682681/lib/components/home/component_category_button.dart | mchairul/coffe_shop b682681 lib/components/home/component_category_button.dart | true | 200 | 1,945 | import 'package:coffe_shop/models/model_category_button.dart';
import 'package:coffe_shop/providers/provider_fragment.dart';
import 'package:coffe_shop/utils/colors.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:provider/provider.dart';
class ComponentCategoryBu... | 6 |
thamer996/farmaquizmobile | e4b8098 | lib/Pages/component/Sidemenu.dart | Dart | www.github.com/thamer996/farmaquizmobile/tree/main/lib/Pages/component/Sidemenu.dart | https://raw.githubusercontent.com/thamer996/farmaquizmobile/e4b8098/lib/Pages/component/Sidemenu.dart | thamer996/farmaquizmobile e4b8098 lib/Pages/component/Sidemenu.dart | true | 200 | 2,770 | import 'package:app/Pages/FabTabs.dart';
import 'package:flutter/material.dart';
import '../LeaderboardPage.dart';
import '../ProfilePage.dart';
import '../SelectQuizPage.dart';
import '../settings.dart';
class Sidemenu extends StatefulWidget {
@override
State<Sidemenu> createState() => _SidemenuState();
}
class... | 5 |
mohamedali37/news_app | 77d2ae5 | lib/views/home_page.dart | Dart | www.github.com/mohamedali37/news_app/tree/main/lib/views/home_page.dart | https://raw.githubusercontent.com/mohamedali37/news_app/77d2ae5/lib/views/home_page.dart | mohamedali37/news_app 77d2ae5 lib/views/home_page.dart | true | 200 | 1,289 | import 'package:flutter/material.dart';
import 'package:news_app/widgets/category_listview.dart';
import 'package:news_app/widgets/news_list_view_builder.dart';
// ignore: must_be_immutable
class HomePage extends StatelessWidget {
const HomePage({super.key});
@override
Widget build(BuildContext context) {
... | 2 |
nikolay-ahramovich-idf/star_movie_app | 9a72b0e | packages/domain/test/usecases/user_is_registered_usecase_test.dart | Dart | www.github.com/nikolay-ahramovich-idf/star_movie_app/tree/main/packages/domain/test/usecases/user_is_registered_usecase_test.dart | https://raw.githubusercontent.com/nikolay-ahramovich-idf/star_movie_app/9a72b0e/packages/domain/test/usecases/user_is_registered_usecase_test.dart | nikolay-ahramovich-idf/star_movie_app 9a72b0e packages/domain/test/usecases/user_is_registered_usecase_test.dart | true | 200 | 1,296 | import 'package:domain/entities/user_entity.dart';
import 'package:domain/exceptions/validation_exception.dart';
import 'package:domain/repositories/remote_store_repository.dart';
import 'package:domain/usecases/user_is_registered_usecase.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mocktail/... | 1 |
a22300149/AG3_DMA | 2079234 | first_screen.dart | Dart | www.github.com/a22300149/AG3_DMA/tree/main/first_screen.dart | https://raw.githubusercontent.com/a22300149/AG3_DMA/2079234/first_screen.dart | a22300149/AG3_DMA 2079234 first_screen.dart | true | 200 | 18,777 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_database/firebase_database.dart';
import 'package:image_picker/image_picker.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'nuevo_reg.dart';
import 'busq... | 4 |
gabrielnathaniel/game_lompat_karet | cd41351 | lib/game/ufo2.dart | Dart | www.github.com/gabrielnathaniel/game_lompat_karet/tree/main/lib/game/ufo2.dart | https://raw.githubusercontent.com/gabrielnathaniel/game_lompat_karet/cd41351/lib/game/ufo2.dart | gabrielnathaniel/game_lompat_karet cd41351 lib/game/ufo2.dart | true | 200 | 461 | import 'dart:ui';
import 'package:flame/components.dart';
import 'package:lompat_karet_game/game/game.dart';
class Ufo2 extends SpriteAnimationComponent with HasGameRef<LompatKaretGame> {
@override
Future<void>? onLoad() {
animation = SpriteAnimation.fromFrameData(
gameRef.images.fromCache('ufo2.png'),
... | 7 |
Z-Team-Monks/GOJO-Mobile | bd31bd1 | gojo/lib/features/property/apply_for_rent/bloc/apply_for_rent_state.dart | Dart | www.github.com/Z-Team-Monks/GOJO-Mobile/tree/main/gojo/lib/features/property/apply_for_rent/bloc/apply_for_rent_state.dart | https://raw.githubusercontent.com/Z-Team-Monks/GOJO-Mobile/bd31bd1/gojo/lib/features/property/apply_for_rent/bloc/apply_for_rent_state.dart | Z-Team-Monks/GOJO-Mobile bd31bd1 gojo/lib/features/property/apply_for_rent/bloc/apply_for_rent_state.dart | true | 200 | 881 | part of 'apply_for_rent_bloc.dart';
enum ApplicationStatus { editing, inprogress, success, error, done }
class ApplyForRentState extends Equatable {
final DateTime? startDate;
final String? months;
final String? message;
final ApplicationStatus status;
const ApplyForRentState({
this.startDate,
this... | 3 |
ThalysonBarrosDev/AppMobile--Brasileirao2022 | 4e328b0 | lib/pages/home_page.dart | Dart | www.github.com/ThalysonBarrosDev/AppMobile--Brasileirao2022/tree/main/lib/pages/home_page.dart | https://raw.githubusercontent.com/ThalysonBarrosDev/AppMobile--Brasileirao2022/4e328b0/lib/pages/home_page.dart | ThalysonBarrosDev/AppMobile--Brasileirao2022 4e328b0 lib/pages/home_page.dart | true | 200 | 1,512 | import 'package:brasileirao_app/pages/time_page.dart';
import '../models/time.model.dart';
import 'package:flutter/material.dart';
import 'package:brasileirao_app/controller/home_controller.dart';
class HomePage extends StatefulWidget {
HomePage({super.key});
@override
State<HomePage> createState() => _HomePag... | 0 |
ahmedsamisayed/KSSdriver | 97479fd | lib/model/api/updateUserData/udpateUserDataAPI.dart | Dart | www.github.com/ahmedsamisayed/KSSdriver/tree/main/lib/model/api/updateUserData/udpateUserDataAPI.dart | https://raw.githubusercontent.com/ahmedsamisayed/KSSdriver/97479fd/lib/model/api/updateUserData/udpateUserDataAPI.dart | ahmedsamisayed/KSSdriver 97479fd lib/model/api/updateUserData/udpateUserDataAPI.dart | true | 200 | 1,582 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:kss_driver/core/widgets/scaffoldSnackbar.dart';
import 'package:kss_driver/model/api/appConstants.dart';
import 'dart:convert';
import '../../../view/user/order/checker.dart';
Fut... | 6 |
thepuppyplace-developer/thepuppyplace-flutter | 1a618c5 | lib/models/CommentLike.dart | Dart | www.github.com/thepuppyplace-developer/thepuppyplace-flutter/tree/main/lib/models/CommentLike.dart | https://raw.githubusercontent.com/thepuppyplace-developer/thepuppyplace-flutter/1a618c5/lib/models/CommentLike.dart | thepuppyplace-developer/thepuppyplace-flutter 1a618c5 lib/models/CommentLike.dart | true | 200 | 657 | import 'Board.dart';
class CommentLike{
final int id;
final DateTime createdAt;
final DateTime updatedAt;
final int comment_id;
final int user_id;
CommentLike({
required this.id,
required this.createdAt,
required this.updatedAt,
required this.comment_id,
required this.user_id,
});
... | 2 |
conlonvang/EUNI-MOTCUA-MOBLIE-TEST | 1d35603 | lib/domain/entities/xem_diem/diem_monhoc.entity.dart | Dart | www.github.com/conlonvang/EUNI-MOTCUA-MOBLIE-TEST/tree/main/lib/domain/entities/xem_diem/diem_monhoc.entity.dart | https://raw.githubusercontent.com/conlonvang/EUNI-MOTCUA-MOBLIE-TEST/1d35603/lib/domain/entities/xem_diem/diem_monhoc.entity.dart | conlonvang/EUNI-MOTCUA-MOBLIE-TEST 1d35603 lib/domain/entities/xem_diem/diem_monhoc.entity.dart | true | 200 | 2,489 |
import 'dart:convert';
import 'package:euni_core_ui/euni_core_ui.dart';
import 'diem_thanhphan.entity.dart';
class DiemMonHoc extends Equatable {
final int? stt;
final String? maMon;
final String? nhomMon;
final String? tenMon;
final String? soTinChi;
final String? diemTongKetChu;
final String? diemTon... | 1 |
zyadmohamed2/scoremob | d2e45d0 | lib/view/page_match/model/statistics.dart | Dart | www.github.com/zyadmohamed2/scoremob/tree/main/lib/view/page_match/model/statistics.dart | https://raw.githubusercontent.com/zyadmohamed2/scoremob/d2e45d0/lib/view/page_match/model/statistics.dart | zyadmohamed2/scoremob d2e45d0 lib/view/page_match/model/statistics.dart | true | 200 | 5,299 | import 'package:flutter/material.dart';
import 'package:scoremob/data/model/fixtures_response/statistics.dart';
import 'package:scoremob/view/page_match/model/player.dart';
import 'package:scoremob/view/shared/model/team.dart';
class Statistics {
Team team;
int ballPossession = 0;
double goalsExpected = 0;
int... | 5 |
GOAT-WAAAM/WAAAM_FE | c2ef720 | lib/components/selectTime.dart | Dart | www.github.com/GOAT-WAAAM/WAAAM_FE/tree/main/lib/components/selectTime.dart | https://raw.githubusercontent.com/GOAT-WAAAM/WAAAM_FE/c2ef720/lib/components/selectTime.dart | GOAT-WAAAM/WAAAM_FE c2ef720 lib/components/selectTime.dart | true | 200 | 6,619 | import 'package:flutter/material.dart';
class SelectTimes extends StatefulWidget {
const SelectTimes({super.key});
@override
State<SelectTimes> createState() => _SelectTimesState();
}
class _SelectTimesState extends State<SelectTimes> {
String? selectedPeriod;
int? selectedHour;
int? selectedMinute;
Li... | 4 |
WalidIssam/toku_app | c0ca841 | lib/screens/numbers_page.dart | Dart | www.github.com/WalidIssam/toku_app/tree/main/lib/screens/numbers_page.dart | https://raw.githubusercontent.com/WalidIssam/toku_app/c0ca841/lib/screens/numbers_page.dart | WalidIssam/toku_app c0ca841 lib/screens/numbers_page.dart | true | 200 | 2,464 | import 'package:flutter/material.dart';
import 'package:last_toku/components/box.dart';
import 'package:last_toku/models/CL.dart';
// ignore: camel_case_types
class numbersPage extends StatelessWidget {
const numbersPage({
super.key,
});
final List<CL> num = const [
CL(
songO: 'sounds/numbers/num... | 7 |
LordRedsky/flutter_simple_calculator | 90e79c3 | lib/main.dart | Dart | www.github.com/LordRedsky/flutter_simple_calculator/tree/main/lib/main.dart | https://raw.githubusercontent.com/LordRedsky/flutter_simple_calculator/90e79c3/lib/main.dart | LordRedsky/flutter_simple_calculator 90e79c3 lib/main.dart | true | 200 | 11,014 | // ignore_for_file: public_member_api_docs, sort_constructors_first
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Calculator',
theme: ThemeData(
pri... | 3 |
iosumit/com.flutter.template | 4e1185d | lib/utils/colors.dart | Dart | www.github.com/iosumit/com.flutter.template/tree/main/lib/utils/colors.dart | https://raw.githubusercontent.com/iosumit/com.flutter.template/4e1185d/lib/utils/colors.dart | iosumit/com.flutter.template 4e1185d lib/utils/colors.dart | true | 200 | 1,147 | import 'package:flutter/material.dart';
class Cols extends InheritedWidget {
const Cols({
super.key,
required this.c,
required super.child,
});
final AppColor c;
static Cols? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<Cols>();
}
static Cols of(Build... | 0 |
saurav-maharana/climate-change-mobile-internal | 44ff716 | lib/presentation/destinations/openweather/common/openwather_togglebutton.dart | Dart | www.github.com/saurav-maharana/climate-change-mobile-internal/tree/main/lib/presentation/destinations/openweather/common/openwather_togglebutton.dart | https://raw.githubusercontent.com/saurav-maharana/climate-change-mobile-internal/44ff716/lib/presentation/destinations/openweather/common/openwather_togglebutton.dart | saurav-maharana/climate-change-mobile-internal 44ff716 lib/presentation/destinations/openweather/common/openwather_togglebutton.dart | true | 200 | 1,258 | import 'package:flutter/material.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
class OpenWeatherToggleButton extends ConsumerStatefulWidget {
final String toggleButtonText1;
final String toggleButtonText2;
final Function(int) onPressed;
final List<bool> isSelected;
const OpenWeatherToggleButto... | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.