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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Kensa0day/orderentry_api | dbb29ba | lib/database/migrations/migrate.dart | Dart | www.github.com/Kensa0day/orderentry_api/tree/main/lib/database/migrations/migrate.dart | https://raw.githubusercontent.com/Kensa0day/orderentry_api/dbb29ba/lib/database/migrations/migrate.dart | Kensa0day/orderentry_api dbb29ba lib/database/migrations/migrate.dart | true | 200 | 3,502 | import 'dart:io';
import 'package:vania/vania.dart';
import '../../config/database.dart'; // Sesuaikan path file database config
import 'createcustomerstable.dart';
import 'createorderstable.dart';
import 'createorderitemstable.dart';
import 'createvendorstable.dart';
import 'createproductstable.dart';
import 'createpr... | 4 |
soncao1808/demo-fb | 9433025 | lib/presentation/feature/bottom_tab/home/components/header.dart | Dart | www.github.com/soncao1808/demo-fb/tree/main/lib/presentation/feature/bottom_tab/home/components/header.dart | https://raw.githubusercontent.com/soncao1808/demo-fb/9433025/lib/presentation/feature/bottom_tab/home/components/header.dart | soncao1808/demo-fb 9433025 lib/presentation/feature/bottom_tab/home/components/header.dart | true | 200 | 5,304 | import 'package:fbapp/core/resources/resources.dart';
import 'package:fbapp/injection/injector.dart';
import 'package:fbapp/presentation/base/base_page.dart';
import 'package:fbapp/presentation/feature/bottom_tab/home/bloc/home_presenter.dart';
import 'package:fbapp/presentation/feature/bottom_tab/home/bloc/home_state.... | 6 |
luckybikini/chat | 45466e7 | lib/screens/login_screen.dart | Dart | www.github.com/luckybikini/chat/tree/main/lib/screens/login_screen.dart | https://raw.githubusercontent.com/luckybikini/chat/45466e7/lib/screens/login_screen.dart | luckybikini/chat 45466e7 lib/screens/login_screen.dart | true | 200 | 1,751 | import 'package:flutter/material.dart';
import 'main_screen.dart';
class LoginScreen extends StatelessWidget {
const LoginScreen({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: Padding(
padding: const EdgeInsets.symmetric(horizontal:... | 0 |
dikshantadi/SocialMinds | af6e7e6 | socialmind/lib/backend/authentication.dart | Dart | www.github.com/dikshantadi/SocialMinds/tree/main/socialmind/lib/backend/authentication.dart | https://raw.githubusercontent.com/dikshantadi/SocialMinds/af6e7e6/socialmind/lib/backend/authentication.dart | dikshantadi/SocialMinds af6e7e6 socialmind/lib/backend/authentication.dart | true | 200 | 1,975 | import 'package:firebase_auth/firebase_auth.dart';
import 'database.dart';
class Authentication {
final firebaseAuth = FirebaseAuth.instance;
Future registerWithEmail(
String userName, String email, String password) async {
try {
User user = (await firebaseAuth.createUserWithEmailAndPassword(
... | 1 |
FAYIS111/Vk-Shopping-Cart | f549b72 | lib/widgets/normalItemCard.dart | Dart | www.github.com/FAYIS111/Vk-Shopping-Cart/tree/main/lib/widgets/normalItemCard.dart | https://raw.githubusercontent.com/FAYIS111/Vk-Shopping-Cart/f549b72/lib/widgets/normalItemCard.dart | FAYIS111/Vk-Shopping-Cart f549b72 lib/widgets/normalItemCard.dart | true | 200 | 4,354 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:vk_shopping/widgets/neumorphicButton.dart';
import 'package:dropdown_button2/dropdown_button2.dart';
class NormalItemCard extends StatefulWidget {
final String contantText;
final String avatarImage;
fin... | 7 |
naipaka/onepage | 8302b9f | packages/core/db_client/lib/src/stub/stub_db_client.dart | Dart | www.github.com/naipaka/onepage/tree/main/packages/core/db_client/lib/src/stub/stub_db_client.dart | https://raw.githubusercontent.com/naipaka/onepage/8302b9f/packages/core/db_client/lib/src/stub/stub_db_client.dart | naipaka/onepage 8302b9f packages/core/db_client/lib/src/stub/stub_db_client.dart | true | 200 | 4,146 | // For testing purposes, we use a stub database client that returns dummy data.
// ignore_for_file: avoid_hardcoded_japanese
import 'dart:async';
import 'package:clock/clock.dart';
import '../../db_client.dart';
/// {@template db_client.StubDbClient}
/// A stub database client for testing purposes.
/// {@endtemplate... | 5 |
uni-do-to/nifty_mobile | fc6e1d7 | lib/app/modules/register/controllers/register_controller.dart | Dart | www.github.com/uni-do-to/nifty_mobile/tree/main/lib/app/modules/register/controllers/register_controller.dart | https://raw.githubusercontent.com/uni-do-to/nifty_mobile/fc6e1d7/lib/app/modules/register/controllers/register_controller.dart | uni-do-to/nifty_mobile fc6e1d7 lib/app/modules/register/controllers/register_controller.dart | true | 200 | 9,742 | import 'dart:async';
import 'package:flutter/cupertino.dart';
import 'package:get/get.dart';
import 'package:intl/intl.dart';
import 'package:nifty_mobile/app/controllers/auth_controller.dart';
import 'package:nifty_mobile/app/modules/register/signup_request_model.dart';
import 'package:nifty_mobile/generated/locales.... | 3 |
sode-co/daisy-application | ce4d5ad | daisy_application/lib/app/pages/project-details/view/discussions/item_project_discussion.dart | Dart | www.github.com/sode-co/daisy-application/tree/main/daisy_application/lib/app/pages/project-details/view/discussions/item_project_discussion.dart | https://raw.githubusercontent.com/sode-co/daisy-application/ce4d5ad/daisy_application/lib/app/pages/project-details/view/discussions/item_project_discussion.dart | sode-co/daisy-application ce4d5ad daisy_application/lib/app/pages/project-details/view/discussions/item_project_discussion.dart | true | 200 | 2,897 | import 'package:daisy_application/app/common/design/design.dart';
import 'package:daisy_application/app/pages/project-details/view/project_details.dart';
import 'package:daisy_application/common/to_string_utils.dart';
import 'package:daisy_application/core_services/models/discussion/discussion_model.dart';
import 'pack... | 2 |
albarn-dekart/catering-flutter | e423184 | lib/Pages/home_page.dart | Dart | www.github.com/albarn-dekart/catering-flutter/tree/main/lib/Pages/home_page.dart | https://raw.githubusercontent.com/albarn-dekart/catering-flutter/e423184/lib/Pages/home_page.dart | albarn-dekart/catering-flutter e423184 lib/Pages/home_page.dart | true | 200 | 1,458 | import 'package:catering_app/Classes/user_manager.dart';
import 'package:flutter/material.dart';
import 'package:catering_app/Classes/app_theme.dart';
import 'package:catering_app/Classes/catering_app_bar.dart';
import 'package:catering_app/Pages/login_page.dart';
class HomePage extends StatefulWidget {
const HomePa... | 4 |
abdelstarMo66/art_space_artist | 324b5fa | lib/features/profile/data/model/edit_profile_request_body.dart | Dart | www.github.com/abdelstarMo66/art_space_artist/tree/main/lib/features/profile/data/model/edit_profile_request_body.dart | https://raw.githubusercontent.com/abdelstarMo66/art_space_artist/324b5fa/lib/features/profile/data/model/edit_profile_request_body.dart | abdelstarMo66/art_space_artist 324b5fa lib/features/profile/data/model/edit_profile_request_body.dart | true | 200 | 359 |
import 'package:json_annotation/json_annotation.dart';
part 'edit_profile_request_body.g.dart';
@JsonSerializable()
class EditProfileRequestBody {
String? name;
String? bio;
String? phone;
EditProfileRequestBody({required this.name,required this.bio,required this.phone});
Map<String , dynamic> toJson() => ... | 1 |
RunOnFlux/fluxswap | 8c6b4ba | lib/ui/fluxexchangepage/statusindicator.dart | Dart | www.github.com/RunOnFlux/fluxswap/tree/main/lib/ui/fluxexchangepage/statusindicator.dart | https://raw.githubusercontent.com/RunOnFlux/fluxswap/8c6b4ba/lib/ui/fluxexchangepage/statusindicator.dart | RunOnFlux/fluxswap 8c6b4ba lib/ui/fluxexchangepage/statusindicator.dart | true | 200 | 968 | import 'package:flutter/material.dart';
import 'package:fluxswap/providers/flux_swap_provider.dart';
import 'package:provider/provider.dart';
class StatusIndicator extends StatelessWidget {
const StatusIndicator({super.key});
@override
Widget build(BuildContext context) {
// Access your provider
final p... | 0 |
mcarney7/project1 | dd16440 | lib/models/savings_goal_model.dart | Dart | www.github.com/mcarney7/project1/tree/main/lib/models/savings_goal_model.dart | https://raw.githubusercontent.com/mcarney7/project1/dd16440/lib/models/savings_goal_model.dart | mcarney7/project1 dd16440 lib/models/savings_goal_model.dart | true | 200 | 723 | class SavingsGoal {
int id;
String goalName;
double goalAmount;
double currentAmount;
SavingsGoal({
required this.id,
required this.goalName,
required this.goalAmount,
required this.currentAmount,
});
// Convert a SavingsGoal into a Map for SQLite
Map<String, dynamic> toMap() {
ret... | 7 |
60136190/Document-Flutter | e1f27c0 | lib/screens/auth/login.dart | Dart | www.github.com/60136190/Document-Flutter/tree/main/lib/screens/auth/login.dart | https://raw.githubusercontent.com/60136190/Document-Flutter/e1f27c0/lib/screens/auth/login.dart | 60136190/Document-Flutter e1f27c0 lib/screens/auth/login.dart | true | 200 | 6,084 | import 'package:flutter/material.dart';
import 'package:flutter/src/foundation/key.dart';
import 'package:flutter/src/widgets/framework.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:untitled2/blocs/login_bloc.dart';
class LoginPage extends StatefulWidget {
const LoginPage({Key? key}) : supe... | 5 |
melvinotieno/pigeon_generator | a117aad | lib/pigeon_generator.dart | Dart | www.github.com/melvinotieno/pigeon_generator/tree/main/lib/pigeon_generator.dart | https://raw.githubusercontent.com/melvinotieno/pigeon_generator/a117aad/lib/pigeon_generator.dart | melvinotieno/pigeon_generator a117aad lib/pigeon_generator.dart | true | 200 | 804 | library;
import 'package:build/build.dart';
import 'src/pigeon_builder.dart';
import 'src/pigeon_config.dart';
import 'src/pigeon_validator.dart';
/// Creates a [PigeonBuilder] using the provided [BuilderOptions].
///
/// This function extracts the [PigeonConfig] from the [BuilderOptions] config,
/// validates the c... | 6 |
MichaelZakaria/e_commerce_app | a79d129 | lib/features/authentication/screens/password_configuration/forget_password.dart | Dart | www.github.com/MichaelZakaria/e_commerce_app/tree/main/lib/features/authentication/screens/password_configuration/forget_password.dart | https://raw.githubusercontent.com/MichaelZakaria/e_commerce_app/a79d129/lib/features/authentication/screens/password_configuration/forget_password.dart | MichaelZakaria/e_commerce_app a79d129 lib/features/authentication/screens/password_configuration/forget_password.dart | true | 200 | 2,105 | import 'package:e_commerce_app/common/styles/spacing_style.dart';
import 'package:e_commerce_app/features/authentication/screens/password_configuration/reset_password.dart';
import 'package:e_commerce_app/utils/constants/sizes.dart';
import 'package:e_commerce_app/utils/constants/text_strings.dart';
import 'package:flu... | 3 |
HenriqueNas/instrument_study_helper | bd423de | lib/entities/inversions.dart | Dart | www.github.com/HenriqueNas/instrument_study_helper/tree/main/lib/entities/inversions.dart | https://raw.githubusercontent.com/HenriqueNas/instrument_study_helper/bd423de/lib/entities/inversions.dart | HenriqueNas/instrument_study_helper bd423de lib/entities/inversions.dart | true | 200 | 534 | abstract class Inversions {
static const List<InversionsEnum> inversions = [
InversionsEnum.natural,
InversionsEnum.first,
InversionsEnum.second,
];
static String inversionsSemanticsFromEnum(InversionsEnum inversionsEnum) {
switch (inversionsEnum) {
case InversionsEnum.natural:
retu... | 2 |
SrirangK/Weather_app | 8edabf7 | lib/weather_screen.dart | Dart | www.github.com/SrirangK/Weather_app/tree/main/lib/weather_screen.dart | https://raw.githubusercontent.com/SrirangK/Weather_app/8edabf7/lib/weather_screen.dart | SrirangK/Weather_app 8edabf7 lib/weather_screen.dart | true | 200 | 6,634 | import 'dart:convert';
import 'dart:ui';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:weather_app/Additional_info.dart';
import 'package:http/http.dart' as http;
import 'Hourly_INformation.dart';
import 'secrets.dart';
import 'package:intl/intl_browser.dart';
class WeatherSc... | 1 |
Mazen6999/Graduation-Project | d80223c | lib/child/EDgoogleML/EDmain.dart | Dart | www.github.com/Mazen6999/Graduation-Project/tree/main/lib/child/EDgoogleML/EDmain.dart | https://raw.githubusercontent.com/Mazen6999/Graduation-Project/d80223c/lib/child/EDgoogleML/EDmain.dart | Mazen6999/Graduation-Project d80223c lib/child/EDgoogleML/EDmain.dart | true | 200 | 1,097 | // ignore_for_file: prefer_const_constructors, unnecessary_new
import 'package:camera/camera.dart';
import 'package:flutter/material.dart';
List<CameraDescription>? cameras;
void main() async {
WidgetsFlutterBinding.ensureInitialized();
cameras = await availableCameras();
}
class EDchild extends StatefulWidge... | 4 |
GoldenHatchet15/holbertonschool-holbegram | 4dce3f6 | holbegram/lib/models/post.dart | Dart | www.github.com/GoldenHatchet15/holbertonschool-holbegram/tree/main/holbegram/lib/models/post.dart | https://raw.githubusercontent.com/GoldenHatchet15/holbertonschool-holbegram/4dce3f6/holbegram/lib/models/post.dart | GoldenHatchet15/holbertonschool-holbegram 4dce3f6 holbegram/lib/models/post.dart | true | 200 | 1,475 | import 'package:cloud_firestore/cloud_firestore.dart';
class Post {
final String caption;
final String uid;
final String username;
final List likes;
final String postId;
final DateTime datePublished;
final String postUrl;
final String profImage;
final List bookmarkedBy;
Post({
required this.ca... | 7 |
hoangankin2211/lettutor | c2dc561 | lib/data/entities/token_entity.dart | Dart | www.github.com/hoangankin2211/lettutor/tree/main/lib/data/entities/token_entity.dart | https://raw.githubusercontent.com/hoangankin2211/lettutor/c2dc561/lib/data/entities/token_entity.dart | hoangankin2211/lettutor c2dc561 lib/data/entities/token_entity.dart | true | 200 | 1,342 | // ignore_for_file: public_member_api_docs, sort_constructors_first
import 'dart:convert';
import 'package:lettutor/core/utils/extensions/extensions.dart';
class TokenEntity {
final TokenInfo access;
final TokenInfo refresh;
TokenEntity({required this.access, required this.refresh});
Map<String, dynamic> to... | 0 |
prashantnane/broker-app | 1013cc5 | lib/Ui/screens/auth/login_screen.dart | Dart | www.github.com/prashantnane/broker-app/tree/main/lib/Ui/screens/auth/login_screen.dart | https://raw.githubusercontent.com/prashantnane/broker-app/1013cc5/lib/Ui/screens/auth/login_screen.dart | prashantnane/broker-app 1013cc5 lib/Ui/screens/auth/login_screen.dart | true | 200 | 47,041 | import 'dart:async';
import 'dart:developer';
import 'dart:io';
import 'package:amplify_core/amplify_core.dart';
import 'package:country_picker/country_picker.dart';
import 'package:ebroker/settings.dart';
import 'package:firebase_analytics/firebase_analytics.dart';
import 'package:flutter/gestures.dart';
import 'pack... | 5 |
Vidhanth/goalie | 27d6426 | lib/controllers/goal_controller.dart | Dart | www.github.com/Vidhanth/goalie/tree/main/lib/controllers/goal_controller.dart | https://raw.githubusercontent.com/Vidhanth/goalie/27d6426/lib/controllers/goal_controller.dart | Vidhanth/goalie 27d6426 lib/controllers/goal_controller.dart | true | 200 | 843 | import 'package:get/get.dart';
import 'package:goalie/models/goal.dart';
import 'package:goalie/utils/db_helper.dart';
class GoalController extends GetxController {
final dbHelper = DBHelper.instance;
var goalsList = [].obs;
@override
void onInit() async {
refreshGoals();
super.onInit();
}
void ... | 6 |
TshephoKhame/First_Flutter_Project | c8f2347 | lib/Login.dart | Dart | www.github.com/TshephoKhame/First_Flutter_Project/tree/main/lib/Login.dart | https://raw.githubusercontent.com/TshephoKhame/First_Flutter_Project/c8f2347/lib/Login.dart | TshephoKhame/First_Flutter_Project c8f2347 lib/Login.dart | true | 200 | 6,419 | import 'dart:async';
import 'package:first_flutter_project/App.dart';
import 'package:first_flutter_project/register.dart';
import 'package:flutter/material.dart';
class login extends StatefulWidget {
const login({super.key});
@override
State<login> createState() => _loginState();
}
final TextEditingController... | 3 |
iamartinmrt/GreenFlux | 7ce25ea | test/features/stations/unit/stations_unit_test.dart | Dart | www.github.com/iamartinmrt/GreenFlux/tree/main/test/features/stations/unit/stations_unit_test.dart | https://raw.githubusercontent.com/iamartinmrt/GreenFlux/7ce25ea/test/features/stations/unit/stations_unit_test.dart | iamartinmrt/GreenFlux 7ce25ea test/features/stations/unit/stations_unit_test.dart | true | 200 | 7,095 | import 'dart:convert';
import 'dart:io';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:geolocator/geolocator.dart';
import 'package:green_flux/core/network/error_response.dart';
import 'package:green_flux/core/network/network_response.dart';
i... | 4 |
ManasMalla/Dash-s-Playground | 827a1bf | lib/utils/modifiers.dart | Dart | www.github.com/ManasMalla/Dash-s-Playground/tree/main/lib/utils/modifiers.dart | https://raw.githubusercontent.com/ManasMalla/Dash-s-Playground/827a1bf/lib/utils/modifiers.dart | ManasMalla/Dash-s-Playground 827a1bf lib/utils/modifiers.dart | true | 200 | 289 | import 'package:dash_playground/utils/size_config.dart';
class Modifier {
static double fillMaxWidth(double? ratio) {
return getProportionateWidth(1251 * (ratio ?? 1));
}
static double fillMaxHeight(double? ratio) {
return getProportionateHeight(694 * (ratio ?? 1));
}
}
| 1 |
sammy0329/Houscore | dfb8bfd | Mobile/houscore/lib/myinfo/model/interested_area.dart | Dart | www.github.com/sammy0329/Houscore/tree/main/Mobile/houscore/lib/myinfo/model/interested_area.dart | https://raw.githubusercontent.com/sammy0329/Houscore/dfb8bfd/Mobile/houscore/lib/myinfo/model/interested_area.dart | sammy0329/Houscore dfb8bfd Mobile/houscore/lib/myinfo/model/interested_area.dart | true | 200 | 844 | import 'package:houscore/common/model/hasName.dart';
import 'package:houscore/common/model/model_with_id.dart';
import 'package:json_annotation/json_annotation.dart';
import '../../common/component/list_section.dart';
import '../../residence/utils/place_utils.dart';
part 'interested_area.g.dart';
@JsonSerializable()... | 0 |
kenobi-png/komfortplus | f8b00f2 | lib/pages/services/privacy_policy.dart | Dart | www.github.com/kenobi-png/komfortplus/tree/main/lib/pages/services/privacy_policy.dart | https://raw.githubusercontent.com/kenobi-png/komfortplus/f8b00f2/lib/pages/services/privacy_policy.dart | kenobi-png/komfortplus f8b00f2 lib/pages/services/privacy_policy.dart | true | 200 | 15,125 | import 'package:flutter/material.dart';
class PrivacyPolicyPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('ะะพะปะธัะธะบะฐ ะบะพะฝัะธะดะตะฝัะธะฐะปัะฝะพััะธ'),
backgroundColor: const Color.fromARGB(255, 7, 199, 180),
),
bod... | 7 |
haroldg-dev/incosysTest | b6bf55f | lib/src/apis/listinventory/listinventory.entity.dart | Dart | www.github.com/haroldg-dev/incosysTest/tree/main/lib/src/apis/listinventory/listinventory.entity.dart | https://raw.githubusercontent.com/haroldg-dev/incosysTest/b6bf55f/lib/src/apis/listinventory/listinventory.entity.dart | haroldg-dev/incosysTest b6bf55f lib/src/apis/listinventory/listinventory.entity.dart | true | 200 | 1,547 | class ListInventory {
final String nomArticulo;
final double cantidad;
final int conteo;
final int numInventario;
final int codAlmacen;
final String nomAlmacen;
final int codUbicacion;
final String nomUbicacion;
final String codArticulo;
final String observacion;
ListInventory(
{required th... | 6 |
Riwan3/test_suitmedia | ee7bd59 | lib/service/service_api.dart | Dart | www.github.com/Riwan3/test_suitmedia/tree/main/lib/service/service_api.dart | https://raw.githubusercontent.com/Riwan3/test_suitmedia/ee7bd59/lib/service/service_api.dart | Riwan3/test_suitmedia ee7bd59 lib/service/service_api.dart | true | 200 | 550 | import 'package:http/http.dart' as http;
import 'dart:convert';
import '../model/model_api.dart';
class ApiService {
final String baseUrl = 'https://reqres.in/api';
Future<List<UserModel>> fetchUsers(int page) async {
final response = await http.get(Uri.parse('$baseUrl/users?page=$page'));
if (response.... | 3 |
lakshaytalkstomachines/HardcoreComputing | fd38605 | Hardcore-Frameworks/flutter/namer/lib/main.dart | Dart | www.github.com/lakshaytalkstomachines/HardcoreComputing/tree/main/Hardcore-Frameworks/flutter/namer/lib/main.dart | https://raw.githubusercontent.com/lakshaytalkstomachines/HardcoreComputing/fd38605/Hardcore-Frameworks/flutter/namer/lib/main.dart | lakshaytalkstomachines/HardcoreComputing fd38605 Hardcore-Frameworks/flutter/namer/lib/main.dart | true | 200 | 2,919 | import 'package:english_words/english_words.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return ChangeNotifierPr... | 4 |
samkoesnadi/infinite_canvas | f035eda | example/lib/main.dart | Dart | www.github.com/samkoesnadi/infinite_canvas/tree/main/example/lib/main.dart | https://raw.githubusercontent.com/samkoesnadi/infinite_canvas/f035eda/example/lib/main.dart | samkoesnadi/infinite_canvas f035eda example/lib/main.dart | true | 200 | 385 | import 'package:flutter/material.dart';
import 'package:example/aisha.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
home: Ais... | 5 |
sumankhakurel/flutter_traning | b8f06b7 | lib/pages/hive_example/model/product_model.dart | Dart | www.github.com/sumankhakurel/flutter_traning/tree/main/lib/pages/hive_example/model/product_model.dart | https://raw.githubusercontent.com/sumankhakurel/flutter_traning/b8f06b7/lib/pages/hive_example/model/product_model.dart | sumankhakurel/flutter_traning b8f06b7 lib/pages/hive_example/model/product_model.dart | true | 200 | 255 | import 'package:hive/hive.dart';
part 'product_model.g.dart';
@HiveType(typeId: 0)
class ProductModel {
@HiveField(0)
final String name;
@HiveField(1)
final String description;
ProductModel({required this.name, required this.description});
}
| 0 |
tran-the-lam/scada-project | 476bb9d | application/mydemo/lib/screen/monitor.dart | Dart | www.github.com/tran-the-lam/scada-project/tree/main/application/mydemo/lib/screen/monitor.dart | https://raw.githubusercontent.com/tran-the-lam/scada-project/476bb9d/application/mydemo/lib/screen/monitor.dart | tran-the-lam/scada-project 476bb9d application/mydemo/lib/screen/monitor.dart | true | 200 | 8,770 | import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:intl/intl.dart';
import 'package:flutter_datetime_picker/flutter_datetime_picker.dart' as fdp;
import 'package:mydemo/utils/http.dart' as http;
class MonitorPage extends StatefulWidget {
const MonitorPage({super.... | 1 |
yisha17/CleanAddis | 3e39cb3 | clean_addis_android/lib/data/repositories/report_repository.dart | Dart | www.github.com/yisha17/CleanAddis/tree/main/clean_addis_android/lib/data/repositories/report_repository.dart | https://raw.githubusercontent.com/yisha17/CleanAddis/3e39cb3/clean_addis_android/lib/data/repositories/report_repository.dart | yisha17/CleanAddis 3e39cb3 clean_addis_android/lib/data/repositories/report_repository.dart | true | 200 | 1,002 | import 'dart:io';
import 'package:clean_addis_android/data/data_providers/report_data.dart';
import 'package:clean_addis_android/data/models/report.dart';
class ReportRepository {
final ReportDataProvider dataProvider;
ReportRepository({required this.dataProvider});
Future<List<Report>?> fetchUserReport(Strin... | 2 |
Sarojshah1/SchoolManagementSystem_using_Flutter | 97f6a32 | lib/models/StudentProfileModel.dart | Dart | www.github.com/Sarojshah1/SchoolManagementSystem_using_Flutter/tree/main/lib/models/StudentProfileModel.dart | https://raw.githubusercontent.com/Sarojshah1/SchoolManagementSystem_using_Flutter/97f6a32/lib/models/StudentProfileModel.dart | Sarojshah1/SchoolManagementSystem_using_Flutter 97f6a32 lib/models/StudentProfileModel.dart | true | 200 | 1,491 | class StudentProfileModel {
String? id;
String? fullname;
String? gender;
String? className;
String? parents;
String? address;
String? dateofbirth;
String? phone;
String? username;
String? password;
int? v;
StudentProfileModel({
this.id,
this.fullname,
... | 6 |
MrVipinVijayan/flutter_tutorials | 73ee5c7 | flutter_tutorials/lib/widgets/to_do_empty.dart | Dart | www.github.com/MrVipinVijayan/flutter_tutorials/tree/main/flutter_tutorials/lib/widgets/to_do_empty.dart | https://raw.githubusercontent.com/MrVipinVijayan/flutter_tutorials/73ee5c7/flutter_tutorials/lib/widgets/to_do_empty.dart | MrVipinVijayan/flutter_tutorials 73ee5c7 flutter_tutorials/lib/widgets/to_do_empty.dart | true | 200 | 395 | import 'package:flutter/material.dart';
class ToDoEmptyUI extends StatelessWidget {
const ToDoEmptyUI({
super.key,
this.message = 'To-Do List Empty\nPlease tap the + button to add one.',
});
final String message;
@override
Widget build(BuildContext context) {
return Center(
child: Text(
... | 3 |
TylerRLowe/FridgeFinds | 1dca98d | lib/ExploreRecipe/exploreRecipe.dart | Dart | www.github.com/TylerRLowe/FridgeFinds/tree/main/lib/ExploreRecipe/exploreRecipe.dart | https://raw.githubusercontent.com/TylerRLowe/FridgeFinds/1dca98d/lib/ExploreRecipe/exploreRecipe.dart | TylerRLowe/FridgeFinds 1dca98d lib/ExploreRecipe/exploreRecipe.dart | true | 200 | 7,009 | import 'package:flutter/material.dart';
import 'RecipeCard.dart';
import 'dart:math';
import 'package:fridge_finds_final/Menu.dart';
class ExploreRecipes extends StatefulWidget {
@override
_ExploreRecipesState createState() => _ExploreRecipesState();
}
class _ExploreRecipesState extends State<ExploreRecipes> {
... | 7 |
A7MED-SI/faculty-of-pharmacy-dashboard | 394066a | lib/layers/presentation/blocs/image/image_bloc.dart | Dart | www.github.com/A7MED-SI/faculty-of-pharmacy-dashboard/tree/main/lib/layers/presentation/blocs/image/image_bloc.dart | https://raw.githubusercontent.com/A7MED-SI/faculty-of-pharmacy-dashboard/394066a/lib/layers/presentation/blocs/image/image_bloc.dart | A7MED-SI/faculty-of-pharmacy-dashboard 394066a lib/layers/presentation/blocs/image/image_bloc.dart | true | 200 | 4,358 | import 'dart:async';
import 'package:bloc/bloc.dart';
import 'package:meta/meta.dart';
import 'package:pharmacy_dashboard/layers/data/repositories/image_repository.dart';
import 'package:pharmacy_dashboard/layers/domain/use_cases/images/add_image.dart';
import 'package:pharmacy_dashboard/layers/domain/use_cases/images... | 0 |
VismayaBR/food-delevery-app | fdbb316 | lib/M3updatefooditems.dart | Dart | www.github.com/VismayaBR/food-delevery-app/tree/main/lib/M3updatefooditems.dart | https://raw.githubusercontent.com/VismayaBR/food-delevery-app/fdbb316/lib/M3updatefooditems.dart | VismayaBR/food-delevery-app fdbb316 lib/M3updatefooditems.dart | true | 200 | 3,197 | import 'package:flutter/material.dart';
import 'M3viewaddfooditems.dart';
class Updatefood extends StatefulWidget {
const Updatefood({Key? key}) : super(key: key);
@override
State<Updatefood> createState() => _UpdatefoodState();
}
class _UpdatefoodState extends State<Updatefood> {
@override
Widget build(B... | 4 |
SahilTT/ShowBooker | 42509a5 | lib/res/colors/base_colors.dart | Dart | www.github.com/SahilTT/ShowBooker/tree/main/lib/res/colors/base_colors.dart | https://raw.githubusercontent.com/SahilTT/ShowBooker/42509a5/lib/res/colors/base_colors.dart | SahilTT/ShowBooker 42509a5 lib/res/colors/base_colors.dart | true | 200 | 350 | import 'package:flutter/material.dart';
abstract class BaseColors{
//theme color
MaterialColor get colorPrimary;
MaterialColor get colorAccent;
Color get colorAccentBg;
Color get colorPrimaryBg;
Color get colorCardTitleBg;
//text color
Color get colorPrimaryText;
Color get colorSecondaryText;
Co... | 1 |
Bhavin-Gorasiya/sabjiwaala_apps | 96b5050 | lib/models/order_place.dart | Dart | www.github.com/Bhavin-Gorasiya/sabjiwaala_apps/tree/main/lib/models/order_place.dart | https://raw.githubusercontent.com/Bhavin-Gorasiya/sabjiwaala_apps/96b5050/lib/models/order_place.dart | Bhavin-Gorasiya/sabjiwaala_apps 96b5050 lib/models/order_place.dart | true | 200 | 9,771 | class OrderPlace {
String? userId;
String? addressId;
String? subTotal;
String? totalAmount;
String? razorpayId;
String? paystatus;
String? orderCoupanid;
String? orderCoupancode;
String? orderCoupanamt;
String? orderSubfrid;
String? orderCreateDate;
List<Cartdatum>? cartdata;
OrderPlace({
... | 5 |
adyrangga/music_player | 15e271c | lib/main.dart | Dart | www.github.com/adyrangga/music_player/tree/main/lib/main.dart | https://raw.githubusercontent.com/adyrangga/music_player/15e271c/lib/main.dart | adyrangga/music_player 15e271c lib/main.dart | true | 200 | 863 | import 'package:flutter/material.dart';
import 'package:music_player/constants.dart' as constants;
import 'package:music_player/view_models/music_player_view_model.dart';
import 'package:music_player/views/music_player_screen.dart';
import 'package:provider/provider.dart';
void main() {
runApp(
MultiProvider(
... | 2 |
TheesYing/Store | 72868df | project_mobile/lib/services/userService.dart | Dart | www.github.com/TheesYing/Store/tree/main/project_mobile/lib/services/userService.dart | https://raw.githubusercontent.com/TheesYing/Store/72868df/project_mobile/lib/services/userService.dart | TheesYing/Store 72868df project_mobile/lib/services/userService.dart | true | 200 | 1,840 | // services/user_service.dart
import 'dart:convert';
import 'package:http/http.dart' as http;
import 'package:shared_preferences/shared_preferences.dart';
import '../models/user.dart';
class UserService {
static const String baseUrl = 'http://192.168.1.17:8080/api/users';
static const String _userKey = 'user';
F... | 6 |
iamgaspardev/fluttercomponents | 9173bd4 | lib/shared/widgets/map_screen.dart | Dart | www.github.com/iamgaspardev/fluttercomponents/tree/main/lib/shared/widgets/map_screen.dart | https://raw.githubusercontent.com/iamgaspardev/fluttercomponents/9173bd4/lib/shared/widgets/map_screen.dart | iamgaspardev/fluttercomponents 9173bd4 lib/shared/widgets/map_screen.dart | true | 200 | 718 | import 'package:flutter/material.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
class MapComponent extends StatelessWidget {
const MapComponent({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Container(
height: MediaQuery.of(context).size.hei... | 3 |
NarekManukyan/flutter_boilerplate | b2fdcf5 | lib/core/services/interceptors/auth_interceptor.dart | Dart | www.github.com/NarekManukyan/flutter_boilerplate/tree/main/lib/core/services/interceptors/auth_interceptor.dart | https://raw.githubusercontent.com/NarekManukyan/flutter_boilerplate/b2fdcf5/lib/core/services/interceptors/auth_interceptor.dart | NarekManukyan/flutter_boilerplate b2fdcf5 lib/core/services/interceptors/auth_interceptor.dart | true | 200 | 1,126 | import 'dart:async';
import 'dart:io';
import 'package:dio/dio.dart';
import '../../../injectable.dart';
import '../../../shared/stores/auth_store/auth_store.dart';
import '../../navigation/app_navigator.dart';
import '../../utils/storage_utils.dart';
class AuthInterceptor extends Interceptor {
@override
Future<... | 4 |
DTC-Formation/flutter_provider_examples | 137759f | lib/widgets/pages/tab_page.dart | Dart | www.github.com/DTC-Formation/flutter_provider_examples/tree/main/lib/widgets/pages/tab_page.dart | https://raw.githubusercontent.com/DTC-Formation/flutter_provider_examples/137759f/lib/widgets/pages/tab_page.dart | DTC-Formation/flutter_provider_examples 137759f lib/widgets/pages/tab_page.dart | true | 200 | 926 | import 'package:flutter/material.dart';
import 'package:flutter_provider_examples/widgets/pages/color_page.dart';
import 'package:flutter_provider_examples/widgets/pages/counter_page.dart';
import 'package:flutter_provider_examples/widgets/pages/toDo-list.dart';
class TabPage extends StatelessWidget {
static List<Ic... | 0 |
Samer-Afeef/Store-UI-UX | dbdddad | lib/controller/cart_controller.dart | Dart | www.github.com/Samer-Afeef/Store-UI-UX/tree/main/lib/controller/cart_controller.dart | https://raw.githubusercontent.com/Samer-Afeef/Store-UI-UX/dbdddad/lib/controller/cart_controller.dart | Samer-Afeef/Store-UI-UX dbdddad lib/controller/cart_controller.dart | true | 200 | 1,323 | import 'package:flutter/material.dart';
import '../models/arrivals_model.dart';
import '../views/checkout_view.dart';
class CartController extends ChangeNotifier{
List<ArrivalsModel> arrivalModel = [
ArrivalsModel(categoryName: "Men's Clothes", price: 45.00,name: 'Denim Jacket',isFavorite: false,count: 1),
... | 1 |
Deviruy/praticando_map_list | 6441fe1 | lib/main.dart | Dart | www.github.com/Deviruy/praticando_map_list/tree/main/lib/main.dart | https://raw.githubusercontent.com/Deviruy/praticando_map_list/6441fe1/lib/main.dart | Deviruy/praticando_map_list 6441fe1 lib/main.dart | true | 200 | 409 | // ignore_for_file: prefer_const_constructors
import 'package:flutter/material.dart';
import 'package:praticando_map_list/pages/home_page.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return const Ma... | 2 |
Josedlgd/Pyoecto-Moviles---Creaci-n-de-CRUD | 4859700 | plantly/prueba0/lib/page/addpage.dart | Dart | www.github.com/Josedlgd/Pyoecto-Moviles---Creaci-n-de-CRUD/tree/main/plantly/prueba0/lib/page/addpage.dart | https://raw.githubusercontent.com/Josedlgd/Pyoecto-Moviles---Creaci-n-de-CRUD/4859700/plantly/prueba0/lib/page/addpage.dart | Josedlgd/Pyoecto-Moviles---Creaci-n-de-CRUD 4859700 plantly/prueba0/lib/page/addpage.dart | true | 200 | 12,261 | import 'package:prueba0/page/listpage.dart';
import 'package:flutter/material.dart';
import '../services/firebase_crud.dart';
class AddPage extends StatefulWidget {
@override
State<StatefulWidget> createState() {
// TODO: implement createState
return _AddPage();
}
}
class _AddPage extends State<AddPage>... | 6 |
ABWABDIGITAL/youtube_player | 487b922 | lib/youtube_player_platform_interface.dart | Dart | www.github.com/ABWABDIGITAL/youtube_player/tree/main/lib/youtube_player_platform_interface.dart | https://raw.githubusercontent.com/ABWABDIGITAL/youtube_player/487b922/lib/youtube_player_platform_interface.dart | ABWABDIGITAL/youtube_player 487b922 lib/youtube_player_platform_interface.dart | true | 200 | 1,822 | import 'package:plugin_platform_interface/plugin_platform_interface.dart';
import 'package:youtube_player/youtube_player_method_channel.dart';
/// A common enum to represent playback state.
enum PlaybackState {
unstarted,
ended,
playing,
paused,
buffering,
queued,
unknown,
}
/// The abstract interface f... | 7 |
Moamenmuh13/news_app | 791b47e | lib/modules/science/science_screen.dart | Dart | www.github.com/Moamenmuh13/news_app/tree/main/lib/modules/science/science_screen.dart | https://raw.githubusercontent.com/Moamenmuh13/news_app/791b47e/lib/modules/science/science_screen.dart | Moamenmuh13/news_app 791b47e lib/modules/science/science_screen.dart | true | 200 | 671 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:news_app/shared/cubit/cubit.dart';
import 'package:news_app/shared/cubit/states.dart';
import '../../shared/components/components.dart';
class ScienceScreen extends Stateles... | 4 |
Crap1nyk/codenew | 84204af | lib/pages/home_page/pages/messages_page/widgets/contacts_widget.dart | Dart | www.github.com/Crap1nyk/codenew/tree/main/lib/pages/home_page/pages/messages_page/widgets/contacts_widget.dart | https://raw.githubusercontent.com/Crap1nyk/codenew/84204af/lib/pages/home_page/pages/messages_page/widgets/contacts_widget.dart | Crap1nyk/codenew 84204af lib/pages/home_page/pages/messages_page/widgets/contacts_widget.dart | true | 200 | 3,136 | import 'package:dmtransport/models/message.modal.dart';
import 'package:dmtransport/pages/home_page/pages/messages_page/models/contact.dart';
import 'package:dmtransport/pages/home_page/pages/messages_page/pages/chat_page.dart';
import 'package:dmtransport/states/chat.state.dart';
import 'package:dmtransport/utils/data... | 1 |
221110040-Sandy/tugas-projek | 662f19f | lib/screen/adjusts_report_screen.dart | Dart | www.github.com/221110040-Sandy/tugas-projek/tree/main/lib/screen/adjusts_report_screen.dart | https://raw.githubusercontent.com/221110040-Sandy/tugas-projek/662f19f/lib/screen/adjusts_report_screen.dart | 221110040-Sandy/tugas-projek 662f19f lib/screen/adjusts_report_screen.dart | true | 200 | 4,026 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:tugas_akhir/localization/app_localization.dart';
import 'package:tugas_akhir/services/firestore_services.dart';
import 'package:tugas_akhir/theme/colors.dart';
class AdjustRep... | 0 |
AbdullahAnxari/Smart-Home | 437cd6a | lib/src/constants/custom_text_field.dart | Dart | www.github.com/AbdullahAnxari/Smart-Home/tree/main/lib/src/constants/custom_text_field.dart | https://raw.githubusercontent.com/AbdullahAnxari/Smart-Home/437cd6a/lib/src/constants/custom_text_field.dart | AbdullahAnxari/Smart-Home 437cd6a lib/src/constants/custom_text_field.dart | true | 200 | 2,391 | import 'package:flutter/material.dart';
import 'package:home_control_ui/src/constants/colors.dart';
class CustomTextField extends StatefulWidget {
final TextEditingController controller;
final String labelText;
final String hintText;
final TextInputType keyboardType;
final Function(String) onChanged;
fina... | 2 |
leduong/wireguard_2govpn | 4618847 | lib/wireguard_2govpn.dart | Dart | www.github.com/leduong/wireguard_2govpn/tree/main/lib/wireguard_2govpn.dart | https://raw.githubusercontent.com/leduong/wireguard_2govpn/4618847/lib/wireguard_2govpn.dart | leduong/wireguard_2govpn 4618847 lib/wireguard_2govpn.dart | true | 200 | 1,698 | import 'dart:io';
import 'package:flutter/foundation.dart';
import 'package:wireguard_2govpn/linux/wireguard_2govpn_linux.dart';
import 'package:wireguard_2govpn/wireguard_2govpn_method_channel.dart';
import 'wireguard_2govpn_platform_interface.dart';
export 'wireguard_2govpn_platform_interface.dart' show VpnStage;
... | 6 |
NagaharishR/project_final | 90c170a | lib/main.dart | Dart | www.github.com/NagaharishR/project_final/tree/main/lib/main.dart | https://raw.githubusercontent.com/NagaharishR/project_final/90c170a/lib/main.dart | NagaharishR/project_final 90c170a lib/main.dart | true | 200 | 1,137 | import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'AdminPanel/Responsive/desktop.dart';
import 'AdminPanel/Responsive/mobile.dart';
import 'AdminPanel/Responsive/responsive_layout.dart';
import 'AdminPanel/Responsive/tablet.dart';
import 'Screens/LandingScreen/user.dart'... | 7 |
ChromaBeast/tagtweaker | 5ab35b4 | lib/main.dart | Dart | www.github.com/ChromaBeast/tagtweaker/tree/main/lib/main.dart | https://raw.githubusercontent.com/ChromaBeast/tagtweaker/5ab35b4/lib/main.dart | ChromaBeast/tagtweaker 5ab35b4 lib/main.dart | true | 200 | 1,572 | import 'package:firebase_app_check/firebase_app_check.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:google_sign_in/google_sign_in.dart';
import 'package... | 5 |
vanderduse/skillspe-Flutter- | cf06b1d | lib/screens/view_all/repository/public_challenges_list_repository.dart | Dart | www.github.com/vanderduse/skillspe-Flutter-/tree/main/lib/screens/view_all/repository/public_challenges_list_repository.dart | https://raw.githubusercontent.com/vanderduse/skillspe-Flutter-/cf06b1d/lib/screens/view_all/repository/public_challenges_list_repository.dart | vanderduse/skillspe-Flutter- cf06b1d lib/screens/view_all/repository/public_challenges_list_repository.dart | true | 200 | 1,479 | import 'package:dio/dio.dart';
import 'package:skills_pe/models/base_reponse_model.dart';
import 'package:skills_pe/service/api_client.dart';
import 'package:skills_pe/screens/home_screens/model/list_public_challenges_response.dart';
import 'package:skills_pe/utility/constants.dart';
class PublicChallengesListReposito... | 4 |
khanhdev98/app_book_tickets | dc8e89b | module/widget/lib/search_address/blocs/search_address_cubit.dart | Dart | www.github.com/khanhdev98/app_book_tickets/tree/main/module/widget/lib/search_address/blocs/search_address_cubit.dart | https://raw.githubusercontent.com/khanhdev98/app_book_tickets/dc8e89b/module/widget/lib/search_address/blocs/search_address_cubit.dart | khanhdev98/app_book_tickets dc8e89b module/widget/lib/search_address/blocs/search_address_cubit.dart | true | 200 | 3,246 | import 'dart:async';
import 'dart:developer';
import 'package:bloc/bloc.dart';
import 'package:dio/dio.dart';
import 'package:equatable/equatable.dart';
import '../data/address_entity.dart';
part 'search_address_state.dart';
final dio = Dio();
class SearchAddressCubit extends Cubit<SearchAddressState> {
SearchAd... | 1 |
on-known/02_CalculatorApp | 29f4f86 | lib/main.dart | Dart | www.github.com/on-known/02_CalculatorApp/tree/main/lib/main.dart | https://raw.githubusercontent.com/on-known/02_CalculatorApp/29f4f86/lib/main.dart | on-known/02_CalculatorApp 29f4f86 lib/main.dart | true | 200 | 681 | import 'package:flutter/material.dart';
import 'package:flutter_calculator_provider/Screens/home_screen.dart';
import 'package:flutter_calculator_provider/provider/cal_provider.dart';
import 'package:provider/provider.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatefulWidget {
const MyApp({... | 0 |
ahmedalqaderi/flutterProject | f74eb1b | lib/view/screens/home/theme1/theme1_home_screen.dart | Dart | www.github.com/ahmedalqaderi/flutterProject/tree/main/lib/view/screens/home/theme1/theme1_home_screen.dart | https://raw.githubusercontent.com/ahmedalqaderi/flutterProject/f74eb1b/lib/view/screens/home/theme1/theme1_home_screen.dart | ahmedalqaderi/flutterProject f74eb1b lib/view/screens/home/theme1/theme1_home_screen.dart | true | 200 | 9,947 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:marquee/marquee.dart';
import 'package:talabiapp/controller/location_controller.dart';
import 'package:talabiapp/controller/notification_controller.dart';
import 'package:talabiapp/controller/splash_controller.dart';
import 'package:... | 2 |
bpasn/amazon_clone | cd97a23 | lib/Features/Auth/Screens/auth_screen.dart | Dart | www.github.com/bpasn/amazon_clone/tree/main/lib/Features/Auth/Screens/auth_screen.dart | https://raw.githubusercontent.com/bpasn/amazon_clone/cd97a23/lib/Features/Auth/Screens/auth_screen.dart | bpasn/amazon_clone cd97a23 lib/Features/Auth/Screens/auth_screen.dart | true | 200 | 3,701 | import 'package:flutter/material.dart';
import '../../../Constants/global_variables.dart';
import '../Components/signin_component.dart';
import '../Components/signup_component.dart';
enum Auth { signin, signup }
class AuthScreen extends StatefulWidget {
static const String routeName = '/auth-signin';
const AuthSc... | 3 |
Benablo/flutter | a64f8d7 | lib/api/funtion.dart | Dart | www.github.com/Benablo/flutter/tree/main/lib/api/funtion.dart | https://raw.githubusercontent.com/Benablo/flutter/a64f8d7/lib/api/funtion.dart | Benablo/flutter a64f8d7 lib/api/funtion.dart | true | 200 | 740 | import 'dart:convert';
import 'package:http/http.dart' as http;
class Createddata {
Future datacreated(nametext,lNametext,deathstext,recoveredtext,monthtext) async {
final responce =
await http.post(Uri.parse('http://127.0.0.1:8000/api/dengue-info'),
body: jsonEncode({
"name":nametext... | 6 |
manta33/thread_navigation | 3c1dc03 | lib/main_navigation/screens/home_screen.dart | Dart | www.github.com/manta33/thread_navigation/tree/main/lib/main_navigation/screens/home_screen.dart | https://raw.githubusercontent.com/manta33/thread_navigation/3c1dc03/lib/main_navigation/screens/home_screen.dart | manta33/thread_navigation 3c1dc03 lib/main_navigation/screens/home_screen.dart | true | 200 | 3,368 | import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:tiktok_clone/constants/gaps.dart';
import 'package:tiktok_clone/constants/sizes.dart';
import 'package:tiktok_clone/main_navigation/widgets/post_image.dart';
import 'package:tiktok_clone/main_navigat... | 7 |
Hemant72/flutter_weather_app | 6b7539c | lib/app/data/models/location_model.dart | Dart | www.github.com/Hemant72/flutter_weather_app/tree/main/lib/app/data/models/location_model.dart | https://raw.githubusercontent.com/Hemant72/flutter_weather_app/6b7539c/lib/app/data/models/location_model.dart | Hemant72/flutter_weather_app 6b7539c lib/app/data/models/location_model.dart | true | 200 | 1,009 | class Location {
String name;
String region;
String country;
double lat;
double lon;
String tzId;
int localtimeEpoch;
String localtime;
Location({
required this.name,
required this.region,
required this.country,
required this.lat,
required this.lon,
required this.tzId,
req... | 5 |
AhmedRasmy1/online_exam_app | 590d876 | lib/core/widgets/custom_elevated_button.dart | Dart | www.github.com/AhmedRasmy1/online_exam_app/tree/main/lib/core/widgets/custom_elevated_button.dart | https://raw.githubusercontent.com/AhmedRasmy1/online_exam_app/590d876/lib/core/widgets/custom_elevated_button.dart | AhmedRasmy1/online_exam_app 590d876 lib/core/widgets/custom_elevated_button.dart | true | 200 | 1,039 | import 'package:flutter/material.dart';
import '../resources/color_manager.dart';
import '../resources/font_manager.dart';
import '../resources/values_manager.dart';
class CustomElevatedButton extends StatelessWidget {
const CustomElevatedButton({
super.key,
required this.buttonColor,
required this.titl... | 4 |
kwayummari/jonathan-app | 2da4232 | lib/src/service/booking-service.dart | Dart | www.github.com/kwayummari/jonathan-app/tree/main/lib/src/service/booking-service.dart | https://raw.githubusercontent.com/kwayummari/jonathan-app/2da4232/lib/src/service/booking-service.dart | kwayummari/jonathan-app 2da4232 lib/src/service/booking-service.dart | true | 200 | 2,116 | import 'package:daladala_smart/src/api/apis.dart';
import 'package:daladala_smart/src/functions/splash.dart';
import 'package:daladala_smart/src/widgets/app_snackbar.dart';
import 'package:flutter/material.dart';
class bookingService {
Api api = Api();
Future getbookings(
BuildContext context, String date, ... | 1 |
Sarim-Ali10/testing | 13b1525 | lib/Admin/Plant/AddPlant.dart | Dart | www.github.com/Sarim-Ali10/testing/tree/main/lib/Admin/Plant/AddPlant.dart | https://raw.githubusercontent.com/Sarim-Ali10/testing/13b1525/lib/Admin/Plant/AddPlant.dart | Sarim-Ali10/testing 13b1525 lib/Admin/Plant/AddPlant.dart | true | 200 | 4,077 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:testing_build/reusable_widget/colors.dart';
import 'package:testing_build/reusable_widget/reusable_textformfield.dart';
import 'package:testing_build/reusable_widget/text_widget.dart';
class PlantAdd extends ... | 0 |
Manuelkpatsu/shop_app_test | fda703a | lib/main.dart | Dart | www.github.com/Manuelkpatsu/shop_app_test/tree/main/lib/main.dart | https://raw.githubusercontent.com/Manuelkpatsu/shop_app_test/fda703a/lib/main.dart | Manuelkpatsu/shop_app_test fda703a lib/main.dart | true | 200 | 1,654 | import 'dart:async';
import 'dart:io';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:logger/logger.dart';
import 'package:provider/provider.dart';
import 'package:shop_app/core/providers.dart';
import 'core/exceptions/failure.dart';
im... | 2 |
anilgeov/foodcard | 5fa08b1 | lib/database/db_foody.dart | Dart | www.github.com/anilgeov/foodcard/tree/main/lib/database/db_foody.dart | https://raw.githubusercontent.com/anilgeov/foodcard/5fa08b1/lib/database/db_foody.dart | anilgeov/foodcard 5fa08b1 lib/database/db_foody.dart | true | 200 | 806 | import 'package:firebase_auth/firebase_auth.dart';
class FirebaseFunctions {
Future<String?> signUpUser({required String email, required String pwd}) async{
try {
await FirebaseAuth.instance
.createUserWithEmailAndPassword(
email: email,
password: pwd,
);
return null; ... | 7 |
Chitsanuphongy65/car_manufac | f5f0d3a | lib/car_manufac.dart | Dart | www.github.com/Chitsanuphongy65/car_manufac/tree/main/lib/car_manufac.dart | https://raw.githubusercontent.com/Chitsanuphongy65/car_manufac/f5f0d3a/lib/car_manufac.dart | Chitsanuphongy65/car_manufac f5f0d3a lib/car_manufac.dart | true | 200 | 4,304 | import 'package:car_manufac/car_mfr.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart';
class CarManufac extends StatefulWidget {
const CarManufac({super.key});
@override
State<CarManufac> createState() => _CarManufacState();
}
class _CarManufacState extends State<CarManufac> {
Ca... | 3 |
kiraki3/travel_route_planner | 6e20354 | lib/screens/calendar_page.dart | Dart | www.github.com/kiraki3/travel_route_planner/tree/main/lib/screens/calendar_page.dart | https://raw.githubusercontent.com/kiraki3/travel_route_planner/6e20354/lib/screens/calendar_page.dart | kiraki3/travel_route_planner 6e20354 lib/screens/calendar_page.dart | true | 200 | 1,211 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:travel_route_planner/screens/place_detail_page.dart';
class CalendarPage extends ConsumerWidget {
const CalendarPage({super.key});
@override
Widget build(BuildContext context, WidgetRef ref) {
//... | 6 |
momenawab/Technom | 50c54f6 | lib/Screens/reset_password_page.dart | Dart | www.github.com/momenawab/Technom/tree/main/lib/Screens/reset_password_page.dart | https://raw.githubusercontent.com/momenawab/Technom/50c54f6/lib/Screens/reset_password_page.dart | momenawab/Technom 50c54f6 lib/Screens/reset_password_page.dart | true | 200 | 2,205 | import 'package:flutter/material.dart';
class ResetPasswordPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
resizeToAvoidBottomInset: false,
appBar: AppBar(
title: Text(
"ูุณูุช ููู
ุฉ ุงูู
ุฑูุฑ",
style: TextStyle(color: Colors.whit... | 5 |
kalanchik/godofdiscipline | 42e271f | lib/utils/theme/theme.dart | Dart | www.github.com/kalanchik/godofdiscipline/tree/main/lib/utils/theme/theme.dart | https://raw.githubusercontent.com/kalanchik/godofdiscipline/42e271f/lib/utils/theme/theme.dart | kalanchik/godofdiscipline 42e271f lib/utils/theme/theme.dart | true | 200 | 595 | import 'package:flutter/material.dart';
import 'package:godofdiscipline/utils/theme/custom_theme/elevated_button.dart';
import 'package:godofdiscipline/utils/theme/custom_theme/outlinebutton_theme.dart';
class AppTheme {
AppTheme._();
static ThemeData lightTheme = ThemeData(
brightness: Brightness.light,
... | 4 |
tannielatte/Responsi_123200036_Prak.TPM | a7df750 | lib/main.dart | Dart | www.github.com/tannielatte/Responsi_123200036_Prak.TPM/tree/main/lib/main.dart | https://raw.githubusercontent.com/tannielatte/Responsi_123200036_Prak.TPM/a7df750/lib/main.dart | tannielatte/Responsi_123200036_Prak.TPM a7df750 lib/main.dart | true | 200 | 482 | import 'package:flutter/material.dart';
import 'package:responsi_123200036_prak/Category.dart';
import 'Category.dart';
import 'package:http/http.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCh... | 1 |
mrtnetwork/cosmos_sdk | 39e426f | lib/src/provider/chain_registery/utility/utility.dart | Dart | www.github.com/mrtnetwork/cosmos_sdk/tree/main/lib/src/provider/chain_registery/utility/utility.dart | https://raw.githubusercontent.com/mrtnetwork/cosmos_sdk/39e426f/lib/src/provider/chain_registery/utility/utility.dart | mrtnetwork/cosmos_sdk 39e426f lib/src/provider/chain_registery/utility/utility.dart | true | 200 | 931 | import 'package:cosmos_sdk/src/provider/chain_registery/models/models.dart';
class CCRUtilities {
static Uri getChainUri({
required String baseUrl,
required String chain,
required CCRSchemaType schema,
}) {
Uri uri = Uri.parse(baseUrl);
uri = uri.replace(
pathSegments: [...uri.pathSegme... | 0 |
Hellogramming/hello_world_counters | ba34d4c | lib/main.dart | Dart | www.github.com/Hellogramming/hello_world_counters/tree/main/lib/main.dart | https://raw.githubusercontent.com/Hellogramming/hello_world_counters/ba34d4c/lib/main.dart | Hellogramming/hello_world_counters ba34d4c lib/main.dart | true | 200 | 1,140 | // Copyright 2020-2024 Hellogramming. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://hellogramming.com/helloworldcounters/license/.
import 'package:flutter/material.dart';
import 'common/strings.dart' as strings;
import 'sc... | 2 |
73-sk-nahid/task_manager | c297fe8 | lib/data/utils/auth_utility.dart | Dart | www.github.com/73-sk-nahid/task_manager/tree/main/lib/data/utils/auth_utility.dart | https://raw.githubusercontent.com/73-sk-nahid/task_manager/c297fe8/lib/data/utils/auth_utility.dart | 73-sk-nahid/task_manager c297fe8 lib/data/utils/auth_utility.dart | true | 200 | 1,415 | import 'dart:convert';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:task_manager/data/models/login_model.dart';
class AuthUtility {
AuthUtility._();
static LoginModel userInfo = LoginModel();
static Future<LoginModel> getUserInfo() async {
SharedPreferences sharedPrefs = aw... | 7 |
rosemary18/haiyowangi | e3f54a0 | lib/src/views/notification.view.dart | Dart | www.github.com/rosemary18/haiyowangi/tree/main/lib/src/views/notification.view.dart | https://raw.githubusercontent.com/rosemary18/haiyowangi/e3f54a0/lib/src/views/notification.view.dart | rosemary18/haiyowangi e3f54a0 lib/src/views/notification.view.dart | true | 200 | 9,610 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:haiyowangi/src/index.dart';
import 'package:intl/intl.dart';
import 'package:loading_animation_widget/loading_animation_widget.dart';
class NotificationsView extends StatefulWidget {
const N... | 3 |
ElenaS2332/mis-lab4 | 0130f61 | lib/screens/exam_screen.dart | Dart | www.github.com/ElenaS2332/mis-lab4/tree/main/lib/screens/exam_screen.dart | https://raw.githubusercontent.com/ElenaS2332/mis-lab4/0130f61/lib/screens/exam_screen.dart | ElenaS2332/mis-lab4 0130f61 lib/screens/exam_screen.dart | true | 200 | 3,229 | import 'package:flutter/material.dart';
import '../models/exam.dart';
class ExamScreen extends StatefulWidget {
final Function(Exam) addExam;
const ExamScreen({required this.addExam, super.key});
@override
ExamScreenState createState() => ExamScreenState();
}
class ExamScreenState extends State<... | 6 |
idoosmart/Flutter_Demo | 89782f3 | ido_sdk_flutter/ido_sdk/protocol_sdk/protocol_lib/lib/src/device_logs/ido_device_log.dart | Dart | www.github.com/idoosmart/Flutter_Demo/tree/main/ido_sdk_flutter/ido_sdk/protocol_sdk/protocol_lib/lib/src/device_logs/ido_device_log.dart | https://raw.githubusercontent.com/idoosmart/Flutter_Demo/89782f3/ido_sdk_flutter/ido_sdk/protocol_sdk/protocol_lib/lib/src/device_logs/ido_device_log.dart | idoosmart/Flutter_Demo 89782f3 ido_sdk_flutter/ido_sdk/protocol_sdk/protocol_lib/lib/src/device_logs/ido_device_log.dart | true | 200 | 1,589 | import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'package:protocol_core/protocol_core.dart';
import 'package:protocol_lib/protocol_lib.dart';
import 'package:protocol_lib/src/private/logger/logger.dart';
import 'package:rxdart/rxdart.dart';
import '../ido_protocol_lib.dart';
import '../private/loc... | 5 |
SWM-IDLE/mybrary | e658db9 | frontend/lib/data/repository/home_repository.dart | Dart | www.github.com/SWM-IDLE/mybrary/tree/main/frontend/lib/data/repository/home_repository.dart | https://raw.githubusercontent.com/SWM-IDLE/mybrary/e658db9/frontend/lib/data/repository/home_repository.dart | SWM-IDLE/mybrary e658db9 frontend/lib/data/repository/home_repository.dart | true | 200 | 1,182 | import 'package:flutter/material.dart';
import 'package:mybrary/data/datasource/home/home_datasource.dart';
import 'package:mybrary/data/model/home/book_list_by_category_response.dart';
import 'package:mybrary/data/model/home/book_recommendations_response.dart';
import 'package:mybrary/data/model/home/today_registered_... | 4 |
haziq-24/quiztime | 833354a | lib/widgets/next_button.dart | Dart | www.github.com/haziq-24/quiztime/tree/main/lib/widgets/next_button.dart | https://raw.githubusercontent.com/haziq-24/quiztime/833354a/lib/widgets/next_button.dart | haziq-24/quiztime 833354a lib/widgets/next_button.dart | true | 200 | 637 | import 'package:flutter/material.dart';
import '../constants.dart';
class NextButton extends StatelessWidget {
// ignore: use_super_parameters
const NextButton({
Key? key,
}) : super(key: key);
@override
Widget build(BuildContext context) {
return Container(
width: double.infinity,
decor... | 1 |
olajesu070/pgi | 64c8226 | lib/view/misc/edit_profile_screen.dart | Dart | www.github.com/olajesu070/pgi/tree/main/lib/view/misc/edit_profile_screen.dart | https://raw.githubusercontent.com/olajesu070/pgi/64c8226/lib/view/misc/edit_profile_screen.dart | olajesu070/pgi 64c8226 lib/view/misc/edit_profile_screen.dart | true | 200 | 8,705 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import 'package:pgi/core/utils/status_bar_util.dart';
import 'package:pgi/data/models/user_state.dart';
import 'package:pgi/services/api/xenforo_user_api.dart';
import 'package:pgi/view/widgets/custom_app_bar.dar... | 0 |
VerzCar/vyf-app | 04b8049 | packages/vote_circle_api/lib/src/models/circle_candidate_commitment_request.dart | Dart | www.github.com/VerzCar/vyf-app/tree/main/packages/vote_circle_api/lib/src/models/circle_candidate_commitment_request.dart | https://raw.githubusercontent.com/VerzCar/vyf-app/04b8049/packages/vote_circle_api/lib/src/models/circle_candidate_commitment_request.dart | VerzCar/vyf-app 04b8049 packages/vote_circle_api/lib/src/models/circle_candidate_commitment_request.dart | true | 200 | 619 | import 'package:json_annotation/json_annotation.dart';
import 'package:vote_circle_api/src/models/commitment.dart';
part 'circle_candidate_commitment_request.g.dart';
@JsonSerializable(includeIfNull: false, explicitToJson: true)
class CircleCandidateCommitmentRequest {
final Commitment commitment;
CircleCandidat... | 2 |
sayedadinan/Car_Pool | 40adc2a | lib/views/screens/map_screen.dart | Dart | www.github.com/sayedadinan/Car_Pool/tree/main/lib/views/screens/map_screen.dart | https://raw.githubusercontent.com/sayedadinan/Car_Pool/40adc2a/lib/views/screens/map_screen.dart | sayedadinan/Car_Pool 40adc2a lib/views/screens/map_screen.dart | true | 200 | 9,758 | import 'package:car_pool/utils/app_sizedbox.dart';
import 'package:car_pool/views/widget/customdrawer.dart';
import 'package:car_pool/views/widget/mapwidget.dart';
import 'package:flutter/material.dart';
import 'package:flutter_osm_plugin/flutter_osm_plugin.dart';
class MapScreen extends StatefulWidget {
const MapSc... | 3 |
tiago-co/Omnisaude-apps-v2-evah | 7b043a5 | packages/omni_general/lib/src/core/constants/states.dart | Dart | www.github.com/tiago-co/Omnisaude-apps-v2-evah/tree/main/packages/omni_general/lib/src/core/constants/states.dart | https://raw.githubusercontent.com/tiago-co/Omnisaude-apps-v2-evah/7b043a5/packages/omni_general/lib/src/core/constants/states.dart | tiago-co/Omnisaude-apps-v2-evah 7b043a5 packages/omni_general/lib/src/core/constants/states.dart | true | 200 | 623 | Map<String, String> states = {
'Acre': 'AC',
'Alagoas': 'AL',
'Amapรก': 'AP',
'Amazonas': 'AM',
'Bahia': 'BA',
'Cearรก': 'CE',
'Distrito Federal': 'DF',
'Espรญrito Santo': 'ES',
'Goiรกs': 'GO',
'Maranhรฃo': 'MA',
'Mato Grosso': 'MT',
'Mato Grosso do Sul': 'MS',
'Minas Gerais': 'MG',
'Parรก': 'PA',... | 7 |
MajdKi/handy | 40feda8 | lib/views/widgets/category_card.dart | Dart | www.github.com/MajdKi/handy/tree/main/lib/views/widgets/category_card.dart | https://raw.githubusercontent.com/MajdKi/handy/40feda8/lib/views/widgets/category_card.dart | MajdKi/handy 40feda8 lib/views/widgets/category_card.dart | true | 200 | 947 | import 'package:flutter/material.dart';
// ignore: must_be_immutable
class CategoryCard extends StatelessWidget {
CategoryCard({Key? key, required this.image, required this.text})
: super(key: key);
AssetImage image;
Text text;
@override
Widget build(BuildContext context) {
return Container(
... | 5 |
anjanavegad123/new_widget | 9abcc6f | lib/Model/Response/get_api_response.dart | Dart | www.github.com/anjanavegad123/new_widget/tree/main/lib/Model/Response/get_api_response.dart | https://raw.githubusercontent.com/anjanavegad123/new_widget/9abcc6f/lib/Model/Response/get_api_response.dart | anjanavegad123/new_widget 9abcc6f lib/Model/Response/get_api_response.dart | true | 200 | 2,390 | import 'dart:convert';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as https;
import 'package:new_widget/Model/Response/post_response_model.dart';
class GetApiResponse extends StatefulWidget {
const GetApiResponse({Key? key, this.displaydata}) : su... | 4 |
guilherme-lima-dev/meau_app | 4a45993 | lib/services/auth_service.dart | Dart | www.github.com/guilherme-lima-dev/meau_app/tree/main/lib/services/auth_service.dart | https://raw.githubusercontent.com/guilherme-lima-dev/meau_app/4a45993/lib/services/auth_service.dart | guilherme-lima-dev/meau_app 4a45993 lib/services/auth_service.dart | true | 200 | 615 | import 'dart:convert';
import 'package:meau/info/endpoints.dart';
import 'package:meau/interfaces/http_client_interface.dart';
class AuthService {
final IHttpClient client;
AuthService(this.client);
Future<dynamic> auth(Map login) async {
try {
final body = await client.post(Endpoints.urlAuth, login)... | 1 |
cocoalabspvtltd/edupro_ | a936b5a | lib/infrastructure/remote_data/models/membership/membership_details_response.dart | Dart | www.github.com/cocoalabspvtltd/edupro_/tree/main/lib/infrastructure/remote_data/models/membership/membership_details_response.dart | https://raw.githubusercontent.com/cocoalabspvtltd/edupro_/a936b5a/lib/infrastructure/remote_data/models/membership/membership_details_response.dart | cocoalabspvtltd/edupro_ a936b5a lib/infrastructure/remote_data/models/membership/membership_details_response.dart | true | 200 | 722 | class MembershipDetailsResponse {
Details? details;
String? message;
bool? status;
MembershipDetailsResponse({this.details, this.message, this.status});
MembershipDetailsResponse.fromJson(Map<String, dynamic> json) {
details = json['list'] != null ? Details.fromJson(json['list']) : null;
message = j... | 6 |
Exidiful/nullos | a0fe9ec | lib/providers/chat_provider.dart | Dart | www.github.com/Exidiful/nullos/tree/main/lib/providers/chat_provider.dart | https://raw.githubusercontent.com/Exidiful/nullos/a0fe9ec/lib/providers/chat_provider.dart | Exidiful/nullos a0fe9ec lib/providers/chat_provider.dart | true | 200 | 7,001 | import 'package:flutter/foundation.dart';
import 'dart:developer' as developer;
import 'package:shared_preferences/shared_preferences.dart';
import 'dart:convert';
import 'dart:math' as math;
import '../models/message.dart';
import '../utils/error_handler.dart';
import '../services/anthropic_service.dart';
class ChatP... | 0 |
monkeykingblack/phosphor-icons-intellij | 7265ed3 | tools/tool/common.dart | Dart | www.github.com/monkeykingblack/phosphor-icons-intellij/tree/main/tools/tool/common.dart | https://raw.githubusercontent.com/monkeykingblack/phosphor-icons-intellij/7265ed3/tools/tool/common.dart | monkeykingblack/phosphor-icons-intellij 7265ed3 tools/tool/common.dart | true | 200 | 2,131 | import 'dart:io';
import 'dart:convert';
import 'package:path/path.dart' as path;
final String flutterSdkPath = _getFlutterSdkPath();
final String flutterPath = path.join(flutterSdkPath,
path.join('bin', Platform.isWindows ? 'flutter.bat' : 'flutter'));
final String pubCachePath = _getPubCachePath();
String _g... | 2 |
dbwpghks56/dart_practice | f6c8a5a | apple_store/lib/4-riverpod/home_page.dart | Dart | www.github.com/dbwpghks56/dart_practice/tree/main/apple_store/lib/4-riverpod/home_page.dart | https://raw.githubusercontent.com/dbwpghks56/dart_practice/f6c8a5a/apple_store/lib/4-riverpod/home_page.dart | dbwpghks56/dart_practice f6c8a5a apple_store/lib/4-riverpod/home_page.dart | true | 200 | 1,194 | import 'package:apple_store/4-riverpod/cart.dart';
import 'package:apple_store/4-riverpod/state/riverpod_badge.dart';
import 'package:apple_store/4-riverpod/store.dart';
import 'package:apple_store/common/bottom_bar.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
... | 7 |
JayendraWelekarCybermind/zeeppelearn | 35fb6a2 | lib/main.dart | Dart | www.github.com/JayendraWelekarCybermind/zeeppelearn/tree/main/lib/main.dart | https://raw.githubusercontent.com/JayendraWelekarCybermind/zeeppelearn/35fb6a2/lib/main.dart | JayendraWelekarCybermind/zeeppelearn 35fb6a2 lib/main.dart | true | 200 | 1,043 | import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:zeppe_learn/pages/homePage.dart';
import 'package:device_preview/device_preview.dart';
import 'package:zeppe_learn/pages/quizzVideoPage.dart';
import 'package:zeppe_learn/widgets/player/VideoDemo.dart';
void main() {
ru... | 4 |
rahulhind/Travel-Ui | 2ce4022 | lib/main.dart | Dart | www.github.com/rahulhind/Travel-Ui/tree/main/lib/main.dart | https://raw.githubusercontent.com/rahulhind/Travel-Ui/2ce4022/lib/main.dart | rahulhind/Travel-Ui 2ce4022 lib/main.dart | true | 200 | 584 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:travelui/travel_ui.dart';
import 'color.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {... | 5 |
ttzein6/flutter-portfolio | 2df2f99 | lib/components/menu_btn.dart | Dart | www.github.com/ttzein6/flutter-portfolio/tree/main/lib/components/menu_btn.dart | https://raw.githubusercontent.com/ttzein6/flutter-portfolio/2df2f99/lib/components/menu_btn.dart | ttzein6/flutter-portfolio 2df2f99 lib/components/menu_btn.dart | true | 200 | 808 | import 'package:flutter/material.dart';
class MenuBtn extends StatelessWidget {
const MenuBtn({
super.key,
required this.press,
});
final VoidCallback press;
@override
Widget build(BuildContext context) {
return SafeArea(
child: GestureDetector(
onTap: press,
child: Contai... | 1 |
Pushpa5822/Location_Tracker | 900a31e | lib/screens/route.dart | Dart | www.github.com/Pushpa5822/Location_Tracker/tree/main/lib/screens/route.dart | https://raw.githubusercontent.com/Pushpa5822/Location_Tracker/900a31e/lib/screens/route.dart | Pushpa5822/Location_Tracker 900a31e lib/screens/route.dart | true | 200 | 1,429 | import 'package:flutter/material.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
import '../models/location.dart';
class RouteScreen extends StatelessWidget {
final Location startLocation;
final Location stopLocation;
const RouteScreen(
{super.key, required this.startLocatio... | 0 |
fanfantasi/smartbaticmobile | 18765b1 | lib/models/answeresay.dart | Dart | www.github.com/fanfantasi/smartbaticmobile/tree/main/lib/models/answeresay.dart | https://raw.githubusercontent.com/fanfantasi/smartbaticmobile/18765b1/lib/models/answeresay.dart | fanfantasi/smartbaticmobile 18765b1 lib/models/answeresay.dart | true | 200 | 1,339 | class AnswerEsayModul {
AnswerEsayModul({
required this.status,
required this.result,
});
late final bool status;
late final List<ResultAnswerEsay> result;
AnswerEsayModul.fromJson(Map<String, dynamic> json) {
status = json['status'];
result = List.from(json['result'])
.map((e) => Res... | 3 |
BlueBear1129/whitcsplay | 7fcac4b | whitcsplay/lib/main.dart | Dart | www.github.com/BlueBear1129/whitcsplay/tree/main/whitcsplay/lib/main.dart | https://raw.githubusercontent.com/BlueBear1129/whitcsplay/7fcac4b/whitcsplay/lib/main.dart | BlueBear1129/whitcsplay 7fcac4b whitcsplay/lib/main.dart | true | 200 | 5,667 | // ignore_for_file: prefer_const_constructors, use_key_in_widget_constructors, unused_import
// APP-PINE CS-375 FINAL DEMO
// Member name :- Diana Diaz, Lester Dery, A Bhilash, Nana Boateng Amoah
// Date : 5/17/22
// Professor : Kent Jones
////////////
///
/////
import 'package:flutter/material.dart';
import 'package:f... | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.