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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ZiberiaNn/Flutter0toExp | 4a625b8 | flutter-widgets-app/lib/presentation/providers/theme_provider.dart | Dart | www.github.com/ZiberiaNn/Flutter0toExp/tree/main/flutter-widgets-app/lib/presentation/providers/theme_provider.dart | https://raw.githubusercontent.com/ZiberiaNn/Flutter0toExp/4a625b8/flutter-widgets-app/lib/presentation/providers/theme_provider.dart | ZiberiaNn/Flutter0toExp 4a625b8 flutter-widgets-app/lib/presentation/providers/theme_provider.dart | true | 200 | 717 | import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:widgets_app/config/theme/app_theme.dart';
final isDarkmodeProvider = StateProvider((ref) => false);
//listado de colores inmutable
final colorListProvider = Provider((ref) => colorList);
final selectedColorProvider = StateProvider((ref) => 0);
... | 6 |
b-p-parvez89/travels_atlas | 73f972e | lib/fireaseWidgets/banner.dart | Dart | www.github.com/b-p-parvez89/travels_atlas/tree/main/lib/fireaseWidgets/banner.dart | https://raw.githubusercontent.com/b-p-parvez89/travels_atlas/73f972e/lib/fireaseWidgets/banner.dart | b-p-parvez89/travels_atlas 73f972e lib/fireaseWidgets/banner.dart | true | 200 | 2,205 | import 'package:carousel_slider/carousel_slider.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
class Banners extends StatelessWidget {
@override
Widget build(BuildContext context) {
retur... | 5 |
pintusingh28/flutter-packages | 990013a | ui_components/lib/src/sliver_pinned_header.dart | Dart | www.github.com/pintusingh28/flutter-packages/tree/main/ui_components/lib/src/sliver_pinned_header.dart | https://raw.githubusercontent.com/pintusingh28/flutter-packages/990013a/ui_components/lib/src/sliver_pinned_header.dart | pintusingh28/flutter-packages 990013a ui_components/lib/src/sliver_pinned_header.dart | true | 200 | 1,655 | import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
class SliverPinnedHeader extends SingleChildRenderObjectWidget {
const SliverPinnedHeader({
super.key,
required Widget super.child,
});
@override
RenderSliver createRenderObject(BuildContext c... | 7 |
oui80/Deutschs | adcbe37 | lib/pages/StatPage.dart | Dart | www.github.com/oui80/Deutschs/tree/main/lib/pages/StatPage.dart | https://raw.githubusercontent.com/oui80/Deutschs/adcbe37/lib/pages/StatPage.dart | oui80/Deutschs adcbe37 lib/pages/StatPage.dart | true | 200 | 4,397 | import 'package:Dutch/pages/Stats/EvolutionsScore.dart';
import 'package:flutter/material.dart';
import '../boxes.dart';
import '../main.dart';
import '../model/Joueur.dart';
import 'HistoricPage.dart';
import 'Stats/List.dart';
import 'Stats/Pie.dart';
class statisticsPage extends StatelessWidget {
const statistics... | 0 |
douglashugo/COLEGIO_PIPA_FLUTTER_PI_5_SEMESTRE | c7126a9 | lib/pages/home/homePais.dart | Dart | www.github.com/douglashugo/COLEGIO_PIPA_FLUTTER_PI_5_SEMESTRE/tree/main/lib/pages/home/homePais.dart | https://raw.githubusercontent.com/douglashugo/COLEGIO_PIPA_FLUTTER_PI_5_SEMESTRE/c7126a9/lib/pages/home/homePais.dart | douglashugo/COLEGIO_PIPA_FLUTTER_PI_5_SEMESTRE c7126a9 lib/pages/home/homePais.dart | true | 200 | 2,297 | import 'package:flutter/material.dart';
import 'package:riverpod_playground/pages/category_home_page.dart';
import 'package:riverpod_playground/pages/controle_diario/controle_diario_pais/controleListPais.dart';
import 'package:riverpod_playground/pages/widgets/categoryHomePagePais.dart';
import 'package:riverpod_playgr... | 4 |
RaphaelBirkl1991/app_akademie_random_duck | cf00d27 | lib/main.dart | Dart | www.github.com/RaphaelBirkl1991/app_akademie_random_duck/tree/main/lib/main.dart | https://raw.githubusercontent.com/RaphaelBirkl1991/app_akademie_random_duck/cf00d27/lib/main.dart | RaphaelBirkl1991/app_akademie_random_duck cf00d27 lib/main.dart | true | 200 | 674 | import 'package:flutter/material.dart';
import 'package:random_duck/gif_screen.dart';
import 'package:random_duck/home_screen.dart';
import 'package:random_duck/img_screen.dart';
void main() {
runApp(const MainApp());
}
class MainApp extends StatefulWidget {
const MainApp({super.key});
@override
State<MainAp... | 3 |
richardzamora/flutter-designs | 6dce7f9 | lib/src/widgets/radial_progress.dart | Dart | www.github.com/richardzamora/flutter-designs/tree/main/lib/src/widgets/radial_progress.dart | https://raw.githubusercontent.com/richardzamora/flutter-designs/6dce7f9/lib/src/widgets/radial_progress.dart | richardzamora/flutter-designs 6dce7f9 lib/src/widgets/radial_progress.dart | true | 200 | 3,312 | import 'dart:math';
import 'package:flutter/material.dart';
class RadialProgress extends StatefulWidget {
final double porcentaje;
final Color colorPrimario;
final Color colorSecundario;
final double grosorPrimario;
final double grosorSecundario;
final gradient;
const RadialProgress(
{Key? key,
... | 1 |
mahmoud-hossam917/Orange-Test-Project | 320eb23 | testmahmoud/lib/Views/Component/edittext.dart | Dart | www.github.com/mahmoud-hossam917/Orange-Test-Project/tree/main/testmahmoud/lib/Views/Component/edittext.dart | https://raw.githubusercontent.com/mahmoud-hossam917/Orange-Test-Project/320eb23/testmahmoud/lib/Views/Component/edittext.dart | mahmoud-hossam917/Orange-Test-Project 320eb23 testmahmoud/lib/Views/Component/edittext.dart | true | 200 | 512 | import 'package:flutter/material.dart';
class EditText extends StatelessWidget {
const EditText(
{Key? key, this.text, this.color, this.fontsize, this.fontwight,this.textDecoration})
: super(key: key);
final text;
final color;
final fontsize;
final fontwight;
final textDecoration;
@override
... | 6 |
Abo-ghazalla/nxt_assessment | 82697e5 | lib/features/hotel_check_in/data/models/reservation_model.dart | Dart | www.github.com/Abo-ghazalla/nxt_assessment/tree/main/lib/features/hotel_check_in/data/models/reservation_model.dart | https://raw.githubusercontent.com/Abo-ghazalla/nxt_assessment/82697e5/lib/features/hotel_check_in/data/models/reservation_model.dart | Abo-ghazalla/nxt_assessment 82697e5 lib/features/hotel_check_in/data/models/reservation_model.dart | true | 200 | 783 | import 'package:freezed_annotation/freezed_annotation.dart';
import 'package:nxt_assessment/features/hotel_check_in/data/models/stay_model.dart';
import 'package:nxt_assessment/features/hotel_check_in/data/models/ticket_model.dart';
part 'reservation_model.g.dart';
@JsonSerializable(createToJson: false)
class Reserva... | 5 |
mirfahim/hishabee | 7b57b09 | lib/app/modules/shop_main/data/remote/data_sources/file_provider.dart | Dart | www.github.com/mirfahim/hishabee/tree/main/lib/app/modules/shop_main/data/remote/data_sources/file_provider.dart | https://raw.githubusercontent.com/mirfahim/hishabee/7b57b09/lib/app/modules/shop_main/data/remote/data_sources/file_provider.dart | mirfahim/hishabee 7b57b09 lib/app/modules/shop_main/data/remote/data_sources/file_provider.dart | true | 200 | 1,731 | import 'dart:convert';
import 'dart:io';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:get/get.dart';
import 'package:hishabee_business_manager_fl/app/_utils/strings.dart';
import 'package:hishabee_business_manager_fl/app/modules/auth/domain/repositories/i_auth_repository.dart';
import 'package:http/... | 2 |
Abhigyan103/AniAirs | fbdbc01 | lib/src/core/utils/text_fields/login_field.dart | Dart | www.github.com/Abhigyan103/AniAirs/tree/main/lib/src/core/utils/text_fields/login_field.dart | https://raw.githubusercontent.com/Abhigyan103/AniAirs/fbdbc01/lib/src/core/utils/text_fields/login_field.dart | Abhigyan103/AniAirs fbdbc01 lib/src/core/utils/text_fields/login_field.dart | true | 200 | 2,418 | import 'package:AniAirs/theme.dart';
import 'package:flutter/material.dart';
class LoginField extends StatefulWidget {
final String hintText;
final IconData? prefixIcon;
final bool showPasswordSuffix;
const LoginField({
Key? key,
required this.hintText,
this.prefixIcon,
this.showPasswordSuf... | 4 |
sohelpathan6411/dogs_finder | 0066d89 | lib/app/modules/fullimage/views/fullimage_view.dart | Dart | www.github.com/sohelpathan6411/dogs_finder/tree/main/lib/app/modules/fullimage/views/fullimage_view.dart | https://raw.githubusercontent.com/sohelpathan6411/dogs_finder/0066d89/lib/app/modules/fullimage/views/fullimage_view.dart | sohelpathan6411/dogs_finder 0066d89 lib/app/modules/fullimage/views/fullimage_view.dart | true | 200 | 2,212 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:get/get.dart';
import '../../../../core/consts/color_consts.dart';
import '../../../../core/consts/img_const.dart';
import '../../../../c... | 7 |
bimarf/sha-ewallet | 130ef48 | lib/shared/shared_methods.dart | Dart | www.github.com/bimarf/sha-ewallet/tree/main/lib/shared/shared_methods.dart | https://raw.githubusercontent.com/bimarf/sha-ewallet/130ef48/lib/shared/shared_methods.dart | bimarf/sha-ewallet 130ef48 lib/shared/shared_methods.dart | true | 200 | 782 | import 'package:another_flushbar/flushbar.dart';
import 'package:bank_sha/shared/theme.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:image_picker/image_picker.dart';
void showCustomSnackbar(BuildContext context, String message) {
Flushbar(
message: message,
f... | 3 |
Kunal0127/flutter_firebase_authantication | e85d28a | flutter_firebase_authantication/lib/page/ForgotPasswordPage.dart | Dart | www.github.com/Kunal0127/flutter_firebase_authantication/tree/main/flutter_firebase_authantication/lib/page/ForgotPasswordPage.dart | https://raw.githubusercontent.com/Kunal0127/flutter_firebase_authantication/e85d28a/flutter_firebase_authantication/lib/page/ForgotPasswordPage.dart | Kunal0127/flutter_firebase_authantication e85d28a flutter_firebase_authantication/lib/page/ForgotPasswordPage.dart | true | 200 | 3,040 | import 'dart:math';
import 'package:email_validator/email_validator.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:flutter_firebase_authantication/utils.dart';
class ForgotPasswordPage extends StatefulWidget {
ForgotPasswordPage({Key? key}) : super(... | 6 |
SlayerOrnstein/proxmox_client | 1f06ed7 | lib/src/hooks/domain_hook.dart | Dart | www.github.com/SlayerOrnstein/proxmox_client/tree/main/lib/src/hooks/domain_hook.dart | https://raw.githubusercontent.com/SlayerOrnstein/proxmox_client/1f06ed7/lib/src/hooks/domain_hook.dart | SlayerOrnstein/proxmox_client 1f06ed7 lib/src/hooks/domain_hook.dart | true | 200 | 555 | import 'package:dart_mappable/dart_mappable.dart';
import 'package:proxmox_client/src/utils/utils.dart';
/// {@template domain_hook}
/// Prevent encoding if domain contains spaces
/// {@endtemplate}
class DomainHook extends MappingHook {
/// {@macro domain_hook}
const DomainHook();
@override
Object? beforeEnc... | 1 |
mtaifkhan/chatGpt_App | 112388d | lib/features/text_completion/data/remote_data_source/text_completion_data_source_imp.dart | Dart | www.github.com/mtaifkhan/chatGpt_App/tree/main/lib/features/text_completion/data/remote_data_source/text_completion_data_source_imp.dart | https://raw.githubusercontent.com/mtaifkhan/chatGpt_App/112388d/lib/features/text_completion/data/remote_data_source/text_completion_data_source_imp.dart | mtaifkhan/chatGpt_App 112388d lib/features/text_completion/data/remote_data_source/text_completion_data_source_imp.dart | true | 200 | 1,288 | import 'dart:convert';
import 'package:chat_gpt/core/custom_excetion.dart';
import 'package:chat_gpt/core/open_api_core.dart';
import 'package:chat_gpt/features/text_completion/data/models/text_completion_model.dart';
import 'package:chat_gpt/features/text_completion/data/remote_data_source/text_completion_data_source.... | 2 |
shakalus/tema7 | efea1b8 | lib/src/epics/app_epics.dart | Dart | www.github.com/shakalus/tema7/tree/main/lib/src/epics/app_epics.dart | https://raw.githubusercontent.com/shakalus/tema7/efea1b8/lib/src/epics/app_epics.dart | shakalus/tema7 efea1b8 lib/src/epics/app_epics.dart | true | 200 | 800 | import 'package:redux_epics/redux_epics.dart';
import 'package:rxdart/transformers.dart';
import 'package:tema7/src/actions/index.dart';
import 'package:tema7/src/data/movie_api.dart';
import 'package:tema7/src/models/index.dart';
class AppEpics {
AppEpics(this._api);
final MovieApi _api;
Epic<AppState> get epi... | 5 |
JuniorRosario24/my_toolbox_app | f931cc3 | lib/screens/wordpress_screen.dart | Dart | www.github.com/JuniorRosario24/my_toolbox_app/tree/main/lib/screens/wordpress_screen.dart | https://raw.githubusercontent.com/JuniorRosario24/my_toolbox_app/f931cc3/lib/screens/wordpress_screen.dart | JuniorRosario24/my_toolbox_app f931cc3 lib/screens/wordpress_screen.dart | true | 200 | 420 | import 'package:flutter/material.dart';
class WordpressScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text("Noticias de WordPress")),
body: Center(
child: Text(
'Aquí estarán las últimas noticias publicadas en... | 7 |
Youssef18118/Green-Life | 3ce6743 | lib/Screens/add your plant/add_your_plant_screen.dart | Dart | www.github.com/Youssef18118/Green-Life/tree/main/lib/Screens/add your plant/add_your_plant_screen.dart | https://raw.githubusercontent.com/Youssef18118/Green-Life/3ce6743/lib/Screens/add%20your%20plant/add_your_plant_screen.dart | Youssef18118/Green-Life 3ce6743 lib/Screens/add your plant/add_your_plant_screen.dart | true | 200 | 1,033 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:plant_app/Screens/add%20your%20plant/cubit/add_plant_cubit.dart';
import 'add_your_plant_Widgets.dart';
class AddYourPlantScreen extends StatefulWidget {
const AddYourPlantScreen({super.key});
@override
Stat... | 4 |
yashgupta8291/SaathRahoApp-10dec | 682b231 | lib/Presentations/AddListingPage.dart | Dart | www.github.com/yashgupta8291/SaathRahoApp-10dec/tree/main/lib/Presentations/AddListingPage.dart | https://raw.githubusercontent.com/yashgupta8291/SaathRahoApp-10dec/682b231/lib/Presentations/AddListingPage.dart | yashgupta8291/SaathRahoApp-10dec 682b231 lib/Presentations/AddListingPage.dart | true | 200 | 5,020 | import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:maan/Presentations/CategoryPages/RoomateCategoryPage.dart';
import '../Components/HomePageComponents.dart';
import '../Constants/AppConstants.dart';
import 'Forms/List... | 3 |
mrYasinHamidi/Bus-Information | df7d12e | lib/application/widgets/prop_item.dart | Dart | www.github.com/mrYasinHamidi/Bus-Information/tree/main/lib/application/widgets/prop_item.dart | https://raw.githubusercontent.com/mrYasinHamidi/Bus-Information/df7d12e/lib/application/widgets/prop_item.dart | mrYasinHamidi/Bus-Information df7d12e lib/application/widgets/prop_item.dart | true | 200 | 3,261 | import 'package:flutter/material.dart';
import 'package:bus_information/application/database/database.dart';
import 'package:bus_information/application/models/bus/bus_status.dart';
import 'package:bus_information/application/models/bus/bus.dart';
import 'package:bus_information/application/models/driver/driver.dart';
... | 6 |
abel3ri/Spot-Local | 113c4fb | lib/app/widgets/r_banner.dart | Dart | www.github.com/abel3ri/Spot-Local/tree/main/lib/app/widgets/r_banner.dart | https://raw.githubusercontent.com/abel3ri/Spot-Local/113c4fb/lib/app/widgets/r_banner.dart | abel3ri/Spot-Local 113c4fb lib/app/widgets/r_banner.dart | true | 200 | 1,178 | import 'package:business_dir/app/widgets/r_card.dart';
import 'package:carousel_slider/carousel_slider.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
class RBanner extends StatelessWidget {
const RBanner({
super.key,
});
@override
Widget build(BuildContext context) {
ret... | 2 |
norbertwrzos/808store | ee639c3 | 808store/beat_store/lib/screens/all_beats.dart | Dart | www.github.com/norbertwrzos/808store/tree/main/808store/beat_store/lib/screens/all_beats.dart | https://raw.githubusercontent.com/norbertwrzos/808store/ee639c3/808store/beat_store/lib/screens/all_beats.dart | norbertwrzos/808store ee639c3 808store/beat_store/lib/screens/all_beats.dart | true | 200 | 3,291 | import 'package:beat_store/components/beat_list_element.dart';
import 'package:beat_store/components/slide_gesture_buton.dart';
import 'package:beat_store/components/text_field.dart';
import 'package:beat_store/data/beats_data.dart';
import 'package:beat_store/screens/favorites_page.dart';
import 'package:flutter/mate... | 1 |
mustafanarin/Prime-Video-UI-Clone | 70de4ef | lib/ui/views/detay_sayfasi.dart | Dart | www.github.com/mustafanarin/Prime-Video-UI-Clone/tree/main/lib/ui/views/detay_sayfasi.dart | https://raw.githubusercontent.com/mustafanarin/Prime-Video-UI-Clone/70de4ef/lib/ui/views/detay_sayfasi.dart | mustafanarin/Prime-Video-UI-Clone 70de4ef lib/ui/views/detay_sayfasi.dart | true | 200 | 7,735 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:prime_video_ui_clone/data/entity/filmler.dart';
class DetaySayfasi extends StatefulWidget {
final Filmler film;
DetaySayfasi({required this.film});
@override
State<DetaySayfasi> createState() => _DetaySayfasiState... | 5 |
elyk48/CityFlat_FrontEnd | ac20282 | lib/views/wishlist_page.dart | Dart | www.github.com/elyk48/CityFlat_FrontEnd/tree/main/lib/views/wishlist_page.dart | https://raw.githubusercontent.com/elyk48/CityFlat_FrontEnd/ac20282/lib/views/wishlist_page.dart | elyk48/CityFlat_FrontEnd ac20282 lib/views/wishlist_page.dart | true | 200 | 3,093 | import 'package:cityflat/views/profile_page.dart';
import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:http/http.dart' as http;
import 'dart:convert';
import '../controllers/user_controller.dart';
import '../entities/apartment_e.dart';
import 'appartment... | 7 |
iieo/bahn_bingo | 1b31cfd | lib/core/stores/game/game_store.dart | Dart | www.github.com/iieo/bahn_bingo/tree/main/lib/core/stores/game/game_store.dart | https://raw.githubusercontent.com/iieo/bahn_bingo/1b31cfd/lib/core/stores/game/game_store.dart | iieo/bahn_bingo 1b31cfd lib/core/stores/game/game_store.dart | true | 200 | 4,502 | import 'package:bahn_bingo/core/stores/error/error_store.dart';
import 'package:bahn_bingo/core/stores/form/game_error_store.dart';
import 'package:bahn_bingo/domain/entity/game/game.dart';
import 'package:bahn_bingo/domain/usecase/game/call_bingo_usecase.dart';
import 'package:bahn_bingo/domain/usecase/game/create_gam... | 3 |
ericklasluisa/interfaz_banco | a5bcf70 | lib/view/pages/create_card_page.dart | Dart | www.github.com/ericklasluisa/interfaz_banco/tree/main/lib/view/pages/create_card_page.dart | https://raw.githubusercontent.com/ericklasluisa/interfaz_banco/a5bcf70/lib/view/pages/create_card_page.dart | ericklasluisa/interfaz_banco a5bcf70 lib/view/pages/create_card_page.dart | true | 200 | 6,555 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import '../../controller/card_controller.dart';
import '../../model/card_model.dart' as card_model;
import '../../provider/user_provider.dart';
import 'package:provider/provider.dart';
class CreateCardPage extends StatefulWidget {
const ... | 4 |
VariantConst/Marchkov-Helper | 2e962f6 | lib/screens/visualization/yearly_summary/annual_summary_card.dart | Dart | www.github.com/VariantConst/Marchkov-Helper/tree/main/lib/screens/visualization/yearly_summary/annual_summary_card.dart | https://raw.githubusercontent.com/VariantConst/Marchkov-Helper/2e962f6/lib/screens/visualization/yearly_summary/annual_summary_card.dart | VariantConst/Marchkov-Helper 2e962f6 lib/screens/visualization/yearly_summary/annual_summary_card.dart | true | 200 | 24,113 | import 'dart:io';
import 'dart:ui' as ui;
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:path_provider/path_provider.dart';
import 'package:share_plus/share_plus.dart';
import 'package:qr_flutter/qr_flutter.dart';
import '../../../models/ride_info.dart';
import 'summary... | 6 |
debojyoti0645/Online-Chatting-Application-by-Debojyoti-Debnath | 850f054 | lib/pages/settingspage.dart | Dart | www.github.com/debojyoti0645/Online-Chatting-Application-by-Debojyoti-Debnath/tree/main/lib/pages/settingspage.dart | https://raw.githubusercontent.com/debojyoti0645/Online-Chatting-Application-by-Debojyoti-Debnath/850f054/lib/pages/settingspage.dart | debojyoti0645/Online-Chatting-Application-by-Debojyoti-Debnath 850f054 lib/pages/settingspage.dart | true | 200 | 1,849 | // ignore_for_file: prefer_const_constructors
import 'package:chat_app/themes/theme_provider.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
class SettingsPage extends StatelessWidget {
const SettingsPage({super.key});
@override
W... | 2 |
Tola200010/Frontend-Flutter | 384fa91 | lib/createCourseScreen.dart | Dart | www.github.com/Tola200010/Frontend-Flutter/tree/main/lib/createCourseScreen.dart | https://raw.githubusercontent.com/Tola200010/Frontend-Flutter/384fa91/lib/createCourseScreen.dart | Tola200010/Frontend-Flutter 384fa91 lib/createCourseScreen.dart | true | 200 | 8,470 | // ignore_for_file: file_names
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:currency_text_input_formatter/currency_text_input_formatter.dart';
import 'package:untitled/course.dart';
import 'package:untitled/teacher.dart';
import 'package:http/ht... | 1 |
IntensiCode/voxone | 3eebf23 | lib/util/pixelate.dart | Dart | www.github.com/IntensiCode/voxone/tree/main/lib/util/pixelate.dart | https://raw.githubusercontent.com/IntensiCode/voxone/3eebf23/lib/util/pixelate.dart | IntensiCode/voxone 3eebf23 lib/util/pixelate.dart | true | 200 | 287 | import 'dart:ui';
Image pixelate(int width, int height, void Function(Canvas) draw) {
final recorder = PictureRecorder();
draw(Canvas(recorder));
final picture = recorder.endRecording();
final result = picture.toImageSync(width, height);
picture.dispose();
return result;
}
| 5 |
AlaaNabilKhalaf/facility_project | bf87b42 | lib/core/shared_widgets/custom_buttom.dart | Dart | www.github.com/AlaaNabilKhalaf/facility_project/tree/main/lib/core/shared_widgets/custom_buttom.dart | https://raw.githubusercontent.com/AlaaNabilKhalaf/facility_project/bf87b42/lib/core/shared_widgets/custom_buttom.dart | AlaaNabilKhalaf/facility_project bf87b42 lib/core/shared_widgets/custom_buttom.dart | true | 200 | 1,343 | import 'package:flutter/material.dart';
import '../utilies/styles.dart';
class CustomButton extends StatelessWidget {
const CustomButton(
{
super.key,
required this.backgroundColor,
this.textColor=Colors.white,
this.borderRadius,
required this.text,
this.fontSi... | 3 |
im-kazimahmed/footballer | d70c6be | lib/screens/background.dart | Dart | www.github.com/im-kazimahmed/footballer/tree/main/lib/screens/background.dart | https://raw.githubusercontent.com/im-kazimahmed/footballer/d70c6be/lib/screens/background.dart | im-kazimahmed/footballer d70c6be lib/screens/background.dart | true | 200 | 888 | import 'package:flutter/material.dart';
// import 'package:flutter_svg/svg.dart';
import 'package:footballer/constants.dart';
class TransparentBackground extends StatelessWidget {
final bool isHome;
const TransparentBackground({Key key, @required this.isHome}) : super(key: key);
@override
Widget build(BuildCo... | 4 |
karemAlsayed/Responsive_app | 4b75a67 | lib/widgets/dashboard_mobile_layout.dart | Dart | www.github.com/karemAlsayed/Responsive_app/tree/main/lib/widgets/dashboard_mobile_layout.dart | https://raw.githubusercontent.com/karemAlsayed/Responsive_app/4b75a67/lib/widgets/dashboard_mobile_layout.dart | karemAlsayed/Responsive_app 4b75a67 lib/widgets/dashboard_mobile_layout.dart | true | 200 | 768 |
import 'package:flutter/material.dart';
import 'package:responsive_dashboard/widgets/all_expensess_and_quick_invoice_section.dart';
import 'package:responsive_dashboard/widgets/income_section.dart';
import 'package:responsive_dashboard/widgets/mycards_and_transaction_section.dart';
class DashboardMobileLayout extend... | 7 |
hamza5393319/all-code | 9278f05 | StudioProjects/wsflutter/lib/widgets/passing_call_back_function.dart | Dart | www.github.com/hamza5393319/all-code/tree/main/StudioProjects/wsflutter/lib/widgets/passing_call_back_function.dart | https://raw.githubusercontent.com/hamza5393319/all-code/9278f05/StudioProjects/wsflutter/lib/widgets/passing_call_back_function.dart | hamza5393319/all-code 9278f05 StudioProjects/wsflutter/lib/widgets/passing_call_back_function.dart | true | 200 | 524 | import 'package:flutter/material.dart';
class PassingCallBackFunction extends StatefulWidget {
const PassingCallBackFunction({super.key});
@override
State<PassingCallBackFunction> createState() => _PassingCallBackFunctionState();
}
class _PassingCallBackFunctionState extends State<PassingCallBackFunction> {
... | 6 |
AamirSaleem57/app | 346b046 | app/lib/pract.dart | Dart | www.github.com/AamirSaleem57/app/tree/main/app/lib/pract.dart | https://raw.githubusercontent.com/AamirSaleem57/app/346b046/app/lib/pract.dart | AamirSaleem57/app 346b046 app/lib/pract.dart | true | 200 | 1,101 | import 'package:flutter/material.dart';
class MyGrid extends StatefulWidget {
const MyGrid({super.key});
@override
State<MyGrid> createState() => _MyGridState();
}
class _MyGridState extends State<MyGrid> {
List name = [
'ahsan',
'ahmad',
'ldfj',
'kjfa',
'eofk',
'ahsan',
'ahmad',
... | 2 |
rafli-raihan/gameplay-loop | f580ee5 | lib/game.dart | Dart | www.github.com/rafli-raihan/gameplay-loop/tree/main/lib/game.dart | https://raw.githubusercontent.com/rafli-raihan/gameplay-loop/f580ee5/lib/game.dart | rafli-raihan/gameplay-loop f580ee5 lib/game.dart | true | 200 | 2,226 | import 'dart:async';
import 'dart:io';
class Game {
int score = 0;
bool isPlaying = true;
int timeLimit; // Time limit in seconds
Timer? gameTimer;
DateTime? endTime; // The time when the timer will end
Game(this.timeLimit);
Future start() async {
print('Game started! You have $timeLimit seconds to... | 1 |
mchairul/pura_catalog | e69d89a | lib/about.dart | Dart | www.github.com/mchairul/pura_catalog/tree/main/lib/about.dart | https://raw.githubusercontent.com/mchairul/pura_catalog/e69d89a/lib/about.dart | mchairul/pura_catalog e69d89a lib/about.dart | true | 200 | 1,777 | import 'package:flutter/material.dart';
class ContentAbout extends StatelessWidget {
const ContentAbout({super.key});
@override
Widget build(BuildContext context) {
return Center(
child: Column(
children: <Widget>[
Container(
margin: const EdgeInsets.only(top: 20),
... | 5 |
RogaJedi/testing_grounds | fe429ad | lib/favorite_bloc/favorite_event.dart | Dart | www.github.com/RogaJedi/testing_grounds/tree/main/lib/favorite_bloc/favorite_event.dart | https://raw.githubusercontent.com/RogaJedi/testing_grounds/fe429ad/lib/favorite_bloc/favorite_event.dart | RogaJedi/testing_grounds fe429ad lib/favorite_bloc/favorite_event.dart | true | 200 | 527 | import 'package:equatable/equatable.dart';
abstract class FavoriteEvent extends Equatable {
const FavoriteEvent();
@override
List<Object> get props => [];
}
class ToggleFavoriteEvent extends FavoriteEvent {
final int productId;
const ToggleFavoriteEvent(this.productId);
@override
List<Object> get pro... | 0 |
r-chandrakumar/scopex | 48ca9b9 | lib/pages/accounting/invoice_pagess/invoice_list/invoice_list_page/invoice_list_page_widget.dart | Dart | www.github.com/r-chandrakumar/scopex/tree/main/lib/pages/accounting/invoice_pagess/invoice_list/invoice_list_page/invoice_list_page_widget.dart | https://raw.githubusercontent.com/r-chandrakumar/scopex/48ca9b9/lib/pages/accounting/invoice_pagess/invoice_list/invoice_list_page/invoice_list_page_widget.dart | r-chandrakumar/scopex 48ca9b9 lib/pages/accounting/invoice_pagess/invoice_list/invoice_list_page/invoice_list_page_widget.dart | true | 200 | 15,482 | import '/backend/api_requests/api_calls.dart';
import '/components/image_loading_shimmer_widget.dart';
import '/components/menu_component_widget.dart';
import '/components/search_icon_widget.dart';
import '/drawer/side_bar_new/side_bar_new_widget.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_f... | 3 |
Scrackc/getion-inventario | 738eaab | lib/main.dart | Dart | www.github.com/Scrackc/getion-inventario/tree/main/lib/main.dart | https://raw.githubusercontent.com/Scrackc/getion-inventario/738eaab/lib/main.dart | Scrackc/getion-inventario 738eaab lib/main.dart | true | 200 | 1,109 | import 'package:entryexit/screens/screens.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
void main() {
runApp(const ProviderScope(child: MyApp()));
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your appli... | 7 |
ruijerd99/videoz | f04ce9e | lib/screen/all_video/bloc/video_state.dart | Dart | www.github.com/ruijerd99/videoz/tree/main/lib/screen/all_video/bloc/video_state.dart | https://raw.githubusercontent.com/ruijerd99/videoz/f04ce9e/lib/screen/all_video/bloc/video_state.dart | ruijerd99/videoz f04ce9e lib/screen/all_video/bloc/video_state.dart | true | 200 | 561 | part of 'video_bloc.dart';
abstract class VideoState extends Equatable {
const VideoState();
@override
List<Object> get props => [];
}
class VideoInitial extends VideoState {}
class VideoLoaded extends VideoState {
final List<Video> videos;
final List<Video> selectedVideos;
const VideoLoaded(
this.... | 2 |
ImadBouirmane/newsapp | 8fc74e4 | lib/screens/home_screen.dart | Dart | www.github.com/ImadBouirmane/newsapp/tree/main/lib/screens/home_screen.dart | https://raw.githubusercontent.com/ImadBouirmane/newsapp/8fc74e4/lib/screens/home_screen.dart | ImadBouirmane/newsapp 8fc74e4 lib/screens/home_screen.dart | true | 200 | 2,617 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:newsapp/controllers/newsController.dart';
import 'package:newsapp/screens/article_detail_screen.dart';
import 'package:cached_network_image/cached_network_image.dart';
import 'package:intl/intl.dart';
class HomeScreen extends Statel... | 6 |
arfire333/adventofcode2024 | 7d90be7 | lib/solutions/day06_solution.dart | Dart | www.github.com/arfire333/adventofcode2024/tree/main/lib/solutions/day06_solution.dart | https://raw.githubusercontent.com/arfire333/adventofcode2024/7d90be7/lib/solutions/day06_solution.dart | arfire333/adventofcode2024 7d90be7 lib/solutions/day06_solution.dart | true | 200 | 7,327 | import 'dart:io';
import 'package:adventofcode2024/mixins/solution.dart';
import 'dart:developer' as dev;
class Guard {
Pair pos = Pair(0, 0);
String head = '.';
Guard(this.pos, this.head);
@override
bool operator ==(Object other) {
return identical(this, other) ||
other is Guard && pos == othe... | 4 |
Mina-George137/webview-app | 5147034 | lib/login/login_screen.dart | Dart | www.github.com/Mina-George137/webview-app/tree/main/lib/login/login_screen.dart | https://raw.githubusercontent.com/Mina-George137/webview-app/5147034/lib/login/login_screen.dart | Mina-George137/webview-app 5147034 lib/login/login_screen.dart | true | 200 | 2,354 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../controllers/signin_controller.dart';
import 'login_button.dart';
import 'package:google_sign_in/google_sign_in.dart';
import 'package:flutter_facebook_auth/flutter_facebook_auth.dart';
class LoginScreen extends StatefulWidget ... | 5 |
draz26648/moatmrko | 98ea3b1 | lib/business_logic/splash_cubit/splash_cubit.dart | Dart | www.github.com/draz26648/moatmrko/tree/main/lib/business_logic/splash_cubit/splash_cubit.dart | https://raw.githubusercontent.com/draz26648/moatmrko/98ea3b1/lib/business_logic/splash_cubit/splash_cubit.dart | draz26648/moatmrko 98ea3b1 lib/business_logic/splash_cubit/splash_cubit.dart | true | 200 | 1,226 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_native_splash/flutter_native_splash.dart';
import 'package:meta/meta.dart';
import 'package:moatamrk/navigator/custom_navigator.dart';
import 'package:moatamrk/navigator/routes.dart';
import '../../helpers/... | 1 |
djSomeone/market-hub-application | cc61922 | lib/features/future/pages/LME_Page/pages/settelment_page/api/settelment_api_service.dart | Dart | www.github.com/djSomeone/market-hub-application/tree/main/lib/features/future/pages/LME_Page/pages/settelment_page/api/settelment_api_service.dart | https://raw.githubusercontent.com/djSomeone/market-hub-application/cc61922/lib/features/future/pages/LME_Page/pages/settelment_page/api/settelment_api_service.dart | djSomeone/market-hub-application cc61922 lib/features/future/pages/LME_Page/pages/settelment_page/api/settelment_api_service.dart | true | 200 | 1,326 |
import 'package:market_hub_application/core/api/api_services.dart';
import '../model/settelment_model.dart';
class SettlementService {
Future<List<Settlement>> fetchSettlements() async {
try {
final response = await BaseApiServices.dio.get(
'https://market-hub-api-app.vercel.app/user/get-settleme... | 0 |
salahsaads/azhl_web | 2089689 | lib/features/Home/HomeLayout/web/widget/HomePart2web.dart | Dart | www.github.com/salahsaads/azhl_web/tree/main/lib/features/Home/HomeLayout/web/widget/HomePart2web.dart | https://raw.githubusercontent.com/salahsaads/azhl_web/2089689/lib/features/Home/HomeLayout/web/widget/HomePart2web.dart | salahsaads/azhl_web 2089689 lib/features/Home/HomeLayout/web/widget/HomePart2web.dart | true | 200 | 9,166 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:flutter_animate/flutter_animate.dart';
import 'package:visibility_detector/visibility_detector.dart';
class HomePart2web extends StatefulWidget {
const HomePart2web({super.key});
@override
_HomeP... | 3 |
govindcodewraps/admissionguidence | 5589436 | lib/USER_Screens/User_Home_Screen.dart | Dart | www.github.com/govindcodewraps/admissionguidence/tree/main/lib/USER_Screens/User_Home_Screen.dart | https://raw.githubusercontent.com/govindcodewraps/admissionguidence/5589436/lib/USER_Screens/User_Home_Screen.dart | govindcodewraps/admissionguidence 5589436 lib/USER_Screens/User_Home_Screen.dart | true | 200 | 32,450 | import 'dart:convert';
import 'dart:ui';
import 'package:admissionguidence/USER_Screens/todaytask.dart';
import 'package:day_night_time_picker/lib/state/time.dart';
import 'package:dio/dio.dart';
import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
import '../Screens/Acco... | 7 |
Chandan69217/CodeClauseInternship_QR_Scanner | 6479cde | lib/screens/setting_screen.dart | Dart | www.github.com/Chandan69217/CodeClauseInternship_QR_Scanner/tree/main/lib/screens/setting_screen.dart | https://raw.githubusercontent.com/Chandan69217/CodeClauseInternship_QR_Scanner/6479cde/lib/screens/setting_screen.dart | Chandan69217/CodeClauseInternship_QR_Scanner 6479cde lib/screens/setting_screen.dart | true | 200 | 477 |
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class SettingScreen extends StatefulWidget {
const SettingScreen({super.key});
@override
State<SettingScreen> createState() => _SettignScreenState();
}
class _SettignScreenState extends State<SettingScreen> {
@override
Widge... | 2 |
Arcey-bot/schedyoule | 4767d26 | lib/views/widgets/bubble_day_picker.dart | Dart | www.github.com/Arcey-bot/schedyoule/tree/main/lib/views/widgets/bubble_day_picker.dart | https://raw.githubusercontent.com/Arcey-bot/schedyoule/4767d26/lib/views/widgets/bubble_day_picker.dart | Arcey-bot/schedyoule 4767d26 lib/views/widgets/bubble_day_picker.dart | true | 200 | 4,148 | import 'package:flutter/material.dart';
import 'package:schedyoule/constants/constants.dart';
const Set<int> days = {
DateTime.sunday,
DateTime.monday,
DateTime.tuesday,
DateTime.wednesday,
DateTime.thursday,
DateTime.friday,
DateTime.saturday,
};
class BubbleDayPicker extends StatefulWidget {
// Days... | 6 |
MohamedGhoneem/etammn | 960355a | lib/common/widgets/app_error_widget.dart | Dart | www.github.com/MohamedGhoneem/etammn/tree/main/lib/common/widgets/app_error_widget.dart | https://raw.githubusercontent.com/MohamedGhoneem/etammn/960355a/lib/common/widgets/app_error_widget.dart | MohamedGhoneem/etammn 960355a lib/common/widgets/app_error_widget.dart | true | 200 | 1,854 | import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import '../../utilities/constants/colors.dart';
import '../../utilities/constants/app_text_style.dart';
import '../../utilities/size_config.dart';
import 'app_button.dart';
class AppErrorWidget extends StatelessWidget {
final Str... | 4 |
ahmed9107/ecommerce_app | 93a7ab8 | lib/view/pages/auth/forget_pass/forget_password.dart | Dart | www.github.com/ahmed9107/ecommerce_app/tree/main/lib/view/pages/auth/forget_pass/forget_password.dart | https://raw.githubusercontent.com/ahmed9107/ecommerce_app/93a7ab8/lib/view/pages/auth/forget_pass/forget_password.dart | ahmed9107/ecommerce_app 93a7ab8 lib/view/pages/auth/forget_pass/forget_password.dart | true | 200 | 2,374 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:store_app/controller/forget_password/forget_pass_controller.dart';
import 'package:store_app/utils/class/handling_data_view.dart';
import 'package:store_app/utils/helpers/dimensions.dart';
import 'package:store_app/view/widgets/... | 5 |
omarelshahawy00/your_book_app | 233b745 | lib/Features/home/presentation/manager/sliding_books_cubit/sliding_books_cubit.dart | Dart | www.github.com/omarelshahawy00/your_book_app/tree/main/lib/Features/home/presentation/manager/sliding_books_cubit/sliding_books_cubit.dart | https://raw.githubusercontent.com/omarelshahawy00/your_book_app/233b745/lib/Features/home/presentation/manager/sliding_books_cubit/sliding_books_cubit.dart | omarelshahawy00/your_book_app 233b745 lib/Features/home/presentation/manager/sliding_books_cubit/sliding_books_cubit.dart | true | 200 | 693 | import 'package:bloc/bloc.dart';
import 'package:booking_app/Features/home/data/models/book_model/book_model.dart';
import 'package:booking_app/Features/home/data/repos/home_repo.dart';
import 'package:equatable/equatable.dart';
part 'sliding_books_state.dart';
class SlidingBooksCubit extends Cubit<SlidingBooksState>... | 1 |
MohammedArshadKk/home-workout | 4e9615c | lib/Screens/daily_plans_page.dart | Dart | www.github.com/MohammedArshadKk/home-workout/tree/main/lib/Screens/daily_plans_page.dart | https://raw.githubusercontent.com/MohammedArshadKk/home-workout/4e9615c/lib/Screens/daily_plans_page.dart | MohammedArshadKk/home-workout 4e9615c lib/Screens/daily_plans_page.dart | true | 200 | 1,935 | import 'package:flutter/material.dart';
import 'package:home_workout/database/functions/db_customworkout_function.dart';
import 'package:home_workout/database/functions/db_dailyRoutine_function.dart';
import 'package:home_workout/screens/daily_routine_edit_screen.dart';
import 'package:home_workout/widgets/daily_routin... | 0 |
carlostoni/collector | 272d92c | lib/main.dart | Dart | www.github.com/carlostoni/collector/tree/main/lib/main.dart | https://raw.githubusercontent.com/carlostoni/collector/272d92c/lib/main.dart | carlostoni/collector 272d92c lib/main.dart | true | 200 | 537 | import 'package:estoque/home/home.dart';
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
... | 3 |
TarekAlabd/Flutter-Projects-Gaza-Round1 | 8ed87c6 | flutter_ecommerce_app_knowledge/lib/views/widgets/product_item_payment_widget.dart | Dart | www.github.com/TarekAlabd/Flutter-Projects-Gaza-Round1/tree/main/flutter_ecommerce_app_knowledge/lib/views/widgets/product_item_payment_widget.dart | https://raw.githubusercontent.com/TarekAlabd/Flutter-Projects-Gaza-Round1/8ed87c6/flutter_ecommerce_app_knowledge/lib/views/widgets/product_item_payment_widget.dart | TarekAlabd/Flutter-Projects-Gaza-Round1 8ed87c6 flutter_ecommerce_app_knowledge/lib/views/widgets/product_item_payment_widget.dart | true | 200 | 2,673 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:flutter_ecommerce_app_knowledge/models/add_to_cart_model.dart';
import 'package:flutter_ecommerce_app_knowledge/utils/app_colors.dart';
class ProductItemPaymentWidget extends StatelessWidget {
fin... | 7 |
Raka-af/Lat-Responsive | 09e071b | lib/dashboard/mobile/kampung_ladang.dart | Dart | www.github.com/Raka-af/Lat-Responsive/tree/main/lib/dashboard/mobile/kampung_ladang.dart | https://raw.githubusercontent.com/Raka-af/Lat-Responsive/09e071b/lib/dashboard/mobile/kampung_ladang.dart | Raka-af/Lat-Responsive 09e071b lib/dashboard/mobile/kampung_ladang.dart | true | 200 | 7,777 | import 'package:flutter/material.dart';
import 'package:latihan/dashboard/mobile/layout_screen.dart';
import 'package:url_launcher/url_launcher.dart';
class KampungLadang extends StatelessWidget {
const KampungLadang({super.key});
@override
Widget build(BuildContext context) {
return LayoutScreen(
bod... | 2 |
inischay/Flutter_Assignment | a50420c | Flutter Assignment/lib/main.dart | Dart | www.github.com/inischay/Flutter_Assignment/tree/main/Flutter Assignment/lib/main.dart | https://raw.githubusercontent.com/inischay/Flutter_Assignment/a50420c/Flutter%20Assignment/lib/main.dart | inischay/Flutter_Assignment a50420c Flutter Assignment/lib/main.dart | true | 200 | 471 | import 'package:flutter/material.dart';
import 'package:shopping_cart/pages/signUpPage.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,... | 6 |
IEEE-hackthon/happy_care | a3bc946 | lib/widgets/navigation_bar/custom_bottom_navBar.dart | Dart | www.github.com/IEEE-hackthon/happy_care/tree/main/lib/widgets/navigation_bar/custom_bottom_navBar.dart | https://raw.githubusercontent.com/IEEE-hackthon/happy_care/a3bc946/lib/widgets/navigation_bar/custom_bottom_navBar.dart | IEEE-hackthon/happy_care a3bc946 lib/widgets/navigation_bar/custom_bottom_navBar.dart | true | 200 | 2,442 | import 'package:flutter/material.dart';
class CustomBottomNavBar extends StatelessWidget {
final int selectedIndex;
final ValueChanged<int> onItemSelected;
final Color color;
final bool isPlant;
final List<Widget> pages;
const CustomBottomNavBar({
super.key,
required this.selectedIndex,
requir... | 4 |
Anastasia9595/bmi | 8cce2e0 | lib/main.dart | Dart | www.github.com/Anastasia9595/bmi/tree/main/lib/main.dart | https://raw.githubusercontent.com/Anastasia9595/bmi/8cce2e0/lib/main.dart | Anastasia9595/bmi 8cce2e0 lib/main.dart | true | 200 | 1,862 | import 'package:bmi_calculator/cubit/bmi_cubit.dart';
import 'package:bmi_calculator/cubit/person_list_cubit.dart';
import 'package:bmi_calculator/view/home/home.dart';
import 'package:flutter/gestures.dart';
import 'package:path_provider/path_provider.dart';
import 'package:flutter/material.dart';
import 'package:flu... | 5 |
Abauchot/m2dfs_bauchot_pictionary | 70f83ab | lib/screens/challenge_guess.dart | Dart | www.github.com/Abauchot/m2dfs_bauchot_pictionary/tree/main/lib/screens/challenge_guess.dart | https://raw.githubusercontent.com/Abauchot/m2dfs_bauchot_pictionary/70f83ab/lib/screens/challenge_guess.dart | Abauchot/m2dfs_bauchot_pictionary 70f83ab lib/screens/challenge_guess.dart | true | 200 | 5,914 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:cached_network_image/cached_network_image.dart';
import 'package:google_fonts/google_fonts.dart';
import '../models/challenge.dart';
/// Provides the list of challenges.
final challengesProvider = StateProv... | 1 |
mohamedlecter/course_project | d7a2350 | lib/main.dart | Dart | www.github.com/mohamedlecter/course_project/tree/main/lib/main.dart | https://raw.githubusercontent.com/mohamedlecter/course_project/d7a2350/lib/main.dart | mohamedlecter/course_project d7a2350 lib/main.dart | true | 200 | 387 | import 'package:course_project/screens/home_screen.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MainApp());
}
class MainApp extends StatelessWidget {
const MainApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowChe... | 0 |
Afsinshaji/Student_Management_App_Bloc | 6dbdf5d | lib/presentation/screens/widgets/editProfile.dart | Dart | www.github.com/Afsinshaji/Student_Management_App_Bloc/tree/main/lib/presentation/screens/widgets/editProfile.dart | https://raw.githubusercontent.com/Afsinshaji/Student_Management_App_Bloc/6dbdf5d/lib/presentation/screens/widgets/editProfile.dart | Afsinshaji/Student_Management_App_Bloc 6dbdf5d lib/presentation/screens/widgets/editProfile.dart | true | 200 | 5,190 | // ignore_for_file: non_constant_identifier_names, duplicate_ignore
import 'dart:developer';
import 'dart:io';
import 'package:db_hive/model/data.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
//import 'package:hive_flutter/hive_flutter.dart';
import 'package:image_pi... | 3 |
dxps/flutter_playground | 0e33bd2 | flutter_stacked_web_landing/lib/ui/views/home/widgets/home_notify_button.dart | Dart | www.github.com/dxps/flutter_playground/tree/main/flutter_stacked_web_landing/lib/ui/views/home/widgets/home_notify_button.dart | https://raw.githubusercontent.com/dxps/flutter_playground/0e33bd2/flutter_stacked_web_landing/lib/ui/views/home/widgets/home_notify_button.dart | dxps/flutter_playground 0e33bd2 flutter_stacked_web_landing/lib/ui/views/home/widgets/home_notify_button.dart | true | 200 | 921 | import 'package:flutter/material.dart';
import 'package:flutter_stacked_web_landing/extensions/hover_extensions.dart';
class HomeNotifyButton extends StatelessWidget {
final Function()? onTap;
const HomeNotifyButton({Key? key, this.onTap}) : super(key: key);
@override
Widget build(BuildContext context) {
... | 7 |
yaraAlBadrsawi/future_and_stream | 2a2a40e | lib/main.dart | Dart | www.github.com/yaraAlBadrsawi/future_and_stream/tree/main/lib/main.dart | https://raw.githubusercontent.com/yaraAlBadrsawi/future_and_stream/2a2a40e/lib/main.dart | yaraAlBadrsawi/future_and_stream 2a2a40e lib/main.dart | true | 200 | 861 | import 'package:flutter/material.dart';
import 'package:future_and_stream/future_builder/difference_stream_future.dart';
import 'package:future_and_stream/stream_builder/stream_builder_example.dart';
import 'future_builder/future_builder.dart';
import 'future_builder/splash.dart';
void main() {
runApp(const MyApp())... | 6 |
SukumarRaja/mec | 8a1be77 | lib/Configs/app_constants.dart | Dart | www.github.com/SukumarRaja/mec/tree/main/lib/Configs/app_constants.dart | https://raw.githubusercontent.com/SukumarRaja/mec/8a1be77/lib/Configs/app_constants.dart | SukumarRaja/mec 8a1be77 lib/Configs/app_constants.dart | true | 200 | 3,369 |
import 'package:mec/Configs/Enum.dart';
import 'package:flutter/material.dart';
//-**********---------- WHATSAPP Color Theme: -------------------------
final mecBlack = new Color(0xFF1E1E1E);
final mecBlue = new Color(0xFF02ac88);
final mecDeepGreen = Color.fromRGBO(38, 142, 205, 1);
final mecLightGreen =Color.fromRG... | 2 |
Elghandour-eng/mega_store_task | 8329723 | lib/features/home_view/units/you_may_like.dart | Dart | www.github.com/Elghandour-eng/mega_store_task/tree/main/lib/features/home_view/units/you_may_like.dart | https://raw.githubusercontent.com/Elghandour-eng/mega_store_task/8329723/lib/features/home_view/units/you_may_like.dart | Elghandour-eng/mega_store_task 8329723 lib/features/home_view/units/you_may_like.dart | true | 200 | 1,194 | part of '../home_view_form.dart';
class _YouMayLike extends StatelessWidget {
const _YouMayLike({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Column(
children: [
Padding(
padding: EdgeInsets.symmetric(horizontal: 16.w),
child: Row(
... | 4 |
ShabbirHasan1/kiteconnect-data-structures | f0786e7 | JsonSchemaAndStructs/KiteConnect-Dart-Structs/order_trades.dart | Dart | www.github.com/ShabbirHasan1/kiteconnect-data-structures/tree/main/JsonSchemaAndStructs/KiteConnect-Dart-Structs/order_trades.dart | https://raw.githubusercontent.com/ShabbirHasan1/kiteconnect-data-structures/f0786e7/JsonSchemaAndStructs/KiteConnect-Dart-Structs/order_trades.dart | ShabbirHasan1/kiteconnect-data-structures f0786e7 JsonSchemaAndStructs/KiteConnect-Dart-Structs/order_trades.dart | true | 200 | 1,037 | // To parse this JSON data, do
//
// final orderTrades = orderTradesFromMap(jsonString);
import 'package:freezed_annotation/freezed_annotation.dart';
import 'dart:convert';
part 'order_trades.freezed.dart';
part 'order_trades.g.dart';
@freezed
abstract class OrderTrades with _$OrderTrades {
const factory Ord... | 1 |
gatuguta3/Group-reservations | 5516dd9 | lib/screens/experiences_screens/events_screens/events_details_screens.dart | Dart | www.github.com/gatuguta3/Group-reservations/tree/main/lib/screens/experiences_screens/events_screens/events_details_screens.dart | https://raw.githubusercontent.com/gatuguta3/Group-reservations/5516dd9/lib/screens/experiences_screens/events_screens/events_details_screens.dart | gatuguta3/Group-reservations 5516dd9 lib/screens/experiences_screens/events_screens/events_details_screens.dart | true | 200 | 31,394 | // ignore_for_file: use_key_in_widget_constructors, non_constant_identifier_names, sized_box_for_whitespace, prefer_const_constructors, prefer_const_literals_to_create_immutables, sort_child_properties_last, unnecessary_brace_in_string_interps, unused_import, unnecessary_string_interpolations, unused_local_variable, un... | 3 |
hurulainytsaltsa/mobile_mi2c_2201092012 | daa48d4 | lib/latihan_project/latihan_page/splash_screen.dart | Dart | www.github.com/hurulainytsaltsa/mobile_mi2c_2201092012/tree/main/lib/latihan_project/latihan_page/splash_screen.dart | https://raw.githubusercontent.com/hurulainytsaltsa/mobile_mi2c_2201092012/daa48d4/lib/latihan_project/latihan_page/splash_screen.dart | hurulainytsaltsa/mobile_mi2c_2201092012 daa48d4 lib/latihan_project/latihan_page/splash_screen.dart | true | 200 | 2,933 | import 'package:flutter/material.dart';
import 'package:mi2c_mobile/latihan_project/latihan_page/page_login_api_latihan.dart';
class SplashScreen extends StatefulWidget {
const SplashScreen({super.key});
@override
State<SplashScreen> createState() => _SplashScreenState();
}
class _SplashScreenState extends Sta... | 7 |
LiliCode/chat-server-demo | ea92f05 | lib/controller/home_controller.dart | Dart | www.github.com/LiliCode/chat-server-demo/tree/main/lib/controller/home_controller.dart | https://raw.githubusercontent.com/LiliCode/chat-server-demo/ea92f05/lib/controller/home_controller.dart | LiliCode/chat-server-demo ea92f05 lib/controller/home_controller.dart | true | 200 | 799 | import 'dart:async';
import 'dart:io';
import 'package:dart_server_application/sqlite_db/database.dart';
import 'package:shelf/shelf.dart';
import '../server/res.dart';
class HomeController {
/// 主页,用户列表
///
/// 参数:id 自己的用户id,用来过滤自己
static FutureOr<ResponseData> list(Request req) async {
final params = r... | 0 |
AMstyles/sphere | bff5da8 | lib/main.dart | Dart | www.github.com/AMstyles/sphere/tree/main/lib/main.dart | https://raw.githubusercontent.com/AMstyles/sphere/bff5da8/lib/main.dart | AMstyles/sphere bff5da8 lib/main.dart | true | 200 | 2,310 | import 'dart:math';
import 'dart:ui';
import 'package:flutter/material.dart';
import 'package:vector_math/vector_math.dart' as v_math;
late FragmentProgram program;
Future<void> main()async {
program = await FragmentProgram.fromAsset(
'assets/my_shader.frag',
);
runApp(const MyApp());
}
class MyApp exten... | 6 |
vhdrjb/portfolio | 11600bd | lib/infrastructure/router/app_route_factory.dart | Dart | www.github.com/vhdrjb/portfolio/tree/main/lib/infrastructure/router/app_route_factory.dart | https://raw.githubusercontent.com/vhdrjb/portfolio/11600bd/lib/infrastructure/router/app_route_factory.dart | vhdrjb/portfolio 11600bd lib/infrastructure/router/app_route_factory.dart | true | 200 | 3,612 | import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
import 'package:injectable/injectable.dart';
import 'package:portfolio_v2/infrastructure/router/provider/career_route_provider.dart';
import 'package:portfolio_v2/infrastructure/router/provider/home_route_provider.dart';
import 'package:... | 2 |
D02-PBP-2024/RasaPalembangMobile | 39412e2 | lib/models/user.dart | Dart | www.github.com/D02-PBP-2024/RasaPalembangMobile/tree/main/lib/models/user.dart | https://raw.githubusercontent.com/D02-PBP-2024/RasaPalembangMobile/39412e2/lib/models/user.dart | D02-PBP-2024/RasaPalembangMobile 39412e2 lib/models/user.dart | true | 200 | 1,183 | // To parse this JSON data, do
//
// final user = userFromJson(jsonString);
import 'dart:convert';
User userFromJson(String str) => User.fromJson(json.decode(str));
class User {
int pk;
String username;
String nama;
String deskripsi;
String peran;
String foto;
int poin;
DateTime dateJoined;
Us... | 5 |
HYU-Magicool/HYU-Magicool_Frontend | efd0750 | lib/presentation/o_screen/o_screen.dart | Dart | www.github.com/HYU-Magicool/HYU-Magicool_Frontend/tree/main/lib/presentation/o_screen/o_screen.dart | https://raw.githubusercontent.com/HYU-Magicool/HYU-Magicool_Frontend/efd0750/lib/presentation/o_screen/o_screen.dart | HYU-Magicool/HYU-Magicool_Frontend efd0750 lib/presentation/o_screen/o_screen.dart | true | 200 | 8,284 | import 'package:flutter/material.dart';
import 'package:magicool/core/app_export.dart';
import 'package:magicool/widgets/custom_bottom_bar.dart';
import 'package:magicool/widgets/custom_elevated_button.dart';
import 'package:magicool/widgets/custom_switch.dart';
class OScreen extends StatelessWidget {
OScreen({Key? ... | 4 |
sadiqgoni/nftpageui | 5dcd392 | lib/tabs/trending_tab.dart | Dart | www.github.com/sadiqgoni/nftpageui/tree/main/lib/tabs/trending_tab.dart | https://raw.githubusercontent.com/sadiqgoni/nftpageui/5dcd392/lib/tabs/trending_tab.dart | sadiqgoni/nftpageui 5dcd392 lib/tabs/trending_tab.dart | true | 200 | 324 | import 'package:flutter/cupertino.dart';
import '../component/nft_card.dart';
class TrendingTab extends StatelessWidget {
const TrendingTab({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Container(
child: NftCard(imagePath: 'lib/images/apiens_3.png',)
);
... | 1 |
abdelazizh17/payment_integration_stripe_paypal | deccfd9 | lib/Features/checkout/presentation/views/widgets/thank_you_view_body.dart | Dart | www.github.com/abdelazizh17/payment_integration_stripe_paypal/tree/main/lib/Features/checkout/presentation/views/widgets/thank_you_view_body.dart | https://raw.githubusercontent.com/abdelazizh17/payment_integration_stripe_paypal/deccfd9/lib/Features/checkout/presentation/views/widgets/thank_you_view_body.dart | abdelazizh17/payment_integration_stripe_paypal deccfd9 lib/Features/checkout/presentation/views/widgets/thank_you_view_body.dart | true | 200 | 1,467 | import 'package:checkout_payment_ui/Features/checkout/presentation/views/widgets/custom_check_icon.dart';
import 'package:checkout_payment_ui/Features/checkout/presentation/views/widgets/custom_dashed_line.dart';
import 'package:checkout_payment_ui/Features/checkout/presentation/views/widgets/thank_you_card.dart';
impo... | 3 |
muddasir883/Glamcode | 6316062 | lib/view/refertoearn/referalmodel.dart | Dart | www.github.com/muddasir883/Glamcode/tree/main/lib/view/refertoearn/referalmodel.dart | https://raw.githubusercontent.com/muddasir883/Glamcode/6316062/lib/view/refertoearn/referalmodel.dart | muddasir883/Glamcode 6316062 lib/view/refertoearn/referalmodel.dart | true | 200 | 1,415 | class ReferalModel {
String? status;
String? message;
List<ReferFriendsDetails>? referFriendsDetails;
ReferalModel({this.status, this.message, this.referFriendsDetails});
ReferalModel.fromJson(Map<String, dynamic> json) {
status = json['status'];
message = json['message'];
if (json['referFriends... | 2 |
JesbinJose/Dictionary | c8cc633 | lib/core/usecase/theme_assignation.dart | Dart | www.github.com/JesbinJose/Dictionary/tree/main/lib/core/usecase/theme_assignation.dart | https://raw.githubusercontent.com/JesbinJose/Dictionary/c8cc633/lib/core/usecase/theme_assignation.dart | JesbinJose/Dictionary c8cc633 lib/core/usecase/theme_assignation.dart | true | 200 | 1,127 | import 'package:dictionary/core/enums/theme.dart';
import 'package:flutter/material.dart';
export 'package:dictionary/core/enums/theme.dart';
import '../../presentation/themes/dark.dart' as dark;
import '../../presentation/themes/light.dart' as light;
extension Assign on MyTheme {
ThemeData getValue() {
switch ... | 7 |
NoobDevTv/ODUSG | a2b4663 | lib/widgets/timer_widget.dart | Dart | www.github.com/NoobDevTv/ODUSG/tree/main/lib/widgets/timer_widget.dart | https://raw.githubusercontent.com/NoobDevTv/ODUSG/a2b4663/lib/widgets/timer_widget.dart | NoobDevTv/ODUSG a2b4663 lib/widgets/timer_widget.dart | true | 200 | 851 | import 'package:flutter/material.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:intl/intl.dart';
import 'package:odusg/game_logic.dart';
class TimerWidget extends ConsumerWidget {
final Duration tickFor;
final Function elapsed;
const TimerWidget({super.key, required this.tickFor, re... | 1 |
PohWeiLeong/myflutterminiprojects | fe6cfb7 | iampoor/lib/main.dart | Dart | www.github.com/PohWeiLeong/myflutterminiprojects/tree/main/iampoor/lib/main.dart | https://raw.githubusercontent.com/PohWeiLeong/myflutterminiprojects/fe6cfb7/iampoor/lib/main.dart | PohWeiLeong/myflutterminiprojects fe6cfb7 iampoor/lib/main.dart | true | 200 | 573 | import 'package:flutter/material.dart';
void main() {
runApp(PoorApp());
}
class PoorApp extends StatelessWidget {
const PoorApp({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
backgroundColor: Colors.white,
appBar: ... | 6 |
CarlosReyes99/SuperManglar | 8cd1a34 | lib/presentation/Views/navigator_screens.dart | Dart | www.github.com/CarlosReyes99/SuperManglar/tree/main/lib/presentation/Views/navigator_screens.dart | https://raw.githubusercontent.com/CarlosReyes99/SuperManglar/8cd1a34/lib/presentation/Views/navigator_screens.dart | CarlosReyes99/SuperManglar 8cd1a34 lib/presentation/Views/navigator_screens.dart | true | 200 | 3,070 | import 'package:app_manglar/custom_icons_icons.dart';
import 'package:app_manglar/presentation/Views/deforestation_view.dart';
import 'package:app_manglar/presentation/Views/ecosystem.dart';
import 'package:app_manglar/presentation/Views/habitat_view.dart';
import 'package:app_manglar/presentation/Views/home_view.dart'... | 0 |
robban112/ZimpleFlutter | 659bf80 | lib/extensions/double_extensions.dart | Dart | www.github.com/robban112/ZimpleFlutter/tree/main/lib/extensions/double_extensions.dart | https://raw.githubusercontent.com/robban112/ZimpleFlutter/659bf80/lib/extensions/double_extensions.dart | robban112/ZimpleFlutter 659bf80 lib/extensions/double_extensions.dart | true | 200 | 419 | extension DoubleExtensions on double {
String parseToTwoDigits() {
String round = this.toStringAsFixed(2);
List<String> splits = round.split('.');
if (splits.length < 2) return splits[0];
String decimals = splits[1];
if (decimals == '00')
return splits[0];
else if (decimals.endsWith('0')... | 5 |
Hrishikesh-Dalal/HackHustler2.0 | 74a8871 | hack_hustlers/lib/therapists/book_appointment.dart | Dart | www.github.com/Hrishikesh-Dalal/HackHustler2.0/tree/main/hack_hustlers/lib/therapists/book_appointment.dart | https://raw.githubusercontent.com/Hrishikesh-Dalal/HackHustler2.0/74a8871/hack_hustlers/lib/therapists/book_appointment.dart | Hrishikesh-Dalal/HackHustler2.0 74a8871 hack_hustlers/lib/therapists/book_appointment.dart | true | 200 | 7,259 |
import 'package:flutter/material.dart';
import 'package:hack_hustlers/therapists/patientDetails.dart';
import 'package:intl/intl.dart';
class book_appointment extends StatefulWidget {
final String doctorUID;
const book_appointment({super.key, required this.doctorUID});
@override
State<book_appointm... | 7 |
C23io1072/mobile_amore | 21c7e6b | lib/screen/widget/use_point.dart | Dart | www.github.com/C23io1072/mobile_amore/tree/main/lib/screen/widget/use_point.dart | https://raw.githubusercontent.com/C23io1072/mobile_amore/21c7e6b/lib/screen/widget/use_point.dart | C23io1072/mobile_amore 21c7e6b lib/screen/widget/use_point.dart | true | 200 | 982 | import 'package:flutter/material.dart';
class UsePointItem extends StatelessWidget {
const UsePointItem({super.key});
@override
Widget build(BuildContext context) {
return Container(
height: 45,
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4),
decoration: BoxDecoration(
... | 1 |
YueYuuta/flutter-pos | 55c2aaa | lib/provider/categoryProvider.dart | Dart | www.github.com/YueYuuta/flutter-pos/tree/main/lib/provider/categoryProvider.dart | https://raw.githubusercontent.com/YueYuuta/flutter-pos/55c2aaa/lib/provider/categoryProvider.dart | YueYuuta/flutter-pos 55c2aaa lib/provider/categoryProvider.dart | true | 200 | 683 | import 'package:flutter/foundation.dart';
import 'package:food_jc/models/Category.model.dart';
import 'package:food_jc/services/category.service.dart';
class CategoryProvider with ChangeNotifier {
int _selectedCategory = 0;
List<CategoryModel> _categories = [];
int get selectedIndex => _selectedCategory;
Li... | 6 |
mentegago/streamkit | 43ccddd | lib/screens/home/widgets/config_group.dart | Dart | www.github.com/mentegago/streamkit/tree/main/lib/screens/home/widgets/config_group.dart | https://raw.githubusercontent.com/mentegago/streamkit/43ccddd/lib/screens/home/widgets/config_group.dart | mentegago/streamkit 43ccddd lib/screens/home/widgets/config_group.dart | true | 200 | 1,480 | import 'package:fluent_ui/fluent_ui.dart';
class ConfigGroup extends StatelessWidget {
const ConfigGroup({
super.key,
required this.child,
required this.title,
this.tooltip = "",
});
final Widget child;
final String title;
final String tooltip;
@override
Widget build(BuildContext contex... | 0 |
seongukHEO/KurlyCloneCording | de44b01 | lib/presentation/pages/category/category_page.dart | Dart | www.github.com/seongukHEO/KurlyCloneCording/tree/main/lib/presentation/pages/category/category_page.dart | https://raw.githubusercontent.com/seongukHEO/KurlyCloneCording/de44b01/lib/presentation/pages/category/category_page.dart | seongukHEO/KurlyCloneCording de44b01 lib/presentation/pages/category/category_page.dart | true | 200 | 342 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class CategoryPage extends StatelessWidget {
const CategoryPage({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text("category"),),
body: Center(child: Text("categ... | 5 |
Phung-B2005729/ql_hang_hoa | 9a1ec23 | qlhanghoa/lib/src/widget/nhieu_hon_screen.dart | Dart | www.github.com/Phung-B2005729/ql_hang_hoa/tree/main/qlhanghoa/lib/src/widget/nhieu_hon_screen.dart | https://raw.githubusercontent.com/Phung-B2005729/ql_hang_hoa/9a1ec23/qlhanghoa/lib/src/widget/nhieu_hon_screen.dart | Phung-B2005729/ql_hang_hoa 9a1ec23 qlhanghoa/lib/src/widget/nhieu_hon_screen.dart | true | 200 | 9,874 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:qlhanghoa/src/controller/account/auth_controller.dart';
import 'package:qlhanghoa/src/helper/function_helper.dart';
import 'package:qlhanghoa/src/helper/template/color.dart';
import 'package:qlhanghoa/src/widget/cua_hang/cua_hang_scr... | 3 |
Miyukishirogane/Dart_core | efc8a03 | bai34.dart | Dart | www.github.com/Miyukishirogane/Dart_core/tree/main/bai34.dart | https://raw.githubusercontent.com/Miyukishirogane/Dart_core/efc8a03/bai34.dart | Miyukishirogane/Dart_core efc8a03 bai34.dart | true | 200 | 495 | //Bài 34. Tìm ước số lẻ lớn nhất của số nguyên dương n. Ví dụ n = 100 ước lẻ lớn nhất của 100 là 25.
import 'dart:io';
int Max(int n) {
int MaxUoc = 1;
for (int i = 1; i <= n ; i++) {
if (n % i == 0 && i % 2 == 1) {
MaxUoc = i;
}
}
return MaxUoc;
}
void main() {
print("... | 7 |
Aleandro2000/smart-tech | 40417ad | lib/src/pannel/bluethootViewComponents/helpers/PaintStyle.dart | Dart | www.github.com/Aleandro2000/smart-tech/tree/main/lib/src/pannel/bluethootViewComponents/helpers/PaintStyle.dart | https://raw.githubusercontent.com/Aleandro2000/smart-tech/40417ad/lib/src/pannel/bluethootViewComponents/helpers/PaintStyle.dart | Aleandro2000/smart-tech 40417ad lib/src/pannel/bluethootViewComponents/helpers/PaintStyle.dart | true | 200 | 3,781 | import 'dart:ui';
class PaintStyle {
final bool isAntiAlias;
static const int _kColorDefault = 0xFF000000;
final Color? color;
static final int _kBlendModeDefault = BlendMode.srcOver.index;
final BlendMode blendMode;
final PaintingStyle style;
final double strokeWidth;
final StrokeCap strokeCap;
fina... | 1 |
ragnie2602/tanvietbook | d086c58 | lib/shared/bloc/address/address_state.dart | Dart | www.github.com/ragnie2602/tanvietbook/tree/main/lib/shared/bloc/address/address_state.dart | https://raw.githubusercontent.com/ragnie2602/tanvietbook/d086c58/lib/shared/bloc/address/address_state.dart | ragnie2602/tanvietbook d086c58 lib/shared/bloc/address/address_state.dart | true | 200 | 1,449 | part of 'address_bloc.dart';
abstract class AddressState extends Equatable {
const AddressState();
@override
List<Object> get props => [];
}
class AddressInitial extends AddressState {}
class AddressGetAllSuccessState extends AddressState {}
class AddressGetProvinceState extends AddressState {
final List<Pr... | 6 |
meowmau/InternLog | 1494f46 | lib/providers/custom_image_provider.dart | Dart | www.github.com/meowmau/InternLog/tree/main/lib/providers/custom_image_provider.dart | https://raw.githubusercontent.com/meowmau/InternLog/1494f46/lib/providers/custom_image_provider.dart | meowmau/InternLog 1494f46 lib/providers/custom_image_provider.dart | true | 200 | 479 | import 'package:flutter/material.dart';
import '../models/image_entry.dart'; // Ensure correct import
class CustomImageProvider with ChangeNotifier {
final List<ImageEntry> _imagesWithDescriptions = [];
List<ImageEntry> get imagesWithDescriptions => _imagesWithDescriptions;
void addImage(String base64I... | 4 |
khoren93/FlutterHub | ac3ce29 | lib/features/core/domain/entities/repository.dart | Dart | www.github.com/khoren93/FlutterHub/tree/main/lib/features/core/domain/entities/repository.dart | https://raw.githubusercontent.com/khoren93/FlutterHub/ac3ce29/lib/features/core/domain/entities/repository.dart | khoren93/FlutterHub ac3ce29 lib/features/core/domain/entities/repository.dart | true | 200 | 765 | part of 'models.dart';
@Freezed()
class Repository with _$Repository {
const Repository._();
const factory Repository({
String? name,
String? fullName,
bool? private,
User? owner,
String? htmlUrl,
String? description,
bool? fork,
DateTime? createdAt,
DateTime? updatedAt,
Str... | 5 |
muneebthecoder/Mob-Monitoring-AI-base-project-Flutter-Sql-Flask | ba9876d | mob_monitoring/lib/Screens/Splash.dart | Dart | www.github.com/muneebthecoder/Mob-Monitoring-AI-base-project-Flutter-Sql-Flask/tree/main/mob_monitoring/lib/Screens/Splash.dart | https://raw.githubusercontent.com/muneebthecoder/Mob-Monitoring-AI-base-project-Flutter-Sql-Flask/ba9876d/mob_monitoring/lib/Screens/Splash.dart | muneebthecoder/Mob-Monitoring-AI-base-project-Flutter-Sql-Flask ba9876d mob_monitoring/lib/Screens/Splash.dart | true | 200 | 3,621 | import 'package:flutter/material.dart';
import 'package:mob_monitoring/Screens/Login.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
home: LoginScreen(),
them... | 0 |
AdBlip/adblip_shared_lib | f0e5171 | test/adblip_shared_lib_test.dart | Dart | www.github.com/AdBlip/adblip_shared_lib/tree/main/test/adblip_shared_lib_test.dart | https://raw.githubusercontent.com/AdBlip/adblip_shared_lib/f0e5171/test/adblip_shared_lib_test.dart | AdBlip/adblip_shared_lib f0e5171 test/adblip_shared_lib_test.dart | true | 200 | 318 | import 'package:adblip_shared_lib/adblip_shared_lib.dart';
import 'package:test/test.dart';
void main() {
group('A group of tests', () {
final awesome = Awesome();
setUp(() {
// Additional setup goes here.
});
test('First Test', () {
expect(awesome.isAwesome, isTrue);
});
});
}
| 3 |
maniikambara/bitwal_app | dff1917 | lib/pages/marketa.dart | Dart | www.github.com/maniikambara/bitwal_app/tree/main/lib/pages/marketa.dart | https://raw.githubusercontent.com/maniikambara/bitwal_app/dff1917/lib/pages/marketa.dart | maniikambara/bitwal_app dff1917 lib/pages/marketa.dart | true | 200 | 8,710 | import 'package:bitwal_app/pages/more.dart';
import 'package:bitwal_app/pages/notif.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:bitwal_app/models/token.dart';
import 'package:bitwal_app/services/auth_service.dart';
import 'package:provider/provider.dart';
class Marke... | 7 |
1asa9na/practice | ec40032 | lib/user.dart | Dart | www.github.com/1asa9na/practice/tree/main/lib/user.dart | https://raw.githubusercontent.com/1asa9na/practice/ec40032/lib/user.dart | 1asa9na/practice ec40032 lib/user.dart | true | 200 | 807 | import 'dart:math';
import 'dart:ui';
import 'package:flutter/material.dart';
class User {
String userName;
String? lastMessage;
DateTime? date;
String? userAvatar;
int countUnreadMessages;
Color mainColor;
bool isSurpressed = false;
bool isStarred = false;
User(
this.userName,
this.lastMes... | 1 |
cesaraugusto7/what-food | fdef9ce | lib/app/view/food_view.dart | Dart | www.github.com/cesaraugusto7/what-food/tree/main/lib/app/view/food_view.dart | https://raw.githubusercontent.com/cesaraugusto7/what-food/fdef9ce/lib/app/view/food_view.dart | cesaraugusto7/what-food fdef9ce lib/app/view/food_view.dart | true | 200 | 3,872 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:whatfood/app/controller/food_controller.dart';
class FoodView extends StatefulWidget {
const FoodView({super.key});
@override
State<FoodView> createState() => _FoodViewState();
}
class _FoodViewState extends State<FoodView> {
late Foo... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.