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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
diafara2003/Flutter-App-Colegios | 95aa8d9 | lib/pages/message/list_enviados_pages.dart | Dart | www.github.com/diafara2003/Flutter-App-Colegios/tree/main/lib/pages/message/list_enviados_pages.dart | https://raw.githubusercontent.com/diafara2003/Flutter-App-Colegios/95aa8d9/lib/pages/message/list_enviados_pages.dart | diafara2003/Flutter-App-Colegios 95aa8d9 lib/pages/message/list_enviados_pages.dart | true | 200 | 5,180 | import 'package:autraliano/helper/utilities.dart';
import 'package:autraliano/models/destinatarios_model.dart';
import 'package:autraliano/models/message.dart';
import 'package:autraliano/models/person.dart';
import 'package:autraliano/models/sent_to_models.dart';
import 'package:autraliano/pages/common/common_message.... | 0 |
atharsajid/XGrid-task-profile-page | 447abda | lib/res/app_theme.dart | Dart | www.github.com/atharsajid/XGrid-task-profile-page/tree/main/lib/res/app_theme.dart | https://raw.githubusercontent.com/atharsajid/XGrid-task-profile-page/447abda/lib/res/app_theme.dart | atharsajid/XGrid-task-profile-page 447abda lib/res/app_theme.dart | true | 200 | 1,600 | import 'package:flutter/material.dart';
import 'package:profile_page/res/app_colors.dart';
AppTheme currentTheme = AppTheme();
class AppTheme with ChangeNotifier {
static bool isDarkMode = false;
ThemeMode get currentTheme => isDarkMode ? ThemeMode.dark : ThemeMode.light;
void toggle() {
isDarkMode = !isDar... | 2 |
haariswaqas/Group_7 | cffa435 | ses_app/lib/dashboard.dart | Dart | www.github.com/haariswaqas/Group_7/tree/main/ses_app/lib/dashboard.dart | https://raw.githubusercontent.com/haariswaqas/Group_7/cffa435/ses_app/lib/dashboard.dart | haariswaqas/Group_7 cffa435 ses_app/lib/dashboard.dart | true | 200 | 3,823 | import 'package:flutter/material.dart';
class Dashboard extends StatelessWidget {
static const String routeName = 'dashboard';
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: PreferredSize(
preferredSize: Size.fromHeight(kToolbarHeight),
child: Container(
... | 3 |
hunghv-dev/rgb_mix | c5aa18e | lib/features/home/widgets/color_overview/green.dart | Dart | www.github.com/hunghv-dev/rgb_mix/tree/main/lib/features/home/widgets/color_overview/green.dart | https://raw.githubusercontent.com/hunghv-dev/rgb_mix/c5aa18e/lib/features/home/widgets/color_overview/green.dart | hunghv-dev/rgb_mix c5aa18e lib/features/home/widgets/color_overview/green.dart | true | 200 | 845 | import 'package:flutter/material.dart';
import 'package:rgb_mix/features/home/widgets/color_overview/color_painter.dart';
class Green extends StatelessWidget {
final double value;
final double size;
final double strokeWidth;
const Green({
super.key,
required this.value,
this.size = 300,
this.s... | 4 |
alagtari/pfamobile | 8c6774a | lib/common_widgets/sent_message_widget.dart | Dart | www.github.com/alagtari/pfamobile/tree/main/lib/common_widgets/sent_message_widget.dart | https://raw.githubusercontent.com/alagtari/pfamobile/8c6774a/lib/common_widgets/sent_message_widget.dart | alagtari/pfamobile 8c6774a lib/common_widgets/sent_message_widget.dart | true | 200 | 2,152 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:mobile/features/chat/data/models/message_model.dart';
import 'package:mobile/theme/colors.dart';
import 'package:mobile/theme/spacers.dart';
import 'package:mobile/theme/text_styles.dart';
... | 7 |
SangWook16074/induk_club_promotion_app_project | 6b9751d | lib/src/app.dart | Dart | www.github.com/SangWook16074/induk_club_promotion_app_project/tree/main/lib/src/app.dart | https://raw.githubusercontent.com/SangWook16074/induk_club_promotion_app_project/6b9751d/lib/src/app.dart | SangWook16074/induk_club_promotion_app_project 6b9751d lib/src/app.dart | true | 200 | 5,504 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:induk_club_promotion_app_project/src/controllers/page_view_controller.dart';
import 'package:induk_club_promotion_app_project/src/responsible_layout.dart';
import 'package:induk_club_promotion_app_project/src/view/home_screen.dart';
... | 1 |
joner-perey/ordering-app | 1084693 | lib/model/rating.dart | Dart | www.github.com/joner-perey/ordering-app/tree/main/lib/model/rating.dart | https://raw.githubusercontent.com/joner-perey/ordering-app/1084693/lib/model/rating.dart | joner-perey/ordering-app 1084693 lib/model/rating.dart | true | 200 | 656 | import 'package:lalaco/model/user.dart';
class Rating {
final int id;
final String store_id;
final String user_id;
final String comment;
final int rate;
final User user;
const Rating({
required this.id,
required this.store_id,
required this.user_id,
required this.comment,
required th... | 6 |
anandhu-invoguo/chatv | 19b90c4 | lib/main.dart | Dart | www.github.com/anandhu-invoguo/chatv/tree/main/lib/main.dart | https://raw.githubusercontent.com/anandhu-invoguo/chatv/19b90c4/lib/main.dart | anandhu-invoguo/chatv 19b90c4 lib/main.dart | true | 200 | 5,940 | import 'package:flutter/material.dart';
import 'dart:convert';
import 'package:http/http.dart' as http;
void main() => runApp(ChatBotApp());
class ChatBotApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
home: ChatBo... | 0 |
leooruiz/Marvel_app | c4b50fb | lib/data/dao_service/shared_prefs.dart | Dart | www.github.com/leooruiz/Marvel_app/tree/main/lib/data/dao_service/shared_prefs.dart | https://raw.githubusercontent.com/leooruiz/Marvel_app/c4b50fb/lib/data/dao_service/shared_prefs.dart | leooruiz/Marvel_app c4b50fb lib/data/dao_service/shared_prefs.dart | true | 200 | 2,028 | import 'dart:convert';
import 'package:shared_preferences/shared_preferences.dart';
import '../../domain/models/marvel_hero.dart';
class SharedPrefs {
Future<void> removeFromDatabase(MarvelHero hero) async {
final SharedPreferences prefs = await SharedPreferences.getInstance();
await prefs.setString(hero.... | 5 |
zappkodesols57/zap_flutter | fb85f28 | lib/Payments.dart | Dart | www.github.com/zappkodesols57/zap_flutter/tree/main/lib/Payments.dart | https://raw.githubusercontent.com/zappkodesols57/zap_flutter/fb85f28/lib/Payments.dart | zappkodesols57/zap_flutter fb85f28 lib/Payments.dart | true | 200 | 1,568 | import 'package:flutter/material.dart';
import 'package:zap_flutter/CommissionEarned.dart';
import 'ReceivedPayments.dart';
import 'SentPayments.dart';
import 'Authentication/constants.dart';
import 'package:get/get.dart';
class PaymentTab extends StatelessWidget {
int tabSelected;
PaymentTab(this.tabSelected);
... | 3 |
immithlesh/farm-fresh-ktr | ea47380 | lib/pages/home/bottom_item.dart | Dart | www.github.com/immithlesh/farm-fresh-ktr/tree/main/lib/pages/home/bottom_item.dart | https://raw.githubusercontent.com/immithlesh/farm-fresh-ktr/ea47380/lib/pages/home/bottom_item.dart | immithlesh/farm-fresh-ktr ea47380 lib/pages/home/bottom_item.dart | true | 200 | 1,252 | import 'package:farm_fresh/utils/extension.dart';
import 'package:flutter/material.dart';
import '../../theme/app_color.dart';
class BottomItem extends StatelessWidget {
final IconData iconData;
final String label;
final bool isSelected;
final VoidCallback onPressed;
const BottomItem({
Key? key,
re... | 2 |
rezaqi/e-commerce | ec3e06e | lib/view/widget/onbording/button_skip.dart | Dart | www.github.com/rezaqi/e-commerce/tree/main/lib/view/widget/onbording/button_skip.dart | https://raw.githubusercontent.com/rezaqi/e-commerce/ec3e06e/lib/view/widget/onbording/button_skip.dart | rezaqi/e-commerce ec3e06e lib/view/widget/onbording/button_skip.dart | true | 200 | 560 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:rezaqi_ecommerce/controller/onbording_controller.dart';
import '../../../core/constant/colors.dart';
class ButtonSkipOnBording extends GetView<OnBordingControllerImp> {
const ButtonSkipOnBording({super.key});
@override
Widge... | 4 |
Brunox117/plantify_new | 2a6592a | lib/infrastructure/inputs/plant_inputs.dart | Dart | www.github.com/Brunox117/plantify_new/tree/main/lib/infrastructure/inputs/plant_inputs.dart | https://raw.githubusercontent.com/Brunox117/plantify_new/2a6592a/lib/infrastructure/inputs/plant_inputs.dart | Brunox117/plantify_new 2a6592a lib/infrastructure/inputs/plant_inputs.dart | true | 200 | 1,187 | import 'package:formz/formz.dart';
enum NameError { empty }
enum WaterHourError { empty, format }
class PlantName extends FormzInput<String, NameError> {
const PlantName.pure() : super.pure('');
const PlantName.dirty([super.value = '']) : super.dirty();
String? get errorMessage {
if (error == NameError.em... | 7 |
vdmsantos/isolate-examples | 0eed0ad | exemplos-em-dart/example3.dart | Dart | www.github.com/vdmsantos/isolate-examples/tree/main/exemplos-em-dart/example3.dart | https://raw.githubusercontent.com/vdmsantos/isolate-examples/0eed0ad/exemplos-em-dart/example3.dart | vdmsantos/isolate-examples 0eed0ad exemplos-em-dart/example3.dart | true | 200 | 448 | import 'dart:isolate';
void main() async {
print('Executando o main 1');
final receivePort = ReceivePort();
await Isolate.spawn(workerIsolate, receivePort.sendPort);
print('Executando o main 1 de novo');
print(await receivePort.first);
}
void workerIsolate(SendPort sendPort) async {
final resposta ... | 1 |
devmoaid1/weather | 3841168 | lib/app.dart | Dart | www.github.com/devmoaid1/weather/tree/main/lib/app.dart | https://raw.githubusercontent.com/devmoaid1/weather/3841168/lib/app.dart | devmoaid1/weather 3841168 lib/app.dart | true | 200 | 408 | import 'package:flutter/material.dart';
import 'package:weather/weather/presentation/views/weather_view.dart';
class WeatherApp extends StatelessWidget {
const WeatherApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Weather app ',
theme: ThemeData(
... | 0 |
MishaArb/HomeInfo | ca279b8 | lib/presentation/pages/home/chart.dart | Dart | www.github.com/MishaArb/HomeInfo/tree/main/lib/presentation/pages/home/chart.dart | https://raw.githubusercontent.com/MishaArb/HomeInfo/ca279b8/lib/presentation/pages/home/chart.dart | MishaArb/HomeInfo ca279b8 lib/presentation/pages/home/chart.dart | true | 200 | 5,844 | part of 'home_screen.dart';
class Chart extends StatelessWidget {
const Chart({super.key});
@override
Widget build(BuildContext context) {
final size = MediaQuery.of(context).size;
return BlocBuilder<ChartBloc, ChartState>(
builder: (context, chartState) {
return Expanded(
child:... | 6 |
suhailvc/Musiq | 1fb34d4 | lib/presentation/most_played/most_played_screen.dart | Dart | www.github.com/suhailvc/Musiq/tree/main/lib/presentation/most_played/most_played_screen.dart | https://raw.githubusercontent.com/suhailvc/Musiq/1fb34d4/lib/presentation/most_played/most_played_screen.dart | suhailvc/Musiq 1fb34d4 lib/presentation/most_played/most_played_screen.dart | true | 200 | 4,042 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:project_music_player/application/most_played_bloc/most_played_bloc_bloc.dart';
import 'package:project_music_player/infrastructure/most_played/most_played_function.dart';
import 'package:project_music_player/domain/... | 3 |
UnknownVisuals/TrashManagement | 1dd5dce | lib/common/widgets/appbar/appbar.dart | Dart | www.github.com/UnknownVisuals/TrashManagement/tree/main/lib/common/widgets/appbar/appbar.dart | https://raw.githubusercontent.com/UnknownVisuals/TrashManagement/1dd5dce/lib/common/widgets/appbar/appbar.dart | UnknownVisuals/TrashManagement 1dd5dce lib/common/widgets/appbar/appbar.dart | true | 200 | 1,653 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:iconsax/iconsax.dart';
import 'package:trash_management/utils/constants/colors.dart';
import 'package:trash_management/utils/constants/sizes.dart';
import 'package:trash_management/utils/device/device_utility.dart';
import 'package:t... | 5 |
fahad7tt/alletre | a475422 | lib/controller/providers/auction_image_provider.dart | Dart | www.github.com/fahad7tt/alletre/tree/main/lib/controller/providers/auction_image_provider.dart | https://raw.githubusercontent.com/fahad7tt/alletre/a475422/lib/controller/providers/auction_image_provider.dart | fahad7tt/alletre a475422 lib/controller/providers/auction_image_provider.dart | true | 200 | 1,074 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
class AuctionImageProvider extends ChangeNotifier {
final List<File> _mediaList = [];
int? _coverPhotoIndex;
List<File> get mediaList => _mediaList;
int? get coverPhotoIndex => _coverPhotoIndex;
final... | 4 |
ManarWagehh/Quran-Kareem | df20b50 | lib/screens/first_onboard.dart | Dart | www.github.com/ManarWagehh/Quran-Kareem/tree/main/lib/screens/first_onboard.dart | https://raw.githubusercontent.com/ManarWagehh/Quran-Kareem/df20b50/lib/screens/first_onboard.dart | ManarWagehh/Quran-Kareem df20b50 lib/screens/first_onboard.dart | true | 200 | 1,109 | import 'package:flutter/material.dart';
class FirstOnboard extends StatelessWidget {
final String title;
final String description;
final String image;
const FirstOnboard(
{super.key,
required this.title,
required this.description,
required this.image});
@override
Widget build(Build... | 2 |
pedrosc1967/mainter | b41e56b | lib/auth.dart | Dart | www.github.com/pedrosc1967/mainter/tree/main/lib/auth.dart | https://raw.githubusercontent.com/pedrosc1967/mainter/b41e56b/lib/auth.dart | pedrosc1967/mainter b41e56b lib/auth.dart | true | 200 | 630 | import 'package:crypt/crypt.dart';
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
class Auth {
late FlutterSecureStorage storage;
Auth() {
storage = FlutterSecureStorage(); // 1
}
void setPassword(String uid, String password) {
// 1
String hashedPassword = Crypt.sha256(passwo... | 1 |
hager-shiref/Salla | 8759d3d | lib/shared/constant.dart | Dart | www.github.com/hager-shiref/Salla/tree/main/lib/shared/constant.dart | https://raw.githubusercontent.com/hager-shiref/Salla/8759d3d/lib/shared/constant.dart | hager-shiref/Salla 8759d3d lib/shared/constant.dart | true | 200 | 1,011 | // ignore_for_file: avoid_print
import 'package:flutter/material.dart';
import 'package:shop_app/modules/login_screen/login_screen.dart';
import 'package:shop_app/network/local/cache_helper.dart';
import 'package:shop_app/shared/component.dart';
MaterialColor defaultColor = Colors.blue;
//============================... | 7 |
ZakariaHossain56/Food-Delivery-App | 963b349 | lib/pages/delivery_progress_page.dart | Dart | www.github.com/ZakariaHossain56/Food-Delivery-App/tree/main/lib/pages/delivery_progress_page.dart | https://raw.githubusercontent.com/ZakariaHossain56/Food-Delivery-App/963b349/lib/pages/delivery_progress_page.dart | ZakariaHossain56/Food-Delivery-App 963b349 lib/pages/delivery_progress_page.dart | true | 200 | 3,624 |
import 'package:flutter/material.dart';
import 'package:food_delivery_app/components/my_receipt.dart';
import 'package:food_delivery_app/models/restaurent.dart';
import 'package:food_delivery_app/services/database/firestore.dart';
import 'package:provider/provider.dart';
class DeliveryProgressPage extends StatefulWid... | 6 |
AndreCruzGeraldo/plannerfy_desktop_test | 069e04b | lib/manager/document_manager.dart | Dart | www.github.com/AndreCruzGeraldo/plannerfy_desktop_test/tree/main/lib/manager/document_manager.dart | https://raw.githubusercontent.com/AndreCruzGeraldo/plannerfy_desktop_test/069e04b/lib/manager/document_manager.dart | AndreCruzGeraldo/plannerfy_desktop_test 069e04b lib/manager/document_manager.dart | true | 200 | 1,757 | import 'dart:io';
import 'package:file_picker/file_picker.dart';
import 'package:flutter/material.dart';
import 'package:plannerfy_desktop/manager/user_manager.dart';
import 'package:plannerfy_desktop/model/document_model.dart';
import 'package:plannerfy_desktop/services/queries/ws_documents.dart';
import 'package:prov... | 3 |
Abinash753/Flutter-Web-Admin-Panel- | 0ec97cc | lib/main.dart | Dart | www.github.com/Abinash753/Flutter-Web-Admin-Panel-/tree/main/lib/main.dart | https://raw.githubusercontent.com/Abinash753/Flutter-Web-Admin-Panel-/0ec97cc/lib/main.dart | Abinash753/Flutter-Web-Admin-Panel- 0ec97cc lib/main.dart | true | 200 | 1,606 | import 'dart:io';
import 'package:ev_admin/helper/screen/home_screen.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'helper/helper.dart'... | 0 |
Carranza32/plan_app | 95af021 | lib/src/screens/commune/dashboard_screen.dart | Dart | www.github.com/Carranza32/plan_app/tree/main/lib/src/screens/commune/dashboard_screen.dart | https://raw.githubusercontent.com/Carranza32/plan_app/95af021/lib/src/screens/commune/dashboard_screen.dart | Carranza32/plan_app 95af021 lib/src/screens/commune/dashboard_screen.dart | true | 200 | 3,074 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:plan_app/src/constants.dart';
import 'package:plan_app/src/widgets/alert_widget.dart';
import 'package:plan_app/src/widgets/drawer_widget.dart';
import 'package:plan_app/src/widgets/line_chart_widget.dart';
import 'package:plan_app/s... | 2 |
cgcianAnu12/budypay | 14ae5d5 | lib/screens/BaseScreen.dart | Dart | www.github.com/cgcianAnu12/budypay/tree/main/lib/screens/BaseScreen.dart | https://raw.githubusercontent.com/cgcianAnu12/budypay/14ae5d5/lib/screens/BaseScreen.dart | cgcianAnu12/budypay 14ae5d5 lib/screens/BaseScreen.dart | true | 200 | 4,759 | import 'package:flutter/material.dart';
class BaseScreen extends StatelessWidget {
final int selectedIndex;
final Widget child;
final Function(int)? onItemTapped;
final Future<void> Function()? onRefresh;
BaseScreen({
required this.selectedIndex,
required this.child,
this.onItemTapped,
this.... | 5 |
iskburcin/erasmusmoneymanager | ad88bb8 | lib/pages/profile_page.dart | Dart | www.github.com/iskburcin/erasmusmoneymanager/tree/main/lib/pages/profile_page.dart | https://raw.githubusercontent.com/iskburcin/erasmusmoneymanager/ad88bb8/lib/pages/profile_page.dart | iskburcin/erasmusmoneymanager ad88bb8 lib/pages/profile_page.dart | true | 200 | 10,353 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:erasmusmoneymanager/utils/edit_textfield.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import '../utils/profile_detailed_row.dart';
class ProfilePage extends State... | 4 |
Srinath-exe/netflix_clone | 97d4289 | lib/models/MovieDetailsModel.dart | Dart | www.github.com/Srinath-exe/netflix_clone/tree/main/lib/models/MovieDetailsModel.dart | https://raw.githubusercontent.com/Srinath-exe/netflix_clone/97d4289/lib/models/MovieDetailsModel.dart | Srinath-exe/netflix_clone 97d4289 lib/models/MovieDetailsModel.dart | true | 200 | 6,170 | import 'dart:convert';
MoviesDetailsModel moviesDetailsModelFromJson(String str) =>
MoviesDetailsModel.fromJson(json.decode(str));
String moviesDetailsModelToJson(MoviesDetailsModel data) =>
json.encode(data.toJson());
class MoviesDetailsModel {
MoviesDetailsModel({
this.adult,
this.back... | 7 |
Antonio305/app_school_teachers2 | 45bfcde | lib/models/semestre.dart | Dart | www.github.com/Antonio305/app_school_teachers2/tree/main/lib/models/semestre.dart | https://raw.githubusercontent.com/Antonio305/app_school_teachers2/45bfcde/lib/models/semestre.dart | Antonio305/app_school_teachers2 45bfcde lib/models/semestre.dart | true | 200 | 819 | // To parse this JSON data, do
//
// final semestres = semestresFromJson(jsonString);
import 'dart:convert';
class Semestres {
Semestres({
required this.name,
required this.periodic,
required this.cursando,
required this.uid,
});
String name;
String periodic;
bool cursando;
String uid... | 0 |
Dhruvawara/UdemyFlutterProjects | ee16daf | udemy_flutter_application_1/lib/helloWorldExample/hello_world_widget.dart | Dart | www.github.com/Dhruvawara/UdemyFlutterProjects/tree/main/udemy_flutter_application_1/lib/helloWorldExample/hello_world_widget.dart | https://raw.githubusercontent.com/Dhruvawara/UdemyFlutterProjects/ee16daf/udemy_flutter_application_1/lib/helloWorldExample/hello_world_widget.dart | Dhruvawara/UdemyFlutterProjects ee16daf udemy_flutter_application_1/lib/helloWorldExample/hello_world_widget.dart | true | 200 | 4,127 | import 'package:flutter/material.dart';
import 'package:gap/gap.dart';
import 'package:udemy_flutter_application_1/eventChannel/event_channel_widget.dart';
import 'package:udemy_flutter_application_1/expense_tracker/widgets/expenses.dart';
import 'package:udemy_flutter_application_1/getExample/getx_roll_dice_widget.dar... | 6 |
jonathancaleb/weather_app | 312ebed | lib/pages/weather_page.dart | Dart | www.github.com/jonathancaleb/weather_app/tree/main/lib/pages/weather_page.dart | https://raw.githubusercontent.com/jonathancaleb/weather_app/312ebed/lib/pages/weather_page.dart | jonathancaleb/weather_app 312ebed lib/pages/weather_page.dart | true | 200 | 2,220 | import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:lottie/lottie.dart';
import 'package:weather_app/models/weather_model.dart';
import 'package:weather_app/service/weather_service.dart';
class WeatherPage extends StatefulWidget {
const WeatherPage({super.key});
@over... | 3 |
emekss/Ecommerce_App | de9bf53 | lib/pages/create_account_page.dart | Dart | www.github.com/emekss/Ecommerce_App/tree/main/lib/pages/create_account_page.dart | https://raw.githubusercontent.com/emekss/Ecommerce_App/de9bf53/lib/pages/create_account_page.dart | emekss/Ecommerce_App de9bf53 lib/pages/create_account_page.dart | true | 200 | 2,663 | import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:sample_project/components/bottom_navbar_button.dart';
import 'package:sample_project/components/custom_widget.dart';
class CreateAccountPage extends StatelessWidget {
const CreateAccountPage({supe... | 2 |
Hambra-Bsure/Bsure_new | b8b3448 | lib/Screens/DigitalWill/WillScreen.dart | Dart | www.github.com/Hambra-Bsure/Bsure_new/tree/main/lib/Screens/DigitalWill/WillScreen.dart | https://raw.githubusercontent.com/Hambra-Bsure/Bsure_new/b8b3448/lib/Screens/DigitalWill/WillScreen.dart | Hambra-Bsure/Bsure_new b8b3448 lib/Screens/DigitalWill/WillScreen.dart | true | 200 | 10,004 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:http/http.dart' as http;
import '../LoginScreen.dart';
import 'Digitalwill_mainscreen.dart';
import 'Digitalwill_screens/witness_screens/willpdf_download.dart';
import 'Willbenefit... | 5 |
thejorabek/food | 9296969 | lib/src/routes/router.dart | Dart | www.github.com/thejorabek/food/tree/main/lib/src/routes/router.dart | https://raw.githubusercontent.com/thejorabek/food/9296969/lib/src/routes/router.dart | thejorabek/food 9296969 lib/src/routes/router.dart | true | 200 | 826 | import 'package:flutter/material.dart';
import 'package:food_app/src/data/datasources/local/local_db.dart';
import 'package:food_app/src/presentation/views/home_page.dart';
import 'package:food_app/src/presentation/views/info_page.dart';
class RouteGenerator {
static final RouteGenerator _generator = RouteGenerator.... | 1 |
RasikaEkanayake/transport_service | a1e0bd6 | lib/user/view_alerts.dart | Dart | www.github.com/RasikaEkanayake/transport_service/tree/main/lib/user/view_alerts.dart | https://raw.githubusercontent.com/RasikaEkanayake/transport_service/a1e0bd6/lib/user/view_alerts.dart | RasikaEkanayake/transport_service a1e0bd6 lib/user/view_alerts.dart | true | 200 | 409 | import 'package:flutter/material.dart';
class ViewAlerts extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('View Alerts'),
backgroundColor: Colors.blue,
),
body: Center(
child: Text(
'View Al... | 4 |
GhagSagar23/legendary-system | 14727c4 | pizzaapp/lib/main.dart | Dart | www.github.com/GhagSagar23/legendary-system/tree/main/pizzaapp/lib/main.dart | https://raw.githubusercontent.com/GhagSagar23/legendary-system/14727c4/pizzaapp/lib/main.dart | GhagSagar23/legendary-system 14727c4 pizzaapp/lib/main.dart | true | 200 | 999 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:food_ui_transition/const.dart';
import 'package:food_ui_transition/foodDetails/details.dart';
import 'package:food_ui_transition/home/home.dart';
import 'package:googl... | 7 |
SaurabhSharmaIT/magic_8_balls | 1e689d4 | lib/main.dart | Dart | www.github.com/SaurabhSharmaIT/magic_8_balls/tree/main/lib/main.dart | https://raw.githubusercontent.com/SaurabhSharmaIT/magic_8_balls/1e689d4/lib/main.dart | SaurabhSharmaIT/magic_8_balls 1e689d4 lib/main.dart | true | 200 | 957 | import 'dart:math';
import 'package:flutter/material.dart';
void main() {
runApp(MaterialApp(
home: Scaffold(
backgroundColor: Colors.blue[400],
appBar: AppBar(
backgroundColor: Colors.blue[900],
title: Center(child: Text('Ask Me Anything')),
),
body: MyApp(),
),
),... | 3 |
iamyashbhavsar8/e_vital_rx_practice_app | abf90e0 | lib/utils/hive_db.dart | Dart | www.github.com/iamyashbhavsar8/e_vital_rx_practice_app/tree/main/lib/utils/hive_db.dart | https://raw.githubusercontent.com/iamyashbhavsar8/e_vital_rx_practice_app/abf90e0/lib/utils/hive_db.dart | iamyashbhavsar8/e_vital_rx_practice_app abf90e0 lib/utils/hive_db.dart | true | 200 | 798 | import 'dart:io';
import 'package:e_vital_rx/utils/shared_preferences.dart';
import 'package:hive_flutter/hive_flutter.dart';
import 'package:path_provider/path_provider.dart';
import '../model/data_model/data_model.dart';
import 'constants.dart';
class HiveDb {
hiveInit() async {
Directory? directory = await ... | 6 |
guillemalba/ijoin | ec1973b | lib/screens/filters.dart | Dart | www.github.com/guillemalba/ijoin/tree/main/lib/screens/filters.dart | https://raw.githubusercontent.com/guillemalba/ijoin/ec1973b/lib/screens/filters.dart | guillemalba/ijoin ec1973b lib/screens/filters.dart | true | 200 | 7,108 | import 'package:flutter/material.dart';
import 'package:ijoin/model/event.dart';
import 'package:dio/dio.dart';
import 'package:provider/provider.dart';
import 'notifier.dart';
/*
Página de los filtros de búsqueda
*/
class FiltrosScreen extends StatefulWidget {
final dio = Dio();
@override
_FiltrosState createS... | 0 |
AFAZL/Ex5 | afc74d0 | lib/uifiles/home.dart | Dart | www.github.com/AFAZL/Ex5/tree/main/lib/uifiles/home.dart | https://raw.githubusercontent.com/AFAZL/Ex5/afc74d0/lib/uifiles/home.dart | AFAZL/Ex5 afc74d0 lib/uifiles/home.dart | true | 200 | 6,056 | import 'package:flutter/material.dart';
import 'package:myapp/uifiles/profile.dart';
class HomePage extends StatelessWidget {
final List<String> topSongs = [
'Song 1',
'Song 2',
'Song 3',
'Song 4',
'Song 5',
];
final List<String> suggestions = [
'Suggestion 1',
'Suggestion 2',
'S... | 1 |
SyedzFazal1708/UI-Practices-App | b8b48c4 | lib/main.dart | Dart | www.github.com/SyedzFazal1708/UI-Practices-App/tree/main/lib/main.dart | https://raw.githubusercontent.com/SyedzFazal1708/UI-Practices-App/b8b48c4/lib/main.dart | SyedzFazal1708/UI-Practices-App b8b48c4 lib/main.dart | true | 200 | 792 | // ignore_for_file: prefer_const_constructors, must_call_super
import 'package:attractive_ui/wel_src.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatefulWidget {
const MyApp({super.key});
@override
State<My... | 5 |
Diviloper/CodeAdvent | 4e5a097 | 2024/bin/Day 19/main.dart | Dart | www.github.com/Diviloper/CodeAdvent/tree/main/2024/bin/Day 19/main.dart | https://raw.githubusercontent.com/Diviloper/CodeAdvent/4e5a097/2024/bin/Day%2019/main.dart | Diviloper/CodeAdvent 4e5a097 2024/bin/Day 19/main.dart | true | 200 | 1,523 | import 'dart:io';
import 'package:collection/collection.dart';
void main() {
final [towelInput, designInput] = File('./input.txt')
.readAsStringSync()
.split("${Platform.lineTerminator}${Platform.lineTerminator}");
final availableTowels = towelInput.split(', ');
final designs = designInput.split(Pla... | 2 |
Kushalrock/coastalflooding | 9dba7b0 | lib/pages/PostPage/controllers/post_page_controller.dart | Dart | www.github.com/Kushalrock/coastalflooding/tree/main/lib/pages/PostPage/controllers/post_page_controller.dart | https://raw.githubusercontent.com/Kushalrock/coastalflooding/9dba7b0/lib/pages/PostPage/controllers/post_page_controller.dart | Kushalrock/coastalflooding 9dba7b0 lib/pages/PostPage/controllers/post_page_controller.dart | true | 200 | 6,124 | import 'dart:io';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_storage/firebase_storage.dart';
import 'package:flutter/material.dart';
import 'package:geolocator/geolocator.dart';
import 'package:get/get.dart';
import 'package:image_... | 4 |
Alaa-gif26/notes_app | 9099601 | lib/simple_bloc_observer.dart | Dart | www.github.com/Alaa-gif26/notes_app/tree/main/lib/simple_bloc_observer.dart | https://raw.githubusercontent.com/Alaa-gif26/notes_app/9099601/lib/simple_bloc_observer.dart | Alaa-gif26/notes_app 9099601 lib/simple_bloc_observer.dart | true | 200 | 631 | import 'package:flutter/cupertino.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
class SimpleBlocObserver implements BlocObserver {
@override
void onChange(BlocBase bloc, Change change) {
debugPrint("chane= ${change}");
}
@override
void onClose(BlocBase bloc) {
debugPrint("close= ${bloc}");... | 7 |
CoulibalyNawhoua/coaching_mobile | 10407ab | lib/views/notification_liste.dart | Dart | www.github.com/CoulibalyNawhoua/coaching_mobile/tree/main/lib/views/notification_liste.dart | https://raw.githubusercontent.com/CoulibalyNawhoua/coaching_mobile/10407ab/lib/views/notification_liste.dart | CoulibalyNawhoua/coaching_mobile 10407ab lib/views/notification_liste.dart | true | 200 | 2,598 | import 'package:app_coaching/constantes/constantes.dart';
import 'package:app_coaching/widgets/appBar.dart';
import 'package:flutter/material.dart';
class NotificationPage extends StatefulWidget {
const NotificationPage({super.key});
@override
State<NotificationPage> createState() => _NotificationPageState();
}... | 6 |
borennmorm/app-with-vandad | bf8bbf7 | lib/views/home.dart | Dart | www.github.com/borennmorm/app-with-vandad/tree/main/lib/views/home.dart | https://raw.githubusercontent.com/borennmorm/app-with-vandad/bf8bbf7/lib/views/home.dart | borennmorm/app-with-vandad bf8bbf7 lib/views/home.dart | true | 200 | 1,344 | import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:flutter_application_vandad/firebase_options.dart';
import 'package:flutter_application_vandad/views/note_view.dart';
import 'package:flutter_application_vandad/vi... | 3 |
patlaughlin/space_traders_flutter | 0b80aac | lib/models/models.dart | Dart | www.github.com/patlaughlin/space_traders_flutter/tree/main/lib/models/models.dart | https://raw.githubusercontent.com/patlaughlin/space_traders_flutter/0b80aac/lib/models/models.dart | patlaughlin/space_traders_flutter 0b80aac lib/models/models.dart | true | 200 | 4,779 | import 'package:json_annotation/json_annotation.dart';
part 'models.g.dart';
@JsonSerializable()
class Data {
final String token;
final Agent agent;
final Contract contract;
final Faction faction;
// final Ship ship;
Data({
required this.token,
required this.agent,
required this.contract,
... | 0 |
MohammedAttia3104/meal_monkey_app | adf77ae | lib/meal_monkey_app/presentation/screens/new_password_screen/new_password_screen.dart | Dart | www.github.com/MohammedAttia3104/meal_monkey_app/tree/main/lib/meal_monkey_app/presentation/screens/new_password_screen/new_password_screen.dart | https://raw.githubusercontent.com/MohammedAttia3104/meal_monkey_app/adf77ae/lib/meal_monkey_app/presentation/screens/new_password_screen/new_password_screen.dart | MohammedAttia3104/meal_monkey_app adf77ae lib/meal_monkey_app/presentation/screens/new_password_screen/new_password_screen.dart | true | 200 | 1,157 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:meal_monkey_app/constants/size_config.dart';
import 'package:meal_monkey_app/meal_monkey_app/presentation/screens/new_password_screen/widgets/new_password_screen_body.dart';
import 'package:meal_monkey_a... | 4 |
MohamedEzzDM/Day1-Responsive-Home-Screen | f05fbc3 | lib/screens/home/Component/promo_item.dart | Dart | www.github.com/MohamedEzzDM/Day1-Responsive-Home-Screen/tree/main/lib/screens/home/Component/promo_item.dart | https://raw.githubusercontent.com/MohamedEzzDM/Day1-Responsive-Home-Screen/f05fbc3/lib/screens/home/Component/promo_item.dart | MohamedEzzDM/Day1-Responsive-Home-Screen f05fbc3 lib/screens/home/Component/promo_item.dart | true | 200 | 1,066 | import 'package:flutter/material.dart';
import '../../../size_config.dart';
class PromoItem extends StatelessWidget {
const PromoItem({Key? key, required this.itemImagePath}) : super(key: key);
final String itemImagePath;
@override
Widget build(BuildContext context) {
return ClipRRect(
borderRadius... | 2 |
S4tyendra/Adb-mining | 14a9f47 | lib/screens/3GetListOfApps.dart | Dart | www.github.com/S4tyendra/Adb-mining/tree/main/lib/screens/3GetListOfApps.dart | https://raw.githubusercontent.com/S4tyendra/Adb-mining/14a9f47/lib/screens/3GetListOfApps.dart | S4tyendra/Adb-mining 14a9f47 lib/screens/3GetListOfApps.dart | true | 200 | 2,355 | import 'dart:io';
import 'package:flutter/cupertino.dart';
import 'package:get/get.dart';
class AppListPage extends StatefulWidget {
final String deviceName;
final String userId;
AppListPage({required this.deviceName, required this.userId});
@override
_AppListPageState createState() => _AppListPageState();... | 5 |
commodots/PersonalityTest | 3ed0554 | lib/constrants/routes.dart | Dart | www.github.com/commodots/PersonalityTest/tree/main/lib/constrants/routes.dart | https://raw.githubusercontent.com/commodots/PersonalityTest/3ed0554/lib/constrants/routes.dart | commodots/PersonalityTest 3ed0554 lib/constrants/routes.dart | true | 200 | 1,035 | import 'package:flutter/material.dart';
import 'package:export_readiness/login_screen.dart';
const firstPageRoute = '/firstPage/';
const shortPageRoute = '/shortPage/';
const secondPageRoute = '/secondPage/';
const thirdPageRoute = '/thirdPage/';
const fourthPageRoute = '/fourthPage/';
const fifthPageRoute = '/fifthPa... | 1 |
DagmMesfin/flutter_ahmenes_application | 04fadc7 | lib/features/notification/notification_service.dart | Dart | www.github.com/DagmMesfin/flutter_ahmenes_application/tree/main/lib/features/notification/notification_service.dart | https://raw.githubusercontent.com/DagmMesfin/flutter_ahmenes_application/04fadc7/lib/features/notification/notification_service.dart | DagmMesfin/flutter_ahmenes_application 04fadc7 lib/features/notification/notification_service.dart | true | 200 | 3,812 | import 'package:flutter_local_notifications/flutter_local_notifications.dart';
import 'package:timezone/timezone.dart' as tz;
class NotificationService {
final FlutterLocalNotificationsPlugin notificationsPlugin =
FlutterLocalNotificationsPlugin();
Future<void> initNotification() async {
AndroidInitiali... | 7 |
gustojvalle/controls_app | 8286870 | lib/main.dart | Dart | www.github.com/gustojvalle/controls_app/tree/main/lib/main.dart | https://raw.githubusercontent.com/gustojvalle/controls_app/8286870/lib/main.dart | gustojvalle/controls_app 8286870 lib/main.dart | true | 200 | 809 | import 'package:controls_app/components/BottomNavigationBar.dart';
import 'package:controls_app/state/EspressoState.dart';
import 'package:controls_app/state/MachineConfigState.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'pages/BleConnectScreen.dart';
void main() {
... | 6 |
vladyslav-alisov/flutter_bloc_template | 8ddac3b | lib/features/app_settings/domain/use_cases/language_update.dart | Dart | www.github.com/vladyslav-alisov/flutter_bloc_template/tree/main/lib/features/app_settings/domain/use_cases/language_update.dart | https://raw.githubusercontent.com/vladyslav-alisov/flutter_bloc_template/8ddac3b/lib/features/app_settings/domain/use_cases/language_update.dart | vladyslav-alisov/flutter_bloc_template 8ddac3b lib/features/app_settings/domain/use_cases/language_update.dart | true | 200 | 848 | import 'package:flutter/material.dart';
import 'package:flutter_bloc_template/core/error/failure.dart';
import 'package:flutter_bloc_template/core/use_case/use_case.dart';
import 'package:flutter_bloc_template/features/app_settings/domain/repositories/app_settings_repository.dart';
import 'package:fpdart/fpdart.dart';
... | 3 |
aymentucker/furnitui | bca5bae | lib/screens/home.dart | Dart | www.github.com/aymentucker/furnitui/tree/main/lib/screens/home.dart | https://raw.githubusercontent.com/aymentucker/furnitui/bca5bae/lib/screens/home.dart | aymentucker/furnitui bca5bae lib/screens/home.dart | true | 200 | 13,696 | import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:furnitui/screens/checkout.dart';
import 'package:furnitui/screens/favorites.dart';
import 'package:furnitui/widgets/drawer_widget.dart';
import 'package:furnitui/widgets/category_chip_widget.dart';
i... | 0 |
sameer11001/AiWave | 0e3df75 | packages/wave_ai/lib/src/data/model/word_wave/word_wave_status.dart | Dart | www.github.com/sameer11001/AiWave/tree/main/packages/wave_ai/lib/src/data/model/word_wave/word_wave_status.dart | https://raw.githubusercontent.com/sameer11001/AiWave/0e3df75/packages/wave_ai/lib/src/data/model/word_wave/word_wave_status.dart | sameer11001/AiWave 0e3df75 packages/wave_ai/lib/src/data/model/word_wave/word_wave_status.dart | true | 200 | 3,234 | import 'dart:async';
import '../../../../wave_ai.dart';
class WordWaveStatus extends BaseStatus {
WordWaveStatus({
required super.uid,
required super.mediaUid,
required super.modelName,
required super.state,
required super.stateMessage,
super.stateDetails,
required super.progress,
re... | 4 |
GregClln9/spotigreg | 3c3e01b | spotigreg_front/lib/utils/tracks_utils.dart | Dart | www.github.com/GregClln9/spotigreg/tree/main/spotigreg_front/lib/utils/tracks_utils.dart | https://raw.githubusercontent.com/GregClln9/spotigreg/3c3e01b/spotigreg_front/lib/utils/tracks_utils.dart | GregClln9/spotigreg 3c3e01b spotigreg_front/lib/utils/tracks_utils.dart | true | 200 | 2,063 | // ignore_for_file: avoid_print
import 'package:flutter/material.dart';
import 'package:hive_flutter/hive_flutter.dart';
import 'package:spotigreg_front/storage/boxes.dart';
import 'package:spotigreg_front/storage/tracks_hive.dart';
import 'package:spotigreg_front/utils/utils.dart';
Box<TracksHive> box = Boxes.getTra... | 2 |
mostfamhmd/NotesApp | 8aa0337 | lib/views/widgets/notes_view_body.dart | Dart | www.github.com/mostfamhmd/NotesApp/tree/main/lib/views/widgets/notes_view_body.dart | https://raw.githubusercontent.com/mostfamhmd/NotesApp/8aa0337/lib/views/widgets/notes_view_body.dart | mostfamhmd/NotesApp 8aa0337 lib/views/widgets/notes_view_body.dart | true | 200 | 1,558 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:notes_app/constants.dart';
import 'package:notes_app/views/search_note_view.dart';
import '../../cubits/notes_cubit/notes_cubit.dart';
import 'custom_app_bar.dart';
import 'notes_list_view.dart';
class NotesViewBo... | 1 |
dervaagg/warmindo-mobile-flutter | a0cc8a8 | lib/widgets/reusable.widget.dart | Dart | www.github.com/dervaagg/warmindo-mobile-flutter/tree/main/lib/widgets/reusable.widget.dart | https://raw.githubusercontent.com/dervaagg/warmindo-mobile-flutter/a0cc8a8/lib/widgets/reusable.widget.dart | dervaagg/warmindo-mobile-flutter a0cc8a8 lib/widgets/reusable.widget.dart | true | 200 | 3,918 | import 'package:flutter/material.dart';
Image logoWidget(String imageName) {
return Image.asset(imageName,
fit: BoxFit.fitWidth, width: 250, height: 140, color: Colors.white);
// function body
}
TextField reusableTextField(String text, IconData icon, bool isPasswordType,
TextEditingController controller... | 5 |
VShawn/FaceId | 73d1722 | face_ui/lib/controller/camera_controller.dart | Dart | www.github.com/VShawn/FaceId/tree/main/face_ui/lib/controller/camera_controller.dart | https://raw.githubusercontent.com/VShawn/FaceId/73d1722/face_ui/lib/controller/camera_controller.dart | VShawn/FaceId 73d1722 face_ui/lib/controller/camera_controller.dart | true | 200 | 3,665 | import 'dart:async';
import 'dart:io';
import 'package:camera_platform_interface/camera_platform_interface.dart';
import 'package:face_locker/utils/log_util.dart';
class CameraController {
final CameraDescription _camera;
int? _cameraId;
int wdith = 0;
int height = 0;
StreamSubscription<CameraErrorEvent>? _... | 7 |
AmirMohammadKargar/Salon | 1c199fe | lib/src/features/salon/presentations/widgets/service_card.widget.dart | Dart | www.github.com/AmirMohammadKargar/Salon/tree/main/lib/src/features/salon/presentations/widgets/service_card.widget.dart | https://raw.githubusercontent.com/AmirMohammadKargar/Salon/1c199fe/lib/src/features/salon/presentations/widgets/service_card.widget.dart | AmirMohammadKargar/Salon 1c199fe lib/src/features/salon/presentations/widgets/service_card.widget.dart | true | 200 | 2,959 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:salon/src/core/theme/theme.dart';
import 'package:salon/src/features/services/domain/entities/service.entity.dart';
class ServiceCard ext... | 6 |
irismake/CoffeConti | 02f4aea | lib/components/popup/error_message_popup.dart | Dart | www.github.com/irismake/CoffeConti/tree/main/lib/components/popup/error_message_popup.dart | https://raw.githubusercontent.com/irismake/CoffeConti/02f4aea/lib/components/popup/error_message_popup.dart | irismake/CoffeConti 02f4aea lib/components/popup/error_message_popup.dart | true | 200 | 1,345 | import 'package:coffeeconti/components/constants/gaps.dart';
import 'package:flutter/material.dart';
class ShowErrorMessage extends StatelessWidget {
const ShowErrorMessage(BuildContext context, {super.key});
@override
Widget build(BuildContext context) {
return AlertDialog(
shape: RoundedRectangleBor... | 3 |
khaledd20/Star-Kids | 17292c0 | lib/views/financeReport.dart | Dart | www.github.com/khaledd20/Star-Kids/tree/main/lib/views/financeReport.dart | https://raw.githubusercontent.com/khaledd20/Star-Kids/17292c0/lib/views/financeReport.dart | khaledd20/Star-Kids 17292c0 lib/views/financeReport.dart | true | 200 | 15,496 | import 'dart:typed_data';
import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/services.dart';
import 'package:pdf/pdf.dart';
import 'package:pdf/widgets.dart' as pw;
import 'package:printing/printing.dart';
import 'package:google_fonts/google_fonts.dart... | 0 |
Honeyda123/MyApplication | dd3bce7 | lib/views/settings/about_us.dart | Dart | www.github.com/Honeyda123/MyApplication/tree/main/lib/views/settings/about_us.dart | https://raw.githubusercontent.com/Honeyda123/MyApplication/dd3bce7/lib/views/settings/about_us.dart | Honeyda123/MyApplication dd3bce7 lib/views/settings/about_us.dart | true | 200 | 3,026 | import 'package:flutter/material.dart';
import 'package:firstproject/views/settings/profile_settings.dart';
class AboutUsScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('About Us'),
),
body: SingleChild... | 4 |
PilKvas/mobyte_birthday_app | ffe7504 | lib/features/birthday_app/presentation/widgets/guest_page_widget/guest_list_item.dart | Dart | www.github.com/PilKvas/mobyte_birthday_app/tree/main/lib/features/birthday_app/presentation/widgets/guest_page_widget/guest_list_item.dart | https://raw.githubusercontent.com/PilKvas/mobyte_birthday_app/ffe7504/lib/features/birthday_app/presentation/widgets/guest_page_widget/guest_list_item.dart | PilKvas/mobyte_birthday_app ffe7504 lib/features/birthday_app/presentation/widgets/guest_page_widget/guest_list_item.dart | true | 200 | 1,362 | import 'package:flutter/material.dart';
import 'package:mobyte_birthday_app/constants/app_images.dart';
import 'package:mobyte_birthday_app/features/birthday_app/presentation/widgets/guest_page_widget/delete_button.dart';
class GuestListItem extends StatelessWidget {
const GuestListItem({
super.key,
required... | 5 |
0xPranjl/flutter_tuts | 7db2a60 | main.dart | Dart | www.github.com/0xPranjl/flutter_tuts/tree/main/main.dart | https://raw.githubusercontent.com/0xPranjl/flutter_tuts/7db2a60/main.dart | 0xPranjl/flutter_tuts 7db2a60 main.dart | true | 200 | 1,516 | import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatefulWidget {
MyApp({super.key});
@override
State<MyApp> createState() => _MyAppState();
}
class _MyAppState extends State<MyApp> {
String btnname = 'pranjal';
int index = 0;
@override
Widget build(BuildC... | 2 |
NanoDev777/avsa | 7b543ef | lib/widgets/drop_down_unidad_medida.dart | Dart | www.github.com/NanoDev777/avsa/tree/main/lib/widgets/drop_down_unidad_medida.dart | https://raw.githubusercontent.com/NanoDev777/avsa/7b543ef/lib/widgets/drop_down_unidad_medida.dart | NanoDev777/avsa 7b543ef lib/widgets/drop_down_unidad_medida.dart | true | 200 | 3,822 | import 'package:andeanvalleysystem/models/model_parametros.dart';
import 'package:andeanvalleysystem/pages/loading_page.dart';
import 'package:andeanvalleysystem/pages/something_went_wrong.dart';
import 'package:andeanvalleysystem/utils/connections/api_parametros.dart';
import 'package:andeanvalleysystem/widgets/drop_d... | 7 |
SiekamCebule/ski_jumpers | e275939 | lib/models/apperance.dart | Dart | www.github.com/SiekamCebule/ski_jumpers/tree/main/lib/models/apperance.dart | https://raw.githubusercontent.com/SiekamCebule/ski_jumpers/e275939/lib/models/apperance.dart | SiekamCebule/ski_jumpers e275939 lib/models/apperance.dart | true | 200 | 3,071 | // ignore_for_file: avoid_print
import 'package:intl/intl.dart';
import 'package:ski_jumpers/models/ski_jumper.dart';
import 'package:http/http.dart' as http;
import 'package:html/parser.dart' as parser;
var formatter = DateFormat('dd-MM-yyyy');
class Apperance {
Apperance({
required this.date,
... | 6 |
vichShir/unicamp-information-systems | 42b22b1 | ft-si700-homestoquer/trabalho/parte01/lib/main.dart | Dart | www.github.com/vichShir/unicamp-information-systems/tree/main/ft-si700-homestoquer/trabalho/parte01/lib/main.dart | https://raw.githubusercontent.com/vichShir/unicamp-information-systems/42b22b1/ft-si700-homestoquer/trabalho/parte01/lib/main.dart | vichShir/unicamp-information-systems 42b22b1 ft-si700-homestoquer/trabalho/parte01/lib/main.dart | true | 200 | 1,766 | import 'package:flutter/material.dart';
import 'package:si700_estoque/view/first_screen.dart';
import 'package:si700_estoque/view/second_screen.dart';
import 'package:si700_estoque/view/third_screen.dart';
/// Nome: Victor Yukio Shirasuna
/// RA: 245155
void main() {
runApp(const MyApp());
}
class MyApp extends St... | 3 |
MedhatAlaa/TutApp | 72496d1 | lib/presentation/onBoarding/view_model/onboarding_view_model.dart | Dart | www.github.com/MedhatAlaa/TutApp/tree/main/lib/presentation/onBoarding/view_model/onboarding_view_model.dart | https://raw.githubusercontent.com/MedhatAlaa/TutApp/72496d1/lib/presentation/onBoarding/view_model/onboarding_view_model.dart | MedhatAlaa/TutApp 72496d1 lib/presentation/onBoarding/view_model/onboarding_view_model.dart | true | 200 | 2,655 | import 'dart:async';
import 'package:easy_localization/easy_localization.dart';
import 'package:tut_app/presentation/resources/assets_manger.dart';
import 'package:tut_app/presentation/resources/string_manger.dart';
import '../../../domain/models.dart';
import '../../base/base_view_model.dart';
class OnBoardingViewMo... | 1 |
winnext/WindeskKamuMobile | 0433f63 | lib/widgets/dialogWidgets/customSimpleDialog.dart | Dart | www.github.com/winnext/WindeskKamuMobile/tree/main/lib/widgets/dialogWidgets/customSimpleDialog.dart | https://raw.githubusercontent.com/winnext/WindeskKamuMobile/0433f63/lib/widgets/dialogWidgets/customSimpleDialog.dart | winnext/WindeskKamuMobile 0433f63 lib/widgets/dialogWidgets/customSimpleDialog.dart | true | 200 | 1,681 | // ignore_for_file: non_constant_identifier_names
import 'package:flutter/material.dart';
SimpleShowDialog(
BuildContext context,
VoidCallback? onConfirm,
String title,
String text,
bool success,
String confirmButtonText,
) {
return showDialog(
context: context,
barrierDismissible: false,
bu... | 0 |
andrezffajardo/flutter_components_app | 33838ec | lib/screens/animated_screen.dart | Dart | www.github.com/andrezffajardo/flutter_components_app/tree/main/lib/screens/animated_screen.dart | https://raw.githubusercontent.com/andrezffajardo/flutter_components_app/33838ec/lib/screens/animated_screen.dart | andrezffajardo/flutter_components_app 33838ec lib/screens/animated_screen.dart | true | 200 | 1,471 | import 'dart:math';
import 'package:flutter/material.dart';
class AnimatedScreen extends StatefulWidget {
const AnimatedScreen({super.key});
@override
State<AnimatedScreen> createState() => _AnimatedScreenState();
}
class _AnimatedScreenState extends State<AnimatedScreen> {
double _width = 50;
double _heig... | 4 |
omar11698/highway_gates | 826a410 | lib/Authentication_feature/presentation/pages/forgotpassword_screen.dart | Dart | www.github.com/omar11698/highway_gates/tree/main/lib/Authentication_feature/presentation/pages/forgotpassword_screen.dart | https://raw.githubusercontent.com/omar11698/highway_gates/826a410/lib/Authentication_feature/presentation/pages/forgotpassword_screen.dart | omar11698/highway_gates 826a410 lib/Authentication_feature/presentation/pages/forgotpassword_screen.dart | true | 200 | 2,315 | import 'package:flutter/material.dart';
import 'package:highway_gates/Core/router/navigation_router.dart';
import '../widgets/default_button.dart';
import '../widgets/login_textformfield.dart';
class ForgotPasswordScreen extends StatelessWidget {
const ForgotPasswordScreen({Key? key}) : super(key: key);
@overrid... | 5 |
victorapc/get_dependencias | 5dbcc81 | lib/pages/initial_binding/initial_binding_page.dart | Dart | www.github.com/victorapc/get_dependencias/tree/main/lib/pages/initial_binding/initial_binding_page.dart | https://raw.githubusercontent.com/victorapc/get_dependencias/5dbcc81/lib/pages/initial_binding/initial_binding_page.dart | victorapc/get_dependencias 5dbcc81 lib/pages/initial_binding/initial_binding_page.dart | true | 200 | 693 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:get_dependencias/pages/initial_binding/auth_model.dart';
class InitialBindingPage extends StatelessWidget {
const InitialBindingPage({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appB... | 7 |
Prasis73/ItnovusChat | 13c01ea | lib/model/remote_user.dart | Dart | www.github.com/Prasis73/ItnovusChat/tree/main/lib/model/remote_user.dart | https://raw.githubusercontent.com/Prasis73/ItnovusChat/13c01ea/lib/model/remote_user.dart | Prasis73/ItnovusChat 13c01ea lib/model/remote_user.dart | true | 200 | 459 | class RemoteUser {
final String uid;
final String email;
final String userImage;
final String userName;
RemoteUser({
required this.email,
required this.uid,
required this.userImage,
required this.userName,
});
factory RemoteUser.fromJson(Map<String, dynamic> json) {
return RemoteUser... | 3 |
AdventureSeeker88/Kosarica | 0acc38b | lib/Controller/AppDetails_Controller.dart | Dart | www.github.com/AdventureSeeker88/Kosarica/tree/main/lib/Controller/AppDetails_Controller.dart | https://raw.githubusercontent.com/AdventureSeeker88/Kosarica/0acc38b/lib/Controller/AppDetails_Controller.dart | AdventureSeeker88/Kosarica 0acc38b lib/Controller/AppDetails_Controller.dart | true | 200 | 5,438 |
import 'package:flutter/cupertino.dart';
import 'package:get/get.dart';
import 'package:hive/hive.dart';
import 'package:kosarica/App_Repositry/AppDetails_repositry.dart';
import 'package:kosarica/Models/appDetails_model.dart';
import 'package:google_mobile_ads/google_mobile_ads.dart';
class appDetails_controller ex... | 1 |
Arjun2002tiwari/workstore | d3a400c | lib/Database.dart | Dart | www.github.com/Arjun2002tiwari/workstore/tree/main/lib/Database.dart | https://raw.githubusercontent.com/Arjun2002tiwari/workstore/d3a400c/lib/Database.dart | Arjun2002tiwari/workstore d3a400c lib/Database.dart | true | 200 | 280 | import 'package:cloud_firestore/cloud_firestore.dart';
class Database{
void uploadWork(String text, String email, DateTime today) {
FirebaseFirestore.instance.collection('Work').doc(email).collection('worklist').add({
'Work': text,
'Date': today,
});
}
} | 6 |
DorjooUfe/swm231_calculator | d36b477 | lib/main.dart | Dart | www.github.com/DorjooUfe/swm231_calculator/tree/main/lib/main.dart | https://raw.githubusercontent.com/DorjooUfe/swm231_calculator/d36b477/lib/main.dart | DorjooUfe/swm231_calculator d36b477 lib/main.dart | true | 200 | 6,366 | import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
debugShowC... | 0 |
Mohamed0Haikel/Tadawy-SC | a3c3b9b | lib/modules/fitness/widgets/body_focus_widget.dart | Dart | www.github.com/Mohamed0Haikel/Tadawy-SC/tree/main/lib/modules/fitness/widgets/body_focus_widget.dart | https://raw.githubusercontent.com/Mohamed0Haikel/Tadawy-SC/a3c3b9b/lib/modules/fitness/widgets/body_focus_widget.dart | Mohamed0Haikel/Tadawy-SC a3c3b9b lib/modules/fitness/widgets/body_focus_widget.dart | true | 200 | 2,662 | import 'dart:math';
import 'package:flutter/material.dart';
import '../../../data/fitness_exercises_data.dart';
import '../../../models/fitness_exercises.dart';
import '../body_focus_ex_screen.dart';
class BodyFocusWidget extends StatelessWidget {
//final FitnessExercisesModel fitnessExercisesName;
// List exer... | 2 |
soniyamagar/collegeManagementapp | 07f1346 | lib/TabPages/notice.dart | Dart | www.github.com/soniyamagar/collegeManagementapp/tree/main/lib/TabPages/notice.dart | https://raw.githubusercontent.com/soniyamagar/collegeManagementapp/07f1346/lib/TabPages/notice.dart | soniyamagar/collegeManagementapp 07f1346 lib/TabPages/notice.dart | true | 200 | 2,603 | import 'package:flutter/material.dart';
class Notice {
final String title;
final String description;
final String teacher;
Notice({required this.title, required this.description, required this.teacher});
}
class NoticePage extends StatelessWidget {
final List<Notice> notices = [
Notice(
title: '... | 7 |
jinscodes/pomodoro_app | d81167d | lib/screens/splash_screen.dart | Dart | www.github.com/jinscodes/pomodoro_app/tree/main/lib/screens/splash_screen.dart | https://raw.githubusercontent.com/jinscodes/pomodoro_app/d81167d/lib/screens/splash_screen.dart | jinscodes/pomodoro_app d81167d lib/screens/splash_screen.dart | true | 200 | 1,352 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:pomodoro_app/model/share_prefs_data_model.dart';
import 'package:pomodoro_app/screens/onboarding_screen.dart';
class SplashScreen extends StatefulWidget {
const SplashScreen({super.key});
@override
State<SplashScreen> createState() =>... | 5 |
iikkkkyy/dart_practice | 23307c7 | lib/23_12_15/mask/mapper/mask_mapper.dart | Dart | www.github.com/iikkkkyy/dart_practice/tree/main/lib/23_12_15/mask/mapper/mask_mapper.dart | https://raw.githubusercontent.com/iikkkkyy/dart_practice/23307c7/lib/23_12_15/mask/mapper/mask_mapper.dart | iikkkkyy/dart_practice 23307c7 lib/23_12_15/mask/mapper/mask_mapper.dart | true | 200 | 368 | // import '../dto/mask_dto.dart';
import '../dto/mask_dto.dart';
import '../model/store.dart';
import 'package:logger/logger.dart';
extension StoresToStore on Stores {
Store toStore() {
return Store(
name: name ?? '',
address: addr ?? '주소 없음',
stock: remainStat ?? 'null',
type: type != n... | 3 |
jaabir224/assosc | 9812ce1 | lib/vue/choice_add/widgets/choice_add_item.dart | Dart | www.github.com/jaabir224/assosc/tree/main/lib/vue/choice_add/widgets/choice_add_item.dart | https://raw.githubusercontent.com/jaabir224/assosc/9812ce1/lib/vue/choice_add/widgets/choice_add_item.dart | jaabir224/assosc 9812ce1 lib/vue/choice_add/widgets/choice_add_item.dart | true | 200 | 1,389 | import 'package:flutter/material.dart';
class ChoiceAddItem extends StatelessWidget {
final Color backColor;
final String title;
final IconData iconData;
final Function() onClicked;
const ChoiceAddItem({
super.key,
required this.title,
required this.backColor,
required this.onClicked,
re... | 6 |
sambidintech/World-Time-App | 8f4a8ce | lib/service/world_time.dart | Dart | www.github.com/sambidintech/World-Time-App/tree/main/lib/service/world_time.dart | https://raw.githubusercontent.com/sambidintech/World-Time-App/8f4a8ce/lib/service/world_time.dart | sambidintech/World-Time-App 8f4a8ce lib/service/world_time.dart | true | 200 | 1,245 | import 'package:flutter/material.dart';
import 'dart:convert';
import 'package:http/http.dart';
import 'package:intl/intl.dart';
class WorldTime{
String location;//location name for the UT
late String time;//// the time in that location
String flag;//url to asset flag icon
String url;
late bool i... | 0 |
Micheal-Hany/chat_app | 44c35ba | lib/screens/chat_page.dart | Dart | www.github.com/Micheal-Hany/chat_app/tree/main/lib/screens/chat_page.dart | https://raw.githubusercontent.com/Micheal-Hany/chat_app/44c35ba/lib/screens/chat_page.dart | Micheal-Hany/chat_app 44c35ba lib/screens/chat_page.dart | true | 200 | 3,704 | import 'package:chat_app/helper/show_snack_bar.dart';
import 'package:chat_app/models/massage_model.dart';
import 'package:chat_app/widgets/custom_chat_bubble.dart';
import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/scheduler.dart';
class ChatPage ex... | 1 |
nurviaamalina/kehadiran | e9cd0b8 | lib/screens/home_screen.dart | Dart | www.github.com/nurviaamalina/kehadiran/tree/main/lib/screens/home_screen.dart | https://raw.githubusercontent.com/nurviaamalina/kehadiran/e9cd0b8/lib/screens/home_screen.dart | nurviaamalina/kehadiran e9cd0b8 lib/screens/home_screen.dart | true | 200 | 1,057 | import 'package:flutter/material.dart';
import 'kehadiran_screen.dart';
import 'history_screen.dart';
class HomeScreen extends StatefulWidget {
@override
_HomeScreenState createState() => _HomeScreenState();
}
class _HomeScreenState extends State<HomeScreen> {
int _selectedIndex = 0;
final List<Widget> _page... | 2 |
vismaymenon/jobs4us_githubrepo | 3aa0467 | jobs4us/lib/pages/admin_dashboard_page.dart | Dart | www.github.com/vismaymenon/jobs4us_githubrepo/tree/main/jobs4us/lib/pages/admin_dashboard_page.dart | https://raw.githubusercontent.com/vismaymenon/jobs4us_githubrepo/3aa0467/jobs4us/lib/pages/admin_dashboard_page.dart | vismaymenon/jobs4us_githubrepo 3aa0467 jobs4us/lib/pages/admin_dashboard_page.dart | true | 200 | 2,720 | import 'package:flutter/material.dart';
import 'user_management_page.dart';
import 'voucher_tasks_page.dart';
import 'product_requests_page.dart';
import 'inventory_page.dart';
import 'report_generation_page.dart';
import '../models/product.dart';
class AdminDashboardPage extends StatelessWidget {
@override... | 7 |
klauscj1/capacitacion_flutter_icreativa_2023 | 088ec50 | 02_biblioteca_widgets/lib/app/presentation/shared_widgets/menu_item_widget.dart | Dart | www.github.com/klauscj1/capacitacion_flutter_icreativa_2023/tree/main/02_biblioteca_widgets/lib/app/presentation/shared_widgets/menu_item_widget.dart | https://raw.githubusercontent.com/klauscj1/capacitacion_flutter_icreativa_2023/088ec50/02_biblioteca_widgets/lib/app/presentation/shared_widgets/menu_item_widget.dart | klauscj1/capacitacion_flutter_icreativa_2023 088ec50 02_biblioteca_widgets/lib/app/presentation/shared_widgets/menu_item_widget.dart | true | 200 | 884 | import 'package:biblioteca_widgets/app/domain/models/menu_item_model.dart';
import 'package:flutter/material.dart';
//Custom widgets
class MenuItemWidget extends StatelessWidget {
const MenuItemWidget({
super.key,
required this.menuItem,
});
final MenuItemModel menuItem;
@override
Widget build(Buil... | 5 |
aryan-1401/Android_app_internship_task_public | eff6ac4 | lib/routes/route.dart | Dart | www.github.com/aryan-1401/Android_app_internship_task_public/tree/main/lib/routes/route.dart | https://raw.githubusercontent.com/aryan-1401/Android_app_internship_task_public/eff6ac4/lib/routes/route.dart | aryan-1401/Android_app_internship_task_public eff6ac4 lib/routes/route.dart | true | 200 | 943 | import 'package:flutter/material.dart';
import 'package:newspaperapp/screens/home_page.dart';
import 'package:newspaperapp/screens/view_news.dart';
class MyRoutes {
Route getRoute(RouteSettings settings) {
switch (settings.name) {
case '/single_news':
return _buildRoute(settings, HomePage()... | 3 |
Doythan/flutter_study | 1e7d50b | practice_app/lib/feature/todo/data/models/todo_model.dart | Dart | www.github.com/Doythan/flutter_study/tree/main/practice_app/lib/feature/todo/data/models/todo_model.dart | https://raw.githubusercontent.com/Doythan/flutter_study/1e7d50b/practice_app/lib/feature/todo/data/models/todo_model.dart | Doythan/flutter_study 1e7d50b practice_app/lib/feature/todo/data/models/todo_model.dart | true | 200 | 442 | class Todo {
final String id;
final String title;
final bool isCompleted;
Todo({
required this.id,
required this.title,
this.isCompleted = false,
});
// ✅ JSON 변환을 위한 메서드 추가 (필요 시)
Todo copyWith({String? id, String? title, bool? isCompleted}) {
return Todo(
id: id ?? this.id,
... | 4 |
milanmaniya/my_project | ea5ef1a | lib/custome_font_demo.dart | Dart | www.github.com/milanmaniya/my_project/tree/main/lib/custome_font_demo.dart | https://raw.githubusercontent.com/milanmaniya/my_project/ea5ef1a/lib/custome_font_demo.dart | milanmaniya/my_project ea5ef1a lib/custome_font_demo.dart | true | 200 | 424 | import 'package:flutter/material.dart';
class CustomeFontDemo extends StatelessWidget {
const CustomeFontDemo({super.key});
@override
Widget build(BuildContext context) {
return const Scaffold(
body: Center(
child: Text(
"Chocolate With Almonde",
style: TextStyle(
... | 0 |
pdungarani/karkhana_app | ad5525a | lib/domain/services/common_service.dart | Dart | www.github.com/pdungarani/karkhana_app/tree/main/lib/domain/services/common_service.dart | https://raw.githubusercontent.com/pdungarani/karkhana_app/ad5525a/lib/domain/services/common_service.dart | pdungarani/karkhana_app ad5525a lib/domain/services/common_service.dart | true | 200 | 1,790 | // coverage:ignore-file
import 'dart:async';
// import 'package:connectivity/connectivity.dart';
import 'package:device_info_plus/device_info_plus.dart';
// import 'package:demo_clean_architecture/app/app.dart';
import 'package:get/get.dart';
/// A service which will be used to handle the basic
/// operations in th... | 6 |
galib130/University-Search | cb55640 | lib/widgets/searchbar_widget.dart | Dart | www.github.com/galib130/University-Search/tree/main/lib/widgets/searchbar_widget.dart | https://raw.githubusercontent.com/galib130/University-Search/cb55640/lib/widgets/searchbar_widget.dart | galib130/University-Search cb55640 lib/widgets/searchbar_widget.dart | true | 200 | 2,155 | import 'package:flutter/material.dart';
import 'package:flutter_typeahead/flutter_typeahead.dart';
import '../models/university.dart';
import '../pages/form.dart';
class SearchBarWidget extends StatelessWidget{
final List<University?>Function(String query) getSearchData;
final TextEditingController searchControl... | 1 |
GurparveshGrewal/expense_tracker_app | 6492b47 | lib/init_dependencies.dart | Dart | www.github.com/GurparveshGrewal/expense_tracker_app/tree/main/lib/init_dependencies.dart | https://raw.githubusercontent.com/GurparveshGrewal/expense_tracker_app/6492b47/lib/init_dependencies.dart | GurparveshGrewal/expense_tracker_app 6492b47 lib/init_dependencies.dart | true | 200 | 5,559 | import 'package:expense_tracker_app/core/commons/cubit/app_user_cubit.dart';
import 'package:expense_tracker_app/core/repository/shared_preferences_reposity.dart';
import 'package:expense_tracker_app/core/wrappers/firebase_auth_wrapper.dart';
import 'package:expense_tracker_app/core/wrappers/firestore_database_wrapper.... | 2 |
refofattahillah/clone_caliana_refo | 650a468 | lib/app/themes/theme.dart | Dart | www.github.com/refofattahillah/clone_caliana_refo/tree/main/lib/app/themes/theme.dart | https://raw.githubusercontent.com/refofattahillah/clone_caliana_refo/650a468/lib/app/themes/theme.dart | refofattahillah/clone_caliana_refo 650a468 lib/app/themes/theme.dart | true | 200 | 1,527 | import 'package:flutter/material.dart';
class AppTheme {
static final Color primaryColor = Color(0xFF00BCD4);
static final Color secondaryColor = Color(0xFFE0F7FA);
static final Color backgroundColor = Colors.white;
static final Color lightGrey = Color(0xFFF5F5F5);
static final Color textColor = Colors.black... | 5 |
ByeongheeKim/banana_deal_renewal | 30d4f47 | lib/verse/core/common/cache/model/func/device_func.dart | Dart | www.github.com/ByeongheeKim/banana_deal_renewal/tree/main/lib/verse/core/common/cache/model/func/device_func.dart | https://raw.githubusercontent.com/ByeongheeKim/banana_deal_renewal/30d4f47/lib/verse/core/common/cache/model/func/device_func.dart | ByeongheeKim/banana_deal_renewal 30d4f47 lib/verse/core/common/cache/model/func/device_func.dart | true | 200 | 9,077 | import 'dart:io';
import 'package:device_info_plus/device_info_plus.dart';
import 'package:flutter/foundation.dart';
import 'package:permission_handler/permission_handler.dart';
class DeviceFunc {
final _DeviceFuncHelper _helper = const _DeviceFuncHelper();
final DeviceInfoPlugin _deviceInfo = DeviceInfoPlugin();... | 0 |
ruaamasarweh/GroupChat | 98b4cae | lib/chat_messages.dart | Dart | www.github.com/ruaamasarweh/GroupChat/tree/main/lib/chat_messages.dart | https://raw.githubusercontent.com/ruaamasarweh/GroupChat/98b4cae/lib/chat_messages.dart | ruaamasarweh/GroupChat 98b4cae lib/chat_messages.dart | true | 200 | 2,362 |
import 'package:chat/message_bubble.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
class ChatMessages extends StatelessWidget {
const ChatMessages({super.key});
@override
Widget build(BuildContext context... | 4 |
salmanlodhi0332/Foodeo-App | cede415 | foodeoapp/lib/screens/videos/viewModel/video_viewmodel.dart | Dart | www.github.com/salmanlodhi0332/Foodeo-App/tree/main/foodeoapp/lib/screens/videos/viewModel/video_viewmodel.dart | https://raw.githubusercontent.com/salmanlodhi0332/Foodeo-App/cede415/foodeoapp/lib/screens/videos/viewModel/video_viewmodel.dart | salmanlodhi0332/Foodeo-App cede415 foodeoapp/lib/screens/videos/viewModel/video_viewmodel.dart | true | 200 | 9,563 | import 'dart:developer';
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:foodeoapp/helper/compressor.dart';
import 'package:foodeoapp/screens/addproduct/model/allergens_model.dart';
import 'package:foodeoapp/screens/videos/model/addServiceprovider.dart';
import 'package:foodeoapp/screens/video... | 3 |
sakshamgupta930/Portfolio-web-app | 251adef | lib/components/home_banner.dart | Dart | www.github.com/sakshamgupta930/Portfolio-web-app/tree/main/lib/components/home_banner.dart | https://raw.githubusercontent.com/sakshamgupta930/Portfolio-web-app/251adef/lib/components/home_banner.dart | sakshamgupta930/Portfolio-web-app 251adef lib/components/home_banner.dart | true | 200 | 4,920 | import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:portfolio/components/my_buildanimated_text.dart';
import 'package:portfolio/responsive.dart';
import 'package:portfolio/screens/constants.dart';
import 'package:url_launcher/url_launcher.dart';
class HomeBanner exten... | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.