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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
andresbadillo/flutter_chat_app | c23bf5b | lib/widgets/logo.dart | Dart | www.github.com/andresbadillo/flutter_chat_app/tree/main/lib/widgets/logo.dart | https://raw.githubusercontent.com/andresbadillo/flutter_chat_app/c23bf5b/lib/widgets/logo.dart | andresbadillo/flutter_chat_app c23bf5b lib/widgets/logo.dart | true | 200 | 811 | import 'package:flutter/material.dart';
class Logo extends StatelessWidget {
const Logo({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Center(
child: Container(
margin: const EdgeInsets.only(top: 50),
width: 250,
child: Column(
ch... | 5 |
mertcanturker/movies_app | 4f5fa1e | lib/data/repo/filmlerdao_repository.dart | Dart | www.github.com/mertcanturker/movies_app/tree/main/lib/data/repo/filmlerdao_repository.dart | https://raw.githubusercontent.com/mertcanturker/movies_app/4f5fa1e/lib/data/repo/filmlerdao_repository.dart | mertcanturker/movies_app 4f5fa1e lib/data/repo/filmlerdao_repository.dart | true | 200 | 522 | import 'package:movies_app/data/entity/filmler.dart';
import 'package:movies_app/sqlite/veritabani_yardimcisi.dart';
class FilmlerDaoRepository{
Future<List<Filmler>> filmleriYukle() async {
var db = await VeritabaniYardimcisi.veritabaniErisim();
List<Map<String,dynamic>> maps = await db.rawQuery("SELECT * F... | 6 |
kiks12/mpos-flutter | 60c15bf | lib/screens/forgot_password_screen.dart | Dart | www.github.com/kiks12/mpos-flutter/tree/main/lib/screens/forgot_password_screen.dart | https://raw.githubusercontent.com/kiks12/mpos-flutter/60c15bf/lib/screens/forgot_password_screen.dart | kiks12/mpos-flutter 60c15bf lib/screens/forgot_password_screen.dart | true | 200 | 6,081 |
import 'package:flutter/material.dart';
import 'package:mpos/components/header_one.dart';
import 'package:mpos/components/text_form_field_with_label.dart';
import 'package:mpos/main.dart';
import 'package:mpos/objectbox.g.dart';
class ForgotPasswordScreen extends StatefulWidget {
const ForgotPasswordScreen({Key? ke... | 4 |
HEBAMamdooh/ecommere_course | 39231cb | lib/view/screen/orders/archive.dart | Dart | www.github.com/HEBAMamdooh/ecommere_course/tree/main/lib/view/screen/orders/archive.dart | https://raw.githubusercontent.com/HEBAMamdooh/ecommere_course/39231cb/lib/view/screen/orders/archive.dart | HEBAMamdooh/ecommere_course 39231cb lib/view/screen/orders/archive.dart | true | 200 | 1,135 | import 'package:ecommere_course/controller/orders/archive_controller.dart';
import 'package:ecommere_course/core/class/handlingdataview.dart';
import 'package:ecommere_course/view/widget/orders/orderslistcardarchive.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
class ArchiveOrders exten... | 0 |
perthergorner/From_Flutter_To_Next | f591e2e | lib/page/chat_components/custom_menu_bar/custom_menu_bar.dart | Dart | www.github.com/perthergorner/From_Flutter_To_Next/tree/main/lib/page/chat_components/custom_menu_bar/custom_menu_bar.dart | https://raw.githubusercontent.com/perthergorner/From_Flutter_To_Next/f591e2e/lib/page/chat_components/custom_menu_bar/custom_menu_bar.dart | perthergorner/From_Flutter_To_Next f591e2e lib/page/chat_components/custom_menu_bar/custom_menu_bar.dart | true | 200 | 1,924 | import 'package:flutter/material.dart';
class CustomMenuBar extends StatelessWidget {
const CustomMenuBar({
Key? key,
required this.showMenuBar,
required this.showMenu,
required this.onKeyBoardPressed,
required this.toggleShowMenu
}) : super(key: key);
final bool showMenuBar;
final bool sho... | 3 |
lomza/listview_cubit_hooks | 0da578c | lib/core/ui/app_textedit.dart | Dart | www.github.com/lomza/listview_cubit_hooks/tree/main/lib/core/ui/app_textedit.dart | https://raw.githubusercontent.com/lomza/listview_cubit_hooks/0da578c/lib/core/ui/app_textedit.dart | lomza/listview_cubit_hooks 0da578c lib/core/ui/app_textedit.dart | true | 200 | 1,815 | import 'package:flutter/material.dart';
import 'package:listview_cubit_hooks/core/ui/app_colors.dart';
import 'package:listview_cubit_hooks/core/ui/app_typography.dart';
class AppTextEdit extends StatelessWidget {
final String labelText;
final String? hintText;
final String? errorText;
final TextInputType? tex... | 7 |
loulou761001/exoFlutter | febb0e4 | lib/model/products.dart | Dart | www.github.com/loulou761001/exoFlutter/tree/main/lib/model/products.dart | https://raw.githubusercontent.com/loulou761001/exoFlutter/febb0e4/lib/model/products.dart | loulou761001/exoFlutter febb0e4 lib/model/products.dart | true | 200 | 511 | class Product {
final int id;
final int price;
final String title;
final String image;
final String description;
const Product({
required this.price,
required this.id,
required this.title,
required this.image,
required this.description,
});
factory Product.fromJson(Map<String, dyna... | 1 |
Menatallah93/Android-OCR | 73d5ad1 | lib/home.dart | Dart | www.github.com/Menatallah93/Android-OCR/tree/main/lib/home.dart | https://raw.githubusercontent.com/Menatallah93/Android-OCR/73d5ad1/lib/home.dart | Menatallah93/Android-OCR 73d5ad1 lib/home.dart | true | 200 | 11,650 | import 'dart:convert';
import 'dart:io';
import 'package:androidocr/image_to_text.dart';
//import 'package:androidocr/setting.dart';
import 'package:carousel_slider/carousel_slider.dart';
import 'package:easy_localization/src/public_ext.dart';
import 'package:file_picker/file_picker.dart';
import 'package:flutter/cup... | 5 |
bagheriAlmas/Flutter-Navigation-Menu | 226c72c | lib/Pages/Page1.dart | Dart | www.github.com/bagheriAlmas/Flutter-Navigation-Menu/tree/main/lib/Pages/Page1.dart | https://raw.githubusercontent.com/bagheriAlmas/Flutter-Navigation-Menu/226c72c/lib/Pages/Page1.dart | bagheriAlmas/Flutter-Navigation-Menu 226c72c lib/Pages/Page1.dart | true | 200 | 1,975 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class Page1 extends StatelessWidget {
const Page1({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
final List<String> entries = <String>['Home', 'Work', 'Park','Drive','Bike'];
final List<String... | 6 |
LordPhenixDeNetra/flutter-hacker-news | 7f8a416 | lib/themes/NTheme.dart | Dart | www.github.com/LordPhenixDeNetra/flutter-hacker-news/tree/main/lib/themes/NTheme.dart | https://raw.githubusercontent.com/LordPhenixDeNetra/flutter-hacker-news/7f8a416/lib/themes/NTheme.dart | LordPhenixDeNetra/flutter-hacker-news 7f8a416 lib/themes/NTheme.dart | true | 200 | 2,245 | // ignore_for_file: prefer_const_constructors
import 'package:flutter/material.dart';
import 'package:n_hacker_news/constants/colors.dart';
ThemeData lightTheme = ThemeData(
useMaterial3: true,
brightness: Brightness.light,
colorScheme: ColorScheme.light(
background: lightBackgroud,
primary: lightPr... | 0 |
wahbi-baklouti7/Fseg-Sousse | ae3c466 | lib/views/home/widgets/home_local_widget.dart | Dart | www.github.com/wahbi-baklouti7/Fseg-Sousse/tree/main/lib/views/home/widgets/home_local_widget.dart | https://raw.githubusercontent.com/wahbi-baklouti7/Fseg-Sousse/ae3c466/lib/views/home/widgets/home_local_widget.dart | wahbi-baklouti7/Fseg-Sousse ae3c466 lib/views/home/widgets/home_local_widget.dart | true | 200 | 2,425 | import 'package:flutter/material.dart';
import 'package:fseg_sousse/constants/app_colors.dart';
import 'package:fseg_sousse/models/menu_choice_model.dart';
import 'package:fseg_sousse/utilities/global_data.dart';
class SelectedCard extends StatelessWidget {
final MenuChoiceModel selectedChoice;
const SelectedCard(... | 3 |
trungtinh961/school | 9b52475 | lib/product/widget/button/header_button.dart | Dart | www.github.com/trungtinh961/school/tree/main/lib/product/widget/button/header_button.dart | https://raw.githubusercontent.com/trungtinh961/school/9b52475/lib/product/widget/button/header_button.dart | trungtinh961/school 9b52475 lib/product/widget/button/header_button.dart | true | 200 | 1,461 | import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart';
import 'package:kartal/kartal.dart';
import '../../../core/init/lang/locale_keys.g.dart';
class HeaderButton extends StatelessWidget {
const HeaderButton({Key? key, this.titleText, this.onPressed}) : super(key: key);
... | 4 |
JunaidZK/EmeraldApp | ba99303 | lib/api_classes/parse_api.dart | Dart | www.github.com/JunaidZK/EmeraldApp/tree/main/lib/api_classes/parse_api.dart | https://raw.githubusercontent.com/JunaidZK/EmeraldApp/ba99303/lib/api_classes/parse_api.dart | JunaidZK/EmeraldApp ba99303 lib/api_classes/parse_api.dart | true | 200 | 5,754 | import 'dart:convert';
import 'dart:io';
import 'dart:isolate';
import 'package:emerald_beauty/constant_values/api_urls.dart';
import 'package:emerald_beauty/constant_values/enums.dart';
import 'package:http/http.dart' as http;
class ParseApi {
// Method to make the API request
Future<Map<String, dynamic>> makeRe... | 1 |
visual-space/visual-editor | e7774c7 | lib/editor/widgets/scroll/editor-single-child-scroll-view.dart | Dart | www.github.com/visual-space/visual-editor/tree/main/lib/editor/widgets/scroll/editor-single-child-scroll-view.dart | https://raw.githubusercontent.com/visual-space/visual-editor/e7774c7/lib/editor/widgets/scroll/editor-single-child-scroll-view.dart | visual-space/visual-editor e7774c7 lib/editor/widgets/scroll/editor-single-child-scroll-view.dart | true | 200 | 1,788 | import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import '../../../shared/state/editor.state.dart';
import 'single-child-viewport.dart';
// Very similar to SingleChildView but with a ViewportBuilder argument instead of a Widget
// Useful when child needs ViewportOffset (e.g. RenderEditor)... | 2 |
sumedhpatil2005/Dart-Language | 7cfdb71 | programs/cons2.dart | Dart | www.github.com/sumedhpatil2005/Dart-Language/tree/main/programs/cons2.dart | https://raw.githubusercontent.com/sumedhpatil2005/Dart-Language/7cfdb71/programs/cons2.dart | sumedhpatil2005/Dart-Language 7cfdb71 programs/cons2.dart | true | 200 | 342 | import "dart:io";
class Employee{
int? empId;
String? empName;
String? company;
Employee(){
print("No Argument Constructor");
}
Employee.data(this.empId,this.empName,this.company){
print("Parameterized Constructor ");
}
}
void main()
{
Employee obj1 = Employee();
Employee obj2 = Employee.data(28,"su... | 7 |
rafamazzucato/state_controller | b3b058b | lib/provider/paymentControllerProvider.dart | Dart | www.github.com/rafamazzucato/state_controller/tree/main/lib/provider/paymentControllerProvider.dart | https://raw.githubusercontent.com/rafamazzucato/state_controller/b3b058b/lib/provider/paymentControllerProvider.dart | rafamazzucato/state_controller b3b058b lib/provider/paymentControllerProvider.dart | true | 200 | 428 | import 'dart:collection';
import 'package:flutter/material.dart';
import 'package:state_controller/model/payment.dart';
class PaymentControllerProvider extends ChangeNotifier {
final List<Payment> _payments = [];
UnmodifiableListView<Payment> get items => UnmodifiableListView(_payments);
void add(Payment payme... | 5 |
fatihhakima/flutter-mini-project_Fatih-Hakim-Alfaridzi | 6e72e9f | mini_project_news/lib/view/home_page.dart | Dart | www.github.com/fatihhakima/flutter-mini-project_Fatih-Hakim-Alfaridzi/tree/main/mini_project_news/lib/view/home_page.dart | https://raw.githubusercontent.com/fatihhakima/flutter-mini-project_Fatih-Hakim-Alfaridzi/6e72e9f/mini_project_news/lib/view/home_page.dart | fatihhakima/flutter-mini-project_Fatih-Hakim-Alfaridzi 6e72e9f mini_project_news/lib/view/home_page.dart | true | 200 | 1,545 | import 'package:flutter/material.dart';
import 'package:mini_project_news/provider/provider_custom_bottom_navbar.dart';
import 'package:mini_project_news/widget/custom_bottom_navigation_bar.dart';
import 'package:mini_project_news/widget/custom_news_carousel_slider.dart';
import 'package:mini_project_news/widget/custom... | 0 |
kennedymenezes/Preenchimento-labial | dd4e9aa | lib/app/modules/sigup_model/singup_module.dart | Dart | www.github.com/kennedymenezes/Preenchimento-labial/tree/main/lib/app/modules/sigup_model/singup_module.dart | https://raw.githubusercontent.com/kennedymenezes/Preenchimento-labial/dd4e9aa/lib/app/modules/sigup_model/singup_module.dart | kennedymenezes/Preenchimento-labial dd4e9aa lib/app/modules/sigup_model/singup_module.dart | true | 200 | 1,185 | import 'package:flutter_modular/flutter_modular.dart';
import 'package:labial/app/domain/app/datasource/patiente_datasource_Impl.dart';
import 'package:labial/app/modules/home_module/bloc/home_bloc.dart';
import 'package:labial/app/modules/sigup_model/SingupRoutes.dart';
import 'package:labial/app/modules/sigup_model/b... | 6 |
pradestha/spotify_app_ui_flutter | fced593 | lib/main.dart | Dart | www.github.com/pradestha/spotify_app_ui_flutter/tree/main/lib/main.dart | https://raw.githubusercontent.com/pradestha/spotify_app_ui_flutter/fced593/lib/main.dart | pradestha/spotify_app_ui_flutter fced593 lib/main.dart | true | 200 | 2,489 | import 'package:flutter/material.dart';
import 'package:spotifyappui/data/data.dart';
import 'package:spotifyappui/models/current_track_model.dart';
import 'package:spotifyappui/screens/playlist_screen.dart';
import 'package:provider/provider.dart';
import 'package:spotifyappui/widgets/current_track.dart';
import 'w... | 4 |
Lupse/responsi_andri | 5873194 | lib/features/blog/models/blog_model.dart | Dart | www.github.com/Lupse/responsi_andri/tree/main/lib/features/blog/models/blog_model.dart | https://raw.githubusercontent.com/Lupse/responsi_andri/5873194/lib/features/blog/models/blog_model.dart | Lupse/responsi_andri 5873194 lib/features/blog/models/blog_model.dart | true | 200 | 576 | // ignore_for_file: non_constant_identifier_names
import 'package:json_annotation/json_annotation.dart';
part 'blog_model.g.dart';
@JsonSerializable()
class BlogModel {
final int id;
final String title;
final String image_url;
final String published_at;
BlogModel(
{required this.id,
... | 7 |
AmrwHamza/Mate-Order-app | fb2084d | lib/Features/profile/data/repos/profile_image_repo/profile_image_service.dart | Dart | www.github.com/AmrwHamza/Mate-Order-app/tree/main/lib/Features/profile/data/repos/profile_image_repo/profile_image_service.dart | https://raw.githubusercontent.com/AmrwHamza/Mate-Order-app/fb2084d/lib/Features/profile/data/repos/profile_image_repo/profile_image_service.dart | AmrwHamza/Mate-Order-app fb2084d lib/Features/profile/data/repos/profile_image_repo/profile_image_service.dart | true | 200 | 2,654 | import 'dart:io';
import 'dart:typed_data';
import 'package:dartz/dartz.dart';
import 'package:dio/dio.dart';
import 'package:mime/mime.dart';
import 'package:dio/dio.dart' as dio;
import 'package:mate_order_app/Features/profile/data/models/profile_image/profile_image_model.dart';
import 'package:mate_order_app/core/ut... | 2 |
albinpk/tasque | 20228a2 | apps/tasque/lib/src/features/task/presentation/task_details_screen.dart | Dart | www.github.com/albinpk/tasque/tree/main/apps/tasque/lib/src/features/task/presentation/task_details_screen.dart | https://raw.githubusercontent.com/albinpk/tasque/20228a2/apps/tasque/lib/src/features/task/presentation/task_details_screen.dart | albinpk/tasque 20228a2 apps/tasque/lib/src/features/task/presentation/task_details_screen.dart | true | 200 | 9,628 | import 'dart:async';
import '../../../shared/common_export.dart';
import '../model/task.dart';
import '../model/task_priority_enum.dart';
import 'cubit/task_cubit.dart';
import 'widget/priority_button.dart';
import 'widget/priority_chip.dart';
import 'widget/status_chip.dart';
/// The details screen of a task.
class ... | 3 |
EstebanHernandezFlorez/Flutter_FoodInProduction | 8f2dba5 | lib/main.dart | Dart | www.github.com/EstebanHernandezFlorez/Flutter_FoodInProduction/tree/main/lib/main.dart | https://raw.githubusercontent.com/EstebanHernandezFlorez/Flutter_FoodInProduction/8f2dba5/lib/main.dart | EstebanHernandezFlorez/Flutter_FoodInProduction 8f2dba5 lib/main.dart | true | 200 | 511 | import 'package:flutter/material.dart';
import '../presentaciones/widgets/login_form.dart'; // Asegúrate de importar tu widget de login
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return const Materi... | 1 |
Mahmoud-Adel-Ali/instagram | d62e722 | lib/shared/postDesigne.dart | Dart | www.github.com/Mahmoud-Adel-Ali/instagram/tree/main/lib/shared/postDesigne.dart | https://raw.githubusercontent.com/Mahmoud-Adel-Ali/instagram/d62e722/lib/shared/postDesigne.dart | Mahmoud-Adel-Ali/instagram d62e722 lib/shared/postDesigne.dart | true | 200 | 13,560 | // ignore_for_file: file_names, use_build_context_synchronously, unnecessary_brace_in_string_interps
// import 'dart:html';
import 'dart:async';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:i... | 0 |
Har1kr1shnanP/webdev_project | eedac2d | lib/services/api_service.dart | Dart | www.github.com/Har1kr1shnanP/webdev_project/tree/main/lib/services/api_service.dart | https://raw.githubusercontent.com/Har1kr1shnanP/webdev_project/eedac2d/lib/services/api_service.dart | Har1kr1shnanP/webdev_project eedac2d lib/services/api_service.dart | true | 200 | 3,854 | import 'dart:convert';
import 'package:flutter_application_1/models/test.dart';
import 'package:http/http.dart' as http;
import '../models/patient.dart';
class ApiService {
final String baseUrl = 'http://10.0.2.2:6000/api';
Future<List<Patient>> getAllPatients() async {
final response = await http.... | 5 |
chamanbajpaiyee/instagram-ui | 398bf98 | instagram/lib/home.dart | Dart | www.github.com/chamanbajpaiyee/instagram-ui/tree/main/instagram/lib/home.dart | https://raw.githubusercontent.com/chamanbajpaiyee/instagram-ui/398bf98/instagram/lib/home.dart | chamanbajpaiyee/instagram-ui 398bf98 instagram/lib/home.dart | true | 200 | 1,395 | import 'package:flutter/material.dart';
import 'package:instagram/widget/bottombar_widget.dart';
import 'package:instagram/widget/post_widget.dart';
import 'package:instagram/widget/story.dart';
class HomeScreen extends StatefulWidget {
const HomeScreen({super.key});
@override
State<HomeScreen> createState() =>... | 6 |
punitDT/spend_smart | 1046fd2 | lib/main.dart | Dart | www.github.com/punitDT/spend_smart/tree/main/lib/main.dart | https://raw.githubusercontent.com/punitDT/spend_smart/1046fd2/lib/main.dart | punitDT/spend_smart 1046fd2 lib/main.dart | true | 200 | 1,155 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:hive_flutter/hive_flutter.dart';
import 'app/data/models/transaction.dart';
import 'app/data/repositories/transaction_repository.dart';
import 'app/routes/app_pages.dart';
void main() async {
try {
WidgetsFlutterBinding.ensure... | 2 |
JOYBC/FlutterCatalogApp | e3418d4 | Loginpage.dart | Dart | www.github.com/JOYBC/FlutterCatalogApp/tree/main/Loginpage.dart | https://raw.githubusercontent.com/JOYBC/FlutterCatalogApp/e3418d4/Loginpage.dart | JOYBC/FlutterCatalogApp e3418d4 Loginpage.dart | true | 200 | 2,566 | import 'package:flutter/material.dart';
import 'package:my_app/utils/routes.dart';
class LoginPage extends StatefulWidget {
const LoginPage({super.key});
@override
State<LoginPage> createState() => _LoginPageState();
}
class _LoginPageState extends State<LoginPage> {
String name="";
bool changeBtn=false;
... | 7 |
Ro200ok/foodapp_delivery_demo | ad9d67a | lib/repositories/mocked_data.dart | Dart | www.github.com/Ro200ok/foodapp_delivery_demo/tree/main/lib/repositories/mocked_data.dart | https://raw.githubusercontent.com/Ro200ok/foodapp_delivery_demo/ad9d67a/lib/repositories/mocked_data.dart | Ro200ok/foodapp_delivery_demo ad9d67a lib/repositories/mocked_data.dart | true | 200 | 9,110 | abstract class MockedData {
static const data = [
{
"id": 1,
"image_url":
"https://storage.yandexcloud.net/cdn-staging/cache/c1/61/c161522be5d985b7ebec27a0a935d71f.png",
"category_name": "Суши",
"products": [
{
"id": 1,
"name": "Гункан с тунцом",
... | 3 |
khanahsan/BmiCalculatorApp | 9801238 | lib/main.dart | Dart | www.github.com/khanahsan/BmiCalculatorApp/tree/main/lib/main.dart | https://raw.githubusercontent.com/khanahsan/BmiCalculatorApp/9801238/lib/main.dart | khanahsan/BmiCalculatorApp 9801238 lib/main.dart | true | 200 | 418 | import 'package:flutter/material.dart';
import 'input_page.dart';
void main() {
runApp(BMICalculator());
}
class BMICalculator extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
theme: ThemeData.dark().copyWith(
primaryColor: Color(0xFF0A0E21),
... | 4 |
mohamdelbehairy/sophiee-messaging-app | 6cb60b6 | lib/widgets/my_friend_page/my_friend_user_name.dart | Dart | www.github.com/mohamdelbehairy/sophiee-messaging-app/tree/main/lib/widgets/my_friend_page/my_friend_user_name.dart | https://raw.githubusercontent.com/mohamdelbehairy/sophiee-messaging-app/6cb60b6/lib/widgets/my_friend_page/my_friend_user_name.dart | mohamdelbehairy/sophiee-messaging-app 6cb60b6 lib/widgets/my_friend_page/my_friend_user_name.dart | true | 200 | 568 | import 'package:flutter/material.dart';
import 'package:sophiee/models/users_model.dart';
class MyFriendUserName extends StatelessWidget {
const MyFriendUserName(
{super.key,
required this.user,
required this.isDark,
required this.size});
final UserModel user;
final bool isDar... | 5 |
ziehro/gardensweet | 6ea1b53 | lib/models/GardenBed.dart | Dart | www.github.com/ziehro/gardensweet/tree/main/lib/models/GardenBed.dart | https://raw.githubusercontent.com/ziehro/gardensweet/6ea1b53/lib/models/GardenBed.dart | ziehro/gardensweet 6ea1b53 lib/models/GardenBed.dart | true | 200 | 320 | class GardenBed {
final String id;
final String name;
final List<Plant> plants;
GardenBed(this.id, this.name, this.plants);
}
class Plant {
final String id;
final String name;
final DateTime plantingDate;
final DateTime harvestDate;
Plant(this.id, this.name, this.plantingDate, this.harvestDate);
}
| 1 |
VitorLamego/WinX_Banking | 6588f53 | lib/components/custom_field.dart | Dart | www.github.com/VitorLamego/WinX_Banking/tree/main/lib/components/custom_field.dart | https://raw.githubusercontent.com/VitorLamego/WinX_Banking/6588f53/lib/components/custom_field.dart | VitorLamego/WinX_Banking 6588f53 lib/components/custom_field.dart | true | 200 | 3,527 | import 'package:flutter/material.dart';
import 'package:mask_text_input_formatter/mask_text_input_formatter.dart';
class CustomField extends StatelessWidget {
const CustomField(
{required this.leftMarginText,
required this.topMarginText,
required this.heightContainerText,
required this.widthC... | 0 |
Zaykenov/quizzlerApp | e0853ec | lib/quizBrain.dart | Dart | www.github.com/Zaykenov/quizzlerApp/tree/main/lib/quizBrain.dart | https://raw.githubusercontent.com/Zaykenov/quizzlerApp/e0853ec/lib/quizBrain.dart | Zaykenov/quizzlerApp e0853ec lib/quizBrain.dart | true | 200 | 868 | import 'questions.dart';
class QuizBrain {
int _questionIndex = 0;
List<Question> _qAnswer = [
Question('You can lead a cow down stairs but not up stairs.', false),
Question('Approximately one quarter of human bones are in the feet.', true),
Question('A slug\'s blood is green.', true),
Question('A... | 6 |
ahmadm712/bukit-vista-flutter-assessment | c3a0222 | lib/utils/constans.dart | Dart | www.github.com/ahmadm712/bukit-vista-flutter-assessment/tree/main/lib/utils/constans.dart | https://raw.githubusercontent.com/ahmadm712/bukit-vista-flutter-assessment/c3a0222/lib/utils/constans.dart | ahmadm712/bukit-vista-flutter-assessment c3a0222 lib/utils/constans.dart | true | 200 | 338 | import 'package:flutter/material.dart';
const String assetName = 'assets/json/';
// HardCode Information
/// HOME
String infoStartDate = 'START DATE';
String infoEndDate = 'END DATE';
String starDate = '10 Nov 2020';
String endDate = '16 Nov 2020';
const List<Tab> tabs = [
Tab(text: 'Guest Journey'),
Tab(text: '... | 2 |
alhiro/extramovie | 5e2cbb3 | lib/components/app_bar_default.dart | Dart | www.github.com/alhiro/extramovie/tree/main/lib/components/app_bar_default.dart | https://raw.githubusercontent.com/alhiro/extramovie/5e2cbb3/lib/components/app_bar_default.dart | alhiro/extramovie 5e2cbb3 lib/components/app_bar_default.dart | true | 200 | 979 | import 'package:extramile_movie/constants.dart';
import 'package:extramile_movie/size_config.dart';
import 'package:flutter/material.dart';
class AppBarWidget extends StatelessWidget implements PreferredSizeWidget {
final String title;
const AppBarWidget({super.key, required this.title});
@override
Size get ... | 7 |
YasminKaram/kanzAlMuslim | cbcfc30 | lib/bottomsheet/ThemeBottomSheet.dart | Dart | www.github.com/YasminKaram/kanzAlMuslim/tree/main/lib/bottomsheet/ThemeBottomSheet.dart | https://raw.githubusercontent.com/YasminKaram/kanzAlMuslim/cbcfc30/lib/bottomsheet/ThemeBottomSheet.dart | YasminKaram/kanzAlMuslim cbcfc30 lib/bottomsheet/ThemeBottomSheet.dart | true | 200 | 2,260 | import 'package:flutter/material.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:islami/Providers/MyProvider.dart';
import 'package:provider/provider.dart';
class ThemeingBottomSheet extends StatelessWidget {
const ThemeingBottomSheet({super.key});
@override
Widget build(Bui... | 3 |
justddan/Record_Flutter | f762340 | lib/screens/study/pages/projects/kkang/ch09_3_image/image.dart | Dart | www.github.com/justddan/Record_Flutter/tree/main/lib/screens/study/pages/projects/kkang/ch09_3_image/image.dart | https://raw.githubusercontent.com/justddan/Record_Flutter/f762340/lib/screens/study/pages/projects/kkang/ch09_3_image/image.dart | justddan/Record_Flutter f762340 lib/screens/study/pages/projects/kkang/ch09_3_image/image.dart | true | 200 | 875 | import 'package:flutter/material.dart';
class KkangImage extends StatelessWidget {
const KkangImage({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
home: Scaffold(
appBar: AppBar(
title: const Text("Image Test"... | 5 |
donifir/flutter_component | b40a052 | application_hindi/lib/part/11_increment/main.dart | Dart | www.github.com/donifir/flutter_component/tree/main/application_hindi/lib/part/11_increment/main.dart | https://raw.githubusercontent.com/donifir/flutter_component/b40a052/application_hindi/lib/part/11_increment/main.dart | donifir/flutter_component b40a052 application_hindi/lib/part/11_increment/main.dart | true | 200 | 1,859 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatefulWidget {
const MyApp({super.key});
@override
State<MyApp> createState() => _MyWidgetState();
}
class _MyWidgetState extends Sta... | 1 |
safadtm/food_delivery_app | 5e19317 | lib/data/controller/recommended_product_controller.dart | Dart | www.github.com/safadtm/food_delivery_app/tree/main/lib/data/controller/recommended_product_controller.dart | https://raw.githubusercontent.com/safadtm/food_delivery_app/5e19317/lib/data/controller/recommended_product_controller.dart | safadtm/food_delivery_app 5e19317 lib/data/controller/recommended_product_controller.dart | true | 200 | 1,151 | // ignore_for_file: public_member_api_docs, sort_constructors_first
import 'package:food_delivery_app/data/repository/recommended_product_repo.dart';
import 'package:food_delivery_app/models/products_model.dart';
import 'package:get/get.dart';
class RecommendedProductController extends GetxController {
final Recomme... | 4 |
parkbjgit/Water | 0f0468d | lib/pages/home_page copy 2_web.dart | Dart | www.github.com/parkbjgit/Water/tree/main/lib/pages/home_page copy 2_web.dart | https://raw.githubusercontent.com/parkbjgit/Water/0f0468d/lib/pages/home_page%20copy%202_web.dart | parkbjgit/Water 0f0468d lib/pages/home_page copy 2_web.dart | true | 200 | 3,450 | import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: HomePage(),
);
}
}
class HomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
... | 0 |
dwikidyp/Aplikasi-Ecommerce | d30492b | d_store/lib/features/shop/screens/checkout/widgets/billing_address_section.dart | Dart | www.github.com/dwikidyp/Aplikasi-Ecommerce/tree/main/d_store/lib/features/shop/screens/checkout/widgets/billing_address_section.dart | https://raw.githubusercontent.com/dwikidyp/Aplikasi-Ecommerce/d30492b/d_store/lib/features/shop/screens/checkout/widgets/billing_address_section.dart | dwikidyp/Aplikasi-Ecommerce d30492b d_store/lib/features/shop/screens/checkout/widgets/billing_address_section.dart | true | 200 | 1,448 | import 'package:d_store/common/widgets/texts/section_heading.dart';
import 'package:d_store/utils/constants/sizes.dart';
import 'package:flutter/material.dart';
class TBillingAddressSection extends StatelessWidget {
const TBillingAddressSection({super.key});
@override
Widget build(BuildContext context) {
re... | 6 |
nvbien2000/recursive_tree_flutter | de5a9a9 | lib/views/stack_variant/multiple_choice/m_stack_widget.p.dart | Dart | www.github.com/nvbien2000/recursive_tree_flutter/tree/main/lib/views/stack_variant/multiple_choice/m_stack_widget.p.dart | https://raw.githubusercontent.com/nvbien2000/recursive_tree_flutter/de5a9a9/lib/views/stack_variant/multiple_choice/m_stack_widget.p.dart | nvbien2000/recursive_tree_flutter de5a9a9 lib/views/stack_variant/multiple_choice/m_stack_widget.p.dart | true | 200 | 4,102 | /*
* Author: Nguyen Van Bien
* Email: nvbien2000@gmail.com
*/
part of '../../../unit_tree_flutter.dart';
/// You can start with a list of children trees rather than
/// the root. If you want to start with root, you can pass the argument:
/// `listTrees = [root]`
class MStackWidget<T extends AbsNodeType> extends S... | 2 |
ozgurerdogan1/Flutter_Weather_App | fef07bc | lib/main.dart | Dart | www.github.com/ozgurerdogan1/Flutter_Weather_App/tree/main/lib/main.dart | https://raw.githubusercontent.com/ozgurerdogan1/Flutter_Weather_App/fef07bc/lib/main.dart | ozgurerdogan1/Flutter_Weather_App fef07bc lib/main.dart | true | 200 | 1,416 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_weather_app/blocs/bloc_tema/tema_bloc.dart';
import 'package:flutter_weather_app/locator.dart';
import 'package:flutter_weather_app/widgets/weather_app.dart';
import 'blocs/bloc_weather/weather_bloc.dart';
... | 7 |
JeanFG86/survey_flutter | c3364c8 | test/domain/mocks/params_factory.dart | Dart | www.github.com/JeanFG86/survey_flutter/tree/main/test/domain/mocks/params_factory.dart | https://raw.githubusercontent.com/JeanFG86/survey_flutter/c3364c8/test/domain/mocks/params_factory.dart | JeanFG86/survey_flutter c3364c8 test/domain/mocks/params_factory.dart | true | 200 | 505 | import 'package:faker/faker.dart';
import 'package:survey_flutter/domain/usecases/usecases.dart';
class ParamsFactory {
static AddAccountParams makeAddAccount() => AddAccountParams(
name: faker.person.name(),
email: faker.internet.email(),
password: faker.internet.password(),
passwordConfirma... | 3 |
fromzerotohero0909/loginsqlite_flutter | d2410cb | lib/main.dart | Dart | www.github.com/fromzerotohero0909/loginsqlite_flutter/tree/main/lib/main.dart | https://raw.githubusercontent.com/fromzerotohero0909/loginsqlite_flutter/d2410cb/lib/main.dart | fromzerotohero0909/loginsqlite_flutter d2410cb lib/main.dart | true | 200 | 4,687 | import 'package:flutter/material.dart';
import 'package:loginflutter/list_member.dart';
import 'package:fluttertoast/fluttertoast.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your application.
@override
Widget bu... | 4 |
harrymuliawan03/airplane_project | 141d4c3 | lib/features/detail/presentasion/widgets/background_image.dart | Dart | www.github.com/harrymuliawan03/airplane_project/tree/main/lib/features/detail/presentasion/widgets/background_image.dart | https://raw.githubusercontent.com/harrymuliawan03/airplane_project/141d4c3/lib/features/detail/presentasion/widgets/background_image.dart | harrymuliawan03/airplane_project 141d4c3 lib/features/detail/presentasion/widgets/background_image.dart | true | 200 | 445 | import 'package:flutter/material.dart';
class BackgroundImage extends StatelessWidget {
const BackgroundImage({super.key});
@override
Widget build(BuildContext context) {
return Container(
width: double.infinity,
height: 450,
decoration: const BoxDecoration(
image: DecorationImage(... | 0 |
Shammas-mk/Dictionary_app | 0fc06b4 | lib/main.dart | Dart | www.github.com/Shammas-mk/Dictionary_app/tree/main/lib/main.dart | https://raw.githubusercontent.com/Shammas-mk/Dictionary_app/0fc06b4/lib/main.dart | Shammas-mk/Dictionary_app 0fc06b4 lib/main.dart | true | 200 | 536 | import 'package:dictonaryapp/views/home_screen.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);
// This widget is the root of your application.
@override
Widget build(BuildContext context) ... | 1 |
poqob/art_exhibition | 6cd1d4a | lib/screens/content_page/single_content_page.dart | Dart | www.github.com/poqob/art_exhibition/tree/main/lib/screens/content_page/single_content_page.dart | https://raw.githubusercontent.com/poqob/art_exhibition/6cd1d4a/lib/screens/content_page/single_content_page.dart | poqob/art_exhibition 6cd1d4a lib/screens/content_page/single_content_page.dart | true | 200 | 3,741 | // ignore_for_file: must_be_immutable, empty_catches, camel_case_types
import 'package:art_exhibition/constants/constant_backround_color.dart';
import 'package:art_exhibition/data/saved_data/bloc.dart';
import 'package:art_exhibition/data/saved_data/content.dart';
import 'package:art_exhibition/data/saved_data/states.... | 6 |
nguyen-van-luong/JobExchangeUI | 5e35187 | lib/ui/widgets/employer_feed_item.dart | Dart | www.github.com/nguyen-van-luong/JobExchangeUI/tree/main/lib/ui/widgets/employer_feed_item.dart | https://raw.githubusercontent.com/nguyen-van-luong/JobExchangeUI/5e35187/lib/ui/widgets/employer_feed_item.dart | nguyen-van-luong/JobExchangeUI 5e35187 lib/ui/widgets/employer_feed_item.dart | true | 200 | 2,871 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:untitled1/models/employer.dart';
import 'package:untitled1/ui/widgets/user_avatar.dart';
import '../router.dart';
class EmployerFeedItem extends StatelessWidget {
final Employer employer;
const EmployerFeedItem({supe... | 2 |
the-deadrose/flutter_eschool_UI | b0b22d0 | lib/main.dart | Dart | www.github.com/the-deadrose/flutter_eschool_UI/tree/main/lib/main.dart | https://raw.githubusercontent.com/the-deadrose/flutter_eschool_UI/b0b22d0/lib/main.dart | the-deadrose/flutter_eschool_UI b0b22d0 lib/main.dart | true | 200 | 534 | import 'package:eschool/screen/tab_bar.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
void main() {
SystemChrome.setSystemUIOverlayStyle(const SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
));
return runApp(const MyApp());
}
class MyApp extends StatelessWi... | 7 |
softdelaxe/Mobile-App-Training- | 2dddf50 | meditation_app/meditation_app/lib/main.dart | Dart | www.github.com/softdelaxe/Mobile-App-Training-/tree/main/meditation_app/meditation_app/lib/main.dart | https://raw.githubusercontent.com/softdelaxe/Mobile-App-Training-/2dddf50/meditation_app/meditation_app/lib/main.dart | softdelaxe/Mobile-App-Training- 2dddf50 meditation_app/meditation_app/lib/main.dart | true | 200 | 501 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'home.dart';
void main() {
runApp(
ProviderScope(
child: MainApp(),
),
);
}
class MainApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
... | 5 |
Siddharth-Technovert/aad_oauth_custom | 615519d | lib/core/logger/logger_service.dart | Dart | www.github.com/Siddharth-Technovert/aad_oauth_custom/tree/main/lib/core/logger/logger_service.dart | https://raw.githubusercontent.com/Siddharth-Technovert/aad_oauth_custom/615519d/lib/core/logger/logger_service.dart | Siddharth-Technovert/aad_oauth_custom 615519d lib/core/logger/logger_service.dart | true | 200 | 1,240 | import 'package:flutter/foundation.dart';
import 'package:loggy/loggy.dart';
import 'custom_printer.dart';
class LoggerService {
LoggerService();
static void init() {
if (kDebugMode) {
Loggy.initLoggy(
logPrinter: CustomLogPrinter(),
// logOptions: LogOptions(
// LogLevel.ALL,... | 4 |
mickotubagas/app_data_dosen_20190801086 | ef98633 | lib/authauto_admin.dart | Dart | www.github.com/mickotubagas/app_data_dosen_20190801086/tree/main/lib/authauto_admin.dart | https://raw.githubusercontent.com/mickotubagas/app_data_dosen_20190801086/ef98633/lib/authauto_admin.dart | mickotubagas/app_data_dosen_20190801086 ef98633 lib/authauto_admin.dart | true | 200 | 631 | import 'package:app_data_dosen_20190801086/login_admin.dart';
import 'package:app_data_dosen_20190801086/regis.dart';
import 'package:flutter/material.dart';
class AuthAutoAdmin extends StatefulWidget {
const AuthAutoAdmin({Key? key}) : super(key: key);
@override
State<AuthAutoAdmin> createState() => _AuthAutoA... | 3 |
michael-shane-thomas/Bull-Bitcoin-Mobile | 80008cc | lib/home/deep_linking.dart | Dart | www.github.com/michael-shane-thomas/Bull-Bitcoin-Mobile/tree/main/lib/home/deep_linking.dart | https://raw.githubusercontent.com/michael-shane-thomas/Bull-Bitcoin-Mobile/80008cc/lib/home/deep_linking.dart | michael-shane-thomas/Bull-Bitcoin-Mobile 80008cc lib/home/deep_linking.dart | true | 200 | 1,423 | import 'package:bb_mobile/_pkg/deep_link.dart';
import 'package:bb_mobile/home/bloc/home_bloc.dart';
import 'package:bb_mobile/home/bloc/home_event.dart';
import 'package:bb_mobile/locator.dart';
import 'package:bb_mobile/network/bloc/network_bloc.dart';
import 'package:flutter/material.dart';
class DeepLinker extends... | 1 |
lanjAdabA/go_router | ae54131 | lib/pages/detail.page.dart | Dart | www.github.com/lanjAdabA/go_router/tree/main/lib/pages/detail.page.dart | https://raw.githubusercontent.com/lanjAdabA/go_router/ae54131/lib/pages/detail.page.dart | lanjAdabA/go_router ae54131 lib/pages/detail.page.dart | true | 200 | 1,415 | import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
/// The details screen
class DetailsScreen extends StatelessWidget {
/// Constructs a [DetailsScreen]
const DetailsScreen({super.key});
@override
Widget build(BuildContext context) {
return Scaffold( appBar: AppBar(title: ... | 2 |
MuhammadKhuzaifa1/Earning-App-Flutter | c7c3864 | lib/components/dollars_ads.dart | Dart | www.github.com/MuhammadKhuzaifa1/Earning-App-Flutter/tree/main/lib/components/dollars_ads.dart | https://raw.githubusercontent.com/MuhammadKhuzaifa1/Earning-App-Flutter/c7c3864/lib/components/dollars_ads.dart | MuhammadKhuzaifa1/Earning-App-Flutter c7c3864 lib/components/dollars_ads.dart | true | 200 | 1,252 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import '../constants/App_style/AppTextStyle.dart';
class dollars_ads extends StatefulWidget {
final String? dollars;
final VoidCallback? onPress;
const dollars_ads({required this.dollars, required this.onPress});
@override
State<... | 6 |
JustGritt/Ivoire-Jobs | aa02102 | front_app/lib/features/profile_mod/services/push_tokens_services.dart | Dart | www.github.com/JustGritt/Ivoire-Jobs/tree/main/front_app/lib/features/profile_mod/services/push_tokens_services.dart | https://raw.githubusercontent.com/JustGritt/Ivoire-Jobs/aa02102/front_app/lib/features/profile_mod/services/push_tokens_services.dart | JustGritt/Ivoire-Jobs aa02102 front_app/lib/features/profile_mod/services/push_tokens_services.dart | true | 200 | 813 | import 'package:barassage_app/core/services/device_info_manager/device_info_manager.dart';
import 'package:barassage_app/config/api_endpoints.dart';
import 'package:barassage_app/config/app_http.dart';
import 'package:flutter/material.dart';
import 'package:dio/dio.dart';
class PushTokensService {
PushTokensService(... | 7 |
thegunner2008/aluxapp | 331667e | lib/common/converters/date_time_converter.dart | Dart | www.github.com/thegunner2008/aluxapp/tree/main/lib/common/converters/date_time_converter.dart | https://raw.githubusercontent.com/thegunner2008/aluxapp/331667e/lib/common/converters/date_time_converter.dart | thegunner2008/aluxapp 331667e lib/common/converters/date_time_converter.dart | true | 200 | 947 | import 'package:aluxapp/common/utils/utils.dart';
import 'package:json_annotation/json_annotation.dart';
class DateTimeConverter implements JsonConverter<DateTime, String> {
@override
DateTime fromJson(String json) => json.isNotEmpty ? DateTime.parse(json) : DateTime.now();
@override
String toJson(DateTime ob... | 5 |
MengerZhang/oxygenui | 2f0a360 | lib/components/oui_spacer/oui_spacer.dart | Dart | www.github.com/MengerZhang/oxygenui/tree/main/lib/components/oui_spacer/oui_spacer.dart | https://raw.githubusercontent.com/MengerZhang/oxygenui/2f0a360/lib/components/oui_spacer/oui_spacer.dart | MengerZhang/oxygenui 2f0a360 lib/components/oui_spacer/oui_spacer.dart | true | 200 | 451 | import 'package:flutter/widgets.dart';
class OuiSpacer extends StatefulWidget {
final double width;
final double height;
const OuiSpacer({super.key, this.width = 8, this.height = 8});
@override
State<OuiSpacer> createState() => _OuiSpacerState();
}
class _OuiSpacerState extends State<OuiSpacer> {
@overri... | 0 |
kaliguru/techflix | 9d9d6b9 | lib/view/screens/wish_list/widget/wishlist_widget.dart | Dart | www.github.com/kaliguru/techflix/tree/main/lib/view/screens/wish_list/widget/wishlist_widget.dart | https://raw.githubusercontent.com/kaliguru/techflix/9d9d6b9/lib/view/screens/wish_list/widget/wishlist_widget.dart | kaliguru/techflix 9d9d6b9 lib/view/screens/wish_list/widget/wishlist_widget.dart | true | 200 | 6,777 | import 'package:flutter/material.dart';
import 'package:flutter_spinkit/flutter_spinkit.dart';
import 'package:get/get.dart';
import 'package:play_lab/core/utils/dimensions.dart';
import 'package:play_lab/core/utils/my_color.dart';
import 'package:play_lab/core/utils/styles.dart';
import 'package:play_lab/data/controll... | 4 |
Dasa-Nitish-2004/Student_Collaboration_project | 80abc6d | lib/main.dart | Dart | www.github.com/Dasa-Nitish-2004/Student_Collaboration_project/tree/main/lib/main.dart | https://raw.githubusercontent.com/Dasa-Nitish-2004/Student_Collaboration_project/80abc6d/lib/main.dart | Dasa-Nitish-2004/Student_Collaboration_project 80abc6d lib/main.dart | true | 200 | 8,588 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:google_sign_in/google_sign_in.dart';
import 'package:hive/hive.dart';
import 'package:hive_flutter/hive_flutter.dart';
import 'package:scolab/DatabaseService/databaseServices.dart';
import 'package:scolab/activities/HomePage.dart';
import 'pac... | 3 |
yassinefgl/fit-genius | 2495937 | flutter_application_2/lib/lunch.dart | Dart | www.github.com/yassinefgl/fit-genius/tree/main/flutter_application_2/lib/lunch.dart | https://raw.githubusercontent.com/yassinefgl/fit-genius/2495937/flutter_application_2/lib/lunch.dart | yassinefgl/fit-genius 2495937 flutter_application_2/lib/lunch.dart | true | 200 | 6,084 | import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: LunchScreen(),
);
}
}
class LunchScreen extends StatelessWidget {
@override
Widget build(BuildContext conte... | 1 |
ibrahim3ali/travo_apps_1 | 171ead3 | lib/view/dtomic/form/custom_text_form_field.dart | Dart | www.github.com/ibrahim3ali/travo_apps_1/tree/main/lib/view/dtomic/form/custom_text_form_field.dart | https://raw.githubusercontent.com/ibrahim3ali/travo_apps_1/171ead3/lib/view/dtomic/form/custom_text_form_field.dart | ibrahim3ali/travo_apps_1 171ead3 lib/view/dtomic/form/custom_text_form_field.dart | true | 200 | 3,372 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import '../../../core/constants/app_colos.dart';
class CustomTextFormField extends StatelessWidget {
const CustomTextFormField({
super.key,
this.keyboardType,
this.controller,
this.obscureText = false,
this.hintText,... | 6 |
Mikhail22332/dart_pet_project | 77231e6 | lib/src/models/freezed_models/starships.dart | Dart | www.github.com/Mikhail22332/dart_pet_project/tree/main/lib/src/models/freezed_models/starships.dart | https://raw.githubusercontent.com/Mikhail22332/dart_pet_project/77231e6/lib/src/models/freezed_models/starships.dart | Mikhail22332/dart_pet_project 77231e6 lib/src/models/freezed_models/starships.dart | true | 200 | 1,129 | import 'package:freezed_annotation/freezed_annotation.dart';
part 'starships.freezed.dart';
part 'starships.g.dart';
@freezed
class Starships with _$Starships {
const factory Starships({
String? name,
String? model,
String? manufacturer,
@JsonKey(name: "cost_in_credits ") String? costInCredits,
... | 2 |
Mekonnen-williston/real_social_app | 9f4d326 | lib/core/app_preferences.dart | Dart | www.github.com/Mekonnen-williston/real_social_app/tree/main/lib/core/app_preferences.dart | https://raw.githubusercontent.com/Mekonnen-williston/real_social_app/9f4d326/lib/core/app_preferences.dart | Mekonnen-williston/real_social_app 9f4d326 lib/core/app_preferences.dart | true | 200 | 1,861 | import 'package:flutter/material.dart';
import 'package:real_social_app/core/app_constants.dart';
import 'package:real_social_app/core/enums.dart';
import 'package:real_social_app/core/theme/theme_strings.dart';
import 'package:shared_preferences/shared_preferences.dart';
/// A class that handles application preferenc... | 7 |
NiteshKumar223/login_app | b97dccd | lib/pages/page_my_home.dart | Dart | www.github.com/NiteshKumar223/login_app/tree/main/lib/pages/page_my_home.dart | https://raw.githubusercontent.com/NiteshKumar223/login_app/b97dccd/lib/pages/page_my_home.dart | NiteshKumar223/login_app b97dccd lib/pages/page_my_home.dart | true | 200 | 1,752 | import 'package:flutter/material.dart';
import '../utils/colors.dart';
import 'page_list.dart';
import 'page_profile.dart';
class PageMyHome extends StatefulWidget {
const PageMyHome({super.key});
@override
State<PageMyHome> createState() => _PageMyHomeState();
}
class _PageMyHomeState extends State<PageMyHo... | 5 |
thmeofan/hockey_app | 2e63f85 | lib/views/sport_news/views/sport_news_screen.dart | Dart | www.github.com/thmeofan/hockey_app/tree/main/lib/views/sport_news/views/sport_news_screen.dart | https://raw.githubusercontent.com/thmeofan/hockey_app/2e63f85/lib/views/sport_news/views/sport_news_screen.dart | thmeofan/hockey_app 2e63f85 lib/views/sport_news/views/sport_news_screen.dart | true | 200 | 1,324 | import 'package:flutter/material.dart';
import '../../../consts/app_colors.dart';
import '../../../consts/app_text_styles/onboarding_text_style.dart';
import '../../../data/models/news_model.dart';
import '../widgets/news_item_wiidget.dart';
class SportNewsScreen extends StatelessWidget {
const SportNewsScreen({sup... | 0 |
AnmolSaini28/CodeShiksha | 95d44f7 | lib/CodingPlat/Codechef/upcomming.dart | Dart | www.github.com/AnmolSaini28/CodeShiksha/tree/main/lib/CodingPlat/Codechef/upcomming.dart | https://raw.githubusercontent.com/AnmolSaini28/CodeShiksha/95d44f7/lib/CodingPlat/Codechef/upcomming.dart | AnmolSaini28/CodeShiksha 95d44f7 lib/CodingPlat/Codechef/upcomming.dart | true | 200 | 5,538 | import 'dart:convert';
import 'package:codequest/CodingPlat/Codechef/codechef.dart';
import 'package:intl/intl.dart';
import 'package:flutter/material.dart';
import 'package:google_nav_bar/google_nav_bar.dart';
import 'package:http/http.dart' as http;
import 'package:lottie/lottie.dart';
import 'package:url_launcher/ur... | 4 |
YalcinBoraDincer/Dart | df1c255 | OOP/Functions.dart | Dart | www.github.com/YalcinBoraDincer/Dart/tree/main/OOP/Functions.dart | https://raw.githubusercontent.com/YalcinBoraDincer/Dart/df1c255/OOP/Functions.dart | YalcinBoraDincer/Dart df1c255 OOP/Functions.dart | true | 200 | 424 | void main(){
selamla();
String gelenSonuc=selamlar();
print(gelenSonuc);
selamlar2("Bora");
toplama();
}
void selamla(){
String sonuc="Greetings";
print(sonuc);
}
String selamlar(){
String sonuc="Merhabalar ! ";
return sonuc;
}
void selamlar2(String name){
String result="Merhab... | 3 |
Cura-waste-management-app/Frontend | a876f83 | lib/constants.dart | Dart | www.github.com/Cura-waste-management-app/Frontend/tree/main/lib/constants.dart | https://raw.githubusercontent.com/Cura-waste-management-app/Frontend/a876f83/lib/constants.dart | Cura-waste-management-app/Frontend a876f83 lib/constants.dart | true | 200 | 3,465 | import 'package:cura_frontend/providers/constants/variables.dart';
import 'package:cura_frontend/server_ip.dart';
import 'package:flutter/material.dart';
const kSecondaryColor = Color(0xFF8B94BC);
const kGreenColor = Color(0xFF2b4743);
const kLightGreenColor = Color(0xFF48726c);
const ktextHeadingColor = Color(0xFF76c... | 2 |
NichoIrawan/Flutter_Money_Management_App | a883b73 | lib/Account/wallet.dart | Dart | www.github.com/NichoIrawan/Flutter_Money_Management_App/tree/main/lib/Account/wallet.dart | https://raw.githubusercontent.com/NichoIrawan/Flutter_Money_Management_App/a883b73/lib/Account/wallet.dart | NichoIrawan/Flutter_Money_Management_App a883b73 lib/Account/wallet.dart | true | 200 | 3,836 | // ignore_for_file: prefer_const_constructors
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:intl/intl.dart';
//Wallet Class
class Wallet {
String name;
int total;
IconData icon = Icons.wallet_giftcard;
Wallet(this.name, this.total);
void setIcon(I... | 0 |
algorr/whistler | 27a24dc | lib/core/errors/record_failure.dart | Dart | www.github.com/algorr/whistler/tree/main/lib/core/errors/record_failure.dart | https://raw.githubusercontent.com/algorr/whistler/27a24dc/lib/core/errors/record_failure.dart | algorr/whistler 27a24dc lib/core/errors/record_failure.dart | true | 200 | 513 | import 'package:whistler/core/errors/failure.dart';
/// This Dart code snippet is defining a class named `RecordFailure` that extends the `Failure` class.
/// The `RecordFailure` class has a constructor that takes two required parameters: `message` and
/// `statusCode`. These parameters are passed to the constructor o... | 6 |
StSalwaSalsabil/ujikom-12 | 05d95db | lib/info.dart | Dart | www.github.com/StSalwaSalsabil/ujikom-12/tree/main/lib/info.dart | https://raw.githubusercontent.com/StSalwaSalsabil/ujikom-12/05d95db/lib/info.dart | StSalwaSalsabil/ujikom-12 05d95db lib/info.dart | true | 200 | 6,608 | import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'dart:convert';
class InfoScreen extends StatefulWidget {
@override
_InfoScreenState createState() => _InfoScreenState();
}
class _InfoScreenState extends State<InfoScreen> {
late Future<List<Informasi>> _informasiList;
@... | 4 |
defi-bond/defi_bond | a84bc14 | lib/widgets/buttons/icon_secondary_button.dart | Dart | www.github.com/defi-bond/defi_bond/tree/main/lib/widgets/buttons/icon_secondary_button.dart | https://raw.githubusercontent.com/defi-bond/defi_bond/a84bc14/lib/widgets/buttons/icon_secondary_button.dart | defi-bond/defi_bond a84bc14 lib/widgets/buttons/icon_secondary_button.dart | true | 200 | 812 | /// Imports
/// ------------------------------------------------------------------------------------------------
import 'package:flutter/material.dart';
import '../buttons/secondary_button.dart';
import '../../widgets/buttons/icon_button.dart';
/// Icon Secondary Button
/// ------------------------------------------... | 1 |
abdulmananplanlab/rdm_customer | 3671a7e | lib/sign_up/cubit/sign_up_cubit.dart | Dart | www.github.com/abdulmananplanlab/rdm_customer/tree/main/lib/sign_up/cubit/sign_up_cubit.dart | https://raw.githubusercontent.com/abdulmananplanlab/rdm_customer/3671a7e/lib/sign_up/cubit/sign_up_cubit.dart | abdulmananplanlab/rdm_customer 3671a7e lib/sign_up/cubit/sign_up_cubit.dart | true | 200 | 7,216 | import 'dart:async';
import 'dart:io';
import 'package:bloc/bloc.dart';
import 'package:common/common.dart';
import 'package:equatable/equatable.dart';
import 'package:flutter_facebook_auth/flutter_facebook_auth.dart';
import 'package:formz/formz.dart';
import 'package:google_sign_in/google_sign_in.dart';
import 'pack... | 5 |
ozaenzenzen/fam_flutter_expert_project | e78a378 | test/domain/usecases/movie/get_movie_recommendations_test.dart | Dart | www.github.com/ozaenzenzen/fam_flutter_expert_project/tree/main/test/domain/usecases/movie/get_movie_recommendations_test.dart | https://raw.githubusercontent.com/ozaenzenzen/fam_flutter_expert_project/e78a378/test/domain/usecases/movie/get_movie_recommendations_test.dart | ozaenzenzen/fam_flutter_expert_project e78a378 test/domain/usecases/movie/get_movie_recommendations_test.dart | true | 200 | 936 | import 'package:dartz/dartz.dart';
import 'package:ditonton/domain/entities/movie_entity.dart';
import 'package:ditonton/domain/usecases/get_movie_recommendations.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/mockito.dart';
import '../../../helpers/test_helper.mocks.dart';
void main(... | 3 |
Royhan2123/Aplikasi-Mbanking | 06e4365 | lib/ui/pages/page/expenditure.dart | Dart | www.github.com/Royhan2123/Aplikasi-Mbanking/tree/main/lib/ui/pages/page/expenditure.dart | https://raw.githubusercontent.com/Royhan2123/Aplikasi-Mbanking/06e4365/lib/ui/pages/page/expenditure.dart | Royhan2123/Aplikasi-Mbanking 06e4365 lib/ui/pages/page/expenditure.dart | true | 200 | 1,540 | import 'package:aplikasi_mbanking/style/color/style_color.dart';
import 'package:flutter/material.dart';
class Expenditure extends StatefulWidget {
const Expenditure({super.key});
@override
State<Expenditure> createState() => _ExpenditureState();
}
class _ExpenditureState extends State<Expenditure> {
@overri... | 7 |
alaa7041/Thimar-App | 052cafd | lib/views/home/pages/notifications/view.dart | Dart | www.github.com/alaa7041/Thimar-App/tree/main/lib/views/home/pages/notifications/view.dart | https://raw.githubusercontent.com/alaa7041/Thimar-App/052cafd/lib/views/home/pages/notifications/view.dart | alaa7041/Thimar-App 052cafd lib/views/home/pages/notifications/view.dart | true | 200 | 2,537 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import '../../../../features/home/pages/notifications/model.dart';
import 'components/notification_item.dart';
class NotificationPage extends StatefulWidget {
const NotificationPage({Key? key}) : super(key: key);
... | 2 |
fahimshahariar09/laundry_app | 3405c2b | lib/view/screen/home_screen/widget/home_category_card.dart | Dart | www.github.com/fahimshahariar09/laundry_app/tree/main/lib/view/screen/home_screen/widget/home_category_card.dart | https://raw.githubusercontent.com/fahimshahariar09/laundry_app/3405c2b/lib/view/screen/home_screen/widget/home_category_card.dart | fahimshahariar09/laundry_app 3405c2b lib/view/screen/home_screen/widget/home_category_card.dart | true | 200 | 1,339 | import 'package:flutter/material.dart';
import 'package:laundry/view/common_widget/common_text.dart';
class HomeCategoryCard extends StatelessWidget {
const HomeCategoryCard({
super.key,
required this.onTap,
required this.image,
required this.titel,
required this.subtitel,
});
final String i... | 0 |
rashaNAlaswad/flutter_laptop_store | 02d4758 | lib/data/local/app_shared_pref.dart | Dart | www.github.com/rashaNAlaswad/flutter_laptop_store/tree/main/lib/data/local/app_shared_pref.dart | https://raw.githubusercontent.com/rashaNAlaswad/flutter_laptop_store/02d4758/lib/data/local/app_shared_pref.dart | rashaNAlaswad/flutter_laptop_store 02d4758 lib/data/local/app_shared_pref.dart | true | 200 | 704 |
import 'package:shared_preferences/shared_preferences.dart';
class AppSharedPreference {
AppSharedPreference._();
static const String local = 'Local';
static const String onBoarding = 'onBoarding';
static late SharedPreferences prefs;
static init() async {
prefs = await SharedPreferences.getInstance... | 6 |
syedmubashiralii/InvoWeathrify | 6e56712 | lib/view/forecast/widgets/forecast_widget.dart | Dart | www.github.com/syedmubashiralii/InvoWeathrify/tree/main/lib/view/forecast/widgets/forecast_widget.dart | https://raw.githubusercontent.com/syedmubashiralii/InvoWeathrify/6e56712/lib/view/forecast/widgets/forecast_widget.dart | syedmubashiralii/InvoWeathrify 6e56712 lib/view/forecast/widgets/forecast_widget.dart | true | 200 | 3,169 | import 'package:flutter/material.dart';
import 'package:invoweathrify/model/weather_model/weather_model.dart';
import 'package:invoweathrify/view/core/constants.dart';
import 'package:invoweathrify/view/forecast/widgets/forecast_inherited_widget.dart';
class ForecastWidget extends StatelessWidget {
final String? wea... | 4 |
AnkitUmredkar/Flutter_Chat_App | d64b201 | lib/view/splashScreen/splash_screen.dart | Dart | www.github.com/AnkitUmredkar/Flutter_Chat_App/tree/main/lib/view/splashScreen/splash_screen.dart | https://raw.githubusercontent.com/AnkitUmredkar/Flutter_Chat_App/d64b201/lib/view/splashScreen/splash_screen.dart | AnkitUmredkar/Flutter_Chat_App d64b201 lib/view/splashScreen/splash_screen.dart | true | 200 | 1,096 | import 'dart:async';
import 'package:chatting_app/View/Auth/auth_manager.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
class Splashscreen extends StatelessWidget {
const Splashscreen({super.key});
@override
Widget build(BuildContext context) {
Timer(const Duration(seconds: 4... | 1 |
RadoV18/fielamigo_app | af8c955 | lib/widgets/password_strength_meter.dart | Dart | www.github.com/RadoV18/fielamigo_app/tree/main/lib/widgets/password_strength_meter.dart | https://raw.githubusercontent.com/RadoV18/fielamigo_app/af8c955/lib/widgets/password_strength_meter.dart | RadoV18/fielamigo_app af8c955 lib/widgets/password_strength_meter.dart | true | 200 | 1,166 | import 'package:flutter/material.dart';
import 'package:flutter_password_strength/flutter_password_strength.dart';
import 'package:sizer/sizer.dart';
class PasswordStrengthMeter extends StatelessWidget {
final String password;
final Function(double) callbackStrength;
final String passwordStrength;
const ... | 5 |
EsraaSaber111/Nanoestatic | 77f07f5 | lib/screens/UserProfile/components/ProfileBody.dart | Dart | www.github.com/EsraaSaber111/Nanoestatic/tree/main/lib/screens/UserProfile/components/ProfileBody.dart | https://raw.githubusercontent.com/EsraaSaber111/Nanoestatic/77f07f5/lib/screens/UserProfile/components/ProfileBody.dart | EsraaSaber111/Nanoestatic 77f07f5 lib/screens/UserProfile/components/ProfileBody.dart | true | 200 | 4,479 | import 'package:flutter/material.dart';
import 'package:flutter_phoenix/flutter_phoenix.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:nanoestatic/localization/language_constants.dart';
import 'package:nanoestatic/models/login.dart';
import 'package:nanoestatic/screens/UserProfile/e... | 3 |
gabriellopesjds/pokedex | eca09dd | lib/commons/const/app_constants.dart | Dart | www.github.com/gabriellopesjds/pokedex/tree/main/lib/commons/const/app_constants.dart | https://raw.githubusercontent.com/gabriellopesjds/pokedex/eca09dd/lib/commons/const/app_constants.dart | gabriellopesjds/pokedex eca09dd lib/commons/const/app_constants.dart | true | 200 | 1,449 | class AppConstants {
static AppContantsTexts get texts => AppContantsTexts();
static AppContantsRoutes get routes => AppContantsRoutes();
static AppConstantsClient get clients => AppConstantsClient();
static AppConstantsException get exceptions => AppConstantsException();
}
class AppContantsTexts {
String ge... | 2 |
guccisekspir/kuranPusula | 163f4cc | test/adHelper_test.dart | Dart | www.github.com/guccisekspir/kuranPusula/tree/main/test/adHelper_test.dart | https://raw.githubusercontent.com/guccisekspir/kuranPusula/163f4cc/test/adHelper_test.dart | guccisekspir/kuranPusula 163f4cc test/adHelper_test.dart | true | 200 | 664 | import 'dart:io';
import 'package:flutter/foundation.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:kuranpusula/helpers/adHelper.dart';
void main() {
test("is iOS and Android adId same", () {
AdHelper adHelper = AdHelper();
debugDefaultTargetPlatformOverride = TargetPlatform.android... | 6 |
imostom/xylophone-flutter-app | fa3c295 | lib/main.dart | Dart | www.github.com/imostom/xylophone-flutter-app/tree/main/lib/main.dart | https://raw.githubusercontent.com/imostom/xylophone-flutter-app/fa3c295/lib/main.dart | imostom/xylophone-flutter-app fa3c295 lib/main.dart | true | 200 | 1,721 | import 'package:audioplayers/audioplayers.dart';
import 'package:flutter/material.dart';
// import 'package:assets_audio_player/src/assets_audio_player.dart';
void main() {
runApp(const XylophoneApp());
}
class XylophoneApp extends StatelessWidget {
const XylophoneApp({super.key});
final int soundIndex = 1;
... | 1 |
shailee0414/contact_app | fc830f3 | lib/main.dart | Dart | www.github.com/shailee0414/contact_app/tree/main/lib/main.dart | https://raw.githubusercontent.com/shailee0414/contact_app/fc830f3/lib/main.dart | shailee0414/contact_app fc830f3 lib/main.dart | true | 200 | 1,168 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import './views/login.dart';
void main() async {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return GetMaterialApp(
title: 'Flutter De... | 4 |
MinhNhatQA15101910/amazon_clone | 899730a | frontend/lib/features/search/screens/search_screen.dart | Dart | www.github.com/MinhNhatQA15101910/amazon_clone/tree/main/frontend/lib/features/search/screens/search_screen.dart | https://raw.githubusercontent.com/MinhNhatQA15101910/amazon_clone/899730a/frontend/lib/features/search/screens/search_screen.dart | MinhNhatQA15101910/amazon_clone 899730a frontend/lib/features/search/screens/search_screen.dart | true | 200 | 5,156 | import 'package:flutter/material.dart';
import 'package:frontend/common/widgets/address_box.dart';
import 'package:frontend/common/widgets/loader.dart';
import 'package:frontend/constants/global_variables.dart';
import 'package:frontend/features/product_details/screens/product_details_screen.dart';
import 'package:fron... | 0 |
fadillahnurfaq/bank_sha | 710cb10 | lib/bloc/auth/auth_state.dart | Dart | www.github.com/fadillahnurfaq/bank_sha/tree/main/lib/bloc/auth/auth_state.dart | https://raw.githubusercontent.com/fadillahnurfaq/bank_sha/710cb10/lib/bloc/auth/auth_state.dart | fadillahnurfaq/bank_sha 710cb10 lib/bloc/auth/auth_state.dart | true | 200 | 595 | part of 'auth_bloc.dart';
abstract class AuthState extends Equatable {
const AuthState();
@override
List<Object> get props => [];
}
class AuthInitialState extends AuthState {}
class AuthLoadingState extends AuthState {}
class AuthFailedState extends AuthState {
final String error;
const AuthFailedState(t... | 7 |
gerson-vfs/PROG2-AVAL2 | 62c4661 | test/csv_data_test.dart | Dart | www.github.com/gerson-vfs/PROG2-AVAL2/tree/main/test/csv_data_test.dart | https://raw.githubusercontent.com/gerson-vfs/PROG2-AVAL2/62c4661/test/csv_data_test.dart | gerson-vfs/PROG2-AVAL2 62c4661 test/csv_data_test.dart | true | 200 | 2,865 | import 'package:test/test.dart';
import '../lib/csv_data.dart';
import '../lib/errors/no_data_error.dart';
import '../lib/errors/file_not_found_error.dart';
import '../lib/errors/invalid_format_error.dart';
void main() {
test('CSVData should have hasData false as default', () {
final sut = CSVData();
expect(... | 5 |
markwty/bulletinbooking | 630eda6 | lib/runnable_task.dart | Dart | www.github.com/markwty/bulletinbooking/tree/main/lib/runnable_task.dart | https://raw.githubusercontent.com/markwty/bulletinbooking/630eda6/lib/runnable_task.dart | markwty/bulletinbooking 630eda6 lib/runnable_task.dart | true | 200 | 633 | import 'package:http/http.dart' as http;
import 'package:http/http.dart';
class RunnableTask{
String address;
String result = "";
RunnableTask(this.address);
Future run() async {
http.Client httpClient = new http.Client();
try{
Response request = await httpClient.get(Uri.parse(this.... | 2 |
navapnasrin/navapnasrin | 1653f19 | screens/main_menus/sub_screens/alerts_screen.dart | Dart | www.github.com/navapnasrin/navapnasrin/tree/main/screens/main_menus/sub_screens/alerts_screen.dart | https://raw.githubusercontent.com/navapnasrin/navapnasrin/1653f19/screens/main_menus/sub_screens/alerts_screen.dart | navapnasrin/navapnasrin 1653f19 screens/main_menus/sub_screens/alerts_screen.dart | true | 200 | 1,291 | import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import 'package:my_sap_app/constants.dart';
import 'package:my_sap_app/widgets/custom_appbar.dart';
import '../main_menu.dart';
import '../popup_menu_items.dart';
class AlertScreen extends StatelessWidget {
const AlertScreen({supe... | 3 |
Subekshya8686/FurEverHome | 85c165e | test/features/splash/presentation/view/splash_view_test.dart | Dart | www.github.com/Subekshya8686/FurEverHome/tree/main/test/features/splash/presentation/view/splash_view_test.dart | https://raw.githubusercontent.com/Subekshya8686/FurEverHome/85c165e/test/features/splash/presentation/view/splash_view_test.dart | Subekshya8686/FurEverHome 85c165e test/features/splash/presentation/view/splash_view_test.dart | true | 200 | 1,988 | import 'package:bloc_test/bloc_test.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:furever_home/core/app_theme/app_theme.dart';
import 'package:furever_home/features/splash/presentation/view/splash_view.dar... | 1 |
Alingisugho/calcule22 | 4d5dd99 | lib/calculator.dart | Dart | www.github.com/Alingisugho/calcule22/tree/main/lib/calculator.dart | https://raw.githubusercontent.com/Alingisugho/calcule22/4d5dd99/lib/calculator.dart | Alingisugho/calcule22 4d5dd99 lib/calculator.dart | true | 200 | 3,199 | import 'package:flutter/material.dart';
class Calculatrice extends StatefulWidget {
@override
_CalculatriceState createState() => _CalculatriceState();
}
class _CalculatriceState extends State<Calculatrice> {
String resultat = '';
final controllerNombre1 = TextEditingController();
final controllerNombre2 = ... | 4 |
JordyV23/GEPPETTO-MOBILE | 1be22b7 | lib/presentation/screens/solvia/solvia_screen.dart | Dart | www.github.com/JordyV23/GEPPETTO-MOBILE/tree/main/lib/presentation/screens/solvia/solvia_screen.dart | https://raw.githubusercontent.com/JordyV23/GEPPETTO-MOBILE/1be22b7/lib/presentation/screens/solvia/solvia_screen.dart | JordyV23/GEPPETTO-MOBILE 1be22b7 lib/presentation/screens/solvia/solvia_screen.dart | true | 200 | 5,077 | import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:geppetto_mobile/presentation/utils/dialog_utils.dart';
import 'package:geppetto_mobile/presentation/utils/typing_indicator.dart';
import 'package:http/http.dart' as http;
import 'dart:convert';
class SolvIAScreen ext... | 0 |
mussie-alemayehu/OIBSIP | 477f76a | stop_watch/lib/widgets/start_button.dart | Dart | www.github.com/mussie-alemayehu/OIBSIP/tree/main/stop_watch/lib/widgets/start_button.dart | https://raw.githubusercontent.com/mussie-alemayehu/OIBSIP/477f76a/stop_watch/lib/widgets/start_button.dart | mussie-alemayehu/OIBSIP 477f76a stop_watch/lib/widgets/start_button.dart | true | 200 | 832 | import 'package:flutter/material.dart';
class StartButton extends StatelessWidget {
final void Function() start;
const StartButton(this.start, {super.key});
@override
Widget build(BuildContext context) {
const buttonHeight = 60.0;
return Tooltip(
key: const ValueKey('start'),
message: 'S... | 5 |
weldsh2535/Mobile-assessment-June-2024 | 2c8a143 | lib/screens/product_detail.dart | Dart | www.github.com/weldsh2535/Mobile-assessment-June-2024/tree/main/lib/screens/product_detail.dart | https://raw.githubusercontent.com/weldsh2535/Mobile-assessment-June-2024/2c8a143/lib/screens/product_detail.dart | weldsh2535/Mobile-assessment-June-2024 2c8a143 lib/screens/product_detail.dart | true | 200 | 5,186 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:flutter_assessment/constants/colors.dart';
import 'package:provider/provider.dart';
import '../models/cart.dart';
import '../models/product/product.dart';
import 'cart_screen.dart';
class ProductDet... | 7 |
gu-tig333-ht22/grupp-10 | d4eb272 | lib/screens/favorites_screen.dart | Dart | www.github.com/gu-tig333-ht22/grupp-10/tree/main/lib/screens/favorites_screen.dart | https://raw.githubusercontent.com/gu-tig333-ht22/grupp-10/d4eb272/lib/screens/favorites_screen.dart | gu-tig333-ht22/grupp-10 d4eb272 lib/screens/favorites_screen.dart | true | 200 | 877 | import 'package:flutter/material.dart';
import '../widgets/meal_item.dart';
class FavoritesScreen extends StatelessWidget {
final List<MealItem> favoriteMeals;
FavoritesScreen(this.favoriteMeals);
@override
Widget build(BuildContext context) {
if (favoriteMeals.isEmpty) {
return Center(
ch... | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.