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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
hafizsiregar/Airplane | 273ccc6 | lib/ui/widgets/photo_item.dart | Dart | www.github.com/hafizsiregar/Airplane/tree/main/lib/ui/widgets/photo_item.dart | https://raw.githubusercontent.com/hafizsiregar/Airplane/273ccc6/lib/ui/widgets/photo_item.dart | hafizsiregar/Airplane 273ccc6 lib/ui/widgets/photo_item.dart | true | 200 | 542 | import 'package:flutter/material.dart';
class PhotoItem extends StatelessWidget {
final String photo;
const PhotoItem({
Key? key,
required this.photo,
})
: super(key: key);
@override
Widget build(BuildContext context) {
return Container(
width: 70,
height: 70,
margin: ... | 3 |
huynn0105/fastm | 0e527f7 | forked_node_modules/flutter_module/lib/features/legendary/pages/new_supporter/components/confirm_new_supporter_component.dart | Dart | www.github.com/huynn0105/fastm/tree/main/forked_node_modules/flutter_module/lib/features/legendary/pages/new_supporter/components/confirm_new_supporter_component.dart | https://raw.githubusercontent.com/huynn0105/fastm/0e527f7/forked_node_modules/flutter_module/lib/features/legendary/pages/new_supporter/components/confirm_new_supporter_component.dart | huynn0105/fastm 0e527f7 forked_node_modules/flutter_module/lib/features/legendary/pages/new_supporter/components/confirm_new_supporter_component.dart | true | 200 | 8,194 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_module/common/bloc_status.dart';
import 'package:flutter_module/common/colors.dart';
import 'package:flutter_module/common/styles.dart';
import 'package:flutter_module/common/toast/toast_provider.dart';
impo... | 5 |
IdrissaKrouma/Logico | 723520c | lib/widgetUtilitaires/autres/actu_bar.dart | Dart | www.github.com/IdrissaKrouma/Logico/tree/main/lib/widgetUtilitaires/autres/actu_bar.dart | https://raw.githubusercontent.com/IdrissaKrouma/Logico/723520c/lib/widgetUtilitaires/autres/actu_bar.dart | IdrissaKrouma/Logico 723520c lib/widgetUtilitaires/autres/actu_bar.dart | true | 200 | 1,386 | import 'package:flutter/material.dart';
// ignore: must_be_immutable
class ActuBar extends StatefulWidget {
int level;
int score;
int chance;
ActuBar(
{super.key,
required this.level,
required this.score,
required this.chance});
@override
State<ActuBar> createState() => _ActuBarSta... | 1 |
fattoumAchref/GestionFilms | 8ec37a9 | lib/widgets/drawerpage.dart | Dart | www.github.com/fattoumAchref/GestionFilms/tree/main/lib/widgets/drawerpage.dart | https://raw.githubusercontent.com/fattoumAchref/GestionFilms/8ec37a9/lib/widgets/drawerpage.dart | fattoumAchref/GestionFilms 8ec37a9 lib/widgets/drawerpage.dart | true | 200 | 1,284 | import 'package:flutter/material.dart';
import 'dart:convert';
class DrawerPage extends StatefulWidget {
final String token;
DrawerPage({required this.token});
@override
_DrawerPageState createState() => _DrawerPageState();
}
class _DrawerPageState extends State<DrawerPage> {
late String userName;
late ... | 2 |
andydev89/registro_civil | 2d7955e | lib/data/models/commons/commands_model.dart | Dart | www.github.com/andydev89/registro_civil/tree/main/lib/data/models/commons/commands_model.dart | https://raw.githubusercontent.com/andydev89/registro_civil/2d7955e/lib/data/models/commons/commands_model.dart | andydev89/registro_civil 2d7955e lib/data/models/commons/commands_model.dart | true | 200 | 2,410 | import 'package:freezed_annotation/freezed_annotation.dart';
part 'commands_model.g.dart';
part 'commands_model.freezed.dart';
@freezed
class CommandModel with _$CommandModel {
const factory CommandModel({
required String? id,
required String command,
}) = _CommandModel;
factory CommandModel.fromJson(Ma... | 6 |
Afoudo-Richard/svis-mobile | 59a6d94 | lib/users/add/bloc/add_user_state.dart | Dart | www.github.com/Afoudo-Richard/svis-mobile/tree/main/lib/users/add/bloc/add_user_state.dart | https://raw.githubusercontent.com/Afoudo-Richard/svis-mobile/59a6d94/lib/users/add/bloc/add_user_state.dart | Afoudo-Richard/svis-mobile 59a6d94 lib/users/add/bloc/add_user_state.dart | true | 200 | 3,287 | part of 'add_user_bloc.dart';
class AddUserState extends Equatable with fz.FormzMixin<String, User> {
final fz.FormzSubmission<String, User> _submission;
final OptionalFile profile;
final Name firstName;
final Name lastName;
final IDateTime dateOfBirth;
final Name gender;
final Name timeZone;
final Ema... | 4 |
Nolamarel/Translator | 5e0e26a | lib/homePage.dart | Dart | www.github.com/Nolamarel/Translator/tree/main/lib/homePage.dart | https://raw.githubusercontent.com/Nolamarel/Translator/5e0e26a/lib/homePage.dart | Nolamarel/Translator 5e0e26a lib/homePage.dart | true | 200 | 5,621 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:new_flutter/internet_service/translations_dio.dart';
class HomePage extends StatefulWidget {
const HomePage({super.key});
@override
State<HomePage> createState() => _HomePageState();
}
class _... | 0 |
DieabeS/Millionaire_App | fd3ad54 | lib/ui/screens/settings_screen/components/settings_item.dart | Dart | www.github.com/DieabeS/Millionaire_App/tree/main/lib/ui/screens/settings_screen/components/settings_item.dart | https://raw.githubusercontent.com/DieabeS/Millionaire_App/fd3ad54/lib/ui/screens/settings_screen/components/settings_item.dart | DieabeS/Millionaire_App fd3ad54 lib/ui/screens/settings_screen/components/settings_item.dart | true | 200 | 1,367 | import 'package:flutter/material.dart';
import 'package:millionaire_app/ui/widgets/bouncing_animated_widget.dart';
import '../../../../constants.dart';
class SettingsItem extends StatelessWidget {
const SettingsItem({
Key? key,
required this.icon,
required this.settingText,
required this.optionsActi... | 2 |
Vineet1924/krishishop_flutter | d7a0725 | lib/models/user.dart | Dart | www.github.com/Vineet1924/krishishop_flutter/tree/main/lib/models/user.dart | https://raw.githubusercontent.com/Vineet1924/krishishop_flutter/d7a0725/lib/models/user.dart | Vineet1924/krishishop_flutter d7a0725 lib/models/user.dart | true | 200 | 3,487 | // ignore_for_file: unnecessary_null_comparison
import 'package:cloud_firestore/cloud_firestore.dart';
class userModel {
String? address;
String? email;
String? phone;
String? profilepic;
String? uid;
String? username;
final CollectionReference usersCollection =
FirebaseFirestore.instance.collecti... | 3 |
thanwannahtun/link | 3bda012 | lib/ui/screens/post/upload_new_post_page.dart | Dart | www.github.com/thanwannahtun/link/tree/main/lib/ui/screens/post/upload_new_post_page.dart | https://raw.githubusercontent.com/thanwannahtun/link/3bda012/lib/ui/screens/post/upload_new_post_page.dart | thanwannahtun/link 3bda012 lib/ui/screens/post/upload_new_post_page.dart | true | 200 | 62,204 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:image_picker/image_picker.dart';
import 'package:link/bloc/city/city_cubit.dart';
import 'package:link/bloc/post_create_util/post_create_util_cubit.dart';
... | 1 |
NikolajMitrovic/Flutter-Kits | 501905a | lib/freebies/ecommerce_1/widgets/product_card.dart | Dart | www.github.com/NikolajMitrovic/Flutter-Kits/tree/main/lib/freebies/ecommerce_1/widgets/product_card.dart | https://raw.githubusercontent.com/NikolajMitrovic/Flutter-Kits/501905a/lib/freebies/ecommerce_1/widgets/product_card.dart | NikolajMitrovic/Flutter-Kits 501905a lib/freebies/ecommerce_1/widgets/product_card.dart | true | 200 | 2,573 | import 'package:auto_size_text/auto_size_text.dart';
import 'package:flutter/material.dart';
import 'package:flutter_feather_icons/flutter_feather_icons.dart';
import 'package:intl/intl.dart';
import 'package:ultimate_bundle/freebies/ecommerce_1/models/product_model.dart';
import 'package:ultimate_bundle/freebies/ecomm... | 0 |
faisalansari0367/foldora_file_manager | c7dabb7 | lib/utilities/operations_isolate.dart | Dart | www.github.com/faisalansari0367/foldora_file_manager/tree/main/lib/utilities/operations_isolate.dart | https://raw.githubusercontent.com/faisalansari0367/foldora_file_manager/c7dabb7/lib/utilities/operations_isolate.dart | faisalansari0367/foldora_file_manager c7dabb7 lib/utilities/operations_isolate.dart | true | 200 | 1,933 | import 'dart:async';
import 'dart:io';
import 'dart:isolate';
import 'CopyUtils.dart';
class OperationIsolate {
bool running = false;
late Isolate isolate;
StreamController<Map<String, dynamic>>? _streamController;
Stream<Map<String, dynamic>>? _stream;
// ignore: unused_field
SendPort? _toIsolate;
Fut... | 5 |
fathimathsafa/vyapar_clone | a029124 | lib/presentation/menu_screen/sub_screens/report/sub_screen/transaction/sale_report_screen/view/sale_report_screen.dart | Dart | www.github.com/fathimathsafa/vyapar_clone/tree/main/lib/presentation/menu_screen/sub_screens/report/sub_screen/transaction/sale_report_screen/view/sale_report_screen.dart | https://raw.githubusercontent.com/fathimathsafa/vyapar_clone/a029124/lib/presentation/menu_screen/sub_screens/report/sub_screen/transaction/sale_report_screen/view/sale_report_screen.dart | fathimathsafa/vyapar_clone a029124 lib/presentation/menu_screen/sub_screens/report/sub_screen/transaction/sale_report_screen/view/sale_report_screen.dart | true | 200 | 8,338 | import 'package:flutter/material.dart';
import 'package:vyapar_clone/core/constatnts/colors.dart';
class SaleReport extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.white,
appBar: AppBar(
title: Text('Sale Report', style: Text... | 4 |
ItsJenny1/Mobile-App-Projects | 8002191 | cw4/lib/main.dart | Dart | www.github.com/ItsJenny1/Mobile-App-Projects/tree/main/cw4/lib/main.dart | https://raw.githubusercontent.com/ItsJenny1/Mobile-App-Projects/8002191/cw4/lib/main.dart | ItsJenny1/Mobile-App-Projects 8002191 cw4/lib/main.dart | true | 200 | 3,718 | import 'package:flutter/material.dart';
void main() {
runApp(const MainApp());
}
class MainApp extends StatelessWidget {
const MainApp({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
appBar: AppBar(
title: const Tex... | 6 |
Sultan757/E-Mart-App | 964de39 | lib/models/message_model.dart | Dart | www.github.com/Sultan757/E-Mart-App/tree/main/lib/models/message_model.dart | https://raw.githubusercontent.com/Sultan757/E-Mart-App/964de39/lib/models/message_model.dart | Sultan757/E-Mart-App 964de39 lib/models/message_model.dart | true | 200 | 538 | import 'package:cloud_firestore/cloud_firestore.dart';
class Message {
final String text;
final Timestamp timestamp;
final String senderId;
final String receiverId;
Message({
required this.senderId,
required this.receiverId,
required this.text,
required this.timestamp,
});
Message.fromS... | 7 |
bilalaziz10/fyp | f15be49 | wheat_disease_detection/lib/componants/custom_password.dart | Dart | www.github.com/bilalaziz10/fyp/tree/main/wheat_disease_detection/lib/componants/custom_password.dart | https://raw.githubusercontent.com/bilalaziz10/fyp/f15be49/wheat_disease_detection/lib/componants/custom_password.dart | bilalaziz10/fyp f15be49 wheat_disease_detection/lib/componants/custom_password.dart | true | 200 | 1,123 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:google_fonts/google_fonts.dart';
class CustomPasswordFeild extends StatelessWidget {
final String hint;
Icon icon;
final TextEditingController? Controller;
CustomPasswordFeild({
required th... | 1 |
pawansubedi101/real_state_ui_clone_flutter | b806268 | lib/views/screens/home_screen.dart | Dart | www.github.com/pawansubedi101/real_state_ui_clone_flutter/tree/main/lib/views/screens/home_screen.dart | https://raw.githubusercontent.com/pawansubedi101/real_state_ui_clone_flutter/b806268/lib/views/screens/home_screen.dart | pawansubedi101/real_state_ui_clone_flutter b806268 lib/views/screens/home_screen.dart | true | 200 | 1,569 | import 'package:flutter/material.dart';
import 'package:real_state_ui_clone/views/pages/favorite_page.dart';
import 'package:real_state_ui_clone/views/pages/home_page.dart';
import 'package:real_state_ui_clone/views/screens/settings_screen.dart';
class HomeScreen extends StatefulWidget {
const HomeScreen({super.key}... | 2 |
momr01/flutter-amazon-clone | 1cf709a | lib/models/product.dart | Dart | www.github.com/momr01/flutter-amazon-clone/tree/main/lib/models/product.dart | https://raw.githubusercontent.com/momr01/flutter-amazon-clone/1cf709a/lib/models/product.dart | momr01/flutter-amazon-clone 1cf709a lib/models/product.dart | true | 200 | 1,950 | import 'dart:convert';
import 'package:amazon_clone_flutter/models/rating.dart';
// ignore_for_file: public_member_api_docs, sort_constructors_first
class Product {
final String name;
final String description;
final double price;
final double quantity;
final List<String> images;
final String category;
S... | 3 |
mahabubulhasibshawon/expense_tracker_bloc | 4a50c01 | lib/widgets/balance_card.dart | Dart | www.github.com/mahabubulhasibshawon/expense_tracker_bloc/tree/main/lib/widgets/balance_card.dart | https://raw.githubusercontent.com/mahabubulhasibshawon/expense_tracker_bloc/4a50c01/lib/widgets/balance_card.dart | mahabubulhasibshawon/expense_tracker_bloc 4a50c01 lib/widgets/balance_card.dart | true | 200 | 2,234 | import 'package:flutter/material.dart';
class BalanceCard extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
margin: EdgeInsets.all(16),
padding: EdgeInsets.all(16),
decoration: BoxDecoration(
color: Color(0xFF2A2A72), // Dark purple color for t... | 0 |
jsalinas1/LegoPC | 7306c43 | lib/models/cpu.dart | Dart | www.github.com/jsalinas1/LegoPC/tree/main/lib/models/cpu.dart | https://raw.githubusercontent.com/jsalinas1/LegoPC/7306c43/lib/models/cpu.dart | jsalinas1/LegoPC 7306c43 lib/models/cpu.dart | true | 200 | 691 |
class CPU{
final String name, core_count, core_clock, boost_clock, tdp,
integrated_graphics;
final double price_usd;
CPU({
required this.name,
required this.price_usd,
required this.core_count,
required this.core_clock,
required this.boost_clock,
required this.tdp,
required t... | 4 |
vymalo/skakel-mobile-app | a6be2fd | lib/services/mqtt/mqtt_service.dart | Dart | www.github.com/vymalo/skakel-mobile-app/tree/main/lib/services/mqtt/mqtt_service.dart | https://raw.githubusercontent.com/vymalo/skakel-mobile-app/a6be2fd/lib/services/mqtt/mqtt_service.dart | vymalo/skakel-mobile-app a6be2fd lib/services/mqtt/mqtt_service.dart | true | 200 | 1,002 | import 'package:mqtt_client/mqtt_client.dart';
typedef EventHandler = Future<void> Function(String topic, String message);
/// Abstract class for MQTT service
abstract class MqttService {
/// Returns a stream of messages received
Stream<String> get onMessageReceived;
/// Returns a stream of connection status
... | 5 |
Huzaifa-367/H_POS | ed4305f | lib/repository/product_repo.dart | Dart | www.github.com/Huzaifa-367/H_POS/tree/main/lib/repository/product_repo.dart | https://raw.githubusercontent.com/Huzaifa-367/H_POS/ed4305f/lib/repository/product_repo.dart | Huzaifa-367/H_POS ed4305f lib/repository/product_repo.dart | true | 200 | 596 | import 'dart:convert';
import 'package:firebase_database/firebase_database.dart';
import '../constant.dart';
import '../model/product_model.dart';
class ProductRepo {
Future<List<ProductModel>> getAllProduct() async {
List<ProductModel> productList = [];
final ref = FirebaseDatabase.instance.ref(constUserI... | 6 |
vgurguriev/meals | 8b782a8 | lib/screens/meal_details.dart | Dart | www.github.com/vgurguriev/meals/tree/main/lib/screens/meal_details.dart | https://raw.githubusercontent.com/vgurguriev/meals/8b782a8/lib/screens/meal_details.dart | vgurguriev/meals 8b782a8 lib/screens/meal_details.dart | true | 200 | 3,382 | import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import '../models/meal.dart';
import '../providers/favourites_provider.dart';
class MealDetailsScreen extends ConsumerWidget {
const MealDetailsScreen({
super.key,
required this.meal,
});
final Meal meal;
... | 3 |
CSI-Trainee-2024/Team2_hola_app | 0d5e3db | lib/subScreen/Settings/subSettings/UseHola/closefriend.dart | Dart | www.github.com/CSI-Trainee-2024/Team2_hola_app/tree/main/lib/subScreen/Settings/subSettings/UseHola/closefriend.dart | https://raw.githubusercontent.com/CSI-Trainee-2024/Team2_hola_app/0d5e3db/lib/subScreen/Settings/subSettings/UseHola/closefriend.dart | CSI-Trainee-2024/Team2_hola_app 0d5e3db lib/subScreen/Settings/subSettings/UseHola/closefriend.dart | true | 200 | 618 | import 'package:flutter/material.dart';
import 'package:hola_app/themes/customTheme/textTheme.dart';
class Closefriend extends StatefulWidget {
const Closefriend({super.key});
@override
State<Closefriend> createState() => _ClosefriendState();
}
class _ClosefriendState extends State<Closefriend> {
@override
... | 2 |
salmaka/RumahSehat | 7016670 | rumahsehat_flutter/lib/DTO/GetPasienDTO.dart | Dart | www.github.com/salmaka/RumahSehat/tree/main/rumahsehat_flutter/lib/DTO/GetPasienDTO.dart | https://raw.githubusercontent.com/salmaka/RumahSehat/7016670/rumahsehat_flutter/lib/DTO/GetPasienDTO.dart | salmaka/RumahSehat 7016670 rumahsehat_flutter/lib/DTO/GetPasienDTO.dart | true | 200 | 456 | class GetPasienDTO {
final String? nama;
final String? username;
final String? password;
final String? email;
final int? saldo;
final int? umur;
GetPasienDTO(this.nama, this.username, this.password, this.email, this.saldo,
this.umur);
Map<String, dynamic> toJson() {
return {
'nama': na... | 1 |
rahul99-dev/liveasy | 3754450 | lib/main.dart | Dart | www.github.com/rahul99-dev/liveasy/tree/main/lib/main.dart | https://raw.githubusercontent.com/rahul99-dev/liveasy/3754450/lib/main.dart | rahul99-dev/liveasy 3754450 lib/main.dart | true | 200 | 638 | import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:liveasy/input_mobile.dart';
import 'package:liveasy/lang_select.dart';
import 'package:liveasy/profile_select.dart';
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initi... | 7 |
JacquesGarre/OverloadApp | a0f5ce6 | lib/domain/workout/set/set_index.dart | Dart | www.github.com/JacquesGarre/OverloadApp/tree/main/lib/domain/workout/set/set_index.dart | https://raw.githubusercontent.com/JacquesGarre/OverloadApp/a0f5ce6/lib/domain/workout/set/set_index.dart | JacquesGarre/OverloadApp a0f5ce6 lib/domain/workout/set/set_index.dart | true | 200 | 374 | class SetIndex {
final int _value;
SetIndex({required int value}) : _value = value;
bool equals(SetIndex index) {
return _value == index.value();
}
int value() {
return _value;
}
static SetIndex nextFromSetIndex(SetIndex? index) {
if (index == null) {
return SetIndex(value: 1);
}... | 4 |
adnfutuh/e_book_app | aec0ef0 | lib/themes.dart | Dart | www.github.com/adnfutuh/e_book_app/tree/main/lib/themes.dart | https://raw.githubusercontent.com/adnfutuh/e_book_app/aec0ef0/lib/themes.dart | adnfutuh/e_book_app aec0ef0 lib/themes.dart | true | 200 | 1,558 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
Color borderRecentBook = const Color(0xFFF3F3F3);
Color backgroundColor = const Color(0xFFE5E5E5);
Color whiteColor = const Color(0xFFFFFFFF);
Color blackColor = const Color(0xFF2D2D2D);
Color blackColor2 = const Color(0xFF000000)... | 0 |
SheikhUmaid/ishank_flutter | ae97705 | login/lib/pages/login_page.dart | Dart | www.github.com/SheikhUmaid/ishank_flutter/tree/main/login/lib/pages/login_page.dart | https://raw.githubusercontent.com/SheikhUmaid/ishank_flutter/ae97705/login/lib/pages/login_page.dart | SheikhUmaid/ishank_flutter ae97705 login/lib/pages/login_page.dart | true | 200 | 2,066 | import 'package:flutter/material.dart';
class LoginPage extends StatefulWidget {
const LoginPage({super.key});
@override
State<LoginPage> createState() => _LoginPageState();
}
class _LoginPageState extends State<LoginPage> {
TextEditingController _usernameController = TextEditingController();
TextEditingCo... | 5 |
FoldExz/network-app | 56e67de | lib/pages/speed_test_page.dart | Dart | www.github.com/FoldExz/network-app/tree/main/lib/pages/speed_test_page.dart | https://raw.githubusercontent.com/FoldExz/network-app/56e67de/lib/pages/speed_test_page.dart | FoldExz/network-app 56e67de lib/pages/speed_test_page.dart | true | 200 | 9,768 | import 'package:flutter/material.dart';
import 'dart:async';
import 'dart:math';
import 'package:http/http.dart' as http;
import '../utils/network_check.dart';
class SpeedTestPage extends StatefulWidget {
const SpeedTestPage({super.key});
@override
_SpeedTestPageState createState() => _SpeedTestPageState();
}
... | 6 |
brenodtlima/registrobit | d46f177 | lib/alert_dialogs/alert_reading_not_done.dart | Dart | www.github.com/brenodtlima/registrobit/tree/main/lib/alert_dialogs/alert_reading_not_done.dart | https://raw.githubusercontent.com/brenodtlima/registrobit/d46f177/lib/alert_dialogs/alert_reading_not_done.dart | brenodtlima/registrobit d46f177 lib/alert_dialogs/alert_reading_not_done.dart | true | 200 | 962 | import 'package:flutter/material.dart';
Future<void> ShowReadingNotDoneAlert(BuildContext context) async {
return showDialog<void>(
context: context,
barrierDismissible: true,
builder: (BuildContext context) {
return AlertDialog(
title: const Text('Leitura não finalizada'),
content:... | 2 |
Wessh/driveme | 49fa698 | lib/details/car_details_bloc.dart | Dart | www.github.com/Wessh/driveme/tree/main/lib/details/car_details_bloc.dart | https://raw.githubusercontent.com/Wessh/driveme/49fa698/lib/details/car_details_bloc.dart | Wessh/driveme 49fa698 lib/details/car_details_bloc.dart | true | 200 | 965 | import 'dart:async';
import '../dependency_injector.dart';
import 'package:rxdart/rxdart.dart';
import '../models/car.dart';
import '../list/cars_list_bloc.dart';
class CarDetailsBloc {
var carsListBloc = locator<CarsListBloc>();
final BehaviorSubject<Car> _itemController = BehaviorSubject<Car>();
Stream<Car> g... | 1 |
IAmTheNe/Flutter_Demo_Plate_Recognization | 45eb0a9 | flutter_interop_c/lib/flutter_interop_c_platform_interface.dart | Dart | www.github.com/IAmTheNe/Flutter_Demo_Plate_Recognization/tree/main/flutter_interop_c/lib/flutter_interop_c_platform_interface.dart | https://raw.githubusercontent.com/IAmTheNe/Flutter_Demo_Plate_Recognization/45eb0a9/flutter_interop_c/lib/flutter_interop_c_platform_interface.dart | IAmTheNe/Flutter_Demo_Plate_Recognization 45eb0a9 flutter_interop_c/lib/flutter_interop_c_platform_interface.dart | true | 200 | 1,278 | import 'package:plugin_platform_interface/plugin_platform_interface.dart';
import 'flutter_interop_c_method_channel.dart';
abstract class FlutterInteropCPlatform extends PlatformInterface {
/// Constructs a FlutterInterop_cPlatform.
FlutterInteropCPlatform() : super(token: _token);
static final Object _token =... | 7 |
Rudreshwar-Singh/Ecoguard | b6a6bc7 | lib/pages/list_challenges_page.dart | Dart | www.github.com/Rudreshwar-Singh/Ecoguard/tree/main/lib/pages/list_challenges_page.dart | https://raw.githubusercontent.com/Rudreshwar-Singh/Ecoguard/b6a6bc7/lib/pages/list_challenges_page.dart | Rudreshwar-Singh/Ecoguard b6a6bc7 lib/pages/list_challenges_page.dart | true | 200 | 5,774 | import 'package:flutter/material.dart';
import 'package:ecoquest/model/challenge.dart';
import 'package:ecoquest/utils/challenge_preferences.dart';
import 'package:flutter_switch/flutter_switch.dart';
class ListChallengesPage extends StatefulWidget {
final bool isDarkMode;
final ValueChanged<bool> onThemeChanged;
... | 0 |
adem-emre/alpata_assignment | 4c348fc | lib/features/auth/models/login_response.dart | Dart | www.github.com/adem-emre/alpata_assignment/tree/main/lib/features/auth/models/login_response.dart | https://raw.githubusercontent.com/adem-emre/alpata_assignment/4c348fc/lib/features/auth/models/login_response.dart | adem-emre/alpata_assignment 4c348fc lib/features/auth/models/login_response.dart | true | 200 | 516 | import 'package:alpata_assignment/core/model/base_response_model.dart';
class LoginResponse implements BaseResponseModel {
String? token;
String? authType;
LoginResponse({this.token, this.authType});
LoginResponse.fromJson(Map<String, dynamic> json) {
token = json['token'];
authType = json['authType'... | 3 |
alkhudra/driverApp | bcbdd8e | lib/designs/no_item_design.dart | Dart | www.github.com/alkhudra/driverApp/tree/main/lib/designs/no_item_design.dart | https://raw.githubusercontent.com/alkhudra/driverApp/bcbdd8e/lib/designs/no_item_design.dart | alkhudra/driverApp bcbdd8e lib/designs/no_item_design.dart | true | 200 | 814 | import 'package:alkhudhrah_app/constants/colors.dart';
import 'package:flutter/cupertino.dart';
import 'package:lottie/lottie.dart';
Widget noItemDesign(String txt, String imageUrl) {
return Center(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Container(
... | 4 |
lobevent/flutter_frontend | 16d0e4d | flutter_app/lib/presentation/pages/core/widgets/animations/palk_animation.dart | Dart | www.github.com/lobevent/flutter_frontend/tree/main/flutter_app/lib/presentation/pages/core/widgets/animations/palk_animation.dart | https://raw.githubusercontent.com/lobevent/flutter_frontend/16d0e4d/flutter_app/lib/presentation/pages/core/widgets/animations/palk_animation.dart | lobevent/flutter_frontend 16d0e4d flutter_app/lib/presentation/pages/core/widgets/animations/palk_animation.dart | true | 200 | 1,945 | import 'package:flutter/material.dart';
class PalkAnimation extends StatefulWidget {
final double size;
const PalkAnimation({Key? key, required this.size}) : super(key: key);
@override
State<PalkAnimation> createState() => _PalkAnimationState();
}
class _PalkAnimationState extends State<PalkAnimation>
w... | 5 |
jose-tmjr/diario_enxaqueca | 32e962a | lib/views/calendar/index.dart | Dart | www.github.com/jose-tmjr/diario_enxaqueca/tree/main/lib/views/calendar/index.dart | https://raw.githubusercontent.com/jose-tmjr/diario_enxaqueca/32e962a/lib/views/calendar/index.dart | jose-tmjr/diario_enxaqueca 32e962a lib/views/calendar/index.dart | true | 200 | 8,141 | import 'dart:core';
import 'package:animated_bottom_navigation_bar/animated_bottom_navigation_bar.dart';
import 'package:diario_enxaqueca/layouts/globalinfo.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:get/get_core/src/get_main.da... | 6 |
mdsomad/Dart-Codes-Notes | 2595f37 | super_keywoed.dart | Dart | www.github.com/mdsomad/Dart-Codes-Notes/tree/main/super_keywoed.dart | https://raw.githubusercontent.com/mdsomad/Dart-Codes-Notes/2595f37/super_keywoed.dart | mdsomad/Dart-Codes-Notes 2595f37 super_keywoed.dart | true | 200 | 539 | // # Suber Keyword
void main(){
var obj = Son();
obj.dish();
}
// Super Class
class father {
var money = 1000;
dish(){ // < -- Method
print('I am Super Class');
}
}
// Sub class
class Son extends father {
var money = 2000;
@override
dish(){ ... | 2 |
ArianJalalian/Meal-App-Flutter | 76d5790 | lib/Screens/filters_screen.dart | Dart | www.github.com/ArianJalalian/Meal-App-Flutter/tree/main/lib/Screens/filters_screen.dart | https://raw.githubusercontent.com/ArianJalalian/Meal-App-Flutter/76d5790/lib/Screens/filters_screen.dart | ArianJalalian/Meal-App-Flutter 76d5790 lib/Screens/filters_screen.dart | true | 200 | 2,882 | import 'package:flutter/material.dart';
class FiltersScreen extends StatefulWidget {
static const routeName = '/filters-screen';
final Function saveFilters;
final Map<String, bool> filters;
FiltersScreen(this.saveFilters, this.filters);
@override
_FiltersScreenState createState() => _FiltersScreenState()... | 7 |
kodking96/flutter_responsive_dashboard_workout | 819ae1c | lib/features/main/views/widgets/common/custom_card.dart | Dart | www.github.com/kodking96/flutter_responsive_dashboard_workout/tree/main/lib/features/main/views/widgets/common/custom_card.dart | https://raw.githubusercontent.com/kodking96/flutter_responsive_dashboard_workout/819ae1c/lib/features/main/views/widgets/common/custom_card.dart | kodking96/flutter_responsive_dashboard_workout 819ae1c lib/features/main/views/widgets/common/custom_card.dart | true | 200 | 737 | import 'package:flutter/material.dart';
import 'package:responsive_dashboard/configuration/themes/constants.dart';
class CustomCard extends StatelessWidget {
final Widget child;
final Color? color;
final EdgeInsetsGeometry? padding;
const CustomCard({
super.key,
required this.child,
thi... | 4 |
shubham24680/food_recipe | dd881a7 | lib/models/recipeBundle.dart | Dart | www.github.com/shubham24680/food_recipe/tree/main/lib/models/recipeBundle.dart | https://raw.githubusercontent.com/shubham24680/food_recipe/dd881a7/lib/models/recipeBundle.dart | shubham24680/food_recipe dd881a7 lib/models/recipeBundle.dart | true | 200 | 1,556 | import 'package:flutter/material.dart';
class RecipeBundle {
final int id, chefs, recipes;
final String title, description, imageSrc;
final Color color;
RecipeBundle({
required this.id,
required this.chefs,
required this.recipes,
required this.title,
required this.description,
required... | 3 |
Axfal/To-Do-List-App | 6548f8c | lib/ui/posts/post_screen.dart | Dart | www.github.com/Axfal/To-Do-List-App/tree/main/lib/ui/posts/post_screen.dart | https://raw.githubusercontent.com/Axfal/To-Do-List-App/6548f8c/lib/ui/posts/post_screen.dart | Axfal/To-Do-List-App 6548f8c lib/ui/posts/post_screen.dart | true | 200 | 7,918 | // ignore_for_file: prefer_const_constructors, prefer_const_literals_to_create_immutables
import 'package:firebase/ui/auth/login_screen.dart';
import 'package:firebase/ui/posts/add_posts.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_database/firebase_database.dart';
import 'package... | 5 |
layvirak/quiz | 8566901 | lib/module/my_quiz/screen/my_quiz_screen.dart | Dart | www.github.com/layvirak/quiz/tree/main/lib/module/my_quiz/screen/my_quiz_screen.dart | https://raw.githubusercontent.com/layvirak/quiz/8566901/lib/module/my_quiz/screen/my_quiz_screen.dart | layvirak/quiz 8566901 lib/module/my_quiz/screen/my_quiz_screen.dart | true | 200 | 430 | import 'package:flutter/material.dart';
import '../../../utils/widget/custom_coming_soon.dart';
class MyQuizScreen extends StatelessWidget {
final Widget? drawer;
const MyQuizScreen({super.key, this.drawer});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
ti... | 6 |
FranklinAurelio/Engenharia_de_software_PPGCC | 88c8317 | projeto-frontend/dengue_dashboard/lib/shared/dio_http_service.dart | Dart | www.github.com/FranklinAurelio/Engenharia_de_software_PPGCC/tree/main/projeto-frontend/dengue_dashboard/lib/shared/dio_http_service.dart | https://raw.githubusercontent.com/FranklinAurelio/Engenharia_de_software_PPGCC/88c8317/projeto-frontend/dengue_dashboard/lib/shared/dio_http_service.dart | FranklinAurelio/Engenharia_de_software_PPGCC 88c8317 projeto-frontend/dengue_dashboard/lib/shared/dio_http_service.dart | true | 200 | 1,099 | import 'package:dengue_dashboard/core/http_client_interface.dart';
import 'package:dio/browser.dart';
import 'package:dio/dio.dart';
class DioHttpService implements IHttpClient {
late final Dio _dio;
DioHttpService() {
_dio = Dio(
BaseOptions(
// baseUrl: Constants.,
contentType: Headers... | 0 |
GabrielaGalvis/Nomadas_Colombia | 0fe0753 | lib/Pages/favoritos_page.dart | Dart | www.github.com/GabrielaGalvis/Nomadas_Colombia/tree/main/lib/Pages/favoritos_page.dart | https://raw.githubusercontent.com/GabrielaGalvis/Nomadas_Colombia/0fe0753/lib/Pages/favoritos_page.dart | GabrielaGalvis/Nomadas_Colombia 0fe0753 lib/Pages/favoritos_page.dart | true | 200 | 3,340 | import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:hive_flutter/hive_flutter.dart';
import 'package:ptoyecto_ciclo4/Pages/detalle_sitio_page.dart';
import 'package:ptoyecto_ciclo4/models/datossitio.dart';
import 'package:ptoyecto_ciclo4/models/detalle_sitio_local.da... | 2 |
yongju/flutter_openweather | cbeb2ae | lib/repositories/weather_repository.dart | Dart | www.github.com/yongju/flutter_openweather/tree/main/lib/repositories/weather_repository.dart | https://raw.githubusercontent.com/yongju/flutter_openweather/cbeb2ae/lib/repositories/weather_repository.dart | yongju/flutter_openweather cbeb2ae lib/repositories/weather_repository.dart | true | 200 | 1,883 | import 'package:geolocator_platform_interface/src/models/position.dart';
import 'package:open_weather_provider/exceptions/weather_exception.dart';
import 'package:open_weather_provider/models/custom_error.dart';
import 'package:open_weather_provider/models/direct_geocoding.dart';
import 'package:open_weather_provider/s... | 4 |
Demirzekk/provider_architecture | 025235f | lib/core/views/home_page.dart | Dart | www.github.com/Demirzekk/provider_architecture/tree/main/lib/core/views/home_page.dart | https://raw.githubusercontent.com/Demirzekk/provider_architecture/025235f/lib/core/views/home_page.dart | Demirzekk/provider_architecture 025235f lib/core/views/home_page.dart | true | 200 | 1,717 | import 'package:flutter/material.dart';
import 'package:provider_architecture/core/data/web_service.dart';
import 'package:provider_architecture/core/extension/log_extension.dart';
import 'package:provider_architecture/core/extension/provider_extension.dart';
import 'package:provider_architecture/core/provider/all_pro... | 3 |
sanghyun3377/dart-study | 3a965dd | dart_application_1/lib/12_05/assignment1.dart | Dart | www.github.com/sanghyun3377/dart-study/tree/main/dart_application_1/lib/12_05/assignment1.dart | https://raw.githubusercontent.com/sanghyun3377/dart-study/3a965dd/dart_application_1/lib/12_05/assignment1.dart | sanghyun3377/dart-study 3a965dd dart_application_1/lib/12_05/assignment1.dart | true | 200 | 1,889 | // 독 슬라임(PoisonSlime) 은, 슬라임 (Slime) 중에서도 특히 “독 공격" 이 되는 것
// PoisonSlime 는 아래의 코드로 인스턴스화 되는 클래스임
// PoisonSlime poisonSlime = PoisonSlime(‘A’);
// PoisonSlime 독 공격이 가능한 남은 횟수를 int 형 필드를 가지고 있고 초기값은 5 이다
// PoisonSlime attack() 메소드가 호출되면 다음 내용의 공격을 한다
// 우선, “보통 슬라임과 같은 공격"을 한다
// “독 공격의 남은 횟수"가 0이 아니면 다음을 추가로 수행한다
// ... | 5 |
bryanfks-dev/Courtly-Vendor | b99873a | lib/presentation/validators/update_court_form_validator.dart | Dart | www.github.com/bryanfks-dev/Courtly-Vendor/tree/main/lib/presentation/validators/update_court_form_validator.dart | https://raw.githubusercontent.com/bryanfks-dev/Courtly-Vendor/b99873a/lib/presentation/validators/update_court_form_validator.dart | bryanfks-dev/Courtly-Vendor b99873a lib/presentation/validators/update_court_form_validator.dart | true | 200 | 866 | /// [UpdateCourtFormValidator] is a class that validates the Update Court Form.
/// It checks if the price per hour.
class UpdateCourtFormValidator {
/// [validatePricePerHour] is a method that validates the price per hour.
///
/// Parameters:
/// - [pricePerHour]: The price per hour to validate.
///... | 7 |
RodrigoLima96/MoneySense | ee2e15c | lib/features/auth/presenter/widgets/welcome_page_body.dart | Dart | www.github.com/RodrigoLima96/MoneySense/tree/main/lib/features/auth/presenter/widgets/welcome_page_body.dart | https://raw.githubusercontent.com/RodrigoLima96/MoneySense/ee2e15c/lib/features/auth/presenter/widgets/welcome_page_body.dart | RodrigoLima96/MoneySense ee2e15c lib/features/auth/presenter/widgets/welcome_page_body.dart | true | 200 | 1,992 | import 'package:flutter/material.dart';
import 'package:flutter_modular/flutter_modular.dart';
import 'package:lottie/lottie.dart';
import '../../../../core/core.dart';
import 'widgets.dart';
class WelcomePageBody extends StatelessWidget {
const WelcomePageBody({super.key});
@override
Widget build(BuildContext... | 6 |
Mihretthe/Assessment | 46c5ba1 | grocery/lib/features/grocery/domain/entities/grocery.dart | Dart | www.github.com/Mihretthe/Assessment/tree/main/grocery/lib/features/grocery/domain/entities/grocery.dart | https://raw.githubusercontent.com/Mihretthe/Assessment/46c5ba1/grocery/lib/features/grocery/domain/entities/grocery.dart | Mihretthe/Assessment 46c5ba1 grocery/lib/features/grocery/domain/entities/grocery.dart | true | 200 | 654 | import 'package:equatable/equatable.dart';
import 'package:grocery/features/grocery/domain/entities/option.dart';
class Grocery extends Equatable{
final String id;
final String title;
final String imageUrl;
final double rating;
final double price;
final double discount;
final String description;
final ... | 0 |
hariprasath17699/hiddenlampadmin | 7ea464e | lib/main.dart | Dart | www.github.com/hariprasath17699/hiddenlampadmin/tree/main/lib/main.dart | https://raw.githubusercontent.com/hariprasath17699/hiddenlampadmin/7ea464e/lib/main.dart | hariprasath17699/hiddenlampadmin 7ea464e lib/main.dart | true | 200 | 1,257 |
import 'dart:js_interop';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:hiddenlampadmin/Dashboard/View/EmployeeDashboard.dart';
import 'Auth/View/Login.dart';
import 'Dashboard/View/Dashboard.dart';
void m... | 2 |
chandreshmark41/amigoV1BackUp | 7700796 | lib/app_state.dart | Dart | www.github.com/chandreshmark41/amigoV1BackUp/tree/main/lib/app_state.dart | https://raw.githubusercontent.com/chandreshmark41/amigoV1BackUp/7700796/lib/app_state.dart | chandreshmark41/amigoV1BackUp 7700796 lib/app_state.dart | true | 200 | 984 | import 'package:shared_preferences/shared_preferences.dart';
import 'flutter_flow/lat_lng.dart';
class FFAppState {
static final FFAppState _instance = FFAppState._internal();
factory FFAppState() {
return _instance;
}
FFAppState._internal() {
initializePersistedState();
}
Future initializePersi... | 4 |
UmarTanwar3527/Secure_Shield_VPN | 30b82b3 | lib/main.dart | Dart | www.github.com/UmarTanwar3527/Secure_Shield_VPN/tree/main/lib/main.dart | https://raw.githubusercontent.com/UmarTanwar3527/Secure_Shield_VPN/30b82b3/lib/main.dart | UmarTanwar3527/Secure_Shield_VPN 30b82b3 lib/main.dart | true | 200 | 4,572 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:provider/provider.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:secure_shield_vpn/Controller/homeProvider.dart';
import 'package:secure_shield_vpn/Controller/locationProvider.dart';
impo... | 3 |
nandana-c-m/augstproject | 4330375 | lib/gridviewcustm.dart | Dart | www.github.com/nandana-c-m/augstproject/tree/main/lib/gridviewcustm.dart | https://raw.githubusercontent.com/nandana-c-m/augstproject/4330375/lib/gridviewcustm.dart | nandana-c-m/augstproject 4330375 lib/gridviewcustm.dart | true | 200 | 1,485 | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
void main(){
runApp(MaterialApp(home: Gridviewcustm(),));
}
class Gridviewcustm extends StatelessWidget{
var images=["images/sayand.png","images/nehala.png","images/nehala.png","images/sayand.png",
"images/sayand.png","images/neha... | 5 |
AnuragRanjan2003/astroverse | 1299a22 | lib/screens/userLogin/user_login_screen.dart | Dart | www.github.com/AnuragRanjan2003/astroverse/tree/main/lib/screens/userLogin/user_login_screen.dart | https://raw.githubusercontent.com/AnuragRanjan2003/astroverse/1299a22/lib/screens/userLogin/user_login_screen.dart | AnuragRanjan2003/astroverse 1299a22 lib/screens/userLogin/user_login_screen.dart | true | 200 | 558 | import 'package:astroverse/screens/userLogin/landscape/user_login_landscape.dart';
import 'package:astroverse/screens/userLogin/portrait/user_login_portrait.dart';
import 'package:astroverse/utils/responsive.dart';
import 'package:flutter/material.dart';
class UserLoginScreen extends StatelessWidget {
const UserLogi... | 1 |
Tomy3pl/Tomy3pl | c6bda23 | lib/model/mListPacking.dart | Dart | www.github.com/Tomy3pl/Tomy3pl/tree/main/lib/model/mListPacking.dart | https://raw.githubusercontent.com/Tomy3pl/Tomy3pl/c6bda23/lib/model/mListPacking.dart | Tomy3pl/Tomy3pl c6bda23 lib/model/mListPacking.dart | true | 200 | 671 | class ListPacking {
ListPacking({
this.id,
this.itemId,
this.itemDetail,
this.quantity,
this.dropName,
});
String? id;
String? itemId;
String? itemDetail;
String? quantity;
String? dropName;
factory ListPacking.fromJson(Map<String, dynamic> json) => ListPacking(
id: json["i... | 6 |
Yassin522/EcommerceApp | b6fd258 | lib/screens/login_success/components/body.dart | Dart | www.github.com/Yassin522/EcommerceApp/tree/main/lib/screens/login_success/components/body.dart | https://raw.githubusercontent.com/Yassin522/EcommerceApp/b6fd258/lib/screens/login_success/components/body.dart | Yassin522/EcommerceApp b6fd258 lib/screens/login_success/components/body.dart | true | 200 | 1,167 | import 'package:flutter/material.dart';
import 'package:ecommerce/components/default_button.dart';
import 'package:ecommerce/screens/home/home_screen.dart';
import 'package:ecommerce/size_config.dart';
class Body extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Center(
chil... | 7 |
FSALVA157/fl_tienda_online_2022 | 3e24121 | lib/main_screens/home.dart | Dart | www.github.com/FSALVA157/fl_tienda_online_2022/tree/main/lib/main_screens/home.dart | https://raw.githubusercontent.com/FSALVA157/fl_tienda_online_2022/3e24121/lib/main_screens/home.dart | FSALVA157/fl_tienda_online_2022 3e24121 lib/main_screens/home.dart | true | 200 | 1,493 | import 'package:fl_tienda_online/themes/app_theme.dart';
import 'package:fl_tienda_online/widgets/fake_tab_search.dart';
import 'package:flutter/material.dart';
class Home extends StatelessWidget {
const Home({super.key});
@override
Widget build(BuildContext context) {
List<String> categories = [
'men',
... | 2 |
rishad-E/Foundr | f0f3af5 | lib/view/otpscreen/otpscreen.dart | Dart | www.github.com/rishad-E/Foundr/tree/main/lib/view/otpscreen/otpscreen.dart | https://raw.githubusercontent.com/rishad-E/Foundr/f0f3af5/lib/view/otpscreen/otpscreen.dart | rishad-E/Foundr f0f3af5 lib/view/otpscreen/otpscreen.dart | true | 200 | 3,068 | import 'package:flutter/material.dart';
import 'package:founder_app/common/constants/constants.dart';
import 'package:founder_app/common/widgets/widgetswelcome.dart';
import 'package:founder_app/controller/provider/otp_provider/otp_provider.dart';
import 'package:provider/provider.dart';
class OtpScreen extends Statel... | 3 |
dharakarad/phillipd | 2fb43fd | lib/commanWidgits/common_list_tile.dart | Dart | www.github.com/dharakarad/phillipd/tree/main/lib/commanWidgits/common_list_tile.dart | https://raw.githubusercontent.com/dharakarad/phillipd/2fb43fd/lib/commanWidgits/common_list_tile.dart | dharakarad/phillipd 2fb43fd lib/commanWidgits/common_list_tile.dart | true | 200 | 1,511 | import '../service/import_file.dart';
import '../utils/assets/common_assets.dart';
import '../view/approved_product_listt.dart';
import 'Custom_text.dart';
class CommonListTile extends StatelessWidget {
const CommonListTile(
{super.key,
required this.tital,
required this.subtital,
required th... | 6 |
NazmulBhuiyanBD/RPS_game | 5988ddd | lib/myapp.dart | Dart | www.github.com/NazmulBhuiyanBD/RPS_game/tree/main/lib/myapp.dart | https://raw.githubusercontent.com/NazmulBhuiyanBD/RPS_game/5988ddd/lib/myapp.dart | NazmulBhuiyanBD/RPS_game 5988ddd lib/myapp.dart | true | 200 | 920 | import 'package:flutter/material.dart';
import 'package:rps/play_screen.dart';
import 'package:rps/welcome_screen.dart';
class Myapp extends StatefulWidget {
const Myapp({super.key});
@override
State<Myapp> createState() => _MyappState();
}
class _MyappState extends State<Myapp> {
var actscreen = 'welcome';
... | 7 |
JeHeeYu/Memorize-Wodrds | ec7da62 | lib/src/screens/detail_screen.dart | Dart | www.github.com/JeHeeYu/Memorize-Wodrds/tree/main/lib/src/screens/detail_screen.dart | https://raw.githubusercontent.com/JeHeeYu/Memorize-Wodrds/ec7da62/lib/src/screens/detail_screen.dart | JeHeeYu/Memorize-Wodrds ec7da62 lib/src/screens/detail_screen.dart | true | 200 | 4,382 | import 'package:flutter/material.dart';
import 'package:flutter_tts/flutter_tts.dart';
import 'package:memorize_wodrds/src/components/app_bar_widget.dart';
import 'package:memorize_wodrds/src/components/left_menu.dart';
import 'package:memorize_wodrds/src/statics/strings_data.dart';
import '../components/edit_dialog.d... | 5 |
anugrahkuantanu/bbuddy_frontend | 2a4699a | lib/config/app_theme.dart | Dart | www.github.com/anugrahkuantanu/bbuddy_frontend/tree/main/lib/config/app_theme.dart | https://raw.githubusercontent.com/anugrahkuantanu/bbuddy_frontend/2a4699a/lib/config/app_theme.dart | anugrahkuantanu/bbuddy_frontend 2a4699a lib/config/app_theme.dart | true | 200 | 1,752 | import 'package:shared_preferences/shared_preferences.dart';
import '../core/classes/theme_manager.dart';
import '../core/classes/theme_provider.dart';
import 'package:flutter/material.dart';
class ThemeProvider extends BaseThemeProvider {
int _index = 0;
// late ThemeMode? _themeMode;
ThemeMode _themeMode = ... | 0 |
liqiang-1994/bolt | bdb051a | lib/page/personal/my_personal_page.dart | Dart | www.github.com/liqiang-1994/bolt/tree/main/lib/page/personal/my_personal_page.dart | https://raw.githubusercontent.com/liqiang-1994/bolt/bdb051a/lib/page/personal/my_personal_page.dart | liqiang-1994/bolt bdb051a lib/page/personal/my_personal_page.dart | true | 200 | 11,502 | import 'dart:async';
import 'package:after_layout/after_layout.dart';
import 'package:bolt/constant/constants.dart';
import 'package:flutter/material.dart';
class MyPersonalPage extends StatelessWidget {
const MyPersonalPage({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
doub... | 4 |
marufsiddique98/find_my_doc | 294815e | lib/core/common/widgets/my_app_bar.dart | Dart | www.github.com/marufsiddique98/find_my_doc/tree/main/lib/core/common/widgets/my_app_bar.dart | https://raw.githubusercontent.com/marufsiddique98/find_my_doc/294815e/lib/core/common/widgets/my_app_bar.dart | marufsiddique98/find_my_doc 294815e lib/core/common/widgets/my_app_bar.dart | true | 200 | 962 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:google_fonts/google_fonts.dart';
import '../../../config/constants/app_colors.dart';
class MyAppBar extends StatelessWidget implements PreferredSizeWidget {
const MyAppBar({super.key, required this.ti... | 1 |
mohammadvaezimoghadam/calibration_curve | ec85168 | lib/data/repo/chartData_repo.dart | Dart | www.github.com/mohammadvaezimoghadam/calibration_curve/tree/main/lib/data/repo/chartData_repo.dart | https://raw.githubusercontent.com/mohammadvaezimoghadam/calibration_curve/ec85168/lib/data/repo/chartData_repo.dart | mohammadvaezimoghadam/calibration_curve ec85168 lib/data/repo/chartData_repo.dart | true | 200 | 1,195 | import 'package:calibration_curve/data/source/chartData_source.dart';
import 'package:flutter/material.dart';
import 'package:hive_flutter/adapters.dart';
import '../chartData.dart';
const String boxName = 'chartdatabox';
final chartDataRepo =
ChatrDataLocalRepo(ChatrDataLocalDataSource(Hive.box<ChartData>(boxNa... | 2 |
e165747/Coffee-Report | 44c019e | lib/ui/pages/camera_view.dart | Dart | www.github.com/e165747/Coffee-Report/tree/main/lib/ui/pages/camera_view.dart | https://raw.githubusercontent.com/e165747/Coffee-Report/44c019e/lib/ui/pages/camera_view.dart | e165747/Coffee-Report 44c019e lib/ui/pages/camera_view.dart | true | 200 | 462 | import 'package:coffee_report/ui/organisms/preview_camera.dart';
import 'package:coffee_report/ui/templates/main_template.dart';
import 'package:flutter/material.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
class CameraView extends ConsumerWidget {
const CameraView({
Key? key,
}) : super(key: ke... | 3 |
vSimpleton/eyepetizer | f04e3b5 | lib/page/category/category_page.dart | Dart | www.github.com/vSimpleton/eyepetizer/tree/main/lib/page/category/category_page.dart | https://raw.githubusercontent.com/vSimpleton/eyepetizer/f04e3b5/lib/page/category/category_page.dart | vSimpleton/eyepetizer f04e3b5 lib/page/category/category_page.dart | true | 200 | 2,577 | import 'package:animations/animations.dart';
import 'package:eyepetizer/config/string.dart';
import 'package:eyepetizer/page/category/category_detail_page.dart';
import 'package:eyepetizer/utils/image_loader.dart';
import 'package:eyepetizer/viewmodel/category_view_model.dart';
import 'package:eyepetizer/widget/app_bar... | 6 |
seasick/dreamclock | 93ac4c0 | lib/services/settings.dart | Dart | www.github.com/seasick/dreamclock/tree/main/lib/services/settings.dart | https://raw.githubusercontent.com/seasick/dreamclock/93ac4c0/lib/services/settings.dart | seasick/dreamclock 93ac4c0 lib/services/settings.dart | true | 200 | 2,412 | import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
class SettingsService {
final SharedPreferencesAsync asyncPrefs = SharedPreferencesAsync();
Future<void> saveSetting(String key, String value) async {
debugPrint("SettingsService.saveSetting");
await async... | 7 |
musharrafhamraz/ChatApp-with-Notification-Flutter | d888a07 | lib/pages/profile_page.dart | Dart | www.github.com/musharrafhamraz/ChatApp-with-Notification-Flutter/tree/main/lib/pages/profile_page.dart | https://raw.githubusercontent.com/musharrafhamraz/ChatApp-with-Notification-Flutter/d888a07/lib/pages/profile_page.dart | musharrafhamraz/ChatApp-with-Notification-Flutter d888a07 lib/pages/profile_page.dart | true | 200 | 1,963 | import 'package:chat_app/services/auth/auth_service.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:iconsax/iconsax.dart';
class ProfilePage extends StatefulWidget {
const ProfilePage({super.key});
@override
_ProfilePageState createState() => _ProfilePageSt... | 0 |
RAKIBUDDIN56/flutter_isolate | cb990d9 | lib/services/spawn.dart | Dart | www.github.com/RAKIBUDDIN56/flutter_isolate/tree/main/lib/services/spawn.dart | https://raw.githubusercontent.com/RAKIBUDDIN56/flutter_isolate/cb990d9/lib/services/spawn.dart | RAKIBUDDIN56/flutter_isolate cb990d9 lib/services/spawn.dart | true | 200 | 631 | import 'dart:convert';
import 'dart:isolate';
import '../api.dart';
class SpawnService {
Future<Person?> fetchUser() async {
ReceivePort port = ReceivePort();
String userData = await Api.getUser("Spawn");
final isolate = await Isolate.spawn<List<dynamic>>(
deserializePerson, [port.sendPort, user... | 4 |
Milk448/UGR-4707-13-LAB-Exercises | 9690dc3 | navigator.1/exercise_2/lib/main.dart | Dart | www.github.com/Milk448/UGR-4707-13-LAB-Exercises/tree/main/navigator.1/exercise_2/lib/main.dart | https://raw.githubusercontent.com/Milk448/UGR-4707-13-LAB-Exercises/9690dc3/navigator.1/exercise_2/lib/main.dart | Milk448/UGR-4707-13-LAB-Exercises 9690dc3 navigator.1/exercise_2/lib/main.dart | true | 200 | 700 | import 'package:flutter/material.dart';
class ScreenTwo extends StatelessWidget {
const ScreenTwo({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text("Screen Two"),
backgroundColor: Colors.amber,
),
bod... | 1 |
ricotaffarel/mobile-gaoel-sehati | a4351a2 | lib/rest/rest_Edukasi.dart | Dart | www.github.com/ricotaffarel/mobile-gaoel-sehati/tree/main/lib/rest/rest_Edukasi.dart | https://raw.githubusercontent.com/ricotaffarel/mobile-gaoel-sehati/a4351a2/lib/rest/rest_Edukasi.dart | ricotaffarel/mobile-gaoel-sehati a4351a2 lib/rest/rest_Edukasi.dart | true | 200 | 1,380 | // To parse this JSON data, do
//
// final restEdukasi = restEdukasiFromJson(jsonString);
import 'dart:convert';
RestEdukasi restEdukasiFromJson(String str) => RestEdukasi.fromJson(json.decode(str));
String restEdukasiToJson(RestEdukasi data) => json.encode(data.toJson());
class RestEdukasi {
RestEdukasi({
... | 3 |
StephLak/ToDo | 9be8594 | lib/core/home/widgets/tab_button.dart | Dart | www.github.com/StephLak/ToDo/tree/main/lib/core/home/widgets/tab_button.dart | https://raw.githubusercontent.com/StephLak/ToDo/9be8594/lib/core/home/widgets/tab_button.dart | StephLak/ToDo 9be8594 lib/core/home/widgets/tab_button.dart | true | 200 | 1,502 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:todo_flutter/constants/app_colors.dart';
import 'package:todo_flutter/constants/app_styles.dart';
import 'package:todo_flutter/core/home/controller/home_controller.dart';
import 'package:todo_flutter/utils/view_utils.dart';
class Ta... | 6 |
GilmarCalderon/proyect1-git | e17973c | lib/main.dart | Dart | www.github.com/GilmarCalderon/proyect1-git/tree/main/lib/main.dart | https://raw.githubusercontent.com/GilmarCalderon/proyect1-git/e17973c/lib/main.dart | GilmarCalderon/proyect1-git e17973c lib/main.dart | true | 200 | 547 | import 'package:flutter/material.dart';
import 'pages/MyhomePage.dart';
List<String> nombres = <String> ["Mario", "Luis", "Andrea", "Manuel", "José"];
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your application.
@overri... | 7 |
Sandi625/To_Do_App | 7f8b236 | lib/EventCalendarScreen.dart | Dart | www.github.com/Sandi625/To_Do_App/tree/main/lib/EventCalendarScreen.dart | https://raw.githubusercontent.com/Sandi625/To_Do_App/7f8b236/lib/EventCalendarScreen.dart | Sandi625/To_Do_App 7f8b236 lib/EventCalendarScreen.dart | true | 200 | 8,465 | import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:table_calendar/table_calendar.dart';
import 'package:intl/intl.dart';
class EventCalendarScreen extends StatefulWidget {
const EventCalendarScreen({Key? key}) : super(key: key);
@override
State<EventCalendarScreen> createState() => ... | 0 |
Adelraga/Note-app | 88e2125 | lib/views/widgets/Custome_note_item.dart | Dart | www.github.com/Adelraga/Note-app/tree/main/lib/views/widgets/Custome_note_item.dart | https://raw.githubusercontent.com/Adelraga/Note-app/88e2125/lib/views/widgets/Custome_note_item.dart | Adelraga/Note-app 88e2125 lib/views/widgets/Custome_note_item.dart | true | 200 | 2,260 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:noteapp/add_note_cubit/cubit/notes_cubit.dart';
import 'package:noteapp/model/note_model.dart';
import 'package:noteapp/views/edit_note_view.dart';
class NoteItem extends StatelessWidget {
const NoteItem({super.k... | 5 |
mahmood1996/queries_impl_generator | 1e89e1d | lib/src/queries_impl_generator.dart | Dart | www.github.com/mahmood1996/queries_impl_generator/tree/main/lib/src/queries_impl_generator.dart | https://raw.githubusercontent.com/mahmood1996/queries_impl_generator/1e89e1d/lib/src/queries_impl_generator.dart | mahmood1996/queries_impl_generator 1e89e1d lib/src/queries_impl_generator.dart | true | 200 | 4,650 | import 'package:analyzer/dart/element/element.dart';
import 'package:build/build.dart';
import 'package:queries_impl_annotation/queries_impl_annotation.dart';
import 'package:queries_impl_generator/src/utils.dart';
import 'package:source_gen/source_gen.dart';
class QueriesImplGenerator extends GeneratorForAnnotation<G... | 2 |
vqh2602/quan_ly_ban_hang | 6dcbf8d | lib/modules/details/detail_warehouse_receipt/detail_warehouse_receipt_controller.dart | Dart | www.github.com/vqh2602/quan_ly_ban_hang/tree/main/lib/modules/details/detail_warehouse_receipt/detail_warehouse_receipt_controller.dart | https://raw.githubusercontent.com/vqh2602/quan_ly_ban_hang/6dcbf8d/lib/modules/details/detail_warehouse_receipt/detail_warehouse_receipt_controller.dart | vqh2602/quan_ly_ban_hang 6dcbf8d lib/modules/details/detail_warehouse_receipt/detail_warehouse_receipt_controller.dart | true | 200 | 22,585 | // ignore_for_file: public_member_api_docs, sort_constructors_first
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:quan_ly_ban_hang/data/models/supplier.dart';
import 'package:quan_ly_ban_hang/data/models/detail_warehouse_receipt.dart';
import 'package:quan... | 4 |
MinhTriJVB/Practice-Assignment | 4ad2366 | lib/presentation/practice_five/widgets/error_screen.dart | Dart | www.github.com/MinhTriJVB/Practice-Assignment/tree/main/lib/presentation/practice_five/widgets/error_screen.dart | https://raw.githubusercontent.com/MinhTriJVB/Practice-Assignment/4ad2366/lib/presentation/practice_five/widgets/error_screen.dart | MinhTriJVB/Practice-Assignment 4ad2366 lib/presentation/practice_five/widgets/error_screen.dart | true | 200 | 1,730 | import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:flutter_svg/svg.dart';
import 'package:practice/data/models/app_dio_exception.dart';
import 'package:practi... | 3 |
NithishManick/Flipkart-Clone | 15109b0 | lib/widget/Account/headoption.dart | Dart | www.github.com/NithishManick/Flipkart-Clone/tree/main/lib/widget/Account/headoption.dart | https://raw.githubusercontent.com/NithishManick/Flipkart-Clone/15109b0/lib/widget/Account/headoption.dart | NithishManick/Flipkart-Clone 15109b0 lib/widget/Account/headoption.dart | true | 200 | 525 | import 'package:flutter/material.dart';
import 'package:sizer/sizer.dart';
class Head extends StatefulWidget {
const Head({Key? key}) : super(key: key);
@override
State<Head> createState() => _HeadState();
}
class _HeadState extends State<Head> {
@override
Widget build(BuildContext context) {
... | 1 |
daudtsaqiif/dart_belajar | d4ec4fe | 1.belajar/string.dart | Dart | www.github.com/daudtsaqiif/dart_belajar/tree/main/1.belajar/string.dart | https://raw.githubusercontent.com/daudtsaqiif/dart_belajar/d4ec4fe/1.belajar/string.dart | daudtsaqiif/dart_belajar d4ec4fe 1.belajar/string.dart | true | 200 | 1,417 | void main(List<String> args) {
var name = 'Anya Forger Babakan madang';
String address = 'Babakan Madang Kabupaten Bogor';
String hobby = '''Membaca'''
''' Menulis'''
''' Bermain Game'''
''' Ngoding'''
''' Olahraga''';
print(name);
print("Hello, Namaku: ${name[0]}\nRumahku: ${address}\nHobbyku: ${hobby}");
... | 6 |
AndreyKorr1/mobile-development | 1091da1 | ex3.dart | Dart | www.github.com/AndreyKorr1/mobile-development/tree/main/ex3.dart | https://raw.githubusercontent.com/AndreyKorr1/mobile-development/1091da1/ex3.dart | AndreyKorr1/mobile-development 1091da1 ex3.dart | true | 200 | 10,284 | void main() {
// 1
var person = Person(name: "Иван", age: 30, gender: "Мужской");
person.displayInfo();
person.increaseAge();
person.changeName("Сергей");
person.displayInfo();
// 2
var worker = Worker(name: "Алексей", age: 40, gender: "Мужской", salary: 50000);
worker.displayInfo();
var manage... | 4 |
VerdiantoSuryadi/flutter_flixId | 227952e | lib/presentation/pages/movie_page/methods/user_info.dart | Dart | www.github.com/VerdiantoSuryadi/flutter_flixId/tree/main/lib/presentation/pages/movie_page/methods/user_info.dart | https://raw.githubusercontent.com/VerdiantoSuryadi/flutter_flixId/227952e/lib/presentation/pages/movie_page/methods/user_info.dart | VerdiantoSuryadi/flutter_flixId 227952e lib/presentation/pages/movie_page/methods/user_info.dart | true | 200 | 3,201 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import '../../../extensions/int_extension.dart';
import '../../../misc/methods.dart';
im... | 0 |
Kryyys/C2-COSTY-Flutter | 220bc7d | lib/main.dart | Dart | www.github.com/Kryyys/C2-COSTY-Flutter/tree/main/lib/main.dart | https://raw.githubusercontent.com/Kryyys/C2-COSTY-Flutter/220bc7d/lib/main.dart | Kryyys/C2-COSTY-Flutter 220bc7d lib/main.dart | true | 200 | 4,459 | import 'package:flutter/material.dart';
import 'package:td/models/habitation.dart';
import 'package:td/services/habitation_service.dart';
import 'package:td/share/location_style.dart';
import 'package:td/share/location_text_style.dart';
import 'package:intl/intl.dart';
import 'package:td/views/habitation_list.dart';
... | 5 |
ardriveapp/ardrive-web | 2f88652 | test/utils/user_utils.dart | Dart | www.github.com/ardriveapp/ardrive-web/tree/main/test/utils/user_utils.dart | https://raw.githubusercontent.com/ardriveapp/ardrive-web/2f88652/test/utils/user_utils.dart | ardriveapp/ardrive-web 2f88652 test/utils/user_utils.dart | true | 200 | 1,907 | import 'package:ardrive/entities/profile_types.dart';
import 'package:ardrive/user/user.dart';
import 'package:ardrive/utils/user_utils.dart';
import 'package:cryptography/cryptography.dart';
import 'package:mocktail/mocktail.dart';
import 'package:test/test.dart';
import '../test_utils/utils.dart';
void main() {
f... | 7 |
Caffo17/flutter_heroes_2023_speech | c8fd170 | fe/lib/app/feature/devices/domain/mapper/reservation_mapper.dart | Dart | www.github.com/Caffo17/flutter_heroes_2023_speech/tree/main/fe/lib/app/feature/devices/domain/mapper/reservation_mapper.dart | https://raw.githubusercontent.com/Caffo17/flutter_heroes_2023_speech/c8fd170/fe/lib/app/feature/devices/domain/mapper/reservation_mapper.dart | Caffo17/flutter_heroes_2023_speech c8fd170 fe/lib/app/feature/devices/domain/mapper/reservation_mapper.dart | true | 200 | 952 | import 'package:ntt_cubit_arch/ntt_cubit_arch.dart';
import 'package:ntt_device_models/ntt_device_models.dart';
import '../model/reservation.dart';
class ReservationMapper implements Mapper<Reservation, ReservationDto> {
const ReservationMapper();
@override
Reservation apply(ReservationDto data) {
if (data... | 3 |
MarkisDev/wekeep | e705c50 | lib/app/data/models/category_model.dart | Dart | www.github.com/MarkisDev/wekeep/tree/main/lib/app/data/models/category_model.dart | https://raw.githubusercontent.com/MarkisDev/wekeep/e705c50/lib/app/data/models/category_model.dart | MarkisDev/wekeep e705c50 lib/app/data/models/category_model.dart | true | 200 | 517 | import 'package:cloud_firestore/cloud_firestore.dart';
class CategoryModel {
late String color;
String? categoryId;
String? name;
late int count;
CategoryModel(this.color, this.name);
/// Constructor to init variables from Firebase
CategoryModel.fromDocumentSnapshot(
{required Documen... | 2 |
Ab9384/flight_booking | 4b95b16 | lib/model/airport_model.dart | Dart | www.github.com/Ab9384/flight_booking/tree/main/lib/model/airport_model.dart | https://raw.githubusercontent.com/Ab9384/flight_booking/4b95b16/lib/model/airport_model.dart | Ab9384/flight_booking 4b95b16 lib/model/airport_model.dart | true | 200 | 1,118 | class AirportModel {
// "00AK": {
// "icao": "00AK",
// "iata": "",
// "name": "Lowell Field",
// "city": "Anchor Point",
// "state": "Alaska",
// "country": "US",
// "elevation": 450,
// "lat": 59.94919968,
// "lon": -151.695999146,
// "tz": "America\/Ancho... | 1 |
assemabudeif/food_delivery_app_ui | f2f9462 | lib/features/auth/views/login_view.dart | Dart | www.github.com/assemabudeif/food_delivery_app_ui/tree/main/lib/features/auth/views/login_view.dart | https://raw.githubusercontent.com/assemabudeif/food_delivery_app_ui/f2f9462/lib/features/auth/views/login_view.dart | assemabudeif/food_delivery_app_ui f2f9462 lib/features/auth/views/login_view.dart | true | 200 | 1,813 | import 'package:flutter/material.dart';
import '/core/global/widgets/custom_buttom_widget.dart';
import '/core/theme/app_color.dart';
import '/core/theme/text_style.dart';
import '/core/utilities/app_routes.dart';
import '/core/utilities/extensions.dart';
import 'package:responsive_sizer/responsive_sizer.dart';
class ... | 6 |
DiligentSolver/Smart-Career-Connect-Campus-Safar | 9b7bd7b | lib/features/authentication/screens/signup/recruiter/recruitersignup.dart | Dart | www.github.com/DiligentSolver/Smart-Career-Connect-Campus-Safar/tree/main/lib/features/authentication/screens/signup/recruiter/recruitersignup.dart | https://raw.githubusercontent.com/DiligentSolver/Smart-Career-Connect-Campus-Safar/9b7bd7b/lib/features/authentication/screens/signup/recruiter/recruitersignup.dart | DiligentSolver/Smart-Career-Connect-Campus-Safar 9b7bd7b lib/features/authentication/screens/signup/recruiter/recruitersignup.dart | true | 200 | 2,486 | import 'dart:ui';
import 'package:campus_safar/features/authentication/controllers/signup_controller/recruiter.signup_controller.dart';
import 'package:campus_safar/features/authentication/screens/signup/recruiter/recruitersignup2.dart';
import 'package:campus_safar/utils/constants/image_strings.dart';
import 'package:... | 4 |
chetan-pro/job_service_providing_frontend_flutter | e4a92ec | lib/company/home/pages/subscription_details_of_company.dart | Dart | www.github.com/chetan-pro/job_service_providing_frontend_flutter/tree/main/lib/company/home/pages/subscription_details_of_company.dart | https://raw.githubusercontent.com/chetan-pro/job_service_providing_frontend_flutter/e4a92ec/lib/company/home/pages/subscription_details_of_company.dart | chetan-pro/job_service_providing_frontend_flutter e4a92ec lib/company/home/pages/subscription_details_of_company.dart | true | 200 | 11,242 | import 'package:clippy_flutter/arc.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:hindustan_job/candidate/model/active_subscription_details_model.dart';
import 'package:hindustan_job/company/home/homepage.dart' as company;
import 'package:hindusta... | 5 |
shilipz/Ayurvedic-centre-app | 3c5d46d | lib/core/theme/theme.dart | Dart | www.github.com/shilipz/Ayurvedic-centre-app/tree/main/lib/core/theme/theme.dart | https://raw.githubusercontent.com/shilipz/Ayurvedic-centre-app/3c5d46d/lib/core/theme/theme.dart | shilipz/Ayurvedic-centre-app 3c5d46d lib/core/theme/theme.dart | true | 200 | 315 | import 'package:ayurved_app/core/theme/app_pallete.dart';
import 'package:flutter/material.dart';
class AppTheme {
static border([Color color = AppPallete.borderColor]) {
OutlineInputBorder(
borderSide: BorderSide(color: color, width: 0.85),
borderRadius: BorderRadius.circular(10),
);
}
}
| 0 |
wgiuliani/birthdaybright_mobile | 9fc0582 | lib/screens/home_screen.dart | Dart | www.github.com/wgiuliani/birthdaybright_mobile/tree/main/lib/screens/home_screen.dart | https://raw.githubusercontent.com/wgiuliani/birthdaybright_mobile/9fc0582/lib/screens/home_screen.dart | wgiuliani/birthdaybright_mobile 9fc0582 lib/screens/home_screen.dart | true | 200 | 3,687 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../providers/auth_provider.dart';
import '../providers/birthday_provider.dart';
import '../widgets/birthday_list_item.dart';
import 'add_birthday_screen.dart';
import 'auth/signin_screen.dart';
class HomeScreen extends StatefulWid... | 2 |
1613-kg/dhanush | cae8cb7 | lib/widgets/homeImageSlider.dart | Dart | www.github.com/1613-kg/dhanush/tree/main/lib/widgets/homeImageSlider.dart | https://raw.githubusercontent.com/1613-kg/dhanush/cae8cb7/lib/widgets/homeImageSlider.dart | 1613-kg/dhanush cae8cb7 lib/widgets/homeImageSlider.dart | true | 200 | 2,662 | import 'package:carousel_slider/carousel_controller.dart';
import 'package:carousel_slider/carousel_slider.dart';
import 'package:dots_indicator/dots_indicator.dart';
import 'package:flutter/material.dart';
class homeImageSlider extends StatefulWidget {
const homeImageSlider({super.key});
@override
State<homeIm... | 3 |
G1veng/dd_app_ui | fec13e6 | lib/data/services/sync_service.dart | Dart | www.github.com/G1veng/dd_app_ui/tree/main/lib/data/services/sync_service.dart | https://raw.githubusercontent.com/G1veng/dd_app_ui/fec13e6/lib/data/services/sync_service.dart | G1veng/dd_app_ui fec13e6 lib/data/services/sync_service.dart | true | 200 | 8,209 | import 'package:dd_app_ui/data/services/api_service.dart';
import 'package:dd_app_ui/data/services/data_service.dart';
import 'package:dd_app_ui/domain/models/direct.dart';
import 'package:dd_app_ui/domain/models/direct_member.dart' as dir_member;
import 'package:dd_app_ui/domain/models/direct_message.dart';
import 'pa... | 1 |
riadrayhan/Doinik-Sokal | efc5aa6 | lib/postView/view_post.dart | Dart | www.github.com/riadrayhan/Doinik-Sokal/tree/main/lib/postView/view_post.dart | https://raw.githubusercontent.com/riadrayhan/Doinik-Sokal/efc5aa6/lib/postView/view_post.dart | riadrayhan/Doinik-Sokal efc5aa6 lib/postView/view_post.dart | true | 200 | 7,552 | // lib/models/post.dart
import 'dart:async';
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:flutter_html/flutter_html.dart';
import 'package:http/http.dart' as http;
class WordPressPost {
final int id;
final String title;
final String content;
final String date;
WordPressPost... | 6 |
fawasashraf/flutter_pouch | cd75609 | lib/BottomNavFab.dart | Dart | www.github.com/fawasashraf/flutter_pouch/tree/main/lib/BottomNavFab.dart | https://raw.githubusercontent.com/fawasashraf/flutter_pouch/cd75609/lib/BottomNavFab.dart | fawasashraf/flutter_pouch cd75609 lib/BottomNavFab.dart | true | 200 | 4,410 | import 'package:flutter/material.dart';
import 'package:flutter_pouch/CustomAppBar.dart';
import 'package:fluttertoast/fluttertoast.dart';
class BottomNavFab extends StatefulWidget {
const BottomNavFab({Key key}) : super(key: key);
@override
_BottomAppbarExampleState createState() => _BottomAppbarExampl... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.