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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Rey9530/redimaster- | 6ef8cba | lib/src/pages/charges/widgets/payments_late_widgetr.dart | Dart | www.github.com/Rey9530/redimaster-/tree/main/lib/src/pages/charges/widgets/payments_late_widgetr.dart | https://raw.githubusercontent.com/Rey9530/redimaster-/6ef8cba/lib/src/pages/charges/widgets/payments_late_widgetr.dart | Rey9530/redimaster- 6ef8cba lib/src/pages/charges/widgets/payments_late_widgetr.dart | true | 200 | 2,911 | // ignore_for_file: must_be_immutable
import 'package:credimaster/src/pages/home/widgets/home_payament_widget.dart';
import 'package:credimaster/src/providers/providers.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
class PaymentLaterWidget extends StatelessWidget {
PaymentL... | 6 |
RikySaepuloh/approval_rab | cbf9552 | lib/model/approval_list_item.dart | Dart | www.github.com/RikySaepuloh/approval_rab/tree/main/lib/model/approval_list_item.dart | https://raw.githubusercontent.com/RikySaepuloh/approval_rab/cbf9552/lib/model/approval_list_item.dart | RikySaepuloh/approval_rab cbf9552 lib/model/approval_list_item.dart | true | 200 | 963 | class ApprovalListItem {
final String modul;
final String nilai;
final String dueDate;
final String keterangan;
final String noBukti;
final String namaPp;
final String noDokumen;
final String kodePp;
final String tanggal;
final String? id;
ApprovalListItem({
required this.modul,
required ... | 1 |
AhmadMriwed/Ehtooa | b91fd18 | lib/app/model/utils/local/change_theme.dart | Dart | www.github.com/AhmadMriwed/Ehtooa/tree/main/lib/app/model/utils/local/change_theme.dart | https://raw.githubusercontent.com/AhmadMriwed/Ehtooa/b91fd18/lib/app/model/utils/local/change_theme.dart | AhmadMriwed/Ehtooa b91fd18 lib/app/model/utils/local/change_theme.dart | true | 200 | 378 |
import 'package:flutter/material.dart';
import '../../../view/resources/consts_manager.dart';
import 'storage.dart';
class AppProvider extends ChangeNotifier {
bool _darkTheme = false;
bool get darkTheme => _darkTheme;
set darkTheme(bool value) {
_darkTheme = value;
AppStorage.storageWrite(key: AppConst... | 3 |
jasperonin/mobile_pos | 0b54b48 | lib/controllers/order_controller.dart | Dart | www.github.com/jasperonin/mobile_pos/tree/main/lib/controllers/order_controller.dart | https://raw.githubusercontent.com/jasperonin/mobile_pos/0b54b48/lib/controllers/order_controller.dart | jasperonin/mobile_pos 0b54b48 lib/controllers/order_controller.dart | true | 200 | 668 | import 'package:mobile_pos/models/models.dart';
import 'package:mobile_pos/services/database_service.dart';
import 'package:get/get.dart';
class OrderController extends GetxController {
final DatabaseService database = DatabaseService();
var orders = <Order>[].obs;
var pendingOrders = <Order>[].obs;
@overrid... | 0 |
Alterra-Batch3-Kelompok-11/hms-flutter | f1e6ffd | lib/screens/history/widgets/card_history_approval_patient.dart | Dart | www.github.com/Alterra-Batch3-Kelompok-11/hms-flutter/tree/main/lib/screens/history/widgets/card_history_approval_patient.dart | https://raw.githubusercontent.com/Alterra-Batch3-Kelompok-11/hms-flutter/f1e6ffd/lib/screens/history/widgets/card_history_approval_patient.dart | Alterra-Batch3-Kelompok-11/hms-flutter f1e6ffd lib/screens/history/widgets/card_history_approval_patient.dart | true | 200 | 2,720 | import 'package:flutter/material.dart';
import 'package:hospital_management_system/utils/constant.dart';
class CardHistoryApprovalPatient extends StatelessWidget {
const CardHistoryApprovalPatient(
{Key? key,
required this.status,
required this.patientName,
required this.visitDate,
this... | 4 |
Guillaume-Cornet/reactiveForm-inheritance-poc | 9d61489 | lib/models/event/knee_surgery.dart | Dart | www.github.com/Guillaume-Cornet/reactiveForm-inheritance-poc/tree/main/lib/models/event/knee_surgery.dart | https://raw.githubusercontent.com/Guillaume-Cornet/reactiveForm-inheritance-poc/9d61489/lib/models/event/knee_surgery.dart | Guillaume-Cornet/reactiveForm-inheritance-poc 9d61489 lib/models/event/knee_surgery.dart | true | 200 | 677 | import 'package:json_annotation/json_annotation.dart';
import 'package:pocreactiveforms/models/event/Event.dart';
import 'package:reactive_forms_annotations/reactive_forms_annotations.dart';
part 'knee_surgery.g.dart';
@JsonSerializable(explicitToJson: true)
@FormGroupAnnotation()
class KneeSurgery extends Event {
... | 5 |
hamzasidd3634/mohandem_customer | bee9d5b | lib/Views/Home/appointment/prices.dart | Dart | www.github.com/hamzasidd3634/mohandem_customer/tree/main/lib/Views/Home/appointment/prices.dart | https://raw.githubusercontent.com/hamzasidd3634/mohandem_customer/bee9d5b/lib/Views/Home/appointment/prices.dart | hamzasidd3634/mohandem_customer bee9d5b lib/Views/Home/appointment/prices.dart | true | 200 | 3,609 | import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:mohandem_customer/Components/color.dart';
import 'package:mohandem_customer/Components/textStyle.dart';
import 'package:mohandem_customer/Model/pricesModel.dart';
import 'package:mohandem_customer/Routes/app_pages.dart';
import 'pack... | 7 |
Ockersz/farmer_geo_locator | 793cbf9 | lib/data/user/user_details.dart | Dart | www.github.com/Ockersz/farmer_geo_locator/tree/main/lib/data/user/user_details.dart | https://raw.githubusercontent.com/Ockersz/farmer_geo_locator/793cbf9/lib/data/user/user_details.dart | Ockersz/farmer_geo_locator 793cbf9 lib/data/user/user_details.dart | true | 200 | 414 | import 'package:hive/hive.dart';
part 'user_details.g.dart';
@HiveType(typeId: 1)
class UserDetails {
@HiveField(0)
late String username;
UserDetails({
required this.username,
});
Map<String, dynamic> toJson() {
return {
'username': username,
};
}
factory UserDetails.fromJson(Map<St... | 2 |
bobcop88/brok_app | 542d799 | lib/pages/homepage/home_page.dart | Dart | www.github.com/bobcop88/brok_app/tree/main/lib/pages/homepage/home_page.dart | https://raw.githubusercontent.com/bobcop88/brok_app/542d799/lib/pages/homepage/home_page.dart | bobcop88/brok_app 542d799 lib/pages/homepage/home_page.dart | true | 200 | 4,462 | import 'package:broker_app/pages/homepage/drawer.dart';
import 'package:broker_app/pages/inside_pages/depositWS/deposit_page.dart';
import 'package:broker_app/pages/inside_pages/home_first.dart';
import 'package:broker_app/pages/inside_pages/my_profile_page.dart';
import 'package:broker_app/pages/inside_pages/economic_... | 6 |
Kalpu-24/ParshwaPolymers | f94eea2 | admin/parshwapolymers/lib/pages/home.dart | Dart | www.github.com/Kalpu-24/ParshwaPolymers/tree/main/admin/parshwapolymers/lib/pages/home.dart | https://raw.githubusercontent.com/Kalpu-24/ParshwaPolymers/f94eea2/admin/parshwapolymers/lib/pages/home.dart | Kalpu-24/ParshwaPolymers f94eea2 admin/parshwapolymers/lib/pages/home.dart | true | 200 | 1,585 | import 'package:flutter/material.dart';
import 'package:parshwapolymers/pages/ProductPage.dart';
import 'package:parshwapolymers/pages/WebsitePage.dart';
class HomePage extends StatefulWidget {
const HomePage({super.key});
@override
State<HomePage> createState() => _HomePageState();
}
class _HomePageState exte... | 1 |
CaferPoyrazoglu/flutter_ingilizce_app | 2cd418a | lib/router/RouteScreen.dart | Dart | www.github.com/CaferPoyrazoglu/flutter_ingilizce_app/tree/main/lib/router/RouteScreen.dart | https://raw.githubusercontent.com/CaferPoyrazoglu/flutter_ingilizce_app/2cd418a/lib/router/RouteScreen.dart | CaferPoyrazoglu/flutter_ingilizce_app 2cd418a lib/router/RouteScreen.dart | true | 200 | 2,926 | import 'package:bottom_navy_bar/bottom_navy_bar.dart';
import 'package:flutter/material.dart';
import 'package:flutter_ingilizce_app/pages/anasayfa.dart';
import 'package:flutter_ingilizce_app/pages/kelimeler.dart';
import 'package:flutter_ingilizce_app/pages/quiz.dart';
import 'package:flutter_ingilizce_app/theme/MyTh... | 3 |
hsergejs/FlutterLearningApp2Lists | fcca65d | flearning_flutter_app_2_lists/lib/main.dart | Dart | www.github.com/hsergejs/FlutterLearningApp2Lists/tree/main/flearning_flutter_app_2_lists/lib/main.dart | https://raw.githubusercontent.com/hsergejs/FlutterLearningApp2Lists/fcca65d/flearning_flutter_app_2_lists/lib/main.dart | hsergejs/FlutterLearningApp2Lists fcca65d flearning_flutter_app_2_lists/lib/main.dart | true | 200 | 1,364 | import 'package:flutter/material.dart';
import 'quote.dart';
import 'quote_card.dart';
void main() => runApp(MaterialApp(
home: ListQuote(),
));
class ListQuote extends StatefulWidget {
@override
_ListQuoteState createState() => _ListQuoteState();
}
class _ListQuoteState extends State<ListQuote> {
List<Quot... | 0 |
hossam20520/islamic | 33493f6 | lib/presentation/resources/ColorManager.dart | Dart | www.github.com/hossam20520/islamic/tree/main/lib/presentation/resources/ColorManager.dart | https://raw.githubusercontent.com/hossam20520/islamic/33493f6/lib/presentation/resources/ColorManager.dart | hossam20520/islamic 33493f6 lib/presentation/resources/ColorManager.dart | true | 200 | 1,180 | import 'dart:ui';
import '../../theme/theme_helper.dart';
class ColorManager {
static Color primary = HexColor.fromHex("#FFF9EF");
// static Color primary = HexColor.fromHex("#F0E5D7");
static Color primColo = HexColor.fromHex("#FFF9EF");
static Color lineColor = HexColor.fromHex("#8E71AA");
static Color ... | 4 |
Thanasis-Traitsis/fff_ref | bdb9836 | lib/fff_card/fff_card_container.dart | Dart | www.github.com/Thanasis-Traitsis/fff_ref/tree/main/lib/fff_card/fff_card_container.dart | https://raw.githubusercontent.com/Thanasis-Traitsis/fff_ref/bdb9836/lib/fff_card/fff_card_container.dart | Thanasis-Traitsis/fff_ref bdb9836 lib/fff_card/fff_card_container.dart | true | 200 | 1,558 | // ignore_for_file: public_member_api_docs, sort_constructors_first
import 'package:flutter/material.dart';
import 'package:mr_test/fff_card/model/game_model.dart';
import 'package:mr_test/fff_card/widgets/fff_cta.dart';
import 'package:mr_test/fff_card/widgets/fff_description.dart';
import 'package:mr_test/fff_card/w... | 7 |
abhi2718/AgriChikitsa_Frontend | 2c3b57b | lib/main.dart | Dart | www.github.com/abhi2718/AgriChikitsa_Frontend/tree/main/lib/main.dart | https://raw.githubusercontent.com/abhi2718/AgriChikitsa_Frontend/2c3b57b/lib/main.dart | abhi2718/AgriChikitsa_Frontend 2c3b57b lib/main.dart | true | 200 | 2,969 | import 'package:agriChikitsa/l10n/l10n.dart';
import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:provider/provider.dart';
import 'routes/routes.dart';
import 'package:flutter_gen/gen_l10n/app_local... | 5 |
Blackjuker/flutteurformation | edcce36 | lib/screens/home_screen.dart | Dart | www.github.com/Blackjuker/flutteurformation/tree/main/lib/screens/home_screen.dart | https://raw.githubusercontent.com/Blackjuker/flutteurformation/edcce36/lib/screens/home_screen.dart | Blackjuker/flutteurformation edcce36 lib/screens/home_screen.dart | true | 200 | 2,511 | import 'dart:developer';
import 'package:flutter/material.dart';
import 'package:formation/providers/meme_provider.dart';
import 'package:formation/services/meme_service.dart';
import 'package:formation/widgets/appbar_widget.dart';
import 'package:go_router/go_router.dart';
import 'package:provider/provider.dart';
cl... | 2 |
hatice-nur-kaya/risknotifiermobil | 4cdc61d | lib/features/riskNotifier/presentation/views/directions_car.dart | Dart | www.github.com/hatice-nur-kaya/risknotifiermobil/tree/main/lib/features/riskNotifier/presentation/views/directions_car.dart | https://raw.githubusercontent.com/hatice-nur-kaya/risknotifiermobil/4cdc61d/lib/features/riskNotifier/presentation/views/directions_car.dart | hatice-nur-kaya/risknotifiermobil 4cdc61d lib/features/riskNotifier/presentation/views/directions_car.dart | true | 200 | 13,571 | import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
import 'package:http/io_client.dart'; // Bu satırı ekleyin
import 'dart:convert';
class Vehicle extends StatefulWidget {
const Vehicle({super.key});
@override
_VehicleState createState(... | 1 |
phammongkha562000/MP_iGLS | 94b0106 | lib/presentations/widgets/table_widget/cell_table_view.dart | Dart | www.github.com/phammongkha562000/MP_iGLS/tree/main/lib/presentations/widgets/table_widget/cell_table_view.dart | https://raw.githubusercontent.com/phammongkha562000/MP_iGLS/94b0106/lib/presentations/widgets/table_widget/cell_table_view.dart | phammongkha562000/MP_iGLS 94b0106 lib/presentations/widgets/table_widget/cell_table_view.dart | true | 200 | 1,270 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:igls_new/presentations/common/colors.dart' as colors;
class CellTableView extends StatelessWidget {
const CellTableView({
super.key,
required this.text,
this.isNoData,
this.on... | 3 |
sabilfaustaa/TP2PROVIS2024 | 9de1085 | lib/component.dart | Dart | www.github.com/sabilfaustaa/TP2PROVIS2024/tree/main/lib/component.dart | https://raw.githubusercontent.com/sabilfaustaa/TP2PROVIS2024/9de1085/lib/component.dart | sabilfaustaa/TP2PROVIS2024 9de1085 lib/component.dart | true | 200 | 1,572 | import 'package:flutter/material.dart';
import 'package:digisehat/theme.dart';
Widget buildBackground(BoxDecoration boxDecoration) {
return Container(
decoration: boxDecoration,
);
}
Widget buildTextField({
required String hint,
required bool obscureText,
required IconData prefixIcon,
Color background... | 0 |
KhanUllahAman/Watch-App | 98c8587 | lib/Widgets/back_arrow_icon.dart | Dart | www.github.com/KhanUllahAman/Watch-App/tree/main/lib/Widgets/back_arrow_icon.dart | https://raw.githubusercontent.com/KhanUllahAman/Watch-App/98c8587/lib/Widgets/back_arrow_icon.dart | KhanUllahAman/Watch-App 98c8587 lib/Widgets/back_arrow_icon.dart | true | 200 | 977 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import '../Constants/app_styles.dart';
class BackArrowIcon extends StatelessWidget {
const BackArrowIcon({
super.key,
});
@override
Widget build(BuildContext context) {
return Container(
margin:... | 4 |
Licantropy/Jalda | c53acfa | lib/src/feature/home/domain/repositories/application_repository.dart | Dart | www.github.com/Licantropy/Jalda/tree/main/lib/src/feature/home/domain/repositories/application_repository.dart | https://raw.githubusercontent.com/Licantropy/Jalda/c53acfa/lib/src/feature/home/domain/repositories/application_repository.dart | Licantropy/Jalda c53acfa lib/src/feature/home/domain/repositories/application_repository.dart | true | 200 | 775 | import 'package:jalda/src/feature/home/data/models/application/application_model.dart';
import 'package:jalda/src/feature/home/data/params/application_params.dart';
import 'package:jalda/src/feature/home/data/sources/application_data_source_impl.dart';
///
class ApplicationRepository {
final ApplicationDataSourceImp... | 7 |
ahmed-elmenan/nard_test | 64f19bf | lib/core/theme/theme_data.dart | Dart | www.github.com/ahmed-elmenan/nard_test/tree/main/lib/core/theme/theme_data.dart | https://raw.githubusercontent.com/ahmed-elmenan/nard_test/64f19bf/lib/core/theme/theme_data.dart | ahmed-elmenan/nard_test 64f19bf lib/core/theme/theme_data.dart | true | 200 | 989 | import 'package:flutter/material.dart';
import 'package:nard_test/core/theme/styles.dart';
abstract class AppThemeData {
static ThemeData get materialTheme {
return ThemeData(
colorScheme: ColorScheme.fromSeed(
background: const Color(0xFF1c1b1f),
seedColor: Colors.white,
),
... | 6 |
klist1337/diaryapp | d9cb343 | lib/main.dart | Dart | www.github.com/klist1337/diaryapp/tree/main/lib/main.dart | https://raw.githubusercontent.com/klist1337/diaryapp/d9cb343/lib/main.dart | klist1337/diaryapp d9cb343 lib/main.dart | true | 200 | 1,703 | import 'package:diaryapp/helpers/function.dart';
import 'package:diaryapp/screens/advanced_diary_app/advanced_diary_app.dart';
import 'package:diaryapp/screens/advanced_diary_app/login_page2.dart';
import 'package:diaryapp/screens/diaryapp/diary_app.dart';
import 'package:diaryapp/screens/diaryapp/login_page.dart';
imp... | 2 |
Kumarmani234/flutter_projects | 741078f | ppp/lib/main.dart | Dart | www.github.com/Kumarmani234/flutter_projects/tree/main/ppp/lib/main.dart | https://raw.githubusercontent.com/Kumarmani234/flutter_projects/741078f/ppp/lib/main.dart | Kumarmani234/flutter_projects 741078f ppp/lib/main.dart | true | 200 | 1,197 | import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
appBar: AppBar(
title: Text('Video Player'),
),
body: Center(
chil... | 1 |
PalindromeRotator/barangay_repository_app | f7861ab | lib/widgets/core/core_button/core_button.dart | Dart | www.github.com/PalindromeRotator/barangay_repository_app/tree/main/lib/widgets/core/core_button/core_button.dart | https://raw.githubusercontent.com/PalindromeRotator/barangay_repository_app/f7861ab/lib/widgets/core/core_button/core_button.dart | PalindromeRotator/barangay_repository_app f7861ab lib/widgets/core/core_button/core_button.dart | true | 200 | 2,399 | // ignore_for_file: prefer_const_constructors, sized_box_for_whitespace, unnecessary_new, sort_child_properties_last
import 'package:barangay_repository_app/constants/colors.dart';
import 'package:barangay_repository_app/global/responsive_sizing.dart';
import 'package:flutter/material.dart';
class CoreButton extends ... | 3 |
hansira14/nars | a7b77f9 | lib/admin/admin_add/admin_add_widget.dart | Dart | www.github.com/hansira14/nars/tree/main/lib/admin/admin_add/admin_add_widget.dart | https://raw.githubusercontent.com/hansira14/nars/a7b77f9/lib/admin/admin_add/admin_add_widget.dart | hansira14/nars a7b77f9 lib/admin/admin_add/admin_add_widget.dart | true | 200 | 7,526 | import '/admin/choose_patient/choose_patient_widget.dart';
import '/admin/input_lab/input_lab_widget.dart';
import '/backend/backend.dart';
import '/doctor/add_doctor/add_doctor_widget.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_flow/flutter_flow_util.dart';
import 'package:flutter/material.... | 0 |
rrbsocial/fluttercaa | 55bd415 | lib/services/api_service.dart | Dart | www.github.com/rrbsocial/fluttercaa/tree/main/lib/services/api_service.dart | https://raw.githubusercontent.com/rrbsocial/fluttercaa/55bd415/lib/services/api_service.dart | rrbsocial/fluttercaa 55bd415 lib/services/api_service.dart | true | 200 | 14,064 | import 'dart:convert';
import 'package:http/http.dart' as http;
import 'package:shared_preferences/shared_preferences.dart';
import 'package:clinical_audit_app/models/institution.dart';
import 'package:clinical_audit_app/models/question_set.dart';
import 'package:clinical_audit_app/models/question.dart';
import 'packag... | 7 |
ArthNote/yapple | 2376c1f | lib/pages/teachers/home.dart | Dart | www.github.com/ArthNote/yapple/tree/main/lib/pages/teachers/home.dart | https://raw.githubusercontent.com/ArthNote/yapple/2376c1f/lib/pages/teachers/home.dart | ArthNote/yapple 2376c1f lib/pages/teachers/home.dart | true | 200 | 11,055 | // ignore_for_file: prefer_const_constructors, use_build_context_synchronously
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:yapple/firebase/ModuleService.dart';
import 'package:yapple/models/moduleModel.dart';
import 'package:yapple/models/starredModel.dart... | 6 |
nancyflutter/multiple_image_and_videos_as_social_media | eda9abf | lib/module/home/screen/view_all_review_screen.dart | Dart | www.github.com/nancyflutter/multiple_image_and_videos_as_social_media/tree/main/lib/module/home/screen/view_all_review_screen.dart | https://raw.githubusercontent.com/nancyflutter/multiple_image_and_videos_as_social_media/eda9abf/lib/module/home/screen/view_all_review_screen.dart | nancyflutter/multiple_image_and_videos_as_social_media eda9abf lib/module/home/screen/view_all_review_screen.dart | true | 200 | 3,226 | import 'package:multiple_image_and_videos_as_social_media/core/core.dart';
import 'package:multiple_image_and_videos_as_social_media/core/utils/commons/common_rating_bar.dart';
class ViewAllReviewScreen extends StatelessWidget {
const ViewAllReviewScreen({super.key});
@override
Widget build(BuildContext context... | 1 |
Khushi4038/food-delivery | 3f98641 | lib/payment_page.dart | Dart | www.github.com/Khushi4038/food-delivery/tree/main/lib/payment_page.dart | https://raw.githubusercontent.com/Khushi4038/food-delivery/3f98641/lib/payment_page.dart | Khushi4038/food-delivery 3f98641 lib/payment_page.dart | true | 200 | 3,330 | import 'package:flutter/material.dart';
import 'package:flutter_application_1/photo_upload.dart'; // Import PhotoUploadPage
class PaymentPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
final size = MediaQuery.of(context).size;
final isSmallScreen = size.width < 600;
retur... | 3 |
johnebere58/dialogpack | 21053d0 | lib/src/utils/list_dailog_utils.dart | Dart | www.github.com/johnebere58/dialogpack/tree/main/lib/src/utils/list_dailog_utils.dart | https://raw.githubusercontent.com/johnebere58/dialogpack/21053d0/lib/src/utils/list_dailog_utils.dart | johnebere58/dialogpack 21053d0 lib/src/utils/list_dailog_utils.dart | true | 200 | 387 | import 'package:dialogpack/src/models/list_item.dart';
class ListDialogUtils{
static List<int> getSelectedIndexes(List listItems,List<String> selectedIds){
List<int> selectedIndexes = [];
for(int i=0;i<listItems.length;i++){
ListItem listItem = listItems[i];
if(selectedIds.contains(listItem.itemKey)){
... | 0 |
Kaiohz/Banka | 0dec067 | lib/src/components/transactions/expenses.dart | Dart | www.github.com/Kaiohz/Banka/tree/main/lib/src/components/transactions/expenses.dart | https://raw.githubusercontent.com/Kaiohz/Banka/0dec067/lib/src/components/transactions/expenses.dart | Kaiohz/Banka 0dec067 lib/src/components/transactions/expenses.dart | true | 200 | 5,036 | import 'package:banka/src/components/dialog/banka_transaction_dialog.dart';
import 'package:banka/src/sqlite/model/transaction.dart';
import 'package:flutter/material.dart';
import 'package:banka/src/sqlite/banka_database.dart';
class ExpensesPage extends StatefulWidget {
final Icon icon;
final String typeTransact... | 4 |
nwakaku/Axelae-app | d7b8287 | lib/custom_widgets/badgetab.dart | Dart | www.github.com/nwakaku/Axelae-app/tree/main/lib/custom_widgets/badgetab.dart | https://raw.githubusercontent.com/nwakaku/Axelae-app/d7b8287/lib/custom_widgets/badgetab.dart | nwakaku/Axelae-app d7b8287 lib/custom_widgets/badgetab.dart | true | 200 | 1,373 | import 'package:badges/badges.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class BadgeTab extends StatefulWidget {
final int taskCount;
final String tabText;
const BadgeTab({Key? key, required this.taskCount, required this.tabText})
: super(key: key);
@override... | 5 |
amangargamu/flutter_sample_app | 36919ac | lib/app/view/app.dart | Dart | www.github.com/amangargamu/flutter_sample_app/tree/main/lib/app/view/app.dart | https://raw.githubusercontent.com/amangargamu/flutter_sample_app/36919ac/lib/app/view/app.dart | amangargamu/flutter_sample_app 36919ac lib/app/view/app.dart | true | 200 | 1,828 | // Copyright (c) 2022, Very Good Ventures
// https://verygood.ventures
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
import 'package:auto_route/auto_route.dart';
import 'package:flutter/material.dart';
import 'pa... | 7 |
Jyoti-sah-dev/firebase_project | a1b5d67 | lib/homescreen.dart | Dart | www.github.com/Jyoti-sah-dev/firebase_project/tree/main/lib/homescreen.dart | https://raw.githubusercontent.com/Jyoti-sah-dev/firebase_project/a1b5d67/lib/homescreen.dart | Jyoti-sah-dev/firebase_project a1b5d67 lib/homescreen.dart | true | 200 | 950 | import 'package:flutter/material.dart';
class HomeScreen extends StatefulWidget {
const HomeScreen({Key? key}) : super(key: key);
@override
State<HomeScreen> createState() => _HomeScreenState();
}
class _HomeScreenState extends State<HomeScreen> {
@override
Widget build(BuildContext context) {
return S... | 6 |
savioluis/kondus_app | 22d8e13 | lib/src/modules/register_product/presentation/register_product_page.dart | Dart | www.github.com/savioluis/kondus_app/tree/main/lib/src/modules/register_product/presentation/register_product_page.dart | https://raw.githubusercontent.com/savioluis/kondus_app/22d8e13/lib/src/modules/register_product/presentation/register_product_page.dart | savioluis/kondus_app 22d8e13 lib/src/modules/register_product/presentation/register_product_page.dart | true | 200 | 7,448 | import 'package:flutter/material.dart';
import 'package:kondus/core/providers/navigator/navigator_provider.dart';
import 'package:kondus/core/theme/app_theme.dart';
import 'package:kondus/core/widgets/header_section.dart';
import 'package:kondus/core/widgets/kondus_app_bar.dart';
import 'package:kondus/core/widgets/kon... | 2 |
ayman-elslamony/coachstation | c77d57c | lib/screens/SubScreens/VirtualExercise.dart | Dart | www.github.com/ayman-elslamony/coachstation/tree/main/lib/screens/SubScreens/VirtualExercise.dart | https://raw.githubusercontent.com/ayman-elslamony/coachstation/c77d57c/lib/screens/SubScreens/VirtualExercise.dart | ayman-elslamony/coachstation c77d57c lib/screens/SubScreens/VirtualExercise.dart | true | 200 | 11,275 | import 'package:coachstation/Helper/components.dart';
import 'package:coachstation/Localization/app_localizations.dart';
import 'package:coachstation/provider/changeIndexPage.dart';
import 'package:coachstation/screens/MainScreens/NavigationHome.dart';
import 'package:coachstation/screens/SubScreens/VirtualExerciseHome... | 1 |
kevykibbz/niajiri | d89daf2 | lib/boarding/onboarding_screen.dart | Dart | www.github.com/kevykibbz/niajiri/tree/main/lib/boarding/onboarding_screen.dart | https://raw.githubusercontent.com/kevykibbz/niajiri/d89daf2/lib/boarding/onboarding_screen.dart | kevykibbz/niajiri d89daf2 lib/boarding/onboarding_screen.dart | true | 200 | 2,335 | import 'package:animate_do/animate_do.dart';
import 'package:flutter/material.dart';
import '../config/config.dart';
import 'package:Niajiri/welcome/welcome.dart';
import 'package:Niajiri/boarding/card_planet.dart';
import 'package:concentric_transition/concentric_transition.dart';
import 'package:lottie/lottie.dart';
... | 0 |
youssefasultan/e_commerce_app | b5c4e1c | lib/screens/details/details_screen.dart | Dart | www.github.com/youssefasultan/e_commerce_app/tree/main/lib/screens/details/details_screen.dart | https://raw.githubusercontent.com/youssefasultan/e_commerce_app/b5c4e1c/lib/screens/details/details_screen.dart | youssefasultan/e_commerce_app b5c4e1c lib/screens/details/details_screen.dart | true | 200 | 913 | import 'package:e_commerce_app/models/product.dart';
import 'package:e_commerce_app/screens/details/components/body.dart';
import 'package:flutter/material.dart';
import 'components/custom_app_bar.dart';
class DetailsScreen extends StatelessWidget {
static String routeName = "/details";
const DetailsScreen({super.... | 3 |
ale5678910/drinkApp2 | 7a5765d | cocktail_test_3/lib/UI/component/drink_card.dart | Dart | www.github.com/ale5678910/drinkApp2/tree/main/cocktail_test_3/lib/UI/component/drink_card.dart | https://raw.githubusercontent.com/ale5678910/drinkApp2/7a5765d/cocktail_test_3/lib/UI/component/drink_card.dart | ale5678910/drinkApp2 7a5765d cocktail_test_3/lib/UI/component/drink_card.dart | true | 200 | 1,505 | import 'package:cached_network_image/cached_network_image.dart';
import 'package:cocktail_test_3/models/drink.dart';
import 'package:flutter/material.dart';
import '../screen/drink_detail.dart';
class DrinkCard extends StatefulWidget {
const DrinkCard({super.key, required this.drink});
final Drink? drink;
@ove... | 5 |
diegopagini/Push-Notifications_Flutter | 06ba9cc | lib/domain/entities/push_message.dart | Dart | www.github.com/diegopagini/Push-Notifications_Flutter/tree/main/lib/domain/entities/push_message.dart | https://raw.githubusercontent.com/diegopagini/Push-Notifications_Flutter/06ba9cc/lib/domain/entities/push_message.dart | diegopagini/Push-Notifications_Flutter 06ba9cc lib/domain/entities/push_message.dart | true | 200 | 566 | class PushMessage {
final String messageId;
final String title;
final String body;
final DateTime sendDate;
final Map<String, dynamic>? data;
final String? imageUrl;
PushMessage(
{required this.messageId,
required this.title,
required this.body,
required this.sendDate,
this.... | 4 |
ziadali19/food_planner | 0e19e24 | lib/features/layout/presentation/components/nav_bar_item.dart | Dart | www.github.com/ziadali19/food_planner/tree/main/lib/features/layout/presentation/components/nav_bar_item.dart | https://raw.githubusercontent.com/ziadali19/food_planner/0e19e24/lib/features/layout/presentation/components/nav_bar_item.dart | ziadali19/food_planner 0e19e24 lib/features/layout/presentation/components/nav_bar_item.dart | true | 200 | 957 | import 'package:flutter/widgets.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:food_planner/core/helpers/extensions.dart';
import '../../../../core/theming/colors.dart';
BottomNavigationBarItem navBarItem(
String svg,
) {
return B... | 6 |
a-sasaoka/study_riverpod | e450511 | lib/step_01/test_provider_01.dart | Dart | www.github.com/a-sasaoka/study_riverpod/tree/main/lib/step_01/test_provider_01.dart | https://raw.githubusercontent.com/a-sasaoka/study_riverpod/e450511/lib/step_01/test_provider_01.dart | a-sasaoka/study_riverpod e450511 lib/step_01/test_provider_01.dart | true | 200 | 1,056 | // @riverpod アノテーションを使うために`riverpod_annotation`をインポート
import 'package:riverpod_annotation/riverpod_annotation.dart';
// コード生成を実行するために、`part '{ファイル名}.g.dart';`を書く
part 'test_provider_01.g.dart';
/// 引数無しの一番シンプルなケース
@riverpod
String title(TitleRef ref) {
return 'タイトル';
}
/// 引数ありのケース
@riverpod
String label(
// メソッ... | 7 |
sFisher611/extra_widgets | ea190ad | lib/router/router.dart | Dart | www.github.com/sFisher611/extra_widgets/tree/main/lib/router/router.dart | https://raw.githubusercontent.com/sFisher611/extra_widgets/ea190ad/lib/router/router.dart | sFisher611/extra_widgets ea190ad lib/router/router.dart | true | 200 | 8,848 | import 'package:extra_widgets/pages/home_page.dart';
import 'package:extra_widgets/pages/view/first_page.dart';
import 'package:extra_widgets/pages/view/fourth_page.dart';
import 'package:extra_widgets/pages/view/third_page.dart';
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
impor... | 2 |
RevengeHunter/johns_hopkins_master_college | 9b66eb6 | lib/presentation/UI/Shared/Constants/space_between.dart | Dart | www.github.com/RevengeHunter/johns_hopkins_master_college/tree/main/lib/presentation/UI/Shared/Constants/space_between.dart | https://raw.githubusercontent.com/RevengeHunter/johns_hopkins_master_college/9b66eb6/lib/presentation/UI/Shared/Constants/space_between.dart | RevengeHunter/johns_hopkins_master_college 9b66eb6 lib/presentation/UI/Shared/Constants/space_between.dart | true | 200 | 526 | import 'package:flutter/material.dart';
const divider3 = SizedBox(height: 3.0,);
const divider6 = SizedBox(height: 6.0,);
const divider12 = SizedBox(height: 12.0,);
const divider20 = SizedBox(height: 20.0,);
const divider30 = SizedBox(height: 30.0,);
const divider40 = SizedBox(height: 40.0,);
const dividerWidth3 = Si... | 1 |
zuhaiRaed/music_player | 4a87d69 | lib/app/screens/search/search_screen.dart | Dart | www.github.com/zuhaiRaed/music_player/tree/main/lib/app/screens/search/search_screen.dart | https://raw.githubusercontent.com/zuhaiRaed/music_player/4a87d69/lib/app/screens/search/search_screen.dart | zuhaiRaed/music_player 4a87d69 lib/app/screens/search/search_screen.dart | true | 200 | 488 | import 'package:auto_route/auto_route.dart';
import 'package:flutter/material.dart';
import '../../../core/style/style.dart';
@RoutePage()
class SearchScreen extends StatelessWidget {
const SearchScreen({super.key});
@override
Widget build(BuildContext context) {
return Scaffold(
body: Center(
... | 0 |
Naimish-Kumar/dtpocketfm-flutter-app | 6b7f116 | lib/provider/musicdetailprovider.dart | Dart | www.github.com/Naimish-Kumar/dtpocketfm-flutter-app/tree/main/lib/provider/musicdetailprovider.dart | https://raw.githubusercontent.com/Naimish-Kumar/dtpocketfm-flutter-app/6b7f116/lib/provider/musicdetailprovider.dart | Naimish-Kumar/dtpocketfm-flutter-app 6b7f116 lib/provider/musicdetailprovider.dart | true | 200 | 19,341 | import 'dart:convert';
import 'package:dtpocketfm/model/episodebycontentmodel.dart';
import 'package:dtpocketfm/model/successmodel.dart';
import 'package:dtpocketfm/utils/dimens.dart';
import 'package:dtpocketfm/webservice/apiservices.dart';
// import 'package:dtpocketfm/model/addcontenttohistorymodel.dart';
// import... | 3 |
alok2008/Todoey | f186675 | lib/model/task_data.dart | Dart | www.github.com/alok2008/Todoey/tree/main/lib/model/task_data.dart | https://raw.githubusercontent.com/alok2008/Todoey/f186675/lib/model/task_data.dart | alok2008/Todoey f186675 lib/model/task_data.dart | true | 200 | 657 | import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'task.dart';
import 'dart:collection';
class TaskData extends ChangeNotifier{
List<Task> _tasks = [
Task(name: 'Buy Milk'),
Task(name: 'Buy Bread'),
Task(name: 'Buy Food'),
];
UnmodifiableListView<Task> get tasks... | 4 |
mfagri/telegrame_mini_app | eed1d8e | lib/main.dart | Dart | www.github.com/mfagri/telegrame_mini_app/tree/main/lib/main.dart | https://raw.githubusercontent.com/mfagri/telegrame_mini_app/eed1d8e/lib/main.dart | mfagri/telegrame_mini_app eed1d8e lib/main.dart | true | 200 | 4,670 | import 'package:flutter/material.dart';
import 'package:flutter_telegram_web_app/flutter_telegram_web_app.dart' as tg;
import 'package:flutter_telegram_web_app/flutter_telegram_web_app.dart';
import 'package:js/js.dart';
void main() {
runApp(const MyApp());
}
// Theme mode notifier
final ValueNotifier<ThemeMode> _t... | 5 |
Aneess333/aneeshaider_tentwenty_assignment | 5a95243 | lib/helper/utils/utils.dart | Dart | www.github.com/Aneess333/aneeshaider_tentwenty_assignment/tree/main/lib/helper/utils/utils.dart | https://raw.githubusercontent.com/Aneess333/aneeshaider_tentwenty_assignment/5a95243/lib/helper/utils/utils.dart | Aneess333/aneeshaider_tentwenty_assignment 5a95243 lib/helper/utils/utils.dart | true | 200 | 484 | import 'dart:math';
import 'dart:ui';
import 'package:intl/intl.dart';
class Utils{
String formatDate(DateTime? parsedDate) {
if(parsedDate==null){
return "Unknown";
}
String formattedDate = DateFormat('MMMM dd, yyyy').format(parsedDate);
return formattedDate;
}
Color getRandomDarkColor() ... | 6 |
Rizal3004/asessment_2_ppbl | d60e559 | home.dart | Dart | www.github.com/Rizal3004/asessment_2_ppbl/tree/main/home.dart | https://raw.githubusercontent.com/Rizal3004/asessment_2_ppbl/d60e559/home.dart | Rizal3004/asessment_2_ppbl d60e559 home.dart | true | 200 | 3,339 | import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'helper.dart';
import 'Ojek.dart';
import 'transaksi.dart';
class MainPage extends StatefulWidget {
@override
_MainPageState createState() => _MainPageState();
}
class _MainPageState extends State<MainPage>... | 7 |
YussifKahilo/ODC_game | dba9fff | lib/taskTwo.dart | Dart | www.github.com/YussifKahilo/ODC_game/tree/main/lib/taskTwo.dart | https://raw.githubusercontent.com/YussifKahilo/ODC_game/dba9fff/lib/taskTwo.dart | YussifKahilo/ODC_game dba9fff lib/taskTwo.dart | true | 200 | 2,917 | import 'dart:html';
import 'dart:math';
import 'package:flutter/material.dart';
import 'package:syncfusion_flutter_gauges/gauges.dart';
class TaskTwo extends StatefulWidget {
const TaskTwo({Key? key}) : super(key: key);
@override
State<TaskTwo> createState() => _TaskTwoState();
}
class _TaskTwoState extends S... | 2 |
BlackEmpir7199/NIRAL | 077cbc4 | lib/documents/documents_model.dart | Dart | www.github.com/BlackEmpir7199/NIRAL/tree/main/lib/documents/documents_model.dart | https://raw.githubusercontent.com/BlackEmpir7199/NIRAL/077cbc4/lib/documents/documents_model.dart | BlackEmpir7199/NIRAL 077cbc4 lib/documents/documents_model.dart | true | 200 | 797 | import '/flutter_flow/flutter_flow_util.dart';
import 'documents_widget.dart' show DocumentsWidget;
import 'package:flutter/material.dart';
class DocumentsModel extends FlutterFlowModel<DocumentsWidget> {
/// State fields for stateful widgets in this page.
final unfocusNode = FocusNode();
// State field(s) for... | 1 |
dosuong/flutterApp | 0fa0ac3 | vnclass/lib/common/widget/custom_snack_bar.dart | Dart | www.github.com/dosuong/flutterApp/tree/main/vnclass/lib/common/widget/custom_snack_bar.dart | https://raw.githubusercontent.com/dosuong/flutterApp/0fa0ac3/vnclass/lib/common/widget/custom_snack_bar.dart | dosuong/flutterApp 0fa0ac3 vnclass/lib/common/widget/custom_snack_bar.dart | true | 200 | 1,904 | import 'package:flutter/material.dart';
void showCustomSnackBar(
BuildContext context, {
required String message,
bool isError = false,
Duration duration = const Duration(seconds: 2),
}) {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Container(
decoration: BoxDecoration(
... | 3 |
collow254/Kilimo-Application | f734a43 | lib/pages/main_page.dart | Dart | www.github.com/collow254/Kilimo-Application/tree/main/lib/pages/main_page.dart | https://raw.githubusercontent.com/collow254/Kilimo-Application/f734a43/lib/pages/main_page.dart | collow254/Kilimo-Application f734a43 lib/pages/main_page.dart | true | 200 | 3,356 | import 'dart:ui';
import 'package:agric/pages/home_page.dart';
import 'package:flutter/material.dart';
import 'package:flutter_iconly/flutter_iconly.dart';
import '../data/channels.dart';
import 'package:badges/badges.dart' as badges;
class MainPage extends StatelessWidget {
const MainPage({super.key});
@o... | 0 |
Dhruvil-07/event_venue_booking_app | 71f1364 | lib/screens/booking_display.dart | Dart | www.github.com/Dhruvil-07/event_venue_booking_app/tree/main/lib/screens/booking_display.dart | https://raw.githubusercontent.com/Dhruvil-07/event_venue_booking_app/71f1364/lib/screens/booking_display.dart | Dhruvil-07/event_venue_booking_app 71f1364 lib/screens/booking_display.dart | true | 200 | 4,534 | import 'package:admin/screens/booking.dart';
import 'package:admin/screens/confirm_booking.dart';
import 'package:admin/screens/home.dart';
import 'package:admin/screens/pending_booking.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:flutter_zoom_dra... | 4 |
CarlosApala/app_calculadora | bdbdd3c | lib/bloc/addnumero_bloc.dart | Dart | www.github.com/CarlosApala/app_calculadora/tree/main/lib/bloc/addnumero_bloc.dart | https://raw.githubusercontent.com/CarlosApala/app_calculadora/bdbdd3c/lib/bloc/addnumero_bloc.dart | CarlosApala/app_calculadora bdbdd3c lib/bloc/addnumero_bloc.dart | true | 200 | 1,947 | import 'dart:convert';
import 'package:app_calculadora/model/calculadora.dart';
import 'package:app_calculadora/model/preparar_operacion.dart';
import 'package:bloc/bloc.dart';
import 'package:flutter/material.dart';
import 'package:meta/meta.dart';
part 'addnumero_event.dart';
part 'addnumero_state.dart';
class Add... | 5 |
Leclamar/dpbo-gender-equality | cb770c2 | lib/admin/Block_user.dart | Dart | www.github.com/Leclamar/dpbo-gender-equality/tree/main/lib/admin/Block_user.dart | https://raw.githubusercontent.com/Leclamar/dpbo-gender-equality/cb770c2/lib/admin/Block_user.dart | Leclamar/dpbo-gender-equality cb770c2 lib/admin/Block_user.dart | true | 200 | 3,730 | import 'package:flutter/material.dart';
void main() {
runApp(AdminApp());
}
class AdminApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
home: UserListPage(),
);
}
}
class UserListPage extends StatefulWidget... | 6 |
Stanislavo-QA-Compie/FertilAI | 1ed1d72 | lib/models/shared/dialogs/table_dialogs/approved_of_instruction_dialog.dart | Dart | www.github.com/Stanislavo-QA-Compie/FertilAI/tree/main/lib/models/shared/dialogs/table_dialogs/approved_of_instruction_dialog.dart | https://raw.githubusercontent.com/Stanislavo-QA-Compie/FertilAI/1ed1d72/lib/models/shared/dialogs/table_dialogs/approved_of_instruction_dialog.dart | Stanislavo-QA-Compie/FertilAI 1ed1d72 lib/models/shared/dialogs/table_dialogs/approved_of_instruction_dialog.dart | true | 200 | 1,034 | import 'package:fertilane_doctor/models/dto/patient_dto/patient_dto.dart';
import 'package:fertilane_doctor/services/dialog_service/interfaces/i_dialog.dart';
import 'package:fertilane_doctor/services/dialog_service/shared/dialog_builders.dart';
import 'package:fertilane_doctor/shared_widgets/dialogs/table_dialog_widge... | 0 |
Davisdavy/serow-desktop | cf21f37 | lib/repository/posting_categories_repository.dart | Dart | www.github.com/Davisdavy/serow-desktop/tree/main/lib/repository/posting_categories_repository.dart | https://raw.githubusercontent.com/Davisdavy/serow-desktop/cf21f37/lib/repository/posting_categories_repository.dart | Davisdavy/serow-desktop cf21f37 lib/repository/posting_categories_repository.dart | true | 200 | 537 |
import 'package:flutter/cupertino.dart';
import 'package:serow/models/suppliers/posting_categories.dart';
abstract class PostingCategoriesRepository {
//subgroups
Future<List<Results>> getPostingCategoryList(BuildContext context);
Future<String> patchPostingCategory(Results groups);
Future<String> putPostingC... | 1 |
shubham0302/habit-app | d5ebab6 | lib/screens/notification/notifications.dart | Dart | www.github.com/shubham0302/habit-app/tree/main/lib/screens/notification/notifications.dart | https://raw.githubusercontent.com/shubham0302/habit-app/d5ebab6/lib/screens/notification/notifications.dart | shubham0302/habit-app d5ebab6 lib/screens/notification/notifications.dart | true | 200 | 4,537 | import 'package:awesome_notifications/awesome_notifications.dart';
import 'package:get/get.dart';
import 'package:habbit_app/controllers/addhabbit_controller.dart';
import 'package:habbit_app/utilities/notification_utilities.dart';
Future<void> createFirstNotification() async {
await AwesomeNotifications().createNot... | 2 |
Ignashov-Aleksey/Flutterlesson | 2765be2 | lib/main.dart | Dart | www.github.com/Ignashov-Aleksey/Flutterlesson/tree/main/lib/main.dart | https://raw.githubusercontent.com/Ignashov-Aleksey/Flutterlesson/2765be2/lib/main.dart | Ignashov-Aleksey/Flutterlesson 2765be2 lib/main.dart | true | 200 | 4,740 | import 'package:flutter/material.dart';
import 'flutter_lessson.dart';
void main() {
int i=0;
while (i<2) {
registered(); //Задание 2 (1)
i++;
}
for(int i = 0; i < 2; i++)
{
registered(); //Задание 2 (2)
}
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({supe... | 3 |
cuatrosoles/remis_rider2 | 6edc89e | lib/utils/Constants.dart | Dart | www.github.com/cuatrosoles/remis_rider2/tree/main/lib/utils/Constants.dart | https://raw.githubusercontent.com/cuatrosoles/remis_rider2/6edc89e/lib/utils/Constants.dart | cuatrosoles/remis_rider2 6edc89e lib/utils/Constants.dart | true | 200 | 7,558 | import 'package:flutter/material.dart';
import 'package:mqtt_client/mqtt_server_client.dart';
import 'images.dart';
//region App name
const mAppName = 'Remises Saenz Peña';
//region Google map key
const GOOGLE_MAP_API_KEY = 'AIzaSyALU--rsdhd4lwvHyolP0x1tg4Dqcj-PI8';
//region DomainUrl
///const DOMAIN_URL =
/// 'h... | 4 |
Octanee/future_of_workout | 019ae4c | lib/src/workout_goals/view/widgets/search_fab.dart | Dart | www.github.com/Octanee/future_of_workout/tree/main/lib/src/workout_goals/view/widgets/search_fab.dart | https://raw.githubusercontent.com/Octanee/future_of_workout/019ae4c/lib/src/workout_goals/view/widgets/search_fab.dart | Octanee/future_of_workout 019ae4c lib/src/workout_goals/view/widgets/search_fab.dart | true | 200 | 633 | import 'package:flutter/material.dart';
import 'package:future_of_workout/src/exercise/exercise.dart';
import 'package:future_of_workout/src/widgets/widgets.dart';
import 'package:go_router/go_router.dart';
class SearchFab extends StatelessWidget {
const SearchFab({super.key});
@override
Widget build(BuildConte... | 5 |
hidechy/flutter_geoloc | e36b067 | lib/screens/alert/geoloc_display_alert.dart | Dart | www.github.com/hidechy/flutter_geoloc/tree/main/lib/screens/alert/geoloc_display_alert.dart | https://raw.githubusercontent.com/hidechy/flutter_geoloc/e36b067/lib/screens/alert/geoloc_display_alert.dart | hidechy/flutter_geoloc e36b067 lib/screens/alert/geoloc_display_alert.dart | true | 200 | 2,009 | // ignore_for_file: must_be_immutable
import 'package:flutter/material.dart';
import '../../extensions/extensions.dart';
import '../../models/geoloc.dart';
import 'pages/geoloc_display_page.dart';
class TabInfo {
TabInfo(this.label, this.widget);
String label;
Widget widget;
}
class GeolocDisplayAlert extend... | 7 |
cjuub/tabetai2 | c429817 | gui/tabetai2_flutter/lib/application/edit_schedule_meals_list_entry_widget.dart | Dart | www.github.com/cjuub/tabetai2/tree/main/gui/tabetai2_flutter/lib/application/edit_schedule_meals_list_entry_widget.dart | https://raw.githubusercontent.com/cjuub/tabetai2/c429817/gui/tabetai2_flutter/lib/application/edit_schedule_meals_list_entry_widget.dart | cjuub/tabetai2 c429817 gui/tabetai2_flutter/lib/application/edit_schedule_meals_list_entry_widget.dart | true | 200 | 2,666 | import 'package:flutter/material.dart';
import 'package:tabetai2_flutter/application/edit_schedule_select_meal_type_dialog.dart';
import 'package:tabetai2_flutter/backend/backend_client.dart';
import 'package:tabetai2_flutter/backend/backend_data.dart';
class EditScheduleMealsListEntryWidget extends StatefulWidget {
... | 6 |
mik3yyy/study_stats_GDSC | 1a86e19 | lib/intro-screens/intro_page_1.dart | Dart | www.github.com/mik3yyy/study_stats_GDSC/tree/main/lib/intro-screens/intro_page_1.dart | https://raw.githubusercontent.com/mik3yyy/study_stats_GDSC/1a86e19/lib/intro-screens/intro_page_1.dart | mik3yyy/study_stats_GDSC 1a86e19 lib/intro-screens/intro_page_1.dart | true | 200 | 1,028 | import 'package:flutter/material.dart';
class IntroPage1 extends StatelessWidget {
const IntroPage1({key});
@override
Widget build(BuildContext context) {
return Column(
children: [
Image.asset(
'assets/image/onboarding/frame1.png',
// height: 450,
// width: 350,
... | 0 |
beatly-dev/beat | c79624b | packages/beat/lib/src/classes/machine.dart | Dart | www.github.com/beatly-dev/beat/tree/main/packages/beat/lib/src/classes/machine.dart | https://raw.githubusercontent.com/beatly-dev/beat/c79624b/packages/beat/lib/src/classes/machine.dart | beatly-dev/beat c79624b packages/beat/lib/src/classes/machine.dart | true | 200 | 7,354 | import 'dart:async';
import '../../beat.dart';
/// The root container of the beat stations.
/// This will handle the state transitions and the event dispatching.
/// Invoked services and delayed events are also handled here.
abstract class BeatMachine {
BeatMachine();
/// station id to station
BeatStation get ... | 1 |
nambini31/Application | 31de461 | lib/Ecran/modele/article.dart | Dart | www.github.com/nambini31/Application/tree/main/lib/Ecran/modele/article.dart | https://raw.githubusercontent.com/nambini31/Application/31de461/lib/Ecran/modele/article.dart | nambini31/Application 31de461 lib/Ecran/modele/article.dart | true | 200 | 1,361 | class Article {
int _id = 1;
String _image = "";
String _libele = "";
int _prix = 0;
int _gencode = 0;
int _id_enseigne = 0;
get id_enseigne => this._id_enseigne;
set id_enseigne(value) => this._id_enseigne = value;
Article();
Article.id(this._id, this._libele, this._prix, this._gencode, th... | 2 |
Jcmljunior-Archives/estudos-com-flutter | 87ef04d | demo1/lib/main.dart | Dart | www.github.com/Jcmljunior-Archives/estudos-com-flutter/tree/main/demo1/lib/main.dart | https://raw.githubusercontent.com/Jcmljunior-Archives/estudos-com-flutter/87ef04d/demo1/lib/main.dart | Jcmljunior-Archives/estudos-com-flutter 87ef04d demo1/lib/main.dart | true | 200 | 1,505 | import 'package:demo1/increment_button.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner... | 3 |
Senthilkumar3578/Dart | d04fdb1 | Function.dart | Dart | www.github.com/Senthilkumar3578/Dart/tree/main/Function.dart | https://raw.githubusercontent.com/Senthilkumar3578/Dart/d04fdb1/Function.dart | Senthilkumar3578/Dart d04fdb1 Function.dart | true | 200 | 574 |
void main( ) {
var a=10,b=20;
int res=add(a,b);
print(res);
res=multiply(a, b);
print('Multiply ${res}');
//Ananoyms function
var num=(int nums){
return nums+nums;
};
print("the nums is 2 ${num(2)}");
print("sec num 3 ${num(3)}");
print("Arrow function ${adding(4,... | 5 |
BhilareSai/2nd_opinion_frontend | 1417246 | lib/services/doctor/Registeration.dart | Dart | www.github.com/BhilareSai/2nd_opinion_frontend/tree/main/lib/services/doctor/Registeration.dart | https://raw.githubusercontent.com/BhilareSai/2nd_opinion_frontend/1417246/lib/services/doctor/Registeration.dart | BhilareSai/2nd_opinion_frontend 1417246 lib/services/doctor/Registeration.dart | true | 200 | 3,051 | import 'dart:convert';
import 'dart:developer' as dev;
import 'dart:io';
import 'package:doctor_opinion/models/doctor/degrees.dart';
import 'package:doctor_opinion/services/constant.dart';
import 'package:http/http.dart' as http;
import 'dart:developer';
class DoctorRegisterationApi {
static Future<bool> validateUse... | 4 |
Weminal-labs/weminal-mobile-app | 101abb4 | lib/models/host_model.dart | Dart | www.github.com/Weminal-labs/weminal-mobile-app/tree/main/lib/models/host_model.dart | https://raw.githubusercontent.com/Weminal-labs/weminal-mobile-app/101abb4/lib/models/host_model.dart | Weminal-labs/weminal-mobile-app 101abb4 lib/models/host_model.dart | true | 200 | 2,542 | import 'dart:convert';
Host hostFromJson(String str) => Host.fromJson(json.decode(str));
String hostToJson(Host data) => json.encode(data.toJson());
class Host {
String owner;
String name;
String avatarUrl;
String bioShort;
String website;
String instagramHandle;
String linkedinHandle;
String tiktokH... | 7 |
vinay416/quick_type | 561b90a | lib/profile/view_model/profile_view_model.dart | Dart | www.github.com/vinay416/quick_type/tree/main/lib/profile/view_model/profile_view_model.dart | https://raw.githubusercontent.com/vinay416/quick_type/561b90a/lib/profile/view_model/profile_view_model.dart | vinay416/quick_type 561b90a lib/profile/view_model/profile_view_model.dart | true | 200 | 1,326 | import 'dart:developer';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/foundation.dart';
import 'package:google_sign_in/google_sign_in.dart';
import 'package:quick_takes/auth/model/user_model.dart';
class ProfileViewModel extends Chan... | 6 |
Ifty-Rahman/Travel_app | a068dd3 | lib/data/get_data.dart | Dart | www.github.com/Ifty-Rahman/Travel_app/tree/main/lib/data/get_data.dart | https://raw.githubusercontent.com/Ifty-Rahman/Travel_app/a068dd3/lib/data/get_data.dart | Ifty-Rahman/Travel_app a068dd3 lib/data/get_data.dart | true | 200 | 1,859 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:travel_agency/data/constants.dart';
class GetPackageData extends StatelessWidget {
final String documentId;
GetPackageData({required this.documentId});
@override
Widget build(BuildContext context) {... | 0 |
JesbinJose/Netflix_clone | 051de26 | lib/application/fast_laugh/fast_laugh_state.dart | Dart | www.github.com/JesbinJose/Netflix_clone/tree/main/lib/application/fast_laugh/fast_laugh_state.dart | https://raw.githubusercontent.com/JesbinJose/Netflix_clone/051de26/lib/application/fast_laugh/fast_laugh_state.dart | JesbinJose/Netflix_clone 051de26 lib/application/fast_laugh/fast_laugh_state.dart | true | 200 | 377 | part of 'fast_laugh_bloc.dart';
@freezed
class FastLaughState with _$FastLaughState {
const factory FastLaughState({
required List<Downloads> videoList,
required bool isloading,
required bool isError,
}) = _Initial;
factory FastLaughState.initial() =>const FastLaughState(
videoList: [],
... | 2 |
kanchasohail/master-html | b74f7ad | lib/screens/learning_screen/widgets/fact_container.dart | Dart | www.github.com/kanchasohail/master-html/tree/main/lib/screens/learning_screen/widgets/fact_container.dart | https://raw.githubusercontent.com/kanchasohail/master-html/b74f7ad/lib/screens/learning_screen/widgets/fact_container.dart | kanchasohail/master-html b74f7ad lib/screens/learning_screen/widgets/fact_container.dart | true | 200 | 1,395 |
import '../../../constants/consts.dart';
Widget factContainer({required String factText , required double fontSize , required String fontFamily , required Color containerColor , required Icon leadingIcon , required String leadingText}){
return factText != "null" ? Container(
margin: const EdgeInsets.only(left: ... | 1 |
kamil36/startup | b2b798d | lib/widgets/middle.dart | Dart | www.github.com/kamil36/startup/tree/main/lib/widgets/middle.dart | https://raw.githubusercontent.com/kamil36/startup/b2b798d/lib/widgets/middle.dart | kamil36/startup b2b798d lib/widgets/middle.dart | true | 200 | 1,326 | import 'package:carousel_slider/carousel_slider.dart';
import 'package:flutter/material.dart';
import 'package:start_up/models/imagelist.dart';
class MyMiddle extends StatefulWidget {
MyMiddle({super.key});
@override
State<MyMiddle> createState() => _MyMiddleState();
}
class _MyMiddleState extends State<MyMid... | 3 |
reactspring/flutter_uiux_package | 2787d9c | lib/src/widgets/check_boxs/widgets/check_box.dart | Dart | www.github.com/reactspring/flutter_uiux_package/tree/main/lib/src/widgets/check_boxs/widgets/check_box.dart | https://raw.githubusercontent.com/reactspring/flutter_uiux_package/2787d9c/lib/src/widgets/check_boxs/widgets/check_box.dart | reactspring/flutter_uiux_package 2787d9c lib/src/widgets/check_boxs/widgets/check_box.dart | true | 200 | 2,699 | import 'package:flutter/material.dart';
import 'package:flutter_uiux_package/flutter_uiux_package.dart';
class AgnesCheckBox extends StatefulWidget {
final int index;
final List<bool?>? values;
final void Function(bool?)? onChanged;
final bool? tristate;
final double? width;
final double? height;
final ... | 5 |
Ahmedazim7804/projectViewerApp | 111cd95 | lib/screens/homescreen.dart | Dart | www.github.com/Ahmedazim7804/projectViewerApp/tree/main/lib/screens/homescreen.dart | https://raw.githubusercontent.com/Ahmedazim7804/projectViewerApp/111cd95/lib/screens/homescreen.dart | Ahmedazim7804/projectViewerApp 111cd95 lib/screens/homescreen.dart | true | 200 | 3,368 | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:projects_viewer/screens/loading_screen.dart';
import 'package:projects_viewer/screens/project_add_screen.dart';
import 'package:projects_viewer/widgets/item_b... | 4 |
sanyam40/Flutter-Projects | 09875b4 | Dart Basics/OOPS/Pratice/practice1c.dart | Dart | www.github.com/sanyam40/Flutter-Projects/tree/main/Dart Basics/OOPS/Pratice/practice1c.dart | https://raw.githubusercontent.com/sanyam40/Flutter-Projects/09875b4/Dart%20Basics/OOPS/Pratice/practice1c.dart | sanyam40/Flutter-Projects 09875b4 Dart Basics/OOPS/Pratice/practice1c.dart | true | 200 | 1,811 | /*
Define a Dart class named BankAccount to represent bank accounts.
Implement a constructor with a required parameter for the account holder's name and
optional named parameters for account number, balance, and account type.
Ensure that the account number is initialized to a unique value if not provided, and
the ... | 6 |
yassinelogtari/flutter-todo-list | a85b0eb | lib/screen/add_note_screen.dart | Dart | www.github.com/yassinelogtari/flutter-todo-list/tree/main/lib/screen/add_note_screen.dart | https://raw.githubusercontent.com/yassinelogtari/flutter-todo-list/a85b0eb/lib/screen/add_note_screen.dart | yassinelogtari/flutter-todo-list a85b0eb lib/screen/add_note_screen.dart | true | 200 | 6,454 | import 'package:flutter/material.dart';
import 'package:flutter_to_do_list/const/colors.dart';
import 'package:flutter_to_do_list/data/firestor.dart';
import 'package:provider/provider.dart';
import 'ThemeProvider.dart'; // Import the theme provider
class Add_creen extends StatefulWidget {
const Add_creen({Key? key}... | 7 |
Otavio-f7/4chat | 6a388cd | lib/main.dart | Dart | www.github.com/Otavio-f7/4chat/tree/main/lib/main.dart | https://raw.githubusercontent.com/Otavio-f7/4chat/6a388cd/lib/main.dart | Otavio-f7/4chat 6a388cd lib/main.dart | true | 200 | 812 | import 'package:chat/core/services/notification/push_notification_service.dart';
import 'package:chat/pages/auth_or_app_page.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key})... | 2 |
hafiz-tech/hbe | d5634c6 | lib/models/return_sale_model.dart | Dart | www.github.com/hafiz-tech/hbe/tree/main/lib/models/return_sale_model.dart | https://raw.githubusercontent.com/hafiz-tech/hbe/d5634c6/lib/models/return_sale_model.dart | hafiz-tech/hbe d5634c6 lib/models/return_sale_model.dart | true | 200 | 2,429 | // To parse this JSON data, do
//
// final returnModel = returnModelFromJson(jsonString);
import 'dart:convert';
List<ReturnModel> returnModelFromJson(String str) => List<ReturnModel>.from(json.decode(str).map((x) => ReturnModel.fromJson(x)));
String returnModelToJson(List<ReturnModel> data) => json.encode(List<... | 3 |
ashim-kansal/jonsi | fa2f077 | lib/screens/bookings/widgets/cancelled_booking.dart | Dart | www.github.com/ashim-kansal/jonsi/tree/main/lib/screens/bookings/widgets/cancelled_booking.dart | https://raw.githubusercontent.com/ashim-kansal/jonsi/fa2f077/lib/screens/bookings/widgets/cancelled_booking.dart | ashim-kansal/jonsi fa2f077 lib/screens/bookings/widgets/cancelled_booking.dart | true | 200 | 2,027 | import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:kappu/models/serializable_model/booking.dart';
import 'package:kappu/screens/booking_detail/widgets/order_summary.dart';
import '../../booking_detail/widgets/service_provider_or_user_summary.dart';
cla... | 1 |
Harshik-P/Cred | 275da1f | lib/pages/Homepage/components/explore_offers_card.dart | Dart | www.github.com/Harshik-P/Cred/tree/main/lib/pages/Homepage/components/explore_offers_card.dart | https://raw.githubusercontent.com/Harshik-P/Cred/275da1f/lib/pages/Homepage/components/explore_offers_card.dart | Harshik-P/Cred 275da1f lib/pages/Homepage/components/explore_offers_card.dart | true | 200 | 1,666 | import 'package:flutter/material.dart';
import 'constants.dart';
class ExploreOffersCard extends StatelessWidget {
final index;
const ExploreOffersCard({Key? key, required this.index}) : super(key: key);
@override
Widget build(BuildContext context) {
return Container(
height: 200,
width: 170,... | 5 |
taufikgithub01/mtaufikqurrasyid_pratikum5 | 078da00 | ex11_metode_statis.dart | Dart | www.github.com/taufikgithub01/mtaufikqurrasyid_pratikum5/tree/main/ex11_metode_statis.dart | https://raw.githubusercontent.com/taufikgithub01/mtaufikqurrasyid_pratikum5/078da00/ex11_metode_statis.dart | taufikgithub01/mtaufikqurrasyid_pratikum5 078da00 ex11_metode_statis.dart | true | 200 | 712 | class Arithmetic {
static double add(double a, double b) {
return a + b;
}
static double subtract(double a, double b) {
return a - b;
}
static double mul(double a, double b) {
return a * b;
}
static double div(double a, double b) {
return a / b;
}
static int intDiv(int a, int b) {
return a ~/ b;
}
stati... | 4 |
ADKamal1/futrah | acaf249 | lib/view/screens/auth/view/widgets/login_filed.dart | Dart | www.github.com/ADKamal1/futrah/tree/main/lib/view/screens/auth/view/widgets/login_filed.dart | https://raw.githubusercontent.com/ADKamal1/futrah/acaf249/lib/view/screens/auth/view/widgets/login_filed.dart | ADKamal1/futrah acaf249 lib/view/screens/auth/view/widgets/login_filed.dart | true | 200 | 5,132 | import 'package:country_code_picker/country_code_picker.dart';
import 'package:flutter/material.dart';
import 'package:futrah/controller/constants/size.dart';
import 'package:futrah/controller/resources/localizations/app_localizations.dart';
import 'package:futrah/controller/resources/theme/colors_manager.dart';
import... | 6 |
tanviranwarrafi/draw-on-image | cd2ca52 | lib/models/drawing_point.dart | Dart | www.github.com/tanviranwarrafi/draw-on-image/tree/main/lib/models/drawing_point.dart | https://raw.githubusercontent.com/tanviranwarrafi/draw-on-image/cd2ca52/lib/models/drawing_point.dart | tanviranwarrafi/draw-on-image cd2ca52 lib/models/drawing_point.dart | true | 200 | 406 | import 'package:flutter/material.dart';
import 'package:tutorial/themes/colors.dart';
class DrawingPoint {
int id;
List<Offset> offsets;
Color color;
double width;
DrawingPoint({this.id = -1, this.offsets = const [], this.color = black, this.width = 2});
DrawingPoint copyWith({List<Offset>? offsets}) => ... | 7 |
AhmadKhteeb13/ecommerce | 50fb652 | front-end/picker/lib/widgets/drawer_item.dart | Dart | www.github.com/AhmadKhteeb13/ecommerce/tree/main/front-end/picker/lib/widgets/drawer_item.dart | https://raw.githubusercontent.com/AhmadKhteeb13/ecommerce/50fb652/front-end/picker/lib/widgets/drawer_item.dart | AhmadKhteeb13/ecommerce 50fb652 front-end/picker/lib/widgets/drawer_item.dart | true | 200 | 640 | import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
class DrawerItem{
late String title;
late IconData icon;
late String pageUrl;
late bool lastItem;
DrawerItem({required this.title,required this.icon,required this.pageUrl,required this.lastItem});
}
List... | 0 |
BizLicense/Biz_License_flutter | c9998e0 | lib/screens/create_customer_v2/create_customer_individual/create_customer_individual.dart | Dart | www.github.com/BizLicense/Biz_License_flutter/tree/main/lib/screens/create_customer_v2/create_customer_individual/create_customer_individual.dart | https://raw.githubusercontent.com/BizLicense/Biz_License_flutter/c9998e0/lib/screens/create_customer_v2/create_customer_individual/create_customer_individual.dart | BizLicense/Biz_License_flutter c9998e0 lib/screens/create_customer_v2/create_customer_individual/create_customer_individual.dart | true | 200 | 2,033 | import '../../../general_exports.dart';
class CreateCustomerIndividualStep extends StatelessWidget {
const CreateCustomerIndividualStep({super.key});
@override
Widget build(BuildContext context) {
return GetBuilder<CreateCustomerV2Controller>(
init: CreateCustomerV2Controller(),
builder: (Create... | 2 |
azzam-Tech/Madrasty-School-management-System | 2fd6176 | lib/view/manager/bttommanager.dart | Dart | www.github.com/azzam-Tech/Madrasty-School-management-System/tree/main/lib/view/manager/bttommanager.dart | https://raw.githubusercontent.com/azzam-Tech/Madrasty-School-management-System/2fd6176/lib/view/manager/bttommanager.dart | azzam-Tech/Madrasty-School-management-System 2fd6176 lib/view/manager/bttommanager.dart | true | 200 | 3,424 | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:graduation_project/data/view_modle/eealuatio_VM.dart';
import 'package:graduation_project/utility/endpoints.dart';
import 'package:graduation_project/view/manager/attendmanager.dart';
import 'package:graduation_project/view/... | 5 |
MayarBarakat/Charity-Mobile-App | e7b8c8e | lib/models/signup_error_model/signup_error_model.dart | Dart | www.github.com/MayarBarakat/Charity-Mobile-App/tree/main/lib/models/signup_error_model/signup_error_model.dart | https://raw.githubusercontent.com/MayarBarakat/Charity-Mobile-App/e7b8c8e/lib/models/signup_error_model/signup_error_model.dart | MayarBarakat/Charity-Mobile-App e7b8c8e lib/models/signup_error_model/signup_error_model.dart | true | 200 | 1,120 | class SignupErrorModel {
List<Errors>? errors;
SignupErrorModel({this.errors});
SignupErrorModel.fromJson(Map<String, dynamic> json) {
if (json['errors'] != null) {
errors = <Errors>[];
json['errors'].forEach((v) {
errors!.add(Errors.fromJson(v));
});
}
}
Map<String, dynam... | 1 |
OsamaElnagar/Yuktidea- | 666f262 | lib/shared/bloc/register_bloc/yukt_register_cubit.dart | Dart | www.github.com/OsamaElnagar/Yuktidea-/tree/main/lib/shared/bloc/register_bloc/yukt_register_cubit.dart | https://raw.githubusercontent.com/OsamaElnagar/Yuktidea-/666f262/lib/shared/bloc/register_bloc/yukt_register_cubit.dart | OsamaElnagar/Yuktidea- 666f262 lib/shared/bloc/register_bloc/yukt_register_cubit.dart | true | 200 | 2,852 | import 'package:bloc/bloc.dart';
import 'package:dio/dio.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:meta/meta.dart';
import 'package:yuktidea_auth_flow/models/login_model.dart';
import 'package:yuktidea_auth_flow/models/otp_model.dart';
import 'packag... | 4 |
CesarArellano/Curso_Flutter | b601eae | Flutter/movie_app/lib/providers/movies_provider.dart | Dart | www.github.com/CesarArellano/Curso_Flutter/tree/main/Flutter/movie_app/lib/providers/movies_provider.dart | https://raw.githubusercontent.com/CesarArellano/Curso_Flutter/b601eae/Flutter/movie_app/lib/providers/movies_provider.dart | CesarArellano/Curso_Flutter b601eae Flutter/movie_app/lib/providers/movies_provider.dart | true | 200 | 4,011 | import 'dart:async';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:movie_app/helpers/debouncer.dart';
import 'package:movie_app/models/models.dart';
import 'package:movie_app/models/movie_full_response.dart';
class MoviesProvider extends ChangeNotifier {
final ... | 7 |
William01Dantas/pokedex-2 | 162273e | test/features/presentation/widgets/tag_widget_test.dart | Dart | www.github.com/William01Dantas/pokedex-2/tree/main/test/features/presentation/widgets/tag_widget_test.dart | https://raw.githubusercontent.com/William01Dantas/pokedex-2/162273e/test/features/presentation/widgets/tag_widget_test.dart | William01Dantas/pokedex-2 162273e test/features/presentation/widgets/tag_widget_test.dart | true | 200 | 1,240 | import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:pokedex/features/presentation/widgets/tag_widget.dart';
import 'package:pokedex/core/presenters/theme/size_outlet.dart';
void main() {
testWidgets('TagWidget has correct padding and margin', (WidgetTester tester)... | 6 |
keishimizu26629/tarakite-flutter-app | 161eb86 | lib/domain/interfaces/i_group_repository.dart | Dart | www.github.com/keishimizu26629/tarakite-flutter-app/tree/main/lib/domain/interfaces/i_group_repository.dart | https://raw.githubusercontent.com/keishimizu26629/tarakite-flutter-app/161eb86/lib/domain/interfaces/i_group_repository.dart | keishimizu26629/tarakite-flutter-app 161eb86 lib/domain/interfaces/i_group_repository.dart | true | 200 | 2,058 | import 'package:lakiite/domain/entity/group.dart';
/// グループ管理機能を提供するリポジトリのインターフェース
///
/// アプリケーションのグループに関する以下の機能を定義します:
/// - グループの取得・作成・更新・削除
/// - グループメンバーの追加・削除
/// - グループ情報の監視
///
/// このインターフェースの実装クラスは、
/// データストア(例:Firestore)とアプリケーションを
/// 橋渡しする役割を果たします。
abstract class IGroupRepository {
/// 全てのグループを取得する
///... | 3 |
a3bd2lra7man/task_app | fb05e31 | lib/tasks/_common/forms/task_form.dart | Dart | www.github.com/a3bd2lra7man/task_app/tree/main/lib/tasks/_common/forms/task_form.dart | https://raw.githubusercontent.com/a3bd2lra7man/task_app/fb05e31/lib/tasks/_common/forms/task_form.dart | a3bd2lra7man/task_app fb05e31 lib/tasks/_common/forms/task_form.dart | true | 200 | 2,094 | import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:task_app/tasks/_common/forms/form_validator.dart';
import '../widgets/primary_edit_text.dart';
class TaskForm extends StatelessWidget {
static Widget init(TaskFormValidator validator) {
return ChangeNotifierProvider... | 0 |
robiulalam210/e_commercefirbase | 64fc0f7 | lib/admin/add/add_category_item.dart | Dart | www.github.com/robiulalam210/e_commercefirbase/tree/main/lib/admin/add/add_category_item.dart | https://raw.githubusercontent.com/robiulalam210/e_commercefirbase/64fc0f7/lib/admin/add/add_category_item.dart | robiulalam210/e_commercefirbase 64fc0f7 lib/admin/add/add_category_item.dart | true | 200 | 7,013 | import 'dart:io';
import 'package:e_commerce_firbase/Utlis/utlis.dart';
import 'package:e_commerce_firbase/provider/admin/admin_add_category_provider.dart';
import 'package:e_commerce_firbase/widgets/coustom_button.dart';
import 'package:e_commerce_firbase/widgets/textformfield.dart';
import 'package:flutter/material.... | 2 |
tala-srf/TEst | 7825768 | lib/ui/pdf_view_ui.dart | Dart | www.github.com/tala-srf/TEst/tree/main/lib/ui/pdf_view_ui.dart | https://raw.githubusercontent.com/tala-srf/TEst/7825768/lib/ui/pdf_view_ui.dart | tala-srf/TEst 7825768 lib/ui/pdf_view_ui.dart | true | 200 | 1,097 | import 'package:flutter/material.dart';
import 'package:syncfusion_flutter_pdfviewer/pdfviewer.dart';
/// Represents PdfView for Navigation
class PdfView extends StatefulWidget {
const PdfView({Key? key}) : super(key: key);
@override
_PdfView createState() => _PdfView();
}
class _PdfView extends State<PdfVi... | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.