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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Cerbetron/Expense_tracker-main | ccc801b | lib/presentation/homepage_screen/functionality/expense/expense.dart | Dart | www.github.com/Cerbetron/Expense_tracker-main/tree/main/lib/presentation/homepage_screen/functionality/expense/expense.dart | https://raw.githubusercontent.com/Cerbetron/Expense_tracker-main/ccc801b/lib/presentation/homepage_screen/functionality/expense/expense.dart | Cerbetron/Expense_tracker-main ccc801b lib/presentation/homepage_screen/functionality/expense/expense.dart | true | 200 | 2,426 | //expense.dart
import 'package:uuid/uuid.dart';
import "package:flutter/material.dart";
import 'package:intl/intl.dart';
final formatter = DateFormat.yMd();
const uuid = Uuid();
enum Category { Essentials, Transportation, Housing, Healthcare, Education, Personal_Care, Entertainment, Communication, Savings, Investm... | 6 |
phihung17k/fridge_mobile | a75ff4c | lib/pages/recipe/recipe_page.dart | Dart | www.github.com/phihung17k/fridge_mobile/tree/main/lib/pages/recipe/recipe_page.dart | https://raw.githubusercontent.com/phihung17k/fridge_mobile/a75ff4c/lib/pages/recipe/recipe_page.dart | phihung17k/fridge_mobile a75ff4c lib/pages/recipe/recipe_page.dart | true | 200 | 2,112 | import 'package:flutter/material.dart';
import 'package:fridge_mobile/routes.dart';
class RecipePage extends StatefulWidget {
const RecipePage({super.key});
@override
State<RecipePage> createState() => _RecipePageState();
}
class _RecipePageState extends State<RecipePage> {
@override
Widget build(BuildCont... | 5 |
khedrmahmoud/Bookly | a1bad4e | lib/features/search/presentation/views/widgets/filter_section_sorting.dart | Dart | www.github.com/khedrmahmoud/Bookly/tree/main/lib/features/search/presentation/views/widgets/filter_section_sorting.dart | https://raw.githubusercontent.com/khedrmahmoud/Bookly/a1bad4e/lib/features/search/presentation/views/widgets/filter_section_sorting.dart | khedrmahmoud/Bookly a1bad4e lib/features/search/presentation/views/widgets/filter_section_sorting.dart | true | 200 | 2,005 | import 'package:bookly/features/search/presentation/view_models/filter_search_cubit/filter_search_cubit.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import '../../view_models/searched_books_cubit/searched_books_cubit.dart';
import 'filter_selection_item.dart';
class ... | 7 |
AlexeyGitH/AdressBook2 | 84cd1ec | client_flutter/lib/screens/contacts.dart | Dart | www.github.com/AlexeyGitH/AdressBook2/tree/main/client_flutter/lib/screens/contacts.dart | https://raw.githubusercontent.com/AlexeyGitH/AdressBook2/84cd1ec/client_flutter/lib/screens/contacts.dart | AlexeyGitH/AdressBook2 84cd1ec client_flutter/lib/screens/contacts.dart | true | 200 | 25,250 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:ad_book_2/models/filters.dart';
import 'package:ad_book_2/models/database.dart';
import 'package:ad_book_2/models/PostContact.dart';
import 'package:ad_book_2/ConstSystemAD.dart';
import 'package:url_launcher/url_launcher.d... | 3 |
treeplate/text_adventure | 79bc6c0 | lib/text_adventure.dart | Dart | www.github.com/treeplate/text_adventure/tree/main/lib/text_adventure.dart | https://raw.githubusercontent.com/treeplate/text_adventure/79bc6c0/lib/text_adventure.dart | treeplate/text_adventure 79bc6c0 lib/text_adventure.dart | true | 200 | 24,146 | // remove these ignores when https://github.com/dart-lang/sdk/issues/52951 is fixed
// or maybe refactor the code, given that by that point they may have fixed the bug this code is relying on
// ignore: unused_import
import 'dart:io';
// ignore: unused_import
import 'command_parser.dart';
// ignore: uri_does_not_exist
... | 1 |
Shafqat-Khan/cinemon | 6ffddce | lib/features/authentication/screens/forget_password/forget_password_screen.dart | Dart | www.github.com/Shafqat-Khan/cinemon/tree/main/lib/features/authentication/screens/forget_password/forget_password_screen.dart | https://raw.githubusercontent.com/Shafqat-Khan/cinemon/6ffddce/lib/features/authentication/screens/forget_password/forget_password_screen.dart | Shafqat-Khan/cinemon 6ffddce lib/features/authentication/screens/forget_password/forget_password_screen.dart | true | 200 | 4,901 | import 'package:cinemon/common_widgets/form/form_header_widget.dart';
import 'package:cinemon/common_widgets/form/text_form_field.dart';
import 'package:cinemon/constants/colors.dart';
import 'package:cinemon/constants/text_strings.dart';
import 'package:cinemon/features/authentication/controllers/validators.dart';
imp... | 4 |
FeNixII2/Agriser_work | 776ad24 | lib/pages/provider/provider_calenda.dart | Dart | www.github.com/FeNixII2/Agriser_work/tree/main/lib/pages/provider/provider_calenda.dart | https://raw.githubusercontent.com/FeNixII2/Agriser_work/776ad24/lib/pages/provider/provider_calenda.dart | FeNixII2/Agriser_work 776ad24 lib/pages/provider/provider_calenda.dart | true | 200 | 3,521 | import 'package:agriser_work/pages/provider/contact/provider_both_contact.dart';
import 'package:agriser_work/pages/provider/request/provider_both_request.dart';
import 'package:agriser_work/pages/user/contact/user_both_contact.dart';
import 'package:agriser_work/pages/user/request/user_both_request.dart';
import 'pack... | 0 |
huyng39/flutter_thuchanh_08_09_10 | 16df564 | lib/app/page/category/category_list.dart | Dart | www.github.com/huyng39/flutter_thuchanh_08_09_10/tree/main/lib/app/page/category/category_list.dart | https://raw.githubusercontent.com/huyng39/flutter_thuchanh_08_09_10/16df564/lib/app/page/category/category_list.dart | huyng39/flutter_thuchanh_08_09_10 16df564 lib/app/page/category/category_list.dart | true | 200 | 926 | import 'package:flutter/material.dart';
// import 'category_add.dart';
import 'category_data.dart';
class CategoryList extends StatefulWidget {
const CategoryList({super.key});
@override
State<CategoryList> createState() => _CategoryListState();
}
class _CategoryListState extends State<CategoryList> {
// ge... | 2 |
aliaktas-tr/test-app | 9953cb8 | lib/_core/widgets/custom_app_bar/app_bar.dart | Dart | www.github.com/aliaktas-tr/test-app/tree/main/lib/_core/widgets/custom_app_bar/app_bar.dart | https://raw.githubusercontent.com/aliaktas-tr/test-app/9953cb8/lib/_core/widgets/custom_app_bar/app_bar.dart | aliaktas-tr/test-app 9953cb8 lib/_core/widgets/custom_app_bar/app_bar.dart | true | 200 | 6,035 | import 'package:new_weedus/export.dart';
import 'package:badges/badges.dart' as badges;
class _CustomAppBarWidgets {
static final double _leadingWidth = 0;
static final double _responseSize = 1010;
static final double _fontSize = 16;
static final double _budgeFontSize = 12;
static final double _budgeTextHeig... | 5 |
Priyakri042/PaperPassage | f9b4057 | lib/Services/database_services.dart | Dart | www.github.com/Priyakri042/PaperPassage/tree/main/lib/Services/database_services.dart | https://raw.githubusercontent.com/Priyakri042/PaperPassage/f9b4057/lib/Services/database_services.dart | Priyakri042/PaperPassage f9b4057 lib/Services/database_services.dart | true | 200 | 4,201 | import 'dart:io';
import 'dart:typed_data';
import 'dart:ui';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'package:flutter/material.dart';
imp... | 6 |
fasil2401/fahadbazar | 09cbfa4 | lib/Presentation/Screens/Register_page/register.dart | Dart | www.github.com/fasil2401/fahadbazar/tree/main/lib/Presentation/Screens/Register_page/register.dart | https://raw.githubusercontent.com/fasil2401/fahadbazar/09cbfa4/lib/Presentation/Screens/Register_page/register.dart | fasil2401/fahadbazar 09cbfa4 lib/Presentation/Screens/Register_page/register.dart | true | 200 | 7,989 | import 'package:fahadbazar/Presentation/constants/colors.dart';
import 'package:fahadbazar/Presentation/constants/heights.dart';
import 'package:fahadbazar/logic/Controller/form_validation/register_controler.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/... | 7 |
FARHADGULL/personal_expenses_app | 11c3d1d | lib/widgets/transaction_list.dart | Dart | www.github.com/FARHADGULL/personal_expenses_app/tree/main/lib/widgets/transaction_list.dart | https://raw.githubusercontent.com/FARHADGULL/personal_expenses_app/11c3d1d/lib/widgets/transaction_list.dart | FARHADGULL/personal_expenses_app 11c3d1d lib/widgets/transaction_list.dart | true | 200 | 1,425 | import 'package:flutter/material.dart';
import 'package:personal_expenses/widgets/transaction_item.dart';
import '../models/transaction.dart';
class TransactionList extends StatelessWidget {
final List<Transaction> userTransactions;
final Function deleteTx;
const TransactionList(this.userTransactions, this.dele... | 3 |
Ashaba123/todo-apprite | 40b9dd0 | todo_tasks/lib/screens/home.dart | Dart | www.github.com/Ashaba123/todo-apprite/tree/main/todo_tasks/lib/screens/home.dart | https://raw.githubusercontent.com/Ashaba123/todo-apprite/40b9dd0/todo_tasks/lib/screens/home.dart | Ashaba123/todo-apprite 40b9dd0 todo_tasks/lib/screens/home.dart | true | 200 | 391 | import 'package:flutter/material.dart';
class Home extends StatelessWidget {
const Home({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text("My Todos"),),
floatingActionButton: FloatingActionButton(
child: const I... | 1 |
Xasthul/construction_assistant_app | ee753aa | lib/app/utils/component/app_circular_progress_indicator_component.dart | Dart | www.github.com/Xasthul/construction_assistant_app/tree/main/lib/app/utils/component/app_circular_progress_indicator_component.dart | https://raw.githubusercontent.com/Xasthul/construction_assistant_app/ee753aa/lib/app/utils/component/app_circular_progress_indicator_component.dart | Xasthul/construction_assistant_app ee753aa lib/app/utils/component/app_circular_progress_indicator_component.dart | true | 200 | 650 | import 'package:construction_assistant_app/app/utils/theme/common_color_theme.dart';
import 'package:flutter/material.dart';
class AppCircularProgressIndicatorComponent extends StatelessWidget {
const AppCircularProgressIndicatorComponent({
super.key,
Color? color,
}) : _color = color;
final Color? _col... | 4 |
MaeAuliya/foodly-mobile | 170072b | lib/features/profile/presentation/views/profile_page.dart | Dart | www.github.com/MaeAuliya/foodly-mobile/tree/main/lib/features/profile/presentation/views/profile_page.dart | https://raw.githubusercontent.com/MaeAuliya/foodly-mobile/170072b/lib/features/profile/presentation/views/profile_page.dart | MaeAuliya/foodly-mobile 170072b lib/features/profile/presentation/views/profile_page.dart | true | 200 | 429 | import 'package:flutter/material.dart';
import '../../../../core/theme/colors.dart';
class ProfilePage extends StatelessWidget {
const ProfilePage({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Profile'),
foregroundColo... | 0 |
nagisano33/flutter_complete_guide | 4350683 | lib/main.dart | Dart | www.github.com/nagisano33/flutter_complete_guide/tree/main/lib/main.dart | https://raw.githubusercontent.com/nagisano33/flutter_complete_guide/4350683/lib/main.dart | nagisano33/flutter_complete_guide 4350683 lib/main.dart | true | 200 | 2,017 | import 'package:flutter/material.dart';
import 'package:flutter_complete_guide/quiz.dart';
import './result.dart';
// void main() {
// runApp(MyApp());
// }
void main() => runApp(MyApp());
class MyApp extends StatefulWidget {
@override
State<StatefulWidget> createState() {
return _MyAppState();
}
}
// ... | 6 |
nuraini604/pos_app_jm | 4caee43 | lib/components/CardOrderItem.dart | Dart | www.github.com/nuraini604/pos_app_jm/tree/main/lib/components/CardOrderItem.dart | https://raw.githubusercontent.com/nuraini604/pos_app_jm/4caee43/lib/components/CardOrderItem.dart | nuraini604/pos_app_jm 4caee43 lib/components/CardOrderItem.dart | true | 200 | 1,274 | import 'package:flutter/material.dart';
class CardOrderItem extends StatelessWidget {
const CardOrderItem({required this.name, super.key});
final String name;
@override
Widget build(BuildContext context) {
return Row(
children: [
Container(
width: 60,
height: 60,
... | 5 |
Marvyoha/portfolio_website | de70fe8 | lib/core/providers/theme_provider.dart | Dart | www.github.com/Marvyoha/portfolio_website/tree/main/lib/core/providers/theme_provider.dart | https://raw.githubusercontent.com/Marvyoha/portfolio_website/de70fe8/lib/core/providers/theme_provider.dart | Marvyoha/portfolio_website de70fe8 lib/core/providers/theme_provider.dart | true | 200 | 795 | import 'package:flutter/material.dart';
import '../../constants/app_colors.dart';
class ThemeProvider extends ChangeNotifier {
bool _isLight = true;
ThemeData _themeMode = lightMode;
ThemeData get themeMode => _themeMode;
bool get isLight => _isLight;
set themeMode(ThemeData themeMode) {
_themeMode = t... | 2 |
AndrewSafwat90/gitweather2 | be3c444 | lib/widgets/no-weather-body.dart | Dart | www.github.com/AndrewSafwat90/gitweather2/tree/main/lib/widgets/no-weather-body.dart | https://raw.githubusercontent.com/AndrewSafwat90/gitweather2/be3c444/lib/widgets/no-weather-body.dart | AndrewSafwat90/gitweather2 be3c444 lib/widgets/no-weather-body.dart | true | 200 | 598 | import 'package:flutter/material.dart';
class NoWeatherBody extends StatelessWidget {
const NoWeatherBody({super.key});
@override
Widget build(BuildContext context) {
return Center(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
mainAxisSize: MainAxisSize.min,
chil... | 7 |
DicuRazvanGabiel/transport_status | 98535b4 | lib/screens/order_screen.dart | Dart | www.github.com/DicuRazvanGabiel/transport_status/tree/main/lib/screens/order_screen.dart | https://raw.githubusercontent.com/DicuRazvanGabiel/transport_status/98535b4/lib/screens/order_screen.dart | DicuRazvanGabiel/transport_status 98535b4 lib/screens/order_screen.dart | true | 200 | 11,255 | import 'dart:io';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:cloud_functions/cloud_functions.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.da... | 3 |
lqmeta/flutter-devtools | 04a23c7 | packages/devtools_app/test/screens/deep_link_vlidation/select_project_view_test.dart | Dart | www.github.com/lqmeta/flutter-devtools/tree/main/packages/devtools_app/test/screens/deep_link_vlidation/select_project_view_test.dart | https://raw.githubusercontent.com/lqmeta/flutter-devtools/04a23c7/packages/devtools_app/test/screens/deep_link_vlidation/select_project_view_test.dart | lqmeta/flutter-devtools 04a23c7 packages/devtools_app/test/screens/deep_link_vlidation/select_project_view_test.dart | true | 200 | 4,312 | // Copyright 2024 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:devtools_app/devtools_app.dart';
import 'package:devtools_app/src/screens/deep_link_validation/project_root_selection/root_selector.dart';... | 4 |
KanhaiyaDutta/GPT-App | 552ffe9 | lib/providers/chat_provider.dart | Dart | www.github.com/KanhaiyaDutta/GPT-App/tree/main/lib/providers/chat_provider.dart | https://raw.githubusercontent.com/KanhaiyaDutta/GPT-App/552ffe9/lib/providers/chat_provider.dart | KanhaiyaDutta/GPT-App 552ffe9 lib/providers/chat_provider.dart | true | 200 | 659 | import 'package:flutter/material.dart';
import 'package:gpt_app/models/chat_model.dart';
import '../services/api_service.dart';
class ChatProvider with ChangeNotifier {
List<ChatModel> chatList = [];
List<ChatModel> get getChatList {
return chatList;
}
void addUserMessage({required String msg}) {
ch... | 0 |
beyzaatay/StajYerApp | 0fc6cd2 | StajYerApp-Mobil-main/StajYerApp-Mobil-main/stajyer_app/lib/User/services/api/loginService.dart | Dart | www.github.com/beyzaatay/StajYerApp/tree/main/StajYerApp-Mobil-main/StajYerApp-Mobil-main/stajyer_app/lib/User/services/api/loginService.dart | https://raw.githubusercontent.com/beyzaatay/StajYerApp/0fc6cd2/StajYerApp-Mobil-main/StajYerApp-Mobil-main/stajyer_app/lib/User/services/api/loginService.dart | beyzaatay/StajYerApp 0fc6cd2 StajYerApp-Mobil-main/StajYerApp-Mobil-main/stajyer_app/lib/User/services/api/loginService.dart | true | 200 | 1,163 | import 'dart:convert';
import 'package:http/http.dart' as http;
import 'package:shared_preferences/shared_preferences.dart';
import 'package:stajyer_app/User/models/UserModel.dart';
import 'package:stajyer_app/User/models/loginModel.dart';
import 'package:stajyer_app/User/services/endpoints.dart';
class LoginService {... | 6 |
joelaj06/workforc-compass-mobile | 9e9265f | lib/core/utils/base_64.dart | Dart | www.github.com/joelaj06/workforc-compass-mobile/tree/main/lib/core/utils/base_64.dart | https://raw.githubusercontent.com/joelaj06/workforc-compass-mobile/9e9265f/lib/core/utils/base_64.dart | joelaj06/workforc-compass-mobile 9e9265f lib/core/utils/base_64.dart | true | 200 | 2,129 | import 'dart:convert';
import 'dart:io';
import 'dart:typed_data';
import 'package:flutter/cupertino.dart';
import 'package:image_picker/image_picker.dart';
import 'package:open_file/open_file.dart';
import 'package:path_provider/path_provider.dart';
class Base64Convertor {
static bool isFolderCreated = false;
st... | 5 |
mehdishamekhi/crypto_ap | 2feb524 | lib/util/widgets/onboarding_widgets.dart | Dart | www.github.com/mehdishamekhi/crypto_ap/tree/main/lib/util/widgets/onboarding_widgets.dart | https://raw.githubusercontent.com/mehdishamekhi/crypto_ap/2feb524/lib/util/widgets/onboarding_widgets.dart | mehdishamekhi/crypto_ap 2feb524 lib/util/widgets/onboarding_widgets.dart | true | 200 | 1,388 | import 'package:delayed_widget/delayed_widget.dart';
import 'package:flutter/material.dart';
class OnboardingWidget extends StatelessWidget {
const OnboardingWidget({
super.key,
required this.imageurl,
required this.description,
required this.screenheight,
});
final String imageurl;
final Strin... | 2 |
Activedeveloper18/gofix | 5848de4 | goffix_app-main/lib/screens/eventBooking/paymentsuccessScreen.dart | Dart | www.github.com/Activedeveloper18/gofix/tree/main/goffix_app-main/lib/screens/eventBooking/paymentsuccessScreen.dart | https://raw.githubusercontent.com/Activedeveloper18/gofix/5848de4/goffix_app-main/lib/screens/eventBooking/paymentsuccessScreen.dart | Activedeveloper18/gofix 5848de4 goffix_app-main/lib/screens/eventBooking/paymentsuccessScreen.dart | true | 200 | 1,042 | import 'package:flutter/material.dart';
import 'package:goffix/screens/layout/layout.dart';
class Paymentsuccessscreen extends StatefulWidget {
const Paymentsuccessscreen();
@override
State<Paymentsuccessscreen> createState() => _PaymentsuccessscreenState();
}
class _PaymentsuccessscreenState extends State<Pay... | 1 |
joneskadomoto-sbt/oop-dart | f874c32 | project/bin/dart_application_1.dart | Dart | www.github.com/joneskadomoto-sbt/oop-dart/tree/main/project/bin/dart_application_1.dart | https://raw.githubusercontent.com/joneskadomoto-sbt/oop-dart/f874c32/project/bin/dart_application_1.dart | joneskadomoto-sbt/oop-dart f874c32 project/bin/dart_application_1.dart | true | 200 | 3,613 | // ignore_for_file: unused_local_variable
void main(List<String> arguments) {
String name = "Laranja";
double weight = 100.2;
String color = "Verde e amarela";
String flavor = "Doce e cítrica";
int daysSinceHarvest = 31; //args
bool isMature = funcIsMature(daysSinceHarvest);
daysSinceHarvest >= 30 ? tru... | 3 |
ShahinAlamK/GetxTodoAppWithSqfLite | a13d0a5 | lib/widget/color_plate.dart | Dart | www.github.com/ShahinAlamK/GetxTodoAppWithSqfLite/tree/main/lib/widget/color_plate.dart | https://raw.githubusercontent.com/ShahinAlamK/GetxTodoAppWithSqfLite/a13d0a5/lib/widget/color_plate.dart | ShahinAlamK/GetxTodoAppWithSqfLite a13d0a5 lib/widget/color_plate.dart | true | 200 | 730 | import 'package:flutter/material.dart';
import '../style/app_color.dart';
class ColorPlate extends StatelessWidget {
const ColorPlate({
super.key,
this.selectColor,
this.index,
this.height=35,
this.width=35,
});
final int? selectColor;
final int? index;
final double? height;
final doub... | 4 |
KumudRajGhimire/Dormly-App | 70f4bd5 | lib/pages/ui/grid.dart | Dart | www.github.com/KumudRajGhimire/Dormly-App/tree/main/lib/pages/ui/grid.dart | https://raw.githubusercontent.com/KumudRajGhimire/Dormly-App/70f4bd5/lib/pages/ui/grid.dart | KumudRajGhimire/Dormly-App 70f4bd5 lib/pages/ui/grid.dart | true | 200 | 2,122 | import 'package:flutter/material.dart';
class GridOfItems extends StatelessWidget {
const GridOfItems({
super.key,
required this.filteredItems,
});
final List<Map<String, dynamic>> filteredItems;
@override
Widget build(BuildContext context) {
return GridView.builder(gridDelegate: SliverGridDeleg... | 7 |
user-leaf/flutter_start | 879b4a8 | lib/chapter4/chapter4_constrain_route.dart | Dart | www.github.com/user-leaf/flutter_start/tree/main/lib/chapter4/chapter4_constrain_route.dart | https://raw.githubusercontent.com/user-leaf/flutter_start/879b4a8/lib/chapter4/chapter4_constrain_route.dart | user-leaf/flutter_start 879b4a8 lib/chapter4/chapter4_constrain_route.dart | true | 200 | 906 | import 'package:flutter/material.dart';
class ConstrainedRoute extends StatefulWidget {
@override
State<StatefulWidget> createState() {
return _ConstrainedRouteState();
}
}
class _ConstrainedRouteState extends State<ConstrainedRoute> {
Widget redBox = DecoratedBox(decoration: BoxDecoration(color: Colors.r... | 0 |
JCCCCX/FoodFix | 7ccedd5 | lib/util/global_model.dart | Dart | www.github.com/JCCCCX/FoodFix/tree/main/lib/util/global_model.dart | https://raw.githubusercontent.com/JCCCCX/FoodFix/7ccedd5/lib/util/global_model.dart | JCCCCX/FoodFix 7ccedd5 lib/util/global_model.dart | true | 200 | 792 | import 'package:flutter/material.dart';
import 'package:foodfix/entity/user.dart';
import 'package:foodfix/util/log_util.dart';
import 'package:foodfix/util/storage_manager.dart';
class GlobalModel extends ChangeNotifier {
BuildContext? context;
User me = User(email: 'dummy', roleName: '', sessionId: '');
bool... | 5 |
ALVINKIBOI/GlobalGoals | bd0bf01 | lib/screens/signin.dart | Dart | www.github.com/ALVINKIBOI/GlobalGoals/tree/main/lib/screens/signin.dart | https://raw.githubusercontent.com/ALVINKIBOI/GlobalGoals/bd0bf01/lib/screens/signin.dart | ALVINKIBOI/GlobalGoals bd0bf01 lib/screens/signin.dart | true | 200 | 11,447 | import 'package:email_validator/email_validator.dart';
import 'package:firebase_auth/firebase_auth.dart';
//import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:globalgoalsapp/screens/firestore/database.dart';
//import 'package:globalgoalsapp/screens/homepage.dart';
import 'p... | 1 |
MoDangKa/mobile-assignment | 5e83984 | lib/models/fibonacci.dart | Dart | www.github.com/MoDangKa/mobile-assignment/tree/main/lib/models/fibonacci.dart | https://raw.githubusercontent.com/MoDangKa/mobile-assignment/5e83984/lib/models/fibonacci.dart | MoDangKa/mobile-assignment 5e83984 lib/models/fibonacci.dart | true | 200 | 453 | class Fibonacci {
int index;
int number;
String sharp;
Fibonacci({
required this.index,
required this.number,
required this.sharp,
});
factory Fibonacci.fromJson(Map<String, dynamic> json) => Fibonacci(
index: json["index"],
number: json["number"],
sharp: json["sharp"],... | 2 |
SameeshaKulasekara/Shopping-Cart | 69a2025 | lib/pages/intro_screen.dart | Dart | www.github.com/SameeshaKulasekara/Shopping-Cart/tree/main/lib/pages/intro_screen.dart | https://raw.githubusercontent.com/SameeshaKulasekara/Shopping-Cart/69a2025/lib/pages/intro_screen.dart | SameeshaKulasekara/Shopping-Cart 69a2025 lib/pages/intro_screen.dart | true | 200 | 2,264 | import 'package:flutter/material.dart';
import 'package:food_shopping_cart/constant/image_url.dart';
import 'package:google_fonts/google_fonts.dart';
import 'home_page.dart';
class IntroScreen extends StatelessWidget {
const IntroScreen({super.key});
@override
Widget build(BuildContext context) {
return Sca... | 3 |
Arpit144/Flutter_pactice | af63289 | lib/widgets/36icons.dart | Dart | www.github.com/Arpit144/Flutter_pactice/tree/main/lib/widgets/36icons.dart | https://raw.githubusercontent.com/Arpit144/Flutter_pactice/af63289/lib/widgets/36icons.dart | Arpit144/Flutter_pactice af63289 lib/widgets/36icons.dart | true | 200 | 1,680 |
import 'package:flutter/material.dart';
import '37font_awesome_icons.dart';
class IconsScreen extends StatelessWidget {
const IconsScreen({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'icons',
theme: ThemeData(primarySwatch: Colors.dee... | 7 |
shreyasSarve/solid-disco | 3175816 | lib/pages/chat-room/chat_rooms_screen.dart | Dart | www.github.com/shreyasSarve/solid-disco/tree/main/lib/pages/chat-room/chat_rooms_screen.dart | https://raw.githubusercontent.com/shreyasSarve/solid-disco/3175816/lib/pages/chat-room/chat_rooms_screen.dart | shreyasSarve/solid-disco 3175816 lib/pages/chat-room/chat_rooms_screen.dart | true | 200 | 4,661 | // ignore_for_file: constant_identifier_names
library chat_rooms;
import 'dart:developer';
import 'package:commuication/models/args/message_args.dart';
import 'package:commuication/models/chat_room.dart';
import 'package:commuication/providers/chat/chat_screen_provider.dart';
import 'package:commuication/providers/c... | 4 |
Sunny-Rathore/miFever | 2949915 | lib/presentation/new_post_screen/binding/new_post_binding.dart | Dart | www.github.com/Sunny-Rathore/miFever/tree/main/lib/presentation/new_post_screen/binding/new_post_binding.dart | https://raw.githubusercontent.com/Sunny-Rathore/miFever/2949915/lib/presentation/new_post_screen/binding/new_post_binding.dart | Sunny-Rathore/miFever 2949915 lib/presentation/new_post_screen/binding/new_post_binding.dart | true | 200 | 359 | import '../controller/new_post_controller.dart';
import 'package:get/get.dart';
/// A binding class for the NewPostScreen.
///
/// This class ensures that the NewPostController is created when the
/// NewPostScreen is first loaded.
class NewPostBinding extends Bindings {
@override
void dependencies() {
Get.laz... | 0 |
mozerj2001/login-ui-in-flutter | b6abc45 | lib/ui/route_generator.dart | Dart | www.github.com/mozerj2001/login-ui-in-flutter/tree/main/lib/ui/route_generator.dart | https://raw.githubusercontent.com/mozerj2001/login-ui-in-flutter/b6abc45/lib/ui/route_generator.dart | mozerj2001/login-ui-in-flutter b6abc45 lib/ui/route_generator.dart | true | 200 | 1,294 | import 'package:flutter/material.dart';
import 'package:flutter_homework/ui/bloc/login/login_page.dart';
import 'package:flutter_homework/ui/bloc/list/list_page.dart';
import 'package:flutter_homework/ui/bloc/login/login_bloc.dart';
import 'package:flutter_homework/ui/bloc/list/list_bloc.dart';
import 'package:flutter_... | 1 |
ArgelCM16/mamadas | 741dad1 | lib/pages/inicio.dart | Dart | www.github.com/ArgelCM16/mamadas/tree/main/lib/pages/inicio.dart | https://raw.githubusercontent.com/ArgelCM16/mamadas/741dad1/lib/pages/inicio.dart | ArgelCM16/mamadas 741dad1 lib/pages/inicio.dart | true | 200 | 3,696 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:poolclean/utils/global.colors.dart';
import 'package:poolclean/widgets/button.global.dart';
import 'package:shared_preferences/shared_preferences.dart'; // Importar SharedPreferences
class InicioPage extends Statel... | 2 |
cfreemoser/Melvix | 552528d | lib/widgets/loading_quick_content.dart | Dart | www.github.com/cfreemoser/Melvix/tree/main/lib/widgets/loading_quick_content.dart | https://raw.githubusercontent.com/cfreemoser/Melvix/552528d/lib/widgets/loading_quick_content.dart | cfreemoser/Melvix 552528d lib/widgets/loading_quick_content.dart | true | 200 | 560 | import 'package:flutter/material.dart';
import 'package:netflix_gallery/widgets/netflix_app_bar.dart';
class LoadingQuickContent extends StatelessWidget {
const LoadingQuickContent({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return PageView.builder(
scrollDirection: A... | 3 |
KarmaSenzu/project-aplikasi-fluter | 2e1091c | lib/ui/peminjaman_page.dart | Dart | www.github.com/KarmaSenzu/project-aplikasi-fluter/tree/main/lib/ui/peminjaman_page.dart | https://raw.githubusercontent.com/KarmaSenzu/project-aplikasi-fluter/2e1091c/lib/ui/peminjaman_page.dart | KarmaSenzu/project-aplikasi-fluter 2e1091c lib/ui/peminjaman_page.dart | true | 200 | 2,053 | import 'package:flutter/material.dart';
import '../model/peminjaman.dart'; // Sesuaikan dengan import yang benar
import '../service/peminjaman_service.dart'; // Sesuaikan dengan import yang benar
import 'peminjaman_detail.dart'; // Sesuaikan dengan import yang benar
import 'peminjaman_form.dart'; // Sesuaikan dengan im... | 6 |
bagussubagja/healthy-buddy-mobile-app | c8ec530 | lib/screens/authentication/biodata_screen.dart | Dart | www.github.com/bagussubagja/healthy-buddy-mobile-app/tree/main/lib/screens/authentication/biodata_screen.dart | https://raw.githubusercontent.com/bagussubagja/healthy-buddy-mobile-app/c8ec530/lib/screens/authentication/biodata_screen.dart | bagussubagja/healthy-buddy-mobile-app c8ec530 lib/screens/authentication/biodata_screen.dart | true | 200 | 10,084 | // ignore_for_file: must_be_immutable, use_build_context_synchronously
import 'package:awesome_snackbar_content/awesome_snackbar_content.dart';
import 'package:cache_manager/cache_manager.dart';
import 'package:flutter/material.dart';
import 'package:healthy_buddy_mobile_app/core/authentication/auth_notifier.dart';
im... | 7 |
Balaram2427/STYLEWEAR-_MOBILE_APP | 76ca3c9 | lib/services/product_service.dart | Dart | www.github.com/Balaram2427/STYLEWEAR-_MOBILE_APP/tree/main/lib/services/product_service.dart | https://raw.githubusercontent.com/Balaram2427/STYLEWEAR-_MOBILE_APP/76ca3c9/lib/services/product_service.dart | Balaram2427/STYLEWEAR-_MOBILE_APP 76ca3c9 lib/services/product_service.dart | true | 200 | 1,279 | import 'package:http/http.dart' as http;
import 'dart:convert';
class ProductService {
final String baseUrl;
ProductService({required this.baseUrl});
Future<List<Product>> fetchProducts() async {
final response = await http.get(Uri.parse('$baseUrl/products'));
if (response.statusCode == 200) {
L... | 4 |
floutchi/Unwind_App | c1718d9 | lib/dto/activity_dto.dart | Dart | www.github.com/floutchi/Unwind_App/tree/main/lib/dto/activity_dto.dart | https://raw.githubusercontent.com/floutchi/Unwind_App/c1718d9/lib/dto/activity_dto.dart | floutchi/Unwind_App c1718d9 lib/dto/activity_dto.dart | true | 200 | 1,145 | import 'dart:convert';
import 'package:built_value/built_value.dart';
import 'package:built_value/serializer.dart';
import 'package:unwind_app/dto/place_dto.dart';
import 'package:unwind_app/dto/serializers.dart';
import 'package:unwind_app/model/activity.dart';
part 'activity_dto.g.dart';
abstract class ActivityDTO... | 5 |
iridiscenthummingbird/hackint | e9641de | lib/flows/teacher/presentation/widgets/teacher_dialog.dart | Dart | www.github.com/iridiscenthummingbird/hackint/tree/main/lib/flows/teacher/presentation/widgets/teacher_dialog.dart | https://raw.githubusercontent.com/iridiscenthummingbird/hackint/e9641de/lib/flows/teacher/presentation/widgets/teacher_dialog.dart | iridiscenthummingbird/hackint e9641de lib/flows/teacher/presentation/widgets/teacher_dialog.dart | true | 200 | 6,205 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:routemaster/routemaster.dart';
import '../../../../domain/shared_models/api/user_model.dart';
import '../../../../gen/assets.gen.dart';
import '../../../../navigation/app_state_cubit/app_state_cubit.dart';
import '... | 0 |
KevinYaneld/Posttest_Mobile | d8c9cc1 | lib/screens/settings_page.dart | Dart | www.github.com/KevinYaneld/Posttest_Mobile/tree/main/lib/screens/settings_page.dart | https://raw.githubusercontent.com/KevinYaneld/Posttest_Mobile/d8c9cc1/lib/screens/settings_page.dart | KevinYaneld/Posttest_Mobile d8c9cc1 lib/screens/settings_page.dart | true | 200 | 6,791 | import 'package:flutter/material.dart';
import 'package:posttest4_031_kevin/models/color_scheme.dart';
import 'package:posttest4_031_kevin/providers/colorScheme_provider.dart';
import 'package:posttest4_031_kevin/providers/theme_provider.dart';
import 'package:provider/provider.dart';
class SettingsScreen exte... | 1 |
Issa-Al-Halabi/dimond-line-flutter | 3f5724f | lib/constants.dart | Dart | www.github.com/Issa-Al-Halabi/dimond-line-flutter/tree/main/lib/constants.dart | https://raw.githubusercontent.com/Issa-Al-Halabi/dimond-line-flutter/3f5724f/lib/constants.dart | Issa-Al-Halabi/dimond-line-flutter 3f5724f lib/constants.dart | true | 200 | 7,733 | import 'package:easy_localization/src/public_ext.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:flutter_masked_text2/flutter_masked_text2.dart';
import 'package:intl/intl.dart';
String APIKEY = 'AIzaSyCPsxZeXKcSYK1XXw0O0RbrZiI_Ekou5DY';
// St... | 2 |
GytXDev/Lumina | 9049db1 | lib/features/cars/pages/multiple_images.dart | Dart | www.github.com/GytXDev/Lumina/tree/main/lib/features/cars/pages/multiple_images.dart | https://raw.githubusercontent.com/GytXDev/Lumina/9049db1/lib/features/cars/pages/multiple_images.dart | GytXDev/Lumina 9049db1 lib/features/cars/pages/multiple_images.dart | true | 200 | 4,745 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:lumina/colors/coloors.dart';
import 'package:lumina/features/cars/pages/image_helper.dart';
import 'package:lumina/languages/app_translations.dart';
class MultipleImages extends StatefulWidget {
const MultipleImages({super.key, required this.... | 6 |
no-ones-group/babble_mobile | cfa9e05 | lib/models/user.dart | Dart | www.github.com/no-ones-group/babble_mobile/tree/main/lib/models/user.dart | https://raw.githubusercontent.com/no-ones-group/babble_mobile/cfa9e05/lib/models/user.dart | no-ones-group/babble_mobile cfa9e05 lib/models/user.dart | true | 200 | 1,666 | import 'dart:developer';
import 'package:cloud_firestore/cloud_firestore.dart';
class User {
late String id;
late String? profilePicLink;
late String fullName;
late String displayName;
late bool isOnline;
late String isTyping;
late List<DocumentReference> spaces;
static String get idField => 'id';
... | 4 |
Sums-shadow/pathfinder_A2SV | b0e679b | lib/main.dart | Dart | www.github.com/Sums-shadow/pathfinder_A2SV/tree/main/lib/main.dart | https://raw.githubusercontent.com/Sums-shadow/pathfinder_A2SV/b0e679b/lib/main.dart | Sums-shadow/pathfinder_A2SV b0e679b lib/main.dart | true | 200 | 732 | import 'package:flutter/material.dart';
import 'package:camera/camera.dart';
import 'package:get/get.dart';
import 'package:nb_utils/nb_utils.dart';
import 'package:object_detection_app/view/homePage.dart';
List<CameraDescription>? cameras;
Future<void> main() async
{
WidgetsFlutterBinding.ensureInitialized();
ca... | 7 |
Dhairy2003/Sih-App | b26451b | lib/main.dart | Dart | www.github.com/Dhairy2003/Sih-App/tree/main/lib/main.dart | https://raw.githubusercontent.com/Dhairy2003/Sih-App/b26451b/lib/main.dart | Dhairy2003/Sih-App b26451b lib/main.dart | true | 200 | 2,616 | import 'package:flutter/material.dart';
import 'package:google_nav_bar/google_nav_bar.dart';
import 'package:sih2/Directory/dict.dart';
import 'package:sih2/Home/home.dart';
import 'Community/community.dart';
import 'Store/store.dart';
import 'User/user.dart';
void main() {
runApp( MyApp());
}
class MyApp extends ... | 5 |
hafizflow/social_media_app | bbee66b | lib/features/home/presentation/pages/home_page.dart | Dart | www.github.com/hafizflow/social_media_app/tree/main/lib/features/home/presentation/pages/home_page.dart | https://raw.githubusercontent.com/hafizflow/social_media_app/bbee66b/lib/features/home/presentation/pages/home_page.dart | hafizflow/social_media_app bbee66b lib/features/home/presentation/pages/home_page.dart | true | 200 | 3,175 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:iconsax/iconsax.dart';
import 'package:social_media_app/features/home/presentation/components/my_drawer.dart';
import 'package:social_media_app/features/home/presenta... | 3 |
kennedyowusu/fashion_app_mobile | 50ad1e8 | lib/widgets/appbar.dart | Dart | www.github.com/kennedyowusu/fashion_app_mobile/tree/main/lib/widgets/appbar.dart | https://raw.githubusercontent.com/kennedyowusu/fashion_app_mobile/50ad1e8/lib/widgets/appbar.dart | kennedyowusu/fashion_app_mobile 50ad1e8 lib/widgets/appbar.dart | true | 200 | 1,779 | import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
class CustomAppBar extends StatelessWidget implements PreferredSizeWidget {
const CustomAppBar({
Key? key,
required this.title,
this.navigateTo,
this.leadingIcon,
this.actions,
}) : super(ke... | 0 |
akshayagrg147/mafatlalEcommerce | c64874f | lib/features/home/presentaion/widgets/search_field.dart | Dart | www.github.com/akshayagrg147/mafatlalEcommerce/tree/main/lib/features/home/presentaion/widgets/search_field.dart | https://raw.githubusercontent.com/akshayagrg147/mafatlalEcommerce/c64874f/lib/features/home/presentaion/widgets/search_field.dart | akshayagrg147/mafatlalEcommerce c64874f lib/features/home/presentaion/widgets/search_field.dart | true | 200 | 1,602 | import 'package:flutter/material.dart';
import 'package:mafatlal_ecommerce/constants/colors.dart';
import 'package:mafatlal_ecommerce/core/dependency_injection.dart';
class SearchInput extends StatelessWidget {
final TextEditingController textController;
final String hintText;
const SearchInput(
{required ... | 1 |
ferian-satria/restapp2 | 7795876 | lib/demo/main_view.dart | Dart | www.github.com/ferian-satria/restapp2/tree/main/lib/demo/main_view.dart | https://raw.githubusercontent.com/ferian-satria/restapp2/7795876/lib/demo/main_view.dart | ferian-satria/restapp2 7795876 lib/demo/main_view.dart | true | 200 | 6,323 | import 'package:dio/dio.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:restapp2/demo/favorite.dart';
import 'package:restapp2/demo/restaurant_details_screen.dart';
import 'package:restapp2/demo/... | 2 |
amrmhassan/file_manager | 702bac1 | lib/screens/share_settings_screen/widgets/my_image_settings.dart | Dart | www.github.com/amrmhassan/file_manager/tree/main/lib/screens/share_settings_screen/widgets/my_image_settings.dart | https://raw.githubusercontent.com/amrmhassan/file_manager/702bac1/lib/screens/share_settings_screen/widgets/my_image_settings.dart | amrmhassan/file_manager 702bac1 lib/screens/share_settings_screen/widgets/my_image_settings.dart | true | 200 | 1,266 | // ignore_for_file: prefer_const_constructors
import 'dart:io';
import 'package:explorer/constants/colors.dart';
import 'package:explorer/constants/sizes.dart';
import 'package:explorer/utils/providers_calls_utils.dart';
import 'package:flutter/material.dart';
class MyImageSettings extends StatelessWidget {
const ... | 6 |
mrtnetwork/On_chain | 4a1a45a | example/lib/example/solana/system_program/create_account_wit_seed_example.dart | Dart | www.github.com/mrtnetwork/On_chain/tree/main/example/lib/example/solana/system_program/create_account_wit_seed_example.dart | https://raw.githubusercontent.com/mrtnetwork/On_chain/4a1a45a/example/lib/example/solana/system_program/create_account_wit_seed_example.dart | mrtnetwork/On_chain 4a1a45a example/lib/example/solana/system_program/create_account_wit_seed_example.dart | true | 200 | 1,351 | import 'package:example/example/solana/quick_wallet_for_testing/quick_wallet.dart';
import 'package:on_chain/solana/solana.dart';
void main() async {
final owner = QuickWalletForTest(index: 255);
const String seed = "account1";
final blockHash = await owner.recentBlockhash();
final layout = SystemCreateWithSee... | 4 |
TofuTofuMe/yaana | 7548689 | lib/views/player.dart | Dart | www.github.com/TofuTofuMe/yaana/tree/main/lib/views/player.dart | https://raw.githubusercontent.com/TofuTofuMe/yaana/7548689/lib/views/player.dart | TofuTofuMe/yaana 7548689 lib/views/player.dart | true | 200 | 2,455 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:yaana/models/api_model.dart';
import 'package:yaana/data/client.dart';
import 'package:yaana/providers/config_provider.dart';
import 'package:yaana/widgets/episodesource_list.dart';
import 'package:yaana/wid... | 5 |
lazuardh/teknikal-test | 5788c86 | lib/presentation/routes/page_name.dart | Dart | www.github.com/lazuardh/teknikal-test/tree/main/lib/presentation/routes/page_name.dart | https://raw.githubusercontent.com/lazuardh/teknikal-test/5788c86/lib/presentation/routes/page_name.dart | lazuardh/teknikal-test 5788c86 lib/presentation/routes/page_name.dart | true | 200 | 326 | import '../screen/product/product_screen.dart';
import '../screen/splash/splash_screen.dart';
import 'page_routes.dart';
//untuk membuat rute pada screen
class AppPage {
static final pages = {
RouteName.splashScreen: (context) => const SplashScreen(),
RouteName.listProduct: (context) => const ListProduct()
... | 7 |
salem4muk/book_bridge | f84a173 | lib/view/screens/taps/more_tap.dart | Dart | www.github.com/salem4muk/book_bridge/tree/main/lib/view/screens/taps/more_tap.dart | https://raw.githubusercontent.com/salem4muk/book_bridge/f84a173/lib/view/screens/taps/more_tap.dart | salem4muk/book_bridge f84a173 lib/view/screens/taps/more_tap.dart | true | 200 | 14,658 | import 'package:book_bridge/helper/loading_overlay_helper.dart';
import 'package:book_bridge/view/screens/auth/update_password_screen.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:get/get.dart';
import 'package:iconly/iconly.dart';
import 'pa... | 1 |
cheysaandta/Project-Tekmob | 41551fe | lib/screens/register_screen.dart | Dart | www.github.com/cheysaandta/Project-Tekmob/tree/main/lib/screens/register_screen.dart | https://raw.githubusercontent.com/cheysaandta/Project-Tekmob/41551fe/lib/screens/register_screen.dart | cheysaandta/Project-Tekmob 41551fe lib/screens/register_screen.dart | true | 200 | 1,348 | import 'package:flutter/material.dart';
import '../widgets/custom_textfield.dart';
import '../widgets/custom_button.dart';
class RegisterScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('Create your new account'),
)... | 3 |
willGauntletAi/slack-frontend | 12bd23d | lib/providers/ask_ai_provider.dart | Dart | www.github.com/willGauntletAi/slack-frontend/tree/main/lib/providers/ask_ai_provider.dart | https://raw.githubusercontent.com/willGauntletAi/slack-frontend/12bd23d/lib/providers/ask_ai_provider.dart | willGauntletAi/slack-frontend 12bd23d lib/providers/ask_ai_provider.dart | true | 200 | 3,147 | import 'package:flutter/foundation.dart';
import 'package:http/http.dart' as http;
import 'dart:convert';
import '../config/api_config.dart';
class AskAiResponse {
final String answer;
final List<RelevantMessage> relevantMessages;
AskAiResponse({
required this.answer,
required this.relevantMessages,
}... | 2 |
adarshnagrikar14/SITNovate | 031445b | lib/features/character_bot/ui/character_chat_screen.dart | Dart | www.github.com/adarshnagrikar14/SITNovate/tree/main/lib/features/character_bot/ui/character_chat_screen.dart | https://raw.githubusercontent.com/adarshnagrikar14/SITNovate/031445b/lib/features/character_bot/ui/character_chat_screen.dart | adarshnagrikar14/SITNovate 031445b lib/features/character_bot/ui/character_chat_screen.dart | true | 200 | 15,241 | import 'dart:convert';
import 'package:gap/gap.dart';
import 'package:lottie/lottie.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:speech_to_text/speech_to_text.dart' as stt;
import 'package:speech_to_text/speech_recognition_result.dart';
import 'package:sybot/co... | 0 |
benotzzz/TestBLOC101 | 1746eee | sp3b2022_bloc_finals_exam-main/lib/screens/recycle_bin_screen.dart | Dart | www.github.com/benotzzz/TestBLOC101/tree/main/sp3b2022_bloc_finals_exam-main/lib/screens/recycle_bin_screen.dart | https://raw.githubusercontent.com/benotzzz/TestBLOC101/1746eee/sp3b2022_bloc_finals_exam-main/lib/screens/recycle_bin_screen.dart | benotzzz/TestBLOC101 1746eee sp3b2022_bloc_finals_exam-main/lib/screens/recycle_bin_screen.dart | true | 200 | 1,850 | import 'package:bloc_finals_exam/blocs/bloc_exports.dart';
import 'package:flutter/material.dart';
import '../blocs/task_bloc/tasks_bloc.dart';
import 'my_drawer.dart';
import '../widgets/tasks_list.dart';
class RecycleBinScreen extends StatelessWidget {
const RecycleBinScreen({Key? key}) : super(key: key);
sta... | 6 |
yonaries/Dime-Campus | 4d33501 | lib/view/rec/rec.dart | Dart | www.github.com/yonaries/Dime-Campus/tree/main/lib/view/rec/rec.dart | https://raw.githubusercontent.com/yonaries/Dime-Campus/4d33501/lib/view/rec/rec.dart | yonaries/Dime-Campus 4d33501 lib/view/rec/rec.dart | true | 200 | 2,549 | import 'package:flutter/material.dart';
import '../../core/common/keypad.dart';
class RecieveView extends StatefulWidget {
RecieveView({super.key});
TextEditingController _cnt = TextEditingController(text: "0");
@override
State<RecieveView> createState() => _RecieveViewState(KeyPad(_cnt), _cnt);
}
class _Rec... | 4 |
edaeroglu/orders_app | 53b3d9a | lib/product/components/dropdown_menu.dart | Dart | www.github.com/edaeroglu/orders_app/tree/main/lib/product/components/dropdown_menu.dart | https://raw.githubusercontent.com/edaeroglu/orders_app/53b3d9a/lib/product/components/dropdown_menu.dart | edaeroglu/orders_app 53b3d9a lib/product/components/dropdown_menu.dart | true | 200 | 2,669 | import 'package:dropdown_button2/dropdown_button2.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
class DropdownListMenu<T> extends ConsumerWidget {
const DropdownListMenu({
super.key,
required th... | 5 |
vismaypatel10/real_estate_agent | ff792d9 | lib/views/screens/authentication/signup/otp_screen.dart | Dart | www.github.com/vismaypatel10/real_estate_agent/tree/main/lib/views/screens/authentication/signup/otp_screen.dart | https://raw.githubusercontent.com/vismaypatel10/real_estate_agent/ff792d9/lib/views/screens/authentication/signup/otp_screen.dart | vismaypatel10/real_estate_agent ff792d9 lib/views/screens/authentication/signup/otp_screen.dart | true | 200 | 5,459 | import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import 'package:pin_code_fields/pin_code_fields.dart';
import 'package:real_estate_agent/core/contants/app_assets.dart';
import 'package:real_estate_agent/core/contants/elevatedbutton.dart';
import 'package:real_estate_agent/core/contants/si... | 7 |
AnkaZhgunova/Reewer-App | 93b9dd2 | lib/shared/ui-kit/buttons/app_text_button.dart | Dart | www.github.com/AnkaZhgunova/Reewer-App/tree/main/lib/shared/ui-kit/buttons/app_text_button.dart | https://raw.githubusercontent.com/AnkaZhgunova/Reewer-App/93b9dd2/lib/shared/ui-kit/buttons/app_text_button.dart | AnkaZhgunova/Reewer-App 93b9dd2 lib/shared/ui-kit/buttons/app_text_button.dart | true | 200 | 755 | import 'package:flutter/cupertino.dart';
class AppTextButton extends StatelessWidget {
final String buttonText;
final VoidCallback? onPressed;
final bool underline;
final TextStyle? textStyle;
const AppTextButton({
required this.buttonText,
this.onPressed,
this.underline = true,
this.textStyl... | 1 |
furquan786/Weather-App | edb2b47 | weather_app/lib/Screen/city_screen.dart | Dart | www.github.com/furquan786/Weather-App/tree/main/weather_app/lib/Screen/city_screen.dart | https://raw.githubusercontent.com/furquan786/Weather-App/edb2b47/weather_app/lib/Screen/city_screen.dart | furquan786/Weather-App edb2b47 weather_app/lib/Screen/city_screen.dart | true | 200 | 3,116 | import 'dart:ui';
import 'package:flutter/material.dart';
import 'package:weather_app/Screen/location_screen.dart';
import 'package:weather_app/Utilities/constant.dart';
class cityscreen extends StatefulWidget {
@override
_cityscreenState createState() => _cityscreenState();
}
class _cityscreenState extends State... | 2 |
drachim-dev/sleep_timer | 119ed43 | lib/ui/views/bridge_link_viewmodel.dart | Dart | www.github.com/drachim-dev/sleep_timer/tree/main/lib/ui/views/bridge_link_viewmodel.dart | https://raw.githubusercontent.com/drachim-dev/sleep_timer/119ed43/lib/ui/views/bridge_link_viewmodel.dart | drachim-dev/sleep_timer 119ed43 lib/ui/views/bridge_link_viewmodel.dart | true | 200 | 2,059 | import 'package:collection/collection.dart';
import 'package:logger/logger.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:sleep_timer/app/app.router.dart';
import 'package:sleep_timer/app/locator.dart';
import 'package:sleep_timer/app/logger.util.dart';
import 'package:sleep_timer/c... | 3 |
arafatrahman862/Task-Manager | abb9b93 | lib/ui/screens/reset_password_screen.dart | Dart | www.github.com/arafatrahman862/Task-Manager/tree/main/lib/ui/screens/reset_password_screen.dart | https://raw.githubusercontent.com/arafatrahman862/Task-Manager/abb9b93/lib/ui/screens/reset_password_screen.dart | arafatrahman862/Task-Manager abb9b93 lib/ui/screens/reset_password_screen.dart | true | 200 | 3,605 | import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
import 'package:task_manager/ui/screens/forgot_password_otp.dart';
import 'package:task_manager/ui/screens/sign_in_screen.dart';
import 'package:task_manager/ui/utils/app_colors.dart';
import 'package:task_manager/ui/widgets/screen_backgrou... | 0 |
BibiTalal/Foodiez_Frontend | 6aa27da | lib/services/dishes_services.dart | Dart | www.github.com/BibiTalal/Foodiez_Frontend/tree/main/lib/services/dishes_services.dart | https://raw.githubusercontent.com/BibiTalal/Foodiez_Frontend/6aa27da/lib/services/dishes_services.dart | BibiTalal/Foodiez_Frontend 6aa27da lib/services/dishes_services.dart | true | 200 | 559 | import 'dart:io';
import 'package:go_router/go_router.dart';
import "package:dio/dio.dart";
import 'package:foodiez_frontent/models/dishes.dart';
import 'package:foodiez_frontent/providers/dishes_provider.dart';
Future<List<Dish>> getdishes() async {
Dio client = Dio();
List<Dish> dishes = [];
try {
Response... | 1 |
theokramer/logicalColors | 98e8287 | lib/custom_info_button.dart | Dart | www.github.com/theokramer/logicalColors/tree/main/lib/custom_info_button.dart | https://raw.githubusercontent.com/theokramer/logicalColors/98e8287/lib/custom_info_button.dart | theokramer/logicalColors 98e8287 lib/custom_info_button.dart | true | 200 | 8,875 | import 'package:tone_twister/puzzle_model.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
class CustomInfoButton extends StatefulWidget {
final String value;
final int targetColor;
final int movesLeft;
final S... | 7 |
habiburrahman30/user_system_info | 8552538 | lib/src/controllers/user_location_trace_controller.dart | Dart | www.github.com/habiburrahman30/user_system_info/tree/main/lib/src/controllers/user_location_trace_controller.dart | https://raw.githubusercontent.com/habiburrahman30/user_system_info/8552538/lib/src/controllers/user_location_trace_controller.dart | habiburrahman30/user_system_info 8552538 lib/src/controllers/user_location_trace_controller.dart | true | 200 | 13,550 | import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'dart:ui';
import 'package:carrier_info/carrier_info.dart';
import 'package:device_info_plus/device_info_plus.dart';
import 'package:device_information/device_information.dart';
import 'package:dio/dio.dart';
import 'package:flutter/services.dart';
i... | 5 |
mubahood/marketlink-mobo | aba65ef | lib/screens/stock_categories/StockSubCategoryDetailsScreen.dart | Dart | www.github.com/mubahood/marketlink-mobo/tree/main/lib/screens/stock_categories/StockSubCategoryDetailsScreen.dart | https://raw.githubusercontent.com/mubahood/marketlink-mobo/aba65ef/lib/screens/stock_categories/StockSubCategoryDetailsScreen.dart | mubahood/marketlink-mobo aba65ef lib/screens/stock_categories/StockSubCategoryDetailsScreen.dart | true | 200 | 2,289 | import 'package:flutter/material.dart';
import 'package:flutter_ui/data/my_colors.dart';
import 'package:flutter_ui/model/StockSubCategoryModel.dart';
import 'package:get/get.dart';
import '../../model/Utils.dart';
import '../../widget/widgets.dart';
import 'StockSubCategoryCreateScreen.dart';
class StockSubCategoryD... | 6 |
aliasghar256/appdev_assignment3 | df13cde | lib/bloc/news_state.dart | Dart | www.github.com/aliasghar256/appdev_assignment3/tree/main/lib/bloc/news_state.dart | https://raw.githubusercontent.com/aliasghar256/appdev_assignment3/df13cde/lib/bloc/news_state.dart | aliasghar256/appdev_assignment3 df13cde lib/bloc/news_state.dart | true | 200 | 823 | import 'package:equatable/equatable.dart';
import '../main.dart';
abstract class NewsState extends Equatable {
@override
List<Object?> get props => [];
}
class NewsInitial extends NewsState {}
class NewsLoading extends NewsState {}
class NewsLoaded extends NewsState {
final List<NewsArticleModel> articles;
... | 4 |
vohinhjjf/LaoDongViecLam | cf4172b | lib/services/api/sync_services.dart | Dart | www.github.com/vohinhjjf/LaoDongViecLam/tree/main/lib/services/api/sync_services.dart | https://raw.githubusercontent.com/vohinhjjf/LaoDongViecLam/cf4172b/lib/services/api/sync_services.dart | vohinhjjf/LaoDongViecLam cf4172b lib/services/api/sync_services.dart | true | 200 | 5,956 | import 'dart:convert';
import 'dart:developer';
import 'package:dio/dio.dart';
import 'dart:io';
import 'package:http/http.dart' as http;
import '../../models/phieudieutra_model.dart';
import '../../models/response_model.dart';
import '../sqlite/execute_database.dart';
import 'api_constants.dart';
class SyncServices... | 2 |
marselich/spa_salon | de8b4f7 | lib/core/theme/theme.dart | Dart | www.github.com/marselich/spa_salon/tree/main/lib/core/theme/theme.dart | https://raw.githubusercontent.com/marselich/spa_salon/de8b4f7/lib/core/theme/theme.dart | marselich/spa_salon de8b4f7 lib/core/theme/theme.dart | true | 200 | 2,797 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
final themeData = ThemeData(
colorScheme: ColorScheme.fromSeed(
seedColor: const Color(0xfff4eed4),
primary: const Color(0xfff4eed4),
secondary: const Color(0xFF7E655E),
onPrimary: const Color.fromARGB(255, 244, ... | 3 |
mr-stan-dev/codwise | fe80664 | lib/app/router.dart | Dart | www.github.com/mr-stan-dev/codwise/tree/main/lib/app/router.dart | https://raw.githubusercontent.com/mr-stan-dev/codwise/fe80664/lib/app/router.dart | mr-stan-dev/codwise fe80664 lib/app/router.dart | true | 200 | 1,018 | import 'package:codwise/pages/about/about_page.dart';
import 'package:codwise/pages/home/home_page.dart';
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
class AppRoute {
const AppRoute({
required this.path,
required this.buildPage,
});
final String path;
final Widge... | 0 |
WaelTarek162/BMI_flutter_app | 29fad9f | lib/sign in.dart | Dart | www.github.com/WaelTarek162/BMI_flutter_app/tree/main/lib/sign in.dart | https://raw.githubusercontent.com/WaelTarek162/BMI_flutter_app/29fad9f/lib/sign%20in.dart | WaelTarek162/BMI_flutter_app 29fad9f lib/sign in.dart | true | 200 | 2,450 | import 'package:flutter/material.dart';
import 'home.dart';
import 'package:shared_preferences/shared_preferences.dart';
class Sign extends StatefulWidget {
const Sign({Key? key}) : super(key: key);
@override
State<Sign> createState() => _SignState();
}
class _SignState extends State<Sign> {
String _email =... | 1 |
RikiSanjayaa/mob3_uas_klp_01 | 65b8452 | lib/UI/reset_password.dart | Dart | www.github.com/RikiSanjayaa/mob3_uas_klp_01/tree/main/lib/UI/reset_password.dart | https://raw.githubusercontent.com/RikiSanjayaa/mob3_uas_klp_01/65b8452/lib/UI/reset_password.dart | RikiSanjayaa/mob3_uas_klp_01 65b8452 lib/UI/reset_password.dart | true | 200 | 3,578 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:mob3_uas_klp_01/components/custom_elevated_btn.dart';
import 'package:mob3_uas_klp_01/components/custom_snackbar.dart';
import 'package:mob3_uas_klp_01/components/custom_textform.dart';
class ResetPasswordScreen ... | 5 |
MayurVadhadiya360/password-manager | e30c3ba | lib/view/home_page.dart | Dart | www.github.com/MayurVadhadiya360/password-manager/tree/main/lib/view/home_page.dart | https://raw.githubusercontent.com/MayurVadhadiya360/password-manager/e30c3ba/lib/view/home_page.dart | MayurVadhadiya360/password-manager e30c3ba lib/view/home_page.dart | true | 200 | 1,980 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:password_manager/providers/password_model.dart';
import 'package:password_manager/providers/password_provider.dart';
import 'package:password_manager/services/auth_service.dart';
import 'package:provider/provider.dart';
cl... | 4 |
sangpil0104/certificate_app | 6648c04 | lib/landing_page.dart | Dart | www.github.com/sangpil0104/certificate_app/tree/main/lib/landing_page.dart | https://raw.githubusercontent.com/sangpil0104/certificate_app/6648c04/lib/landing_page.dart | sangpil0104/certificate_app 6648c04 lib/landing_page.dart | true | 200 | 3,428 | import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
class LandingPage extends StatefulWidget {
@override
_LandingPageState createState() => _LandingPageState();
}
class _LandingPageState extends State<LandingPage> {
final PageController _pageController = PageController();
int _... | 7 |
Nafis71/crafty_bay | 8ae37eb | lib/core/widgets/shimmer_generator.dart | Dart | www.github.com/Nafis71/crafty_bay/tree/main/lib/core/widgets/shimmer_generator.dart | https://raw.githubusercontent.com/Nafis71/crafty_bay/8ae37eb/lib/core/widgets/shimmer_generator.dart | Nafis71/crafty_bay 8ae37eb lib/core/widgets/shimmer_generator.dart | true | 200 | 1,497 | import 'package:flutter/material.dart';
import 'package:gap/gap.dart';
import 'package:get/get.dart';
import 'package:shimmer/shimmer.dart';
import '../themes/app_color.dart';
import '../themes/theme_switcher.dart';
class ShimmerGenerator extends StatelessWidget {
final Widget shimmer;
final Axis axis;
final in... | 6 |
rinkyn05/app | e23f501 | lib/functions/favorites_functions.dart | Dart | www.github.com/rinkyn05/app/tree/main/lib/functions/favorites_functions.dart | https://raw.githubusercontent.com/rinkyn05/app/e23f501/lib/functions/favorites_functions.dart | rinkyn05/app e23f501 lib/functions/favorites_functions.dart | true | 200 | 1,364 | import 'package:cloud_firestore/cloud_firestore.dart'; // Importa Firestore para acceder a la base de datos.
/// Actualiza o crea la lista de favoritos de un usuario en Firestore.
///
/// [email] es el correo electrónico del usuario.
/// [favorites] es una lista de mapas que representa los elementos favoritos del usua... | 2 |
ArunAtGitHubb/flutter-kiwicare | 5161a1f | lib/doctor/fragments/ProfileQualification.dart | Dart | www.github.com/ArunAtGitHubb/flutter-kiwicare/tree/main/lib/doctor/fragments/ProfileQualification.dart | https://raw.githubusercontent.com/ArunAtGitHubb/flutter-kiwicare/5161a1f/lib/doctor/fragments/ProfileQualification.dart | ArunAtGitHubb/flutter-kiwicare 5161a1f lib/doctor/fragments/ProfileQualification.dart | true | 200 | 7,922 | import 'dart:convert';
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:kivicare_flutter/doctor/fragments/AddQualificationScreen.dart';
import 'package:kivicare_flutter/main.dart';
import 'package:kivicare_flutter/main/model/GetDoctorDetailModel.dart';
import 'package:kivicare_flutter/main/uti... | 0 |
ajkh300100/rpg_game | 427f232 | lib/monster.dart | Dart | www.github.com/ajkh300100/rpg_game/tree/main/lib/monster.dart | https://raw.githubusercontent.com/ajkh300100/rpg_game/427f232/lib/monster.dart | ajkh300100/rpg_game 427f232 lib/monster.dart | true | 200 | 648 | // lib/monster.dart
import 'character.dart'; // 캐릭터 클래스를 사용하기 위해
class Monster {
String name;
int health;
int attackPower;
int defense;
Monster(this.name, this.health, this.attackPower, this.defense);
void takeDamage(int damage) {
health -= damage;
}
void attackCharacter(Character character) {
... | 1 |
Hosseinkhaleghinia/i_crypto | c8bf59c | lib/presentation/screens/markets/pages_tabs/global/global_page.dart | Dart | www.github.com/Hosseinkhaleghinia/i_crypto/tree/main/lib/presentation/screens/markets/pages_tabs/global/global_page.dart | https://raw.githubusercontent.com/Hosseinkhaleghinia/i_crypto/c8bf59c/lib/presentation/screens/markets/pages_tabs/global/global_page.dart | Hosseinkhaleghinia/i_crypto c8bf59c lib/presentation/screens/markets/pages_tabs/global/global_page.dart | true | 200 | 7,902 | import 'package:flutter/material.dart';
import 'dart:async';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:icrypto/core/constants/colors.dart';
import 'package:icrypto/data/models/currency.dart';
import 'package:intl/intl.dart' hide TextDirection;
import 'package:dio/dio.dart';
class GlobalList exten... | 6 |
jorgetuma/practicas-Movil-ICC451 | 6eba687 | primer_app_flutter/lib/main.dart | Dart | www.github.com/jorgetuma/practicas-Movil-ICC451/tree/main/primer_app_flutter/lib/main.dart | https://raw.githubusercontent.com/jorgetuma/practicas-Movil-ICC451/6eba687/primer_app_flutter/lib/main.dart | jorgetuma/practicas-Movil-ICC451 6eba687 primer_app_flutter/lib/main.dart | true | 200 | 1,777 | import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key});
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Mi Aplicación Flutter',
home: const MyHomePage(title: 'Flutter app'),
);... | 4 |
JER3MIAH/habit_tracker_app | 7e95732 | lib/common/utils/dialogs/change_gender_dialog.dart | Dart | www.github.com/JER3MIAH/habit_tracker_app/tree/main/lib/common/utils/dialogs/change_gender_dialog.dart | https://raw.githubusercontent.com/JER3MIAH/habit_tracker_app/7e95732/lib/common/utils/dialogs/change_gender_dialog.dart | JER3MIAH/habit_tracker_app 7e95732 lib/common/utils/dialogs/change_gender_dialog.dart | true | 200 | 1,904 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:habit_tracker_app/UI/components/components.dart';
import 'package:habit_tracker_app/models/enums/gender.dart';
import 'package:habit_tracker_app/services/providers/user_provider.dart';
editGenderDialog({
... | 2 |
Ott-cop/elo-app | 5b51d6f | lib/login/style/style.dart | Dart | www.github.com/Ott-cop/elo-app/tree/main/lib/login/style/style.dart | https://raw.githubusercontent.com/Ott-cop/elo-app/5b51d6f/lib/login/style/style.dart | Ott-cop/elo-app 5b51d6f lib/login/style/style.dart | true | 200 | 1,783 | import 'package:elo/styles/global.dart';
import 'package:flutter/material.dart';
class IconStyleNotifier extends ChangeNotifier {
final focusEmail = FocusNode();
final focusPassword = FocusNode();
static Color colorIcon = Colors.white;
Color emailState = colorIcon;
Color passwordState = colorIcon;
onFoc... | 5 |
nxn1339/AppChat | c004016 | lib/Model/MDMessage.dart | Dart | www.github.com/nxn1339/AppChat/tree/main/lib/Model/MDMessage.dart | https://raw.githubusercontent.com/nxn1339/AppChat/c004016/lib/Model/MDMessage.dart | nxn1339/AppChat c004016 lib/Model/MDMessage.dart | true | 200 | 976 | class MDMessage {
String? id;
String? content;
String? image;
String? time;
String? idGroup;
String? idUser;
String? name;
String? avatar;
MDMessage(
{this.id,
this.content,
this.image,
this.time,
this.idGroup,
this.idUser,
this.name,
this.avatar});
... | 0 |
jjy0328/TIL_2023 | 412546b | Dart/basic_grammar/basic2.dart | Dart | www.github.com/jjy0328/TIL_2023/tree/main/Dart/basic_grammar/basic2.dart | https://raw.githubusercontent.com/jjy0328/TIL_2023/412546b/Dart/basic_grammar/basic2.dart | jjy0328/TIL_2023 412546b Dart/basic_grammar/basic2.dart | true | 200 | 3,120 | void main(){
/* 런타임 상수 : final
* 빌드타임 상수 : const
*/
final String name = '블랙핑크';
// final로 선언한 변수는 선언 후 값을 변경할 수 없음
// name = 'BTS';
print(name);
const String name2 = "BTS";
// const로 선언한 변수는 선언 후 값을 변경할 수 없음
// name2 = "블랙핑크"
print(name2);
final DateTime now = DateTime.now();
print... | 3 |
Geetika37/Royal-Fuji-Star | 6ef030e | lib/screens/bottomnav/services/controllers/spareenquiry_controller.dart | Dart | www.github.com/Geetika37/Royal-Fuji-Star/tree/main/lib/screens/bottomnav/services/controllers/spareenquiry_controller.dart | https://raw.githubusercontent.com/Geetika37/Royal-Fuji-Star/6ef030e/lib/screens/bottomnav/services/controllers/spareenquiry_controller.dart | Geetika37/Royal-Fuji-Star 6ef030e lib/screens/bottomnav/services/controllers/spareenquiry_controller.dart | true | 200 | 1,794 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:royal_fuji_star/screens/home/widgets/bottomnav.dart';
import 'package:royal_fuji_star/services/api_baseurl.dart';
import 'package:http/http.dart' as http;
import 'package:royal_fuji_star/services/token.dart';
... | 7 |
JoshuaR503/Stock-Market-Simulator | 974582b | lib/models/stockStats.dart | Dart | www.github.com/JoshuaR503/Stock-Market-Simulator/tree/main/lib/models/stockStats.dart | https://raw.githubusercontent.com/JoshuaR503/Stock-Market-Simulator/974582b/lib/models/stockStats.dart | JoshuaR503/Stock-Market-Simulator 974582b lib/models/stockStats.dart | true | 200 | 1,210 | class StockStats {
final String companyName;
final int marketcap;
final double week52high;
final double week52low;
final double sharesOutstanding;
final double avg30Volume;
final double avg10Volume;
final double ttmEPS;
final double peRatio;
final double beta;
StockStats({
this.companyName,
... | 1 |
epoll-j/tomduck | 96e32c4 | lib/pages/setting/falsify/falsify_edit.dart | Dart | www.github.com/epoll-j/tomduck/tree/main/lib/pages/setting/falsify/falsify_edit.dart | https://raw.githubusercontent.com/epoll-j/tomduck/96e32c4/lib/pages/setting/falsify/falsify_edit.dart | epoll-j/tomduck 96e32c4 lib/pages/setting/falsify/falsify_edit.dart | true | 200 | 5,214 | import 'package:bruno/bruno.dart';
import 'package:flutter/material.dart';
import 'package:iflow/components/layouts/basic_scaffold.dart';
import 'package:iflow/config/app_config.dart';
import 'package:iflow/database/falsify_model.dart';
class FalsifyEdit extends StatefulWidget {
FalsifyEdit({super.key, this.params})... | 6 |
joaomcordeiro/CMO | 2e74dd9 | Perg3v2/perg3/lib/data/apolices.dart | Dart | www.github.com/joaomcordeiro/CMO/tree/main/Perg3v2/perg3/lib/data/apolices.dart | https://raw.githubusercontent.com/joaomcordeiro/CMO/2e74dd9/Perg3v2/perg3/lib/data/apolices.dart | joaomcordeiro/CMO 2e74dd9 Perg3v2/perg3/lib/data/apolices.dart | true | 200 | 4,154 | import 'package:perg3/exceptions/dados_com_registos_nas_apolices.dart';
import '../models/apolice_class.dart';
import 'package:perg3/global_variables.dart' as gv;
class Apolices {
//variables
List<Apolice> _apolices = [];
List<Apolice> get list => _apolices;
void add(Apolice apolice) {
_apolices.add(apolic... | 2 |
Zakiroglu25/ecomapp | 6f67d83 | lib/presentation/page/delivery_and_payment_page/widget/fields/delivery_and_payment_comment_field.dart | Dart | www.github.com/Zakiroglu25/ecomapp/tree/main/lib/presentation/page/delivery_and_payment_page/widget/fields/delivery_and_payment_comment_field.dart | https://raw.githubusercontent.com/Zakiroglu25/ecomapp/6f67d83/lib/presentation/page/delivery_and_payment_page/widget/fields/delivery_and_payment_comment_field.dart | Zakiroglu25/ecomapp 6f67d83 lib/presentation/page/delivery_and_payment_page/widget/fields/delivery_and_payment_comment_field.dart | true | 200 | 1,050 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:uikit/infrastructure/cubit/delivery_and_payment/delivery_and_payment_cubit.dart';
import '../../../../../utils/constants/text.dart';
import '../../../../../widgets/general/app_field.dart';
class DeliveryAndPayment... | 5 |
evan8133/real_estate_app | 7c80efa | real_estate_app/lib/services/firestore_properties_methods.dart | Dart | www.github.com/evan8133/real_estate_app/tree/main/real_estate_app/lib/services/firestore_properties_methods.dart | https://raw.githubusercontent.com/evan8133/real_estate_app/7c80efa/real_estate_app/lib/services/firestore_properties_methods.dart | evan8133/real_estate_app 7c80efa real_estate_app/lib/services/firestore_properties_methods.dart | true | 200 | 3,516 | import 'dart:developer';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_storage/firebase_storage.dart';
import '../model/properties_model.dart';
class PropertyService {
final _firebaseStorage = FirebaseStorage.instance;
final FirebaseFirestore _db = FirebaseFirestore.instance;
... | 4 |
pjjy/grace | aebba81 | lib/Inductive.dart | Dart | www.github.com/pjjy/grace/tree/main/lib/Inductive.dart | https://raw.githubusercontent.com/pjjy/grace/aebba81/lib/Inductive.dart | pjjy/grace aebba81 lib/Inductive.dart | true | 200 | 24,051 | import 'package:flutter/material.dart';
import 'dart:math';
import 'sql/sql.dart';
class InductiveReview extends StatefulWidget {
final int index;
InductiveReview({required this.index});
@override
_InductiveReviewState createState() => _InductiveReviewState();
}
class _InductiveReviewState extends State<Ind... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.