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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Darkv1c/yes_no_app | e513730 | lib/presentation/chat/chat_provider.dart | Dart | www.github.com/Darkv1c/yes_no_app/tree/main/lib/presentation/chat/chat_provider.dart | https://raw.githubusercontent.com/Darkv1c/yes_no_app/e513730/lib/presentation/chat/chat_provider.dart | Darkv1c/yes_no_app e513730 lib/presentation/chat/chat_provider.dart | true | 200 | 656 | import 'package:flutter/material.dart';
import 'package:yes_no_app/entities/message/domain/message.dart';
import 'package:yes_no_app/entities/message/infrastructure/dependencies.dart';
class ChatProvider extends ChangeNotifier {
final List<Message> _messages = [Message(text: 'Hello', isMe: false)];
List<Message> ... | 1 |
oh-chae-yeon/studyroom | 99e09b7 | lib/studyroomstructure.dart | Dart | www.github.com/oh-chae-yeon/studyroom/tree/main/lib/studyroomstructure.dart | https://raw.githubusercontent.com/oh-chae-yeon/studyroom/99e09b7/lib/studyroomstructure.dart | oh-chae-yeon/studyroom 99e09b7 lib/studyroomstructure.dart | true | 200 | 986 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:project_studyroom/reservation.dart';
class Studyroomstructure extends StatelessWidget {
const Studyroomstructure({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar... | 2 |
BlueSky613/Grain_Learing | b2bb820 | lib/pages/drying_calculator/widgets/capacity_result_widget.dart | Dart | www.github.com/BlueSky613/Grain_Learing/tree/main/lib/pages/drying_calculator/widgets/capacity_result_widget.dart | https://raw.githubusercontent.com/BlueSky613/Grain_Learing/b2bb820/lib/pages/drying_calculator/widgets/capacity_result_widget.dart | BlueSky613/Grain_Learing b2bb820 lib/pages/drying_calculator/widgets/capacity_result_widget.dart | true | 200 | 3,177 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
class CapacityResultWidget extends StatelessWidget {
const CapacityResultWidget({
super.key,
required this.capacity,
required this.initialHumidity,
required this.finalHumidity,
required this.temperature,
... | 5 |
ArunDGP/my_social_media | a435ef2 | lib/view/add_post_screen.dart | Dart | www.github.com/ArunDGP/my_social_media/tree/main/lib/view/add_post_screen.dart | https://raw.githubusercontent.com/ArunDGP/my_social_media/a435ef2/lib/view/add_post_screen.dart | ArunDGP/my_social_media a435ef2 lib/view/add_post_screen.dart | true | 200 | 3,865 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
class AddPostForm extends StatefulWidget {
const AddPostForm({super.key});
@override
// ignore: library_private_types_in_public_api
_AddPostFormState createState() => _AddPostFormState();
}
class _AddP... | 4 |
RusiruChathushanaka/Dice_Rolling_Flutter_Application | f249e37 | lib/gradient_container.dart | Dart | www.github.com/RusiruChathushanaka/Dice_Rolling_Flutter_Application/tree/main/lib/gradient_container.dart | https://raw.githubusercontent.com/RusiruChathushanaka/Dice_Rolling_Flutter_Application/f249e37/lib/gradient_container.dart | RusiruChathushanaka/Dice_Rolling_Flutter_Application f249e37 lib/gradient_container.dart | true | 200 | 735 | import 'package:flutter/material.dart';
import 'package:flutter_application_1/dice_roller.dart';
var startAlignment = Alignment.topLeft;
var endAlignment = Alignment.bottomRight;
class GradientContainer extends StatelessWidget {
const GradientContainer(
this.startColor,
this.endColor, {
super.key,
});... | 0 |
vvyejivv/wooki | dfc82ff | lib/CustomerServiceCenter/event_card.dart | Dart | www.github.com/vvyejivv/wooki/tree/main/lib/CustomerServiceCenter/event_card.dart | https://raw.githubusercontent.com/vvyejivv/wooki/dfc82ff/lib/CustomerServiceCenter/event_card.dart | vvyejivv/wooki dfc82ff lib/CustomerServiceCenter/event_card.dart | true | 200 | 2,150 | import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'edit_event_page.dart';
class EventCard extends StatelessWidget {
final DocumentSnapshot event;
final bool isAdmin;
// EventCard ์์ ฏ์ ์์ฑํ ๋ ํ์ํ event์ isAdmin ๋งค๊ฐ๋ณ์๋ฅผ ๋ฐ์ต๋๋ค.
const EventCard({required this.event, ... | 3 |
AdityaNugraha1/Mobile-Layout | fd7467d | lib/my_home_page.dart | Dart | www.github.com/AdityaNugraha1/Mobile-Layout/tree/main/lib/my_home_page.dart | https://raw.githubusercontent.com/AdityaNugraha1/Mobile-Layout/fd7467d/lib/my_home_page.dart | AdityaNugraha1/Mobile-Layout fd7467d lib/my_home_page.dart | true | 200 | 4,632 | import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:tugas4modul7/area_calculator_page.dart';
import 'package:tugas4modul7/bilangan_prima_page.dart';
import 'package:tugas4modul7/daftar_anggota_page.dart';
import 'package:tugas4modul7/favorite_page.dart';
... | 6 |
NoahPladys/Intro-Mobile | 1a804be | 3. Products Flutter/products-client/lib/product_page.dart | Dart | www.github.com/NoahPladys/Intro-Mobile/tree/main/3. Products Flutter/products-client/lib/product_page.dart | https://raw.githubusercontent.com/NoahPladys/Intro-Mobile/1a804be/3.%20Products%20Flutter/products-client/lib/product_page.dart | NoahPladys/Intro-Mobile 1a804be 3. Products Flutter/products-client/lib/product_page.dart | true | 200 | 1,636 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'product.dart';
import 'strings.dart' as strings;
class ProductPage extends StatelessWidget {
final Product product;
const ProductPage({Key? key, required this.product}) : super(key: key);
@override... | 7 |
Mavlans990/pem_mobile_S4 | 6c25b01 | lib/i_am_rich.dart | Dart | www.github.com/Mavlans990/pem_mobile_S4/tree/main/lib/i_am_rich.dart | https://raw.githubusercontent.com/Mavlans990/pem_mobile_S4/6c25b01/lib/i_am_rich.dart | Mavlans990/pem_mobile_S4 6c25b01 lib/i_am_rich.dart | true | 200 | 2,833 | import 'package:flutter/material.dart';
void main() {
runApp(Kolom());
}
class KartuNama extends StatelessWidget {
const KartuNama({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
backgroundColor: Colors.blueGrey,
body: SafeArea(
... | 2 |
najafmohammed/muon-workout-tracker | 9fc3ad5 | lib/widgets/home_workout_card.dart | Dart | www.github.com/najafmohammed/muon-workout-tracker/tree/main/lib/widgets/home_workout_card.dart | https://raw.githubusercontent.com/najafmohammed/muon-workout-tracker/9fc3ad5/lib/widgets/home_workout_card.dart | najafmohammed/muon-workout-tracker 9fc3ad5 lib/widgets/home_workout_card.dart | true | 200 | 3,969 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:muon_workout_tracker/constants/styles.dart';
import 'package:muon_workout_tracker/database/models/routine.dart';
import 'package:muon_workout_tracker/database/models/split.dart';
import 'package:muon_workout... | 1 |
plasmatrip/musicaster | dc9f1c3 | lib/app/pages/onboarding/onboarding_view.dart | Dart | www.github.com/plasmatrip/musicaster/tree/main/lib/app/pages/onboarding/onboarding_view.dart | https://raw.githubusercontent.com/plasmatrip/musicaster/dc9f1c3/lib/app/pages/onboarding/onboarding_view.dart | plasmatrip/musicaster dc9f1c3 lib/app/pages/onboarding/onboarding_view.dart | true | 200 | 8,041 | import 'package:auto_route/auto_route.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:hive/hive.dart';
import 'package:musicaster/app/internal/const/boxes.dart';
import 'package:musicaster/app/internal/c... | 0 |
BrolinThomas/weather_station | 8781416 | lib/controllers/weather_provider.dart | Dart | www.github.com/BrolinThomas/weather_station/tree/main/lib/controllers/weather_provider.dart | https://raw.githubusercontent.com/BrolinThomas/weather_station/8781416/lib/controllers/weather_provider.dart | BrolinThomas/weather_station 8781416 lib/controllers/weather_provider.dart | true | 200 | 1,248 | import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'dart:convert';
class WeatherProvider extends ChangeNotifier {
bool _isLoading = false;
String? _errorMessage;
Map<String, dynamic>? _weatherData;
bool get isLoading => _isLoading;
String? get errorMessage => _errorMessa... | 3 |
protosbyte/work | 247c2de | lib/app/widges/custom_text_form_field.dart | Dart | www.github.com/protosbyte/work/tree/main/lib/app/widges/custom_text_form_field.dart | https://raw.githubusercontent.com/protosbyte/work/247c2de/lib/app/widges/custom_text_form_field.dart | protosbyte/work 247c2de lib/app/widges/custom_text_form_field.dart | true | 200 | 1,697 | import 'package:flutter/material.dart';
import 'package:winebox/app/utils/colors.dart';
class CustomTextFormField {
TextFormField getCustomEditTextArea(
{String labelValue = "",
String hintValue = "",
required bool validation,
required TextEditingController controller,
TextInputType ke... | 4 |
AsmaaJAH/Fullstack-Dashboard-using-React-ASP.NET-Microsoft-SQL | 443ef7f | mobile_ui/zcportal/lib/control_layer/functions/handle_logout.dart | Dart | www.github.com/AsmaaJAH/Fullstack-Dashboard-using-React-ASP.NET-Microsoft-SQL/tree/main/mobile_ui/zcportal/lib/control_layer/functions/handle_logout.dart | https://raw.githubusercontent.com/AsmaaJAH/Fullstack-Dashboard-using-React-ASP.NET-Microsoft-SQL/443ef7f/mobile_ui/zcportal/lib/control_layer/functions/handle_logout.dart | AsmaaJAH/Fullstack-Dashboard-using-React-ASP.NET-Microsoft-SQL 443ef7f mobile_ui/zcportal/lib/control_layer/functions/handle_logout.dart | true | 200 | 1,022 | import 'package:flutter/material.dart';
import 'package:zcportal/constants/app_enum.dart';
import 'package:zcportal/constants/variables.dart';
import 'package:zcportal/control_layer/functions/provider_helper_functions.dart';
import 'package:zcportal/my_app.dart';
import 'package:zcportal/presentation_layer/screens/logi... | 7 |
prudok/university_io | 9c7e606 | lib/features/data/repositories_impl/libraries_repository_impl.dart | Dart | www.github.com/prudok/university_io/tree/main/lib/features/data/repositories_impl/libraries_repository_impl.dart | https://raw.githubusercontent.com/prudok/university_io/9c7e606/lib/features/data/repositories_impl/libraries_repository_impl.dart | prudok/university_io 9c7e606 lib/features/data/repositories_impl/libraries_repository_impl.dart | true | 200 | 675 | import 'package:injectable/injectable.dart';
import 'package:university_io/features/data/datasource/database/university_db.dart';
import 'package:university_io/features/domain/repositories/repositories.dart';
@singleton
class LibraryRepositoryImpl extends LibraryRepository {
LibraryRepositoryImpl({required Universit... | 5 |
darshanjethva566/SolGuru | 9c22aa2 | lib/service/get/toprated.dart | Dart | www.github.com/darshanjethva566/SolGuru/tree/main/lib/service/get/toprated.dart | https://raw.githubusercontent.com/darshanjethva566/SolGuru/9c22aa2/lib/service/get/toprated.dart | darshanjethva566/SolGuru 9c22aa2 lib/service/get/toprated.dart | true | 200 | 615 | import 'package:dio/dio.dart';
import '../../model/populardata.dart';
class TopRatedService {
Dio dio = Dio();
Future<PopularModel> getTopRateddata()async{
final res = await dio.get('https://api.themoviedb.org/3/movie/top_rated?language=en-US&page=1',options: Options(
headers: {
'authoriza... | 6 |
tivy09/the_kiddie_app_flutter | 9582207 | lib/model/conversation/bulletines_model.dart | Dart | www.github.com/tivy09/the_kiddie_app_flutter/tree/main/lib/model/conversation/bulletines_model.dart | https://raw.githubusercontent.com/tivy09/the_kiddie_app_flutter/9582207/lib/model/conversation/bulletines_model.dart | tivy09/the_kiddie_app_flutter 9582207 lib/model/conversation/bulletines_model.dart | true | 200 | 1,471 | class Bulletin {
final DateTime date;
final String time;
final String title;
final String description;
final String organizer;
Bulletin({
required this.date,
required this.time,
required this.title,
required this.description,
required this.organizer,
});
factory Bulletin.fromJson(M... | 1 |
kacielriff/project-animations | 1c65146 | lib/screens/home/widgets/stagger_animation.dart | Dart | www.github.com/kacielriff/project-animations/tree/main/lib/screens/home/widgets/stagger_animation.dart | https://raw.githubusercontent.com/kacielriff/project-animations/1c65146/lib/screens/home/widgets/stagger_animation.dart | kacielriff/project-animations 1c65146 lib/screens/home/widgets/stagger_animation.dart | true | 200 | 1,941 | import 'package:animations/screens/home/widgets/animated_list_view.dart';
import 'package:animations/screens/home/widgets/fade_container.dart';
import 'package:animations/screens/home/widgets/home_top.dart';
import 'package:flutter/material.dart';
class StaggerAnimation extends StatelessWidget {
StaggerAnimati... | 2 |
Trinity6264/uniplexs | 31da7aa | lib/views/dashboard/movie_wrapper/movie_detail/movie_detail.dart | Dart | www.github.com/Trinity6264/uniplexs/tree/main/lib/views/dashboard/movie_wrapper/movie_detail/movie_detail.dart | https://raw.githubusercontent.com/Trinity6264/uniplexs/31da7aa/lib/views/dashboard/movie_wrapper/movie_detail/movie_detail.dart | Trinity6264/uniplexs 31da7aa lib/views/dashboard/movie_wrapper/movie_detail/movie_detail.dart | true | 200 | 3,337 | import 'package:auto_route/auto_route.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:uniplexs/constant/color_pallet.dart';
import 'package:uniplexs/constant/custom_enums.dart';
import 'package:uniplexs/provider/dashboard/movie_wrapper_view_model/movie_detail/movi... | 0 |
kimsoen/astart | 7e2d4ff | lib/mapscreen.dart | Dart | www.github.com/kimsoen/astart/tree/main/lib/mapscreen.dart | https://raw.githubusercontent.com/kimsoen/astart/7e2d4ff/lib/mapscreen.dart | kimsoen/astart 7e2d4ff lib/mapscreen.dart | true | 200 | 3,572 | import 'package:flutter/material.dart';
import 'package:google_maps_flutter/google_maps_flutter.dart';
class MapScreen extends StatefulWidget {
const MapScreen({super.key});
@override
_MapScreenState createState() => _MapScreenState();
}
class _MapScreenState extends State<MapScreen> {
late GoogleMapControll... | 3 |
azizbek-davronov/calculator-app | a4b502a | lib/navigation_menu.dart | Dart | www.github.com/azizbek-davronov/calculator-app/tree/main/lib/navigation_menu.dart | https://raw.githubusercontent.com/azizbek-davronov/calculator-app/a4b502a/lib/navigation_menu.dart | azizbek-davronov/calculator-app a4b502a lib/navigation_menu.dart | true | 200 | 1,618 | import 'package:calculator_app/calculator_screen.dart';
import 'package:calculator_app/converter_screen.dart';
import 'package:calculator_app/history_screen.dart';
import 'package:calculator_app/settings_screen.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:get/g... | 6 |
jesusdja/consultormasterapp | 65e0064 | lib/services/my_sql_connection_static.dart | Dart | www.github.com/jesusdja/consultormasterapp/tree/main/lib/services/my_sql_connection_static.dart | https://raw.githubusercontent.com/jesusdja/consultormasterapp/65e0064/lib/services/my_sql_connection_static.dart | jesusdja/consultormasterapp 65e0064 lib/services/my_sql_connection_static.dart | true | 200 | 705 | import 'dart:developer';
import 'package:consultormasterapp/widgets_utils/toast_widget.dart';
import 'package:mysql1/mysql1.dart';
class MySqlConnectionLocal {
static late MySqlConnection mySqlConnection;
static Future configureConnection() async {
try{
var settings = ConnectionSettings(
host:... | 5 |
Gehad34/NEW_GRAD_PROJ1 | 8a97012 | lib/widgets/dismissable_widget.dart | Dart | www.github.com/Gehad34/NEW_GRAD_PROJ1/tree/main/lib/widgets/dismissable_widget.dart | https://raw.githubusercontent.com/Gehad34/NEW_GRAD_PROJ1/8a97012/lib/widgets/dismissable_widget.dart | Gehad34/NEW_GRAD_PROJ1 8a97012 lib/widgets/dismissable_widget.dart | true | 200 | 364 | import 'package:flutter/material.dart';
class DismissibleWidget<T> extends StatelessWidget {
final Widget child;
final T item;
const DismissibleWidget({
required this.child,
required this.item,
required Key key,
}) : super(key: key);
@override
Widget build(BuildContext context) =>
Dismiss... | 1 |
fatma1604/kitap_al_ver | c044255 | kitap_al_ver/lib/pages/auth/loginfrom.dart | Dart | www.github.com/fatma1604/kitap_al_ver/tree/main/kitap_al_ver/lib/pages/auth/loginfrom.dart | https://raw.githubusercontent.com/fatma1604/kitap_al_ver/c044255/kitap_al_ver/lib/pages/auth/loginfrom.dart | fatma1604/kitap_al_ver c044255 kitap_al_ver/lib/pages/auth/loginfrom.dart | true | 200 | 4,248 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:kitap_al_ver/components/google_button.dart';
import 'package:kitap_al_ver/components/my_button.dart';
import 'package:kitap_al_ver/pages/widget/core/my_tex.dart';
import 'package:kitap_al_ver/utils/color.dart';
impo... | 7 |
Olejek88/travel | 12a127a | lib/models/todo_land.dart | Dart | www.github.com/Olejek88/travel/tree/main/lib/models/todo_land.dart | https://raw.githubusercontent.com/Olejek88/travel/12a127a/lib/models/todo_land.dart | Olejek88/travel 12a127a lib/models/todo_land.dart | true | 200 | 612 | import 'package:freezed_annotation/freezed_annotation.dart';
import 'country.dart';
import 'land.dart';
import 'level.dart';
part 'todo_land.freezed.dart';
part 'todo_land.g.dart';
@freezed
class TodoLand with _$TodoLand {
const factory TodoLand({
required String uuid,
required String title,
required S... | 4 |
jyogi-web/geek2024_vol.22_1 | 73701b5 | lib/ui/home/ProfileCard.dart | Dart | www.github.com/jyogi-web/geek2024_vol.22_1/tree/main/lib/ui/home/ProfileCard.dart | https://raw.githubusercontent.com/jyogi-web/geek2024_vol.22_1/73701b5/lib/ui/home/ProfileCard.dart | jyogi-web/geek2024_vol.22_1 73701b5 lib/ui/home/ProfileCard.dart | true | 200 | 4,064 | import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart'; // FirebaseAuthใฎใคใณใใผใ
import 'ProfileDetailScreen.dart';
class ProfileCard extends StatefulWidget {
final Map<String, dynamic> profile;
final String documentId;
Prof... | 2 |
AleMancilla/taller-272-blog | 0dcc461 | lib/article/presentation/pages/create_article_page.dart | Dart | www.github.com/AleMancilla/taller-272-blog/tree/main/lib/article/presentation/pages/create_article_page.dart | https://raw.githubusercontent.com/AleMancilla/taller-272-blog/0dcc461/lib/article/presentation/pages/create_article_page.dart | AleMancilla/taller-272-blog 0dcc461 lib/article/presentation/pages/create_article_page.dart | true | 200 | 2,964 | import 'package:blog_taller_base_de_datos/article/data/models/article_model.dart';
import 'package:blog_taller_base_de_datos/article/data/respositories/create_article_firestore_repository_implement.dart';
import 'package:blog_taller_base_de_datos/article/data/respositories/edit_article_firestore_repository_implement.da... | 3 |
Belevvv/HOTELLECOM | bf6eb3b | lib/models/hotel.dart | Dart | www.github.com/Belevvv/HOTELLECOM/tree/main/lib/models/hotel.dart | https://raw.githubusercontent.com/Belevvv/HOTELLECOM/bf6eb3b/lib/models/hotel.dart | Belevvv/HOTELLECOM bf6eb3b lib/models/hotel.dart | true | 200 | 821 | class Hotel {
final String name;
final String address;
final double price;
final double star;
final String description;
final Map<String, dynamic> more;
Hotel({
required this.name,
required this.address,
required this.price,
required this.star,
required this.description,
required ... | 0 |
leadpresence/marty | adaf821 | lib/src/models/response/shop_groups_response.dart | Dart | www.github.com/leadpresence/marty/tree/main/lib/src/models/response/shop_groups_response.dart | https://raw.githubusercontent.com/leadpresence/marty/adaf821/lib/src/models/response/shop_groups_response.dart | leadpresence/marty adaf821 lib/src/models/response/shop_groups_response.dart | true | 200 | 1,724 | import '../data/translation.dart';
class ShopGroupsResponse {
ShopGroupsResponse({List<ShopGroupData>? data}) {
_data = data;
}
ShopGroupsResponse.fromJson(dynamic json) {
if (json['data'] != null) {
_data = [];
json['data'].forEach((v) {
_data?.add(ShopGroupData.fromJson(v));
... | 1 |
SadmanIshraq/ChatApp | c8dd9fd | lib/features/chat/screens/mobile_chat_screen.dart | Dart | www.github.com/SadmanIshraq/ChatApp/tree/main/lib/features/chat/screens/mobile_chat_screen.dart | https://raw.githubusercontent.com/SadmanIshraq/ChatApp/c8dd9fd/lib/features/chat/screens/mobile_chat_screen.dart | SadmanIshraq/ChatApp c8dd9fd lib/features/chat/screens/mobile_chat_screen.dart | true | 200 | 1,693 | import 'package:chatapp/common/widgets/loader.dart';
import 'package:chatapp/features/auth/controller/auth_controller.dart';
import 'package:chatapp/features/chat/widgets/bottom_chat_field.dart';
import 'package:chatapp/models/user_model.dart';
import 'package:flutter/material.dart';
import 'package:chatapp/features/ch... | 7 |
AbhishekYadav2022/Dart-Complete-Course | 16f4458 | lib/13_static_variables.dart | Dart | www.github.com/AbhishekYadav2022/Dart-Complete-Course/tree/main/lib/13_static_variables.dart | https://raw.githubusercontent.com/AbhishekYadav2022/Dart-Complete-Course/16f4458/lib/13_static_variables.dart | AbhishekYadav2022/Dart-Complete-Course 16f4458 lib/13_static_variables.dart | true | 200 | 304 | //~ #staticvariable #static
void main(List<String> args) {
// Constructor will not be called
print(Constants.greeting);
print(Constants.bye);
}
class Constants {
Constants() {
print("constructor called");
}
static String greeting = "Hello, how are you?";
static String bye = "Bye!";
}
| 5 |
JoaoJunior7/Flutter-card | e8428c8 | lib/app/pages/widgets/custom_card.dart | Dart | www.github.com/JoaoJunior7/Flutter-card/tree/main/lib/app/pages/widgets/custom_card.dart | https://raw.githubusercontent.com/JoaoJunior7/Flutter-card/e8428c8/lib/app/pages/widgets/custom_card.dart | JoaoJunior7/Flutter-card e8428c8 lib/app/pages/widgets/custom_card.dart | true | 200 | 8,084 | part of '../card_page/card_page.dart';
class _CustomCard extends StatefulWidget {
const _CustomCard();
@override
State<_CustomCard> createState() => _CustomCardState();
}
class _CustomCardState extends State<_CustomCard> {
final controller = CardController();
@override
void initState() {
super.initS... | 4 |
paichaiboy/OnGi | 0e1f826 | api_service.dart | Dart | www.github.com/paichaiboy/OnGi/tree/main/api_service.dart | https://raw.githubusercontent.com/paichaiboy/OnGi/0e1f826/api_service.dart | paichaiboy/OnGi 0e1f826 api_service.dart | true | 200 | 9,419 | import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'package:http/http.dart' as http;
import 'package:path/path.dart';
import 'package:shared_preferences/shared_preferences.dart';
class ApiService {
static const String baseUrl = "http://172.17.8.86:8000";
// โ
SharedPreferences์์ user_i... | 2 |
fadi-alhabib/newlive | bc37a79 | lib/models/surgery_model.dart | Dart | www.github.com/fadi-alhabib/newlive/tree/main/lib/models/surgery_model.dart | https://raw.githubusercontent.com/fadi-alhabib/newlive/bc37a79/lib/models/surgery_model.dart | fadi-alhabib/newlive bc37a79 lib/models/surgery_model.dart | true | 200 | 971 | class SurgeryModel {
final String surgeryDate;
final String surgeryRoom;
final double surgeryTime;
final String surgeryType;
final String doctorIdName;
final int patientId;
SurgeryModel(this.surgeryDate, this.surgeryRoom, this.surgeryTime,
this.surgeryType, this.doctorIdName, this.patientId);
Sur... | 6 |
chessasuke/class_cloud_v2 | 9fd847d | lib/common/extensions/string_extensions.dart | Dart | www.github.com/chessasuke/class_cloud_v2/tree/main/lib/common/extensions/string_extensions.dart | https://raw.githubusercontent.com/chessasuke/class_cloud_v2/9fd847d/lib/common/extensions/string_extensions.dart | chessasuke/class_cloud_v2 9fd847d lib/common/extensions/string_extensions.dart | true | 200 | 1,267 | import 'package:class_cloud/common/utils/regex.dart';
extension StringX on String {
String capitalize() {
if (isNotEmpty) {
return "${this[0].toUpperCase()}${substring(1)}";
}
return '';
}
String lastNChars(int n) {
if (length < n) {
return this;
} else {
return substring(l... | 3 |
azzayatss/cheapp_and_tasty | 6944583 | lib/features/location/enums/additional_services_chips.dart | Dart | www.github.com/azzayatss/cheapp_and_tasty/tree/main/lib/features/location/enums/additional_services_chips.dart | https://raw.githubusercontent.com/azzayatss/cheapp_and_tasty/6944583/lib/features/location/enums/additional_services_chips.dart | azzayatss/cheapp_and_tasty 6944583 lib/features/location/enums/additional_services_chips.dart | true | 200 | 1,402 | import 'package:flutter/material.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
enum AdditionalServicesChips {
parking(
icon: Icons.local_parking_outlined,
),
wifi(
icon: Icons.wifi,
),
delivery(
icon: Icons.delivery_dining_outlined,
),
terrace(
icon: Icons.nature_ou... | 1 |
Aswinbabu6233/electromart | 7433f04 | lib/pages/bottomnav.dart | Dart | www.github.com/Aswinbabu6233/electromart/tree/main/lib/pages/bottomnav.dart | https://raw.githubusercontent.com/Aswinbabu6233/electromart/7433f04/lib/pages/bottomnav.dart | Aswinbabu6233/electromart 7433f04 lib/pages/bottomnav.dart | true | 200 | 1,578 | import 'package:curved_navigation_bar/curved_navigation_bar.dart';
import 'package:electromart/pages/home.dart';
import 'package:electromart/pages/order.dart';
import 'package:electromart/pages/profile.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class Bottomnav extends State... | 0 |
abdrakhmanovzh/lemniscate-flutter | eea9d8d | lib/features/profile/data/repositories/profile_repository_impl.dart | Dart | www.github.com/abdrakhmanovzh/lemniscate-flutter/tree/main/lib/features/profile/data/repositories/profile_repository_impl.dart | https://raw.githubusercontent.com/abdrakhmanovzh/lemniscate-flutter/eea9d8d/lib/features/profile/data/repositories/profile_repository_impl.dart | abdrakhmanovzh/lemniscate-flutter eea9d8d lib/features/profile/data/repositories/profile_repository_impl.dart | true | 200 | 1,446 | import 'package:lemniscate_flutter/features/profile/data/providers/profile_provider.dart';
import 'package:lemniscate_flutter/features/profile/domain/repository/profile_repository.dart';
class ProfileRepositoryImpl implements ProfileRepository {
final ProfileProvider profileProvider;
ProfileRepositoryImpl({requir... | 7 |
loinguyen-lifetechvn/Task_Firebase | c58f525 | lib/ui/base_widget/lf_button_submit.dart | Dart | www.github.com/loinguyen-lifetechvn/Task_Firebase/tree/main/lib/ui/base_widget/lf_button_submit.dart | https://raw.githubusercontent.com/loinguyen-lifetechvn/Task_Firebase/c58f525/lib/ui/base_widget/lf_button_submit.dart | loinguyen-lifetechvn/Task_Firebase c58f525 lib/ui/base_widget/lf_button_submit.dart | true | 200 | 952 | import 'package:flutter/material.dart';
import 'package:task_firebase/ui/resources/color_manager.dart';
import 'package:task_firebase/ui/resources/styles_manager.dart';
class LFButtonSubmit extends StatelessWidget {
const LFButtonSubmit(
{super.key, this.text = 'Submit', this.onPressed, this.color});
final S... | 5 |
mansovanna/flutter-auth-form | c08af25 | flutter_auth_getx_app/lib/controller/auth_controller.dart | Dart | www.github.com/mansovanna/flutter-auth-form/tree/main/flutter_auth_getx_app/lib/controller/auth_controller.dart | https://raw.githubusercontent.com/mansovanna/flutter-auth-form/c08af25/flutter_auth_getx_app/lib/controller/auth_controller.dart | mansovanna/flutter-auth-form c08af25 flutter_auth_getx_app/lib/controller/auth_controller.dart | true | 200 | 2,385 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
class AuthController extends GetxController {
var emailController = TextEditingController();
var passwordController = TextEditingController();
var confirmPasswordController = TextEditingController();
var isEmailValid = true.obs;
var isP... | 4 |
mohitcsb/Flutter | 254d110 | mypro5/lib/ecom.dart | Dart | www.github.com/mohitcsb/Flutter/tree/main/mypro5/lib/ecom.dart | https://raw.githubusercontent.com/mohitcsb/Flutter/254d110/mypro5/lib/ecom.dart | mohitcsb/Flutter 254d110 mypro5/lib/ecom.dart | true | 200 | 1,398 | import 'package:flutter/material.dart';
class Ecom extends StatelessWidget {
const Ecom({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text("Sports"),),
body: Column(
children: <Widget>[
Container(
mar... | 2 |
vishalverma1811/Lyve-Chat-Ui | 4f2c2f0 | lib/features/auth/presentation/pages/signup_page.dart | Dart | www.github.com/vishalverma1811/Lyve-Chat-Ui/tree/main/lib/features/auth/presentation/pages/signup_page.dart | https://raw.githubusercontent.com/vishalverma1811/Lyve-Chat-Ui/4f2c2f0/lib/features/auth/presentation/pages/signup_page.dart | vishalverma1811/Lyve-Chat-Ui 4f2c2f0 lib/features/auth/presentation/pages/signup_page.dart | true | 200 | 6,660 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:get/get.dart';
import 'package:lyve_chat/core/theme/app_pallete.dart';
import 'package:lyve_chat/features/auth/presentation/pages/signin_page.dart';
import 'package:lyve_chat/core/common/widegts/text_inp... | 3 |
dimchat/demo-flutter | 1394120 | dim_flutter/lib/src/video/player.dart | Dart | www.github.com/dimchat/demo-flutter/tree/main/dim_flutter/lib/src/video/player.dart | https://raw.githubusercontent.com/dimchat/demo-flutter/1394120/dim_flutter/lib/src/video/player.dart | dimchat/demo-flutter 1394120 dim_flutter/lib/src/video/player.dart | true | 200 | 11,881 | /* license: https://mit-license.org
*
* DIM-SDK : Decentralized Instant Messaging Software Development Kit
*
* Written in 2024 by Moky <albert.moky@gmail.com>
*
* =============================================================================
* The MIT License (MIT)
*
* Copyright (... | 6 |
Bethelhem6/Guzogo-ui-clone | f570820 | lib/screens/onboarding_screen.dart | Dart | www.github.com/Bethelhem6/Guzogo-ui-clone/tree/main/lib/screens/onboarding_screen.dart | https://raw.githubusercontent.com/Bethelhem6/Guzogo-ui-clone/f570820/lib/screens/onboarding_screen.dart | Bethelhem6/Guzogo-ui-clone f570820 lib/screens/onboarding_screen.dart | true | 200 | 1,535 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:guzo_go_clone/routes/custom_route.dart';
import 'package:guzo_go_clone/screens/root_screen.dart';
class OnboardingScreen extends StatefulWidget {
const OnboardingScreen({super.key});
@override
State<OnboardingScreen> createState() => ... | 0 |
Vriiii1/demo_upahanap | 9c46d30 | upahanap_ar1/lib/screens/shortcut_nav/Top.dart | Dart | www.github.com/Vriiii1/demo_upahanap/tree/main/upahanap_ar1/lib/screens/shortcut_nav/Top.dart | https://raw.githubusercontent.com/Vriiii1/demo_upahanap/9c46d30/upahanap_ar1/lib/screens/shortcut_nav/Top.dart | Vriiii1/demo_upahanap 9c46d30 upahanap_ar1/lib/screens/shortcut_nav/Top.dart | true | 200 | 1,806 | import 'package:flutter/material.dart';
class TopScreen extends StatelessWidget {
const TopScreen({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Top Rated'), // Title of the screen
backgroundColor: Colors.blue, // Custom... | 1 |
msakallioglu/pokedex-with-cubit | bff4269 | lib/core/init/navigation/navigation_service.dart | Dart | www.github.com/msakallioglu/pokedex-with-cubit/tree/main/lib/core/init/navigation/navigation_service.dart | https://raw.githubusercontent.com/msakallioglu/pokedex-with-cubit/bff4269/lib/core/init/navigation/navigation_service.dart | msakallioglu/pokedex-with-cubit bff4269 lib/core/init/navigation/navigation_service.dart | true | 200 | 841 | import 'package:flutter/cupertino.dart';
import 'application_navigation_service.dart';
class NavigationService implements ApplicationNavigationService{
static final NavigationService _instance = NavigationService._init();
static NavigationService get instance => _instance;
NavigationService._init();
Global... | 7 |
mahmoudibra/Zahran | f6f345b | zahran/lib/presentation/business/visits/details/app_bar.dart | Dart | www.github.com/mahmoudibra/Zahran/tree/main/zahran/lib/presentation/business/visits/details/app_bar.dart | https://raw.githubusercontent.com/mahmoudibra/Zahran/f6f345b/zahran/lib/presentation/business/visits/details/app_bar.dart | mahmoudibra/Zahran f6f345b zahran/lib/presentation/business/visits/details/app_bar.dart | true | 200 | 1,958 | import 'package:flutter/material.dart';
import 'package:reusable/reusable.dart';
import 'package:zahran/domain/enums/visit_status.dart';
import 'package:zahran/domain/models/models.dart';
import 'map_view.dart';
import 'visit_details_view_model.dart';
class DetailsAppBar extends StatelessWidget {
const DetailsAppBa... | 4 |
ebrahim969/notes_app | 84ceeb1 | lib/views/widgets/custom_app_bar.dart | Dart | www.github.com/ebrahim969/notes_app/tree/main/lib/views/widgets/custom_app_bar.dart | https://raw.githubusercontent.com/ebrahim969/notes_app/84ceeb1/lib/views/widgets/custom_app_bar.dart | ebrahim969/notes_app 84ceeb1 lib/views/widgets/custom_app_bar.dart | true | 200 | 901 | import 'package:flutter/material.dart';
import 'package:note_app/views/widgets/text_widget.dart';
import '../../constants/constant.dart';
class CustomAppBar extends StatelessWidget {
const CustomAppBar({super.key, required this.title, required this.icon, this.onTap});
final String title;
final IconData icon;... | 2 |
BUPicari/bu_pulse | 8f98587 | lib/main.dart | Dart | www.github.com/BUPicari/bu_pulse/tree/main/lib/main.dart | https://raw.githubusercontent.com/BUPicari/bu_pulse/8f98587/lib/main.dart | BUPicari/bu_pulse 8f98587 lib/main.dart | true | 200 | 471 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:bu_pulse/services/notification_service.dart';
import 'package:bu_pulse/app.dart';
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await NotificationService.initializeNotification();
SystemChro... | 3 |
strelizia53/ssp-mobile | abfb5b0 | lib/login_page.dart | Dart | www.github.com/strelizia53/ssp-mobile/tree/main/lib/login_page.dart | https://raw.githubusercontent.com/strelizia53/ssp-mobile/abfb5b0/lib/login_page.dart | strelizia53/ssp-mobile abfb5b0 lib/login_page.dart | true | 200 | 7,146 | import 'package:flutter/material.dart';
import 'api_service.dart';
class LoginPage extends StatefulWidget {
const LoginPage({Key? key}) : super(key: key);
@override
State<LoginPage> createState() => _LoginPageState();
}
class _LoginPageState extends State<LoginPage> {
final _emailController = TextEditingCont... | 6 |
abuyukyi101198/sidelines-flutter | 79ecd2a | lib/deprecated/widgets/display/upcoming_team_display.dart | Dart | www.github.com/abuyukyi101198/sidelines-flutter/tree/main/lib/deprecated/widgets/display/upcoming_team_display.dart | https://raw.githubusercontent.com/abuyukyi101198/sidelines-flutter/79ecd2a/lib/deprecated/widgets/display/upcoming_team_display.dart | abuyukyi101198/sidelines-flutter 79ecd2a lib/deprecated/widgets/display/upcoming_team_display.dart | true | 200 | 863 | import 'package:flutter/material.dart';
import 'package:sidelines/deprecated/widgets/display/team_badge.dart';
class UpcomingTeamDisplay extends StatelessWidget {
final String teamName;
final String? teamBadgeUrl;
late final TeamBadge teamBadge;
UpcomingTeamDisplay({super.key, required this.teamName, this.te... | 5 |
anketmanoj/i-diamond-rose | 89bf7f8 | lib/domain/entities/request/noti_request/noti_item_model.dart | Dart | www.github.com/anketmanoj/i-diamond-rose/tree/main/lib/domain/entities/request/noti_request/noti_item_model.dart | https://raw.githubusercontent.com/anketmanoj/i-diamond-rose/89bf7f8/lib/domain/entities/request/noti_request/noti_item_model.dart | anketmanoj/i-diamond-rose 89bf7f8 lib/domain/entities/request/noti_request/noti_item_model.dart | true | 200 | 736 | import 'package:freezed_annotation/freezed_annotation.dart';
part 'noti_item_model.freezed.dart';
part 'noti_item_model.g.dart';
@freezed
class NotificationItemModel with _$NotificationItemModel {
const factory NotificationItemModel({
@Default(0) int id,
@Default("") String title,
@Default("") String con... | 7 |
jaivishnuv/chat-bot-chatgpt | 4ccb48e | ai_chat_bot_app/lib/home_page.dart | Dart | www.github.com/jaivishnuv/chat-bot-chatgpt/tree/main/ai_chat_bot_app/lib/home_page.dart | https://raw.githubusercontent.com/jaivishnuv/chat-bot-chatgpt/4ccb48e/ai_chat_bot_app/lib/home_page.dart | jaivishnuv/chat-bot-chatgpt 4ccb48e ai_chat_bot_app/lib/home_page.dart | true | 200 | 5,754 | import 'dart:convert';
import 'package:ai_chat_bot_app/response.dart';
import 'package:flutter/material.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:http/http.dart' as http;
class HomePage extends StatefulWidget {
const HomePage({Key? k... | 1 |
nguyenvananh0311/ACES_MobileApp | fa89c69 | lib/assets/widget_component/addLeaveRequestView/datePicker.dart | Dart | www.github.com/nguyenvananh0311/ACES_MobileApp/tree/main/lib/assets/widget_component/addLeaveRequestView/datePicker.dart | https://raw.githubusercontent.com/nguyenvananh0311/ACES_MobileApp/fa89c69/lib/assets/widget_component/addLeaveRequestView/datePicker.dart | nguyenvananh0311/ACES_MobileApp fa89c69 lib/assets/widget_component/addLeaveRequestView/datePicker.dart | true | 200 | 1,353 | import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
class DatePicker extends StatelessWidget {
final String label;
final TextEditingController controller;
final ValueChanged<String> onDateSelected;
const DatePicker({super.key, required this.label, required this.controller, required this.o... | 0 |
alexishadjian/mds-flutter-cv | ea86a6c | lib/screens/profil.dart | Dart | www.github.com/alexishadjian/mds-flutter-cv/tree/main/lib/screens/profil.dart | https://raw.githubusercontent.com/alexishadjian/mds-flutter-cv/ea86a6c/lib/screens/profil.dart | alexishadjian/mds-flutter-cv ea86a6c lib/screens/profil.dart | true | 200 | 3,840 | import 'package:flutter/material.dart';
import 'package:url_launcher/url_launcher.dart';
import 'package:url_launcher/url_launcher_string.dart';
class ProfilScreen extends StatelessWidget {
const ProfilScreen({super.key});
void _launchURL(String url) async {
if (await canLaunchUrlString(url)) {
await la... | 4 |
gigonzalezs/fudo_challenge | b4054f4 | lib/services.dart | Dart | www.github.com/gigonzalezs/fudo_challenge/tree/main/lib/services.dart | https://raw.githubusercontent.com/gigonzalezs/fudo_challenge/b4054f4/lib/services.dart | gigonzalezs/fudo_challenge b4054f4 lib/services.dart | true | 200 | 659 | import 'auth/auth.dart';
import 'posts/posts.dart';
import 'users/users.dart';
class Services {
static final Services _singleton = Services._internal();
factory Services() {
return _singleton;
}
Services._internal();
late final UserService userService;
late final AuthService authService;
late final P... | 3 |
muhajirilarobbih/muhajir-quran | a03b560 | lib/app/home/views/detail_quran_view.dart | Dart | www.github.com/muhajirilarobbih/muhajir-quran/tree/main/lib/app/home/views/detail_quran_view.dart | https://raw.githubusercontent.com/muhajirilarobbih/muhajir-quran/a03b560/lib/app/home/views/detail_quran_view.dart | muhajirilarobbih/muhajir-quran a03b560 lib/app/home/views/detail_quran_view.dart | true | 200 | 9,563 | import 'dart:developer';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:muhajir_quran/app/home/model/quran_detail_model.dart';
import 'package:muhajir_quran/app/home/model/quran_model.dart';
import '../controllers/home_controller.dart';
class DetailQuranView extends GetView<Ho... | 6 |
VincentRolongDevelop/edule_original | f727ba5 | lib/view/userPages/notification/notification.dart | Dart | www.github.com/VincentRolongDevelop/edule_original/tree/main/lib/view/userPages/notification/notification.dart | https://raw.githubusercontent.com/VincentRolongDevelop/edule_original/f727ba5/lib/view/userPages/notification/notification.dart | VincentRolongDevelop/edule_original f727ba5 lib/view/userPages/notification/notification.dart | true | 200 | 3,744 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_application_1/service/notification_service.dart';
import 'package:shared_preferences/shared_preferences.dart';
import '../../userPages/admin/AdminPage.dart';
class MyApp extends StatelessWidget {
const MyApp({Key... | 7 |
houqiangxie/flutter_template | db16c67 | lib/pages/home/home_view.dart | Dart | www.github.com/houqiangxie/flutter_template/tree/main/lib/pages/home/home_view.dart | https://raw.githubusercontent.com/houqiangxie/flutter_template/db16c67/lib/pages/home/home_view.dart | houqiangxie/flutter_template db16c67 lib/pages/home/home_view.dart | true | 200 | 1,548 | /*
* @Descripttion:
* @version:
* @Author: houqiangxie
* @Date: 2024-05-08 11:25:39
* @LastEditors: houqiangxie
* @LastEditTime: 2024-05-09 11:33:23
*/
import 'package:flutter/material.dart';
import 'package:flutter_template/components/components.dart';
import 'package:flutter_template/components/custom_scaffo... | 5 |
YaelBusser/caramoel | fb1b031 | lib/widgets/big_text.dart | Dart | www.github.com/YaelBusser/caramoel/tree/main/lib/widgets/big_text.dart | https://raw.githubusercontent.com/YaelBusser/caramoel/fb1b031/lib/widgets/big_text.dart | YaelBusser/caramoel fb1b031 lib/widgets/big_text.dart | true | 200 | 703 | import 'package:caramoel/utils/dimensions.dart';
import 'package:flutter/cupertino.dart';
// ignore: must_be_immutable
class BigText extends StatelessWidget {
Color color;
final String text;
double size;
TextOverflow overFlow;
BigText(
{super.key,
this.color = const Color(0xFF191919),
requi... | 0 |
erzachn/e-healt | 3a0214f | lib/pages/detail_screen.dart | Dart | www.github.com/erzachn/e-healt/tree/main/lib/pages/detail_screen.dart | https://raw.githubusercontent.com/erzachn/e-healt/3a0214f/lib/pages/detail_screen.dart | erzachn/e-healt 3a0214f lib/pages/detail_screen.dart | true | 200 | 3,872 | import 'package:ehealt/services/detail_scraper.dart';
import 'package:flutter/material.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:google_generative_ai/google_generative_ai.dart';
class ArticleDetailPage extends StatefulWidget {
final S... | 4 |
amrabdelhameeed/amlelshefaa | 91bf760 | lib/core/models/doctor.dart | Dart | www.github.com/amrabdelhameeed/amlelshefaa/tree/main/lib/core/models/doctor.dart | https://raw.githubusercontent.com/amrabdelhameeed/amlelshefaa/91bf760/lib/core/models/doctor.dart | amrabdelhameeed/amlelshefaa 91bf760 lib/core/models/doctor.dart | true | 200 | 649 | class Doctor {
final String name;
final String email;
final String address;
final String phone;
final String category;
final String photoUrl;
final String id;
bool? isPaid;
Doctor(this.id, this.name, this.email, this.address, this.phone, this.category, this.photoUrl, [this.isPaid]);
factory Doctor.... | 2 |
fuahyo/freshly | 8eed8fe | lib/src/blocs/add_to_order/add_to_order_event.dart | Dart | www.github.com/fuahyo/freshly/tree/main/lib/src/blocs/add_to_order/add_to_order_event.dart | https://raw.githubusercontent.com/fuahyo/freshly/8eed8fe/lib/src/blocs/add_to_order/add_to_order_event.dart | fuahyo/freshly 8eed8fe lib/src/blocs/add_to_order/add_to_order_event.dart | true | 200 | 321 | // ignore_for_file: public_member_api_docs, sort_constructors_first
part of 'add_to_order_bloc.dart';
@immutable
abstract class AddToOrderEvent {}
class OrderRequest extends AddToOrderEvent {
final double totalPrice;
final List<ProductModel> products;
OrderRequest(
this.totalPrice,
this.products,
);
}... | 1 |
MaxTrent/nollywood_app | 905690b | lib/widgets/Education.widget.dart | Dart | www.github.com/MaxTrent/nollywood_app/tree/main/lib/widgets/Education.widget.dart | https://raw.githubusercontent.com/MaxTrent/nollywood_app/905690b/lib/widgets/Education.widget.dart | MaxTrent/nollywood_app 905690b lib/widgets/Education.widget.dart | true | 200 | 5,187 | import 'package:dropdown_button2/dropdown_button2.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:pmvvm/pmvvm.dart';
import '../UI Producer/edit_profile/education_edit_section/education_edit_viewmodel.dart';
import '../constants/app_colors.dar... | 3 |
izzul003/moviedb | 317eeb8 | lib/features/movie/domain/repositories/movie_repository.dart | Dart | www.github.com/izzul003/moviedb/tree/main/lib/features/movie/domain/repositories/movie_repository.dart | https://raw.githubusercontent.com/izzul003/moviedb/317eeb8/lib/features/movie/domain/repositories/movie_repository.dart | izzul003/moviedb 317eeb8 lib/features/movie/domain/repositories/movie_repository.dart | true | 200 | 467 | import 'package:moviedb_elements/features/movie/domain/models/movie.dart';
import 'package:moviedb_elements/features/movie/domain/models/movie_detail.dart';
abstract class MovieRepository {
Future<List<Movie>> getMovieList();
Future<List<Movie>> getComingSoonMovieList();
Future<MovieDetail?> getMovieDetail(int i... | 7 |
OmerOnder20/Turkish-Dictionary-App | 190bd9f | lib/feature/screens/detail/widgets/button/detail_favourite_button.dart | Dart | www.github.com/OmerOnder20/Turkish-Dictionary-App/tree/main/lib/feature/screens/detail/widgets/button/detail_favourite_button.dart | https://raw.githubusercontent.com/OmerOnder20/Turkish-Dictionary-App/190bd9f/lib/feature/screens/detail/widgets/button/detail_favourite_button.dart | OmerOnder20/Turkish-Dictionary-App 190bd9f lib/feature/screens/detail/widgets/button/detail_favourite_button.dart | true | 200 | 1,106 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:flutter_svg/svg.dart';
import '../../../../../product/utility/assets/assets.dart';
import '../../../../../product/widgets/buttons/full_button.dart';
import '../../../../../product/utility/colors/colors.... | 5 |
RahulG84/weather_poc_flutter | f240a25 | lib/search/widget/weather_icon.dart | Dart | www.github.com/RahulG84/weather_poc_flutter/tree/main/lib/search/widget/weather_icon.dart | https://raw.githubusercontent.com/RahulG84/weather_poc_flutter/f240a25/lib/search/widget/weather_icon.dart | RahulG84/weather_poc_flutter f240a25 lib/search/widget/weather_icon.dart | true | 200 | 408 | import 'package:flutter/material.dart';
class WeatherIcon extends StatelessWidget {
final IconData icon;
final Color color;
const WeatherIcon({
Key? key,
required this.icon,
required this.color,
}) : super(key: key);
@override
Widget build(BuildContext context) {
return Icon(
key: c... | 6 |
arshmed/movie-recommender | 598c1e8 | lib/auth/register_page.dart | Dart | www.github.com/arshmed/movie-recommender/tree/main/lib/auth/register_page.dart | https://raw.githubusercontent.com/arshmed/movie-recommender/598c1e8/lib/auth/register_page.dart | arshmed/movie-recommender 598c1e8 lib/auth/register_page.dart | true | 200 | 10,820 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:simple_gradient_text/simple_gradient_text.dart';
class RegisterPage extends StatefulWidget {
final VoidCallback showLoginPage;
const RegisterPage({
K... | 0 |
prashantTrivedics20/finalproject_by_prashantfirebseAuthentication | d105c96 | Myportfoliyo/profilepicture.dart | Dart | www.github.com/prashantTrivedics20/finalproject_by_prashantfirebseAuthentication/tree/main/Myportfoliyo/profilepicture.dart | https://raw.githubusercontent.com/prashantTrivedics20/finalproject_by_prashantfirebseAuthentication/d105c96/Myportfoliyo/profilepicture.dart | prashantTrivedics20/finalproject_by_prashantfirebseAuthentication d105c96 Myportfoliyo/profilepicture.dart | true | 200 | 581 | import 'package:flutter/material.dart';
class profiilepicture extends StatefulWidget {
const profiilepicture({Key? key}) : super(key: key);
@override
State<profiilepicture> createState() => _profiilepictureState();
}
class _profiilepictureState extends State<profiilepicture> {
@override
Widget build(BuildCo... | 4 |
JATINSINGAL1/ECommerse_APP | 5448798 | lib/features/shop/screens/wishlist/wishlist.dart | Dart | www.github.com/JATINSINGAL1/ECommerse_APP/tree/main/lib/features/shop/screens/wishlist/wishlist.dart | https://raw.githubusercontent.com/JATINSINGAL1/ECommerse_APP/5448798/lib/features/shop/screens/wishlist/wishlist.dart | JATINSINGAL1/ECommerse_APP 5448798 lib/features/shop/screens/wishlist/wishlist.dart | true | 200 | 1,271 | import 'package:ecommerse/common/icon/circular_icon.dart';
import 'package:ecommerse/common/styles/widget_display.dart';
import 'package:ecommerse/common/widgets/appBar/custom_appbar.dart';
import 'package:ecommerse/common/widgets/products.cart/product_card/product_card_vertical.dart';
import 'package:ecommerse/navigat... | 2 |
dalafiarisamuel/booktickets | 03d5699 | lib/screens/home_screen.dart | Dart | www.github.com/dalafiarisamuel/booktickets/tree/main/lib/screens/home_screen.dart | https://raw.githubusercontent.com/dalafiarisamuel/booktickets/03d5699/lib/screens/home_screen.dart | dalafiarisamuel/booktickets 03d5699 lib/screens/home_screen.dart | true | 200 | 3,725 | import 'package:booktickets/data/app_info_list.dart';
import 'package:booktickets/screens/hotel_screen.dart';
import 'package:booktickets/screens/ticket_view.dart';
import 'package:booktickets/themes/app_layout.dart';
import 'package:booktickets/themes/styles.dart';
import 'package:booktickets/widget/app_double_text_wi... | 1 |
vareversat/carg | 37a4d9f | lib/views/screens/add_round/widget/real_time_display_widget.dart | Dart | www.github.com/vareversat/carg/tree/main/lib/views/screens/add_round/widget/real_time_display_widget.dart | https://raw.githubusercontent.com/vareversat/carg/37a4d9f/lib/views/screens/add_round/widget/real_time_display_widget.dart | vareversat/carg 37a4d9f lib/views/screens/add_round/widget/real_time_display_widget.dart | true | 200 | 768 | import 'package:carg/models/score/round/round.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
class RealTimeDisplayWidget extends StatelessWidget {
final Round round;
const RealTimeDisplayWidget({super.key, required this.round});
@override
Widget build(BuildContext con... | 3 |
Goappster/Gym-Guide-Elite-main | 32e4466 | lib/view/home/HomePageSection/exersises/Chest/LowerChestPushUps.dart | Dart | www.github.com/Goappster/Gym-Guide-Elite-main/tree/main/lib/view/home/HomePageSection/exersises/Chest/LowerChestPushUps.dart | https://raw.githubusercontent.com/Goappster/Gym-Guide-Elite-main/32e4466/lib/view/home/HomePageSection/exersises/Chest/LowerChestPushUps.dart | Goappster/Gym-Guide-Elite-main 32e4466 lib/view/home/HomePageSection/exersises/Chest/LowerChestPushUps.dart | true | 200 | 1,342 | import 'package:flutter/material.dart';
import 'package:gymguideelite/controllers/ExerciseDetailsScreens.dart';
import 'package:gymguideelite/controllers/InnerExersices.dart';
import 'package:gymguideelite/view/home/HomePageSection/exersises/Chest/DumbbellFly.dart';
class innerLowerChestPushUps extends StatelessWidget... | 5 |
anzjoxavier/MiniProjectWeb | a3fe5a0 | lib/history.dart | Dart | www.github.com/anzjoxavier/MiniProjectWeb/tree/main/lib/history.dart | https://raw.githubusercontent.com/anzjoxavier/MiniProjectWeb/a3fe5a0/lib/history.dart | anzjoxavier/MiniProjectWeb a3fe5a0 lib/history.dart | true | 200 | 5,192 | import 'package:flutter/material.dart';
import 'package:hive/hive.dart';
import 'package:projectapp/Widgets/HistoryCard.dart';
class HistoryPage extends StatefulWidget {
const HistoryPage({super.key});
@override
State<HistoryPage> createState() => _HistoryPageState();
}
class _HistoryPageState extends State<Hi... | 6 |
kenresoft/wine_delivery_app | 3d492cc | lib/features/flash_sale/data/datasources/flash_sale_remote_data_source.dart | Dart | www.github.com/kenresoft/wine_delivery_app/tree/main/lib/features/flash_sale/data/datasources/flash_sale_remote_data_source.dart | https://raw.githubusercontent.com/kenresoft/wine_delivery_app/3d492cc/lib/features/flash_sale/data/datasources/flash_sale_remote_data_source.dart | kenresoft/wine_delivery_app 3d492cc lib/features/flash_sale/data/datasources/flash_sale_remote_data_source.dart | true | 200 | 2,505 | import 'package:dartz/dartz.dart';
import 'package:vintiora/core/error/failures.dart';
import 'package:vintiora/core/network/api_service.dart';
import 'package:vintiora/core/utils/constants.dart';
import 'package:vintiora/features/flash_sale/data/models/flash_sale_model.dart';
abstract class FlashSaleRemoteDataSource ... | 7 |
ujjwaldeydeveloper/location_filter_app | 78fcfcc | lib/widgets/filter_tile.dart | Dart | www.github.com/ujjwaldeydeveloper/location_filter_app/tree/main/lib/widgets/filter_tile.dart | https://raw.githubusercontent.com/ujjwaldeydeveloper/location_filter_app/78fcfcc/lib/widgets/filter_tile.dart | ujjwaldeydeveloper/location_filter_app 78fcfcc lib/widgets/filter_tile.dart | true | 200 | 1,164 | import 'package:flutter/material.dart';
import 'package:location_filter_app/data_model/country_model.dart';
import '../model/my_model.dart';
class FilterTile extends StatefulWidget {
final CountryModel mockCountry;
const FilterTile(this.mockCountry, {super.key});
@override
State<FilterTile> createState() => ... | 0 |
pramyaalo/travel_app_17112023_b2b | 456c0a2 | lib/SubAgency/Tableee4.dart | Dart | www.github.com/pramyaalo/travel_app_17112023_b2b/tree/main/lib/SubAgency/Tableee4.dart | https://raw.githubusercontent.com/pramyaalo/travel_app_17112023_b2b/456c0a2/lib/SubAgency/Tableee4.dart | pramyaalo/travel_app_17112023_b2b 456c0a2 lib/SubAgency/Tableee4.dart | true | 200 | 973 | class Tableee4 {
final String paid;
final String subAgentId;
final String productAccessId;
final String productAccessName;
final String b2BInterface;
final String b2B2CWebsite;
final String otherDetails;
//<editor-fold desc="Data Methods">
Tableee4({
required this.paid,
required this.subAgentId... | 2 |
minhtri2k3/SmartSpending | 5f4c0d9 | lib/screens/sm_plan_bottom_sheet.dart | Dart | www.github.com/minhtri2k3/SmartSpending/tree/main/lib/screens/sm_plan_bottom_sheet.dart | https://raw.githubusercontent.com/minhtri2k3/SmartSpending/5f4c0d9/lib/screens/sm_plan_bottom_sheet.dart | minhtri2k3/SmartSpending 5f4c0d9 lib/screens/sm_plan_bottom_sheet.dart | true | 200 | 2,259 | import '../core/export.dart';
part 'sm_plan_bottom_sheet.g.dart';
class SMPlanBottomSheetController = _SMPlanBottomSheetController
with _$SMPlanBottomSheetController;
abstract class _SMPlanBottomSheetController extends SMBaseController
with Store {
// final PagingController<int, SMMemory> pagingController ... | 4 |
coffee-geng/flutter_trip | 491664a | lib/widget/local_nav.dart | Dart | www.github.com/coffee-geng/flutter_trip/tree/main/lib/widget/local_nav.dart | https://raw.githubusercontent.com/coffee-geng/flutter_trip/491664a/lib/widget/local_nav.dart | coffee-geng/flutter_trip 491664a lib/widget/local_nav.dart | true | 200 | 1,756 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_trip/model/common_model.dart';
import 'package:flutter_trip/model/grid_nav_model.dart';
import 'package:flutter_trip/widget/webview_plugin.dart';
class LocalNav extends StatelessWidget {
final List<CommonM... | 6 |
fawzi-dev/responsive_dashboard | c5aca4c | lib/widgets/drawer/custom_drawer.dart | Dart | www.github.com/fawzi-dev/responsive_dashboard/tree/main/lib/widgets/drawer/custom_drawer.dart | https://raw.githubusercontent.com/fawzi-dev/responsive_dashboard/c5aca4c/lib/widgets/drawer/custom_drawer.dart | fawzi-dev/responsive_dashboard c5aca4c lib/widgets/drawer/custom_drawer.dart | true | 200 | 2,253 | import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:gap/gap.dart';
import '../../models/drawer_item_model.dart';
import '../../models/user_model.dart';
import '../../utils/app_images.dart';
import '../../utils/scroll_behavior.dart';
import 'active_and_inactive_drawer_item.dart... | 7 |
alexsedy/the_movie_app | 58cca89 | lib/data/models/person/credits_people/credits.dart | Dart | www.github.com/alexsedy/the_movie_app/tree/main/lib/data/models/person/credits_people/credits.dart | https://raw.githubusercontent.com/alexsedy/the_movie_app/58cca89/lib/data/models/person/credits_people/credits.dart | alexsedy/the_movie_app 58cca89 lib/data/models/person/credits_people/credits.dart | true | 200 | 4,702 | import 'package:json_annotation/json_annotation.dart';
part 'credits.g.dart';
@JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)
class Credits {
final List<Cast> cast;
final List<Crew> crew;
final List<Cast>? guestStars;
final int? id;
Credits(this.cast, this.crew, this.id, this.guestS... | 5 |
youssefgamal11/thimar_client | 109ebae | lib/screens/vip/components/row_item.dart | Dart | www.github.com/youssefgamal11/thimar_client/tree/main/lib/screens/vip/components/row_item.dart | https://raw.githubusercontent.com/youssefgamal11/thimar_client/109ebae/lib/screens/vip/components/row_item.dart | youssefgamal11/thimar_client 109ebae lib/screens/vip/components/row_item.dart | true | 200 | 1,018 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:thimar_app/core/styles/colors.dart';
import 'package:thimar_app/core/styles/styles.dart';
import 'package:thimar_app/gen/assets.gen.dart';
import '../../../../../gen/fonts.gen.dart';
class RowItems ext... | 0 |
sdycode/3D-Model-Tool | d04cea3 | lib/2D Geometris/polycurve.dart | Dart | www.github.com/sdycode/3D-Model-Tool/tree/main/lib/2D Geometris/polycurve.dart | https://raw.githubusercontent.com/sdycode/3D-Model-Tool/d04cea3/lib/2D%20Geometris/polycurve.dart | sdycode/3D-Model-Tool d04cea3 lib/2D Geometris/polycurve.dart | true | 200 | 5,365 | import 'package:flutter/material.dart';
import 'package:three_d_model_tool/2D%20Geometris/bezier_curve.dart';
import 'package:three_d_model_tool/2D%20Geometris/curve1.dart';
import 'package:three_d_model_tool/constants/consts.dart';
import 'package:three_d_model_tool/extensions.dart';
class PolyCurvePage extends State... | 4 |
realsmt99/win | 8753ba1 | lib/features/home/screen/home.dart | Dart | www.github.com/realsmt99/win/tree/main/lib/features/home/screen/home.dart | https://raw.githubusercontent.com/realsmt99/win/8753ba1/lib/features/home/screen/home.dart | realsmt99/win 8753ba1 lib/features/home/screen/home.dart | true | 200 | 2,038 | import 'package:flutter/material.dart';
import 'package:flutter_map/flutter_map.dart';
import 'package:url_launcher/url_launcher.dart';
import 'package:latlong2/latlong.dart' show LatLng;
import 'package:win/features/home/screen/overview.dart';
class HomeScreen extends StatefulWidget {
const HomeScreen({super.key});... | 2 |
sakshichaudhari05/OIBSIP_task_2_to-do-app-by-Sakshi-Chaudhari | da539c3 | lib/modules/done_tasks/done_tasks_screen.dart | Dart | www.github.com/sakshichaudhari05/OIBSIP_task_2_to-do-app-by-Sakshi-Chaudhari/tree/main/lib/modules/done_tasks/done_tasks_screen.dart | https://raw.githubusercontent.com/sakshichaudhari05/OIBSIP_task_2_to-do-app-by-Sakshi-Chaudhari/da539c3/lib/modules/done_tasks/done_tasks_screen.dart | sakshichaudhari05/OIBSIP_task_2_to-do-app-by-Sakshi-Chaudhari da539c3 lib/modules/done_tasks/done_tasks_screen.dart | true | 200 | 886 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:home/shared/components/components.dart';
import 'package:home/shared/cubit/cubit.dart';
import 'package:home/shared/cubit/states.dart';
import '../../shared/components/constants.dart';
class DoneTasksScreen extend... | 1 |
dionesxxx/very_good_games | eb35c23 | test/home/view/home_page_test.dart | Dart | www.github.com/dionesxxx/very_good_games/tree/main/test/home/view/home_page_test.dart | https://raw.githubusercontent.com/dionesxxx/very_good_games/eb35c23/test/home/view/home_page_test.dart | dionesxxx/very_good_games eb35c23 test/home/view/home_page_test.dart | true | 200 | 3,838 | import 'package:bloc_test/bloc_test.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:game_api/game_api.dart';
import 'package:game_repository/game_repository.dart';
import 'package:mocktail/mocktail.dart';
im... | 3 |
hatemelbadwy10/e_commerce_clean_arch | b388560 | lib/features/home/presentation/manger/products_bloc/products_bloc.dart | Dart | www.github.com/hatemelbadwy10/e_commerce_clean_arch/tree/main/lib/features/home/presentation/manger/products_bloc/products_bloc.dart | https://raw.githubusercontent.com/hatemelbadwy10/e_commerce_clean_arch/b388560/lib/features/home/presentation/manger/products_bloc/products_bloc.dart | hatemelbadwy10/e_commerce_clean_arch b388560 lib/features/home/presentation/manger/products_bloc/products_bloc.dart | true | 200 | 788 | import 'package:flutter_bloc/flutter_bloc.dart';
import '../../../domain/entites/product_entity.dart';
import '../../../domain/use_cases/get_products_use_case.dart';
part 'products_event.dart';
part 'products_state.dart';
class ProductsBloc extends Bloc<ProductsEvent, ProductsState> {
final GetProductsUseCase getPro... | 7 |
IIT-NSTU/Talk2Metro | b4baecc | Talk2Metro/lib/modules/home/widget/top_section.dart | Dart | www.github.com/IIT-NSTU/Talk2Metro/tree/main/Talk2Metro/lib/modules/home/widget/top_section.dart | https://raw.githubusercontent.com/IIT-NSTU/Talk2Metro/b4baecc/Talk2Metro/lib/modules/home/widget/top_section.dart | IIT-NSTU/Talk2Metro b4baecc Talk2Metro/lib/modules/home/widget/top_section.dart | true | 200 | 7,459 | import 'package:flutter/material.dart';
import 'package:mrts/utils/dimensions.dart';
import 'package:mrts/utils/images.dart';
import 'package:mrts/utils/style.dart';
class TrainDes {
TrainDes(this.name, this.image);
final String name;
final String image;
}
class TrainStart {
TrainStart(this.name, this.image);... | 6 |
yasinkrcn/chat_app | 74f9dd5 | lib/core/extensions/num_extension.dart | Dart | www.github.com/yasinkrcn/chat_app/tree/main/lib/core/extensions/num_extension.dart | https://raw.githubusercontent.com/yasinkrcn/chat_app/74f9dd5/lib/core/extensions/num_extension.dart | yasinkrcn/chat_app 74f9dd5 lib/core/extensions/num_extension.dart | true | 200 | 443 | import 'package:chat_app/core/_core_exports.dart';
extension NumExtension on num {
double get h => ScreenSize().getHeight(this);
double get w => ScreenSize().getWidth(this);
double get sp => ScreenSize().getSp(this);
double get r => ScreenSize().radius(this);
}
extension NumNullableExtension on num? {
bo... | 4 |
jhpark0888/flutter_custom_editor_with_Getx | 5712988 | lib/controller/editorcontroller.dart | Dart | www.github.com/jhpark0888/flutter_custom_editor_with_Getx/tree/main/lib/controller/editorcontroller.dart | https://raw.githubusercontent.com/jhpark0888/flutter_custom_editor_with_Getx/5712988/lib/controller/editorcontroller.dart | jhpark0888/flutter_custom_editor_with_Getx 5712988 lib/controller/editorcontroller.dart | true | 200 | 9,210 | import 'dart:io';
import 'package:custom_editor/widget/smarttextfield.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:image_cropper/image_cropper.dart';
import 'package:image_picker/image_picker.dart';
class EditorController extends GetxController {
RxList<FocusNode> no... | 0 |
Mina-Nabil/revmob | 951b79c | lib/shared/widgets/misc/revmo_text_icon_button.dart | Dart | www.github.com/Mina-Nabil/revmob/tree/main/lib/shared/widgets/misc/revmo_text_icon_button.dart | https://raw.githubusercontent.com/Mina-Nabil/revmob/951b79c/lib/shared/widgets/misc/revmo_text_icon_button.dart | Mina-Nabil/revmob 951b79c lib/shared/widgets/misc/revmo_text_icon_button.dart | true | 200 | 1,345 | import 'package:flutter/material.dart';
import 'package:revmo/shared/colors.dart';
import 'package:revmo/shared/theme.dart';
class RevmoTextIconButton extends StatelessWidget {
final double width;
final Widget iconWidget;
final Function()? callback;
final String? text;
final bool borderless;
final Color? c... | 2 |
xinbaojian/getx_demo | 4e25eaa | lib/pages/list/index.dart | Dart | www.github.com/xinbaojian/getx_demo/tree/main/lib/pages/list/index.dart | https://raw.githubusercontent.com/xinbaojian/getx_demo/4e25eaa/lib/pages/list/index.dart | xinbaojian/getx_demo 4e25eaa lib/pages/list/index.dart | true | 200 | 307 | import 'package:flutter/material.dart';
/// ๅ่กจ้กต้ข
class ListView extends StatelessWidget {
const ListView({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('ๅ่กจ้กต้ข'),
),
);
}
}
| 1 |
Harley755/bottom_navigation_bar-flutter | aef9bf2 | bottom_navigation_bar_with_pageview/lib/main.dart | Dart | www.github.com/Harley755/bottom_navigation_bar-flutter/tree/main/bottom_navigation_bar_with_pageview/lib/main.dart | https://raw.githubusercontent.com/Harley755/bottom_navigation_bar-flutter/aef9bf2/bottom_navigation_bar_with_pageview/lib/main.dart | Harley755/bottom_navigation_bar-flutter aef9bf2 bottom_navigation_bar_with_pageview/lib/main.dart | true | 200 | 445 | import 'package:bottom_navigation_bar_with_pageview/navigation_bar.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return const MaterialApp(
debugShow... | 7 |
brunoh-android/pokeGuarani | 8d26546 | lib/src/presentation/widgets/line_info.dart | Dart | www.github.com/brunoh-android/pokeGuarani/tree/main/lib/src/presentation/widgets/line_info.dart | https://raw.githubusercontent.com/brunoh-android/pokeGuarani/8d26546/lib/src/presentation/widgets/line_info.dart | brunoh-android/pokeGuarani 8d26546 lib/src/presentation/widgets/line_info.dart | true | 200 | 1,861 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:poke_guarani/src/utils/services/utils_service.dart';
import '../../domain/model/pokemon_details_model.dart';
class CustomLineChart extends StatelessWidget {
final String title;
final int value;
f... | 6 |
gaoypChina/dtnd | c91e29d | lib/ui/widget/drawer/app_drawer_sub_view.dart | Dart | www.github.com/gaoypChina/dtnd/tree/main/lib/ui/widget/drawer/app_drawer_sub_view.dart | https://raw.githubusercontent.com/gaoypChina/dtnd/c91e29d/lib/ui/widget/drawer/app_drawer_sub_view.dart | gaoypChina/dtnd c91e29d lib/ui/widget/drawer/app_drawer_sub_view.dart | true | 200 | 1,697 | import 'package:dtnd/ui/theme/app_textstyle.dart';
import 'package:dtnd/ui/widget/drawer/component/list_function.dart';
import 'package:dtnd/ui/widget/drawer/logic/function_data.dart';
import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import '../../theme/app_image.dart';
class AppDrawerSu... | 3 |
alu0100611519/visual-data-app | 1ff72d7 | lib/ui/pages/Home/bloc/home_event.dart | Dart | www.github.com/alu0100611519/visual-data-app/tree/main/lib/ui/pages/Home/bloc/home_event.dart | https://raw.githubusercontent.com/alu0100611519/visual-data-app/1ff72d7/lib/ui/pages/Home/bloc/home_event.dart | alu0100611519/visual-data-app 1ff72d7 lib/ui/pages/Home/bloc/home_event.dart | true | 200 | 1,668 | import 'dart:async';
import 'dart:developer' as developer;
import 'package:meta/meta.dart';
import 'package:visual_data_app/domain/model/visual_model.dart';
import 'home_bloc.dart';
import 'home_state.dart';
@immutable
abstract class HomeEvent {
Stream<HomeState> applyAsync(
{HomeState currentState, HomeBlo... | 0 |
AHMADARBASH/LeetCodeSolutions | 0af612b | 0817-design-hashmap/0817-design-hashmap.dart | Dart | www.github.com/AHMADARBASH/LeetCodeSolutions/tree/main/0817-design-hashmap/0817-design-hashmap.dart | https://raw.githubusercontent.com/AHMADARBASH/LeetCodeSolutions/0af612b/0817-design-hashmap/0817-design-hashmap.dart | AHMADARBASH/LeetCodeSolutions 0af612b 0817-design-hashmap/0817-design-hashmap.dart | true | 200 | 468 | class MyHashMap {
Map<int,dynamic> data = {};
MyHashMap() {
}
void put(int key, int value) {
data[key] = value;
}
int get(int key) {
var b = data.containsKey(key);
return b ? data[key] : -1;
}
void remove(int key) {
data.remove(key);
}
}
/**
* Your MyHashMap object w... | 4 |
titisriz/game_deal | fed3dbc | lib/deal_store/infrastructure/deal_store_dto.dart | Dart | www.github.com/titisriz/game_deal/tree/main/lib/deal_store/infrastructure/deal_store_dto.dart | https://raw.githubusercontent.com/titisriz/game_deal/fed3dbc/lib/deal_store/infrastructure/deal_store_dto.dart | titisriz/game_deal fed3dbc lib/deal_store/infrastructure/deal_store_dto.dart | true | 200 | 1,037 | import 'package:freezed_annotation/freezed_annotation.dart';
import 'package:game_deal/deal_store/domain/deal_store.dart';
import 'package:game_deal/deal_store/infrastructure/deal_store_image_dto.dart';
part 'deal_store_dto.freezed.dart';
part 'deal_store_dto.g.dart';
@freezed
class DealStoreDto with _$DealStoreDto {
... | 1 |
Wendyk03/flutter_projects | d4d85e2 | app/lib/Dictionary/dictionary_screen.dart | Dart | www.github.com/Wendyk03/flutter_projects/tree/main/app/lib/Dictionary/dictionary_screen.dart | https://raw.githubusercontent.com/Wendyk03/flutter_projects/d4d85e2/app/lib/Dictionary/dictionary_screen.dart | Wendyk03/flutter_projects d4d85e2 app/lib/Dictionary/dictionary_screen.dart | true | 200 | 13,911 | import 'package:flutter/material.dart';
import 'package:flutter_tts/flutter_tts.dart' as tts;
import 'package:app/Dictionary/dictionary_model.dart';
import 'package:app/Dictionary/service.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'dart:convert';
import 'dictionary_game_screen.dart';
im... | 2 |
DevSamuelBrito/Scanner-App | 5f7aa57 | lib/screens/homepage.dart | Dart | www.github.com/DevSamuelBrito/Scanner-App/tree/main/lib/screens/homepage.dart | https://raw.githubusercontent.com/DevSamuelBrito/Scanner-App/5f7aa57/lib/screens/homepage.dart | DevSamuelBrito/Scanner-App 5f7aa57 lib/screens/homepage.dart | true | 200 | 6,989 | import 'package:flutter/material.dart';
import '../styles/styles.dart';
import 'package:flutter_barcode_scanner/flutter_barcode_scanner.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:scanner_app/screens/cadastrarVendas.dart';
import 'package:scanner_app/screens/cadastrarProdutos_page.dart... | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.