From 8ecc9580ae00c5a1ed1aad076a56187da718ddf0 Mon Sep 17 00:00:00 2001 From: Ahmed Elsayed Date: Sat, 9 Sep 2023 07:12:08 +0300 Subject: [PATCH] Fix formatting --- .../domain/sign_in_with_email.freezed.dart | 17 +-- .../auth_local_data_source.g.dart | 8 +- .../auth_remote_data_source.g.dart | 8 +- .../infrastructure/dtos/user_dto.freezed.dart | 21 ++-- lib/auth/infrastructure/dtos/user_dto.g.dart | 3 +- .../infrastructure/repos/auth_repo.g.dart | 3 +- .../providers/auth_state_provider.g.dart | 8 +- .../providers/check_auth_provider.g.dart | 3 +- .../providers/sign_in_provider.g.dart | 22 ++-- .../providers/sign_out_provider.g.dart | 7 +- .../locale_local_data_source.g.dart | 8 +- .../infrastructure/repos/locale_repo.g.dart | 3 +- .../providers/app_locale_provider.g.dart | 11 +- .../current_app_locale_provider.g.dart | 5 +- .../theme_local_data_source.g.dart | 8 +- .../infrastructure/repos/theme_repo.g.dart | 3 +- .../providers/app_theme_provider.g.dart | 11 +- .../current_app_theme_provider.g.dart | 19 ++-- .../error/app_exception.freezed.dart | 93 +++++----------- .../local/image_picker_facade.g.dart | 5 +- .../local/shared_preferences_facade.g.dart | 16 +-- .../api_callers/google_map_api_facade.g.dart | 8 +- .../session_token_interceptor.g.dart | 11 +- .../api_callers/firebase_auth_facade.g.dart | 8 +- .../firebase_firestorage_facade.g.dart | 8 +- .../firebase_firestore_facade.g.dart | 11 +- .../services/connection_stream_service.g.dart | 8 +- .../services/fcm_service/fcm_provider.g.dart | 33 ++---- .../show_fcm_notification_provider.g.dart | 13 +-- ...lutter_local_notifications_provider.g.dart | 33 ++---- .../show_local_notification_provider.g.dart | 13 +-- .../services/location_service.g.dart | 5 +- .../providers/device_info_providers.g.dart | 8 +- .../providers/splash_providers.g.dart | 8 +- .../presentation/routing/app_router.g.dart | 33 ++---- .../presentation/utils/event.freezed.dart | 18 +-- lib/features/home/domain/order.freezed.dart | 18 +-- .../home/domain/orders_service.g.dart | 5 +- .../update_delivery_geopoint.freezed.dart | 27 ++--- .../update_delivery_status.freezed.dart | 25 ++--- .../home/domain/value_objects.freezed.dart | 32 ++---- .../orders_remote_data_source.g.dart | 11 +- .../dtos/order_dto.freezed.dart | 75 +++++-------- .../home/infrastructure/dtos/order_dto.g.dart | 6 +- ...update_delivery_geo_point_dto.freezed.dart | 33 +++--- .../dtos/update_delivery_geo_point_dto.g.dart | 3 +- .../update_delivery_status_dto.freezed.dart | 35 +++--- .../dtos/update_delivery_status_dto.g.dart | 3 +- .../infrastructure/repos/orders_repo.g.dart | 3 +- .../providers/location_stream_provider.g.dart | 40 +++---- .../my_delivering_orders_provider.g.dart | 8 +- .../providers/selected_order_provider.g.dart | 10 +- .../providers/upcoming_orders_provider.g.dart | 8 +- .../update_delivery_geo_point_provider.g.dart | 27 ++--- .../update_delivery_status_provider.g.dart | 26 ++--- .../update_delivery_status_state.freezed.dart | 40 +++---- .../map/domain/place_details.freezed.dart | 27 ++--- .../map/domain/place_directions.freezed.dart | 54 +++------ .../map_remote_data_source.g.dart | 8 +- .../dtos/place_details_dto.freezed.dart | 28 ++--- .../dtos/place_details_dto.g.dart | 3 +- .../dtos/place_directions_dto.freezed.dart | 104 +++++++----------- .../dtos/place_directions_dto.g.dart | 9 +- .../map/infrastructure/repos/map_repo.g.dart | 3 +- ...is_arrived_target_location_provider.g.dart | 8 +- .../map_confirm_order_provider.g.dart | 29 ++--- .../providers/map_controller_provider.g.dart | 17 ++- .../map_circles_providers.g.dart | 6 +- .../map_markers_providers.g.dart | 6 +- .../map_polylines_provider.g.dart | 3 +- ...y_location_camera_position_provider.g.dart | 11 +- .../my_location_circle_provider.g.dart | 5 +- .../my_location_marker_provider.g.dart | 19 ++-- .../place_autocomplete_provider.g.dart | 51 +++------ .../providers/place_details_provider.g.dart | 36 +++--- ...t_location_camera_position_provider.g.dart | 14 +-- ...target_location_directions_provider.g.dart | 28 ++--- .../target_location_geo_point_provider.g.dart | 12 +- .../target_location_marker_provider.g.dart | 8 +- .../fcm_remote_message_providers.g.dart | 25 ++--- .../tapped_notification_provider.g.dart | 11 +- .../domain/profile_details.freezed.dart | 25 ++--- .../profile_local_data_source.g.dart | 11 +- .../profile_remote_data_source.g.dart | 11 +- .../dtos/profile_details_dto.freezed.dart | 18 ++- .../dtos/profile_details_dto.g.dart | 3 +- .../pick_profile_image_provider.g.dart | 10 +- .../providers/profile_details_provider.g.dart | 29 ++--- .../update_profile_image_provider.g.dart | 39 +++---- 89 files changed, 575 insertions(+), 1031 deletions(-) diff --git a/lib/auth/domain/sign_in_with_email.freezed.dart b/lib/auth/domain/sign_in_with_email.freezed.dart index 7ea1fcaa..f7f62a82 100644 --- a/lib/auth/domain/sign_in_with_email.freezed.dart +++ b/lib/auth/domain/sign_in_with_email.freezed.dart @@ -22,14 +22,12 @@ mixin _$SignInWithEmail { String get password => throw _privateConstructorUsedError; @JsonKey(ignore: true) - $SignInWithEmailCopyWith get copyWith => - throw _privateConstructorUsedError; + $SignInWithEmailCopyWith get copyWith => throw _privateConstructorUsedError; } /// @nodoc abstract class $SignInWithEmailCopyWith<$Res> { - factory $SignInWithEmailCopyWith( - SignInWithEmail value, $Res Function(SignInWithEmail) then) = + factory $SignInWithEmailCopyWith(SignInWithEmail value, $Res Function(SignInWithEmail) then) = _$SignInWithEmailCopyWithImpl<$Res, SignInWithEmail>; @useResult $Res call({String email, String password}); @@ -65,8 +63,7 @@ class _$SignInWithEmailCopyWithImpl<$Res, $Val extends SignInWithEmail> } /// @nodoc -abstract class _$$_SignInWithEmailCopyWith<$Res> - implements $SignInWithEmailCopyWith<$Res> { +abstract class _$$_SignInWithEmailCopyWith<$Res> implements $SignInWithEmailCopyWith<$Res> { factory _$$_SignInWithEmailCopyWith( _$_SignInWithEmail value, $Res Function(_$_SignInWithEmail) then) = __$$_SignInWithEmailCopyWithImpl<$Res>; @@ -125,8 +122,7 @@ class _$_SignInWithEmail implements _SignInWithEmail { (other.runtimeType == runtimeType && other is _$_SignInWithEmail && (identical(other.email, email) || other.email == email) && - (identical(other.password, password) || - other.password == password)); + (identical(other.password, password) || other.password == password)); } @override @@ -140,9 +136,8 @@ class _$_SignInWithEmail implements _SignInWithEmail { } abstract class _SignInWithEmail implements SignInWithEmail { - const factory _SignInWithEmail( - {required final String email, - required final String password}) = _$_SignInWithEmail; + const factory _SignInWithEmail({required final String email, required final String password}) = + _$_SignInWithEmail; @override // Note: You should consider using separate value object (with its validator method) // for these values if they're used in other entities. diff --git a/lib/auth/infrastructure/data_sources/auth_local_data_source.g.dart b/lib/auth/infrastructure/data_sources/auth_local_data_source.g.dart index f675abf7..ea3ef647 100644 --- a/lib/auth/infrastructure/data_sources/auth_local_data_source.g.dart +++ b/lib/auth/infrastructure/data_sources/auth_local_data_source.g.dart @@ -6,17 +6,15 @@ part of 'auth_local_data_source.dart'; // RiverpodGenerator // ************************************************************************** -String _$authLocalDataSourceHash() => - r'1803fb2f761569f5757b039c20fad89710ac682d'; +String _$authLocalDataSourceHash() => r'1803fb2f761569f5757b039c20fad89710ac682d'; /// See also [authLocalDataSource]. @ProviderFor(authLocalDataSource) final authLocalDataSourceProvider = Provider.internal( authLocalDataSource, name: r'authLocalDataSourceProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$authLocalDataSourceHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$authLocalDataSourceHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/auth/infrastructure/data_sources/auth_remote_data_source.g.dart b/lib/auth/infrastructure/data_sources/auth_remote_data_source.g.dart index 051906c0..b47a4d1c 100644 --- a/lib/auth/infrastructure/data_sources/auth_remote_data_source.g.dart +++ b/lib/auth/infrastructure/data_sources/auth_remote_data_source.g.dart @@ -6,17 +6,15 @@ part of 'auth_remote_data_source.dart'; // RiverpodGenerator // ************************************************************************** -String _$authRemoteDataSourceHash() => - r'2b1dbd1ec184d93b68d1d41ce6220258dfb62201'; +String _$authRemoteDataSourceHash() => r'2b1dbd1ec184d93b68d1d41ce6220258dfb62201'; /// See also [authRemoteDataSource]. @ProviderFor(authRemoteDataSource) final authRemoteDataSourceProvider = Provider.internal( authRemoteDataSource, name: r'authRemoteDataSourceProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$authRemoteDataSourceHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$authRemoteDataSourceHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/auth/infrastructure/dtos/user_dto.freezed.dart b/lib/auth/infrastructure/dtos/user_dto.freezed.dart index 7d03ef22..88a22a02 100644 --- a/lib/auth/infrastructure/dtos/user_dto.freezed.dart +++ b/lib/auth/infrastructure/dtos/user_dto.freezed.dart @@ -36,13 +36,11 @@ abstract class $UserDtoCopyWith<$Res> { factory $UserDtoCopyWith(UserDto value, $Res Function(UserDto) then) = _$UserDtoCopyWithImpl<$Res, UserDto>; @useResult - $Res call( - {String id, String email, String? name, String? phone, String? image}); + $Res call({String id, String email, String? name, String? phone, String? image}); } /// @nodoc -class _$UserDtoCopyWithImpl<$Res, $Val extends UserDto> - implements $UserDtoCopyWith<$Res> { +class _$UserDtoCopyWithImpl<$Res, $Val extends UserDto> implements $UserDtoCopyWith<$Res> { _$UserDtoCopyWithImpl(this._value, this._then); // ignore: unused_field @@ -86,18 +84,15 @@ class _$UserDtoCopyWithImpl<$Res, $Val extends UserDto> /// @nodoc abstract class _$$_UserDtoCopyWith<$Res> implements $UserDtoCopyWith<$Res> { - factory _$$_UserDtoCopyWith( - _$_UserDto value, $Res Function(_$_UserDto) then) = + factory _$$_UserDtoCopyWith(_$_UserDto value, $Res Function(_$_UserDto) then) = __$$_UserDtoCopyWithImpl<$Res>; @override @useResult - $Res call( - {String id, String email, String? name, String? phone, String? image}); + $Res call({String id, String email, String? name, String? phone, String? image}); } /// @nodoc -class __$$_UserDtoCopyWithImpl<$Res> - extends _$UserDtoCopyWithImpl<$Res, _$_UserDto> +class __$$_UserDtoCopyWithImpl<$Res> extends _$UserDtoCopyWithImpl<$Res, _$_UserDto> implements _$$_UserDtoCopyWith<$Res> { __$$_UserDtoCopyWithImpl(_$_UserDto _value, $Res Function(_$_UserDto) _then) : super(_value, _then); @@ -147,8 +142,7 @@ class _$_UserDto extends _UserDto { required this.image}) : super._(); - factory _$_UserDto.fromJson(Map json) => - _$$_UserDtoFromJson(json); + factory _$_UserDto.fromJson(Map json) => _$$_UserDtoFromJson(json); @override final String id; @@ -219,6 +213,5 @@ abstract class _UserDto extends UserDto { String? get image; @override @JsonKey(ignore: true) - _$$_UserDtoCopyWith<_$_UserDto> get copyWith => - throw _privateConstructorUsedError; + _$$_UserDtoCopyWith<_$_UserDto> get copyWith => throw _privateConstructorUsedError; } diff --git a/lib/auth/infrastructure/dtos/user_dto.g.dart b/lib/auth/infrastructure/dtos/user_dto.g.dart index 61c85433..1faeca92 100644 --- a/lib/auth/infrastructure/dtos/user_dto.g.dart +++ b/lib/auth/infrastructure/dtos/user_dto.g.dart @@ -14,8 +14,7 @@ _$_UserDto _$$_UserDtoFromJson(Map json) => _$_UserDto( image: json['image'] as String?, ); -Map _$$_UserDtoToJson(_$_UserDto instance) => - { +Map _$$_UserDtoToJson(_$_UserDto instance) => { 'id': instance.id, 'email': instance.email, 'name': instance.name, diff --git a/lib/auth/infrastructure/repos/auth_repo.g.dart b/lib/auth/infrastructure/repos/auth_repo.g.dart index dd2b8721..b9cc486e 100644 --- a/lib/auth/infrastructure/repos/auth_repo.g.dart +++ b/lib/auth/infrastructure/repos/auth_repo.g.dart @@ -13,8 +13,7 @@ String _$authRepoHash() => r'52a02e4350daf00425eb2e1313c853db41b75c71'; final authRepoProvider = Provider.internal( authRepo, name: r'authRepoProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$authRepoHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$authRepoHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/auth/presentation/providers/auth_state_provider.g.dart b/lib/auth/presentation/providers/auth_state_provider.g.dart index 576af95c..791b91e1 100644 --- a/lib/auth/presentation/providers/auth_state_provider.g.dart +++ b/lib/auth/presentation/providers/auth_state_provider.g.dart @@ -13,9 +13,8 @@ String _$currentUserStateHash() => r'd16e022b3657f254a8e901a431c52311b73da818'; final currentUserStateProvider = AutoDisposeFutureProvider.internal( currentUserState, name: r'currentUserStateProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$currentUserStateHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$currentUserStateHash, dependencies: null, allTransitiveDependencies: null, ); @@ -42,8 +41,7 @@ String _$authStateHash() => r'1009ba3f81452f2e5b7062ad2709ebc8cacc8375'; final authStateProvider = NotifierProvider>.internal( AuthState.new, name: r'authStateProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$authStateHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$authStateHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/auth/presentation/providers/check_auth_provider.g.dart b/lib/auth/presentation/providers/check_auth_provider.g.dart index 13da2122..adf57857 100644 --- a/lib/auth/presentation/providers/check_auth_provider.g.dart +++ b/lib/auth/presentation/providers/check_auth_provider.g.dart @@ -13,8 +13,7 @@ String _$checkAuthHash() => r'f35dd6255cfdb442a36065a1752e8833d277a6ca'; final checkAuthProvider = AutoDisposeFutureProvider.internal( checkAuth, name: r'checkAuthProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$checkAuthHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$checkAuthHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/auth/presentation/providers/sign_in_provider.g.dart b/lib/auth/presentation/providers/sign_in_provider.g.dart index ec9f1bac..ab0e721b 100644 --- a/lib/auth/presentation/providers/sign_in_provider.g.dart +++ b/lib/auth/presentation/providers/sign_in_provider.g.dart @@ -80,8 +80,7 @@ class SignInFamily extends Family> { static const Iterable? _allTransitiveDependencies = null; @override - Iterable? get allTransitiveDependencies => - _allTransitiveDependencies; + Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'signInProvider'; @@ -100,9 +99,7 @@ class SignInProvider extends AutoDisposeFutureProvider { from: signInProvider, name: r'signInProvider', debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') - ? null - : _$signInHash, + const bool.fromEnvironment('dart.vm.product') ? null : _$signInHash, dependencies: SignInFamily._dependencies, allTransitiveDependencies: SignInFamily._allTransitiveDependencies, ); @@ -123,22 +120,19 @@ class SignInProvider extends AutoDisposeFutureProvider { } } -String _$signInWithEmailEventHash() => - r'ed6e0942c8185c5719a58e5615f092db8e9bcff4'; +String _$signInWithEmailEventHash() => r'ed6e0942c8185c5719a58e5615f092db8e9bcff4'; /// See also [SignInWithEmailEvent]. @ProviderFor(SignInWithEmailEvent) -final signInWithEmailEventProvider = AutoDisposeNotifierProvider< - SignInWithEmailEvent, Option>>.internal( +final signInWithEmailEventProvider = + AutoDisposeNotifierProvider>>.internal( SignInWithEmailEvent.new, name: r'signInWithEmailEventProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$signInWithEmailEventHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$signInWithEmailEventHash, dependencies: null, allTransitiveDependencies: null, ); -typedef _$SignInWithEmailEvent - = AutoDisposeNotifier>>; +typedef _$SignInWithEmailEvent = AutoDisposeNotifier>>; // ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions diff --git a/lib/auth/presentation/providers/sign_out_provider.g.dart b/lib/auth/presentation/providers/sign_out_provider.g.dart index 58558714..937fb9af 100644 --- a/lib/auth/presentation/providers/sign_out_provider.g.dart +++ b/lib/auth/presentation/providers/sign_out_provider.g.dart @@ -80,8 +80,7 @@ class SignOutFamily extends Family> { static const Iterable? _allTransitiveDependencies = null; @override - Iterable? get allTransitiveDependencies => - _allTransitiveDependencies; + Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'signOutProvider'; @@ -100,9 +99,7 @@ class SignOutProvider extends AutoDisposeFutureProvider { from: signOutProvider, name: r'signOutProvider', debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') - ? null - : _$signOutHash, + const bool.fromEnvironment('dart.vm.product') ? null : _$signOutHash, dependencies: SignOutFamily._dependencies, allTransitiveDependencies: SignOutFamily._allTransitiveDependencies, ); diff --git a/lib/core/core_features/locale/infrastructure/data_sources/locale_local_data_source.g.dart b/lib/core/core_features/locale/infrastructure/data_sources/locale_local_data_source.g.dart index fd6c2008..901479db 100644 --- a/lib/core/core_features/locale/infrastructure/data_sources/locale_local_data_source.g.dart +++ b/lib/core/core_features/locale/infrastructure/data_sources/locale_local_data_source.g.dart @@ -6,17 +6,15 @@ part of 'locale_local_data_source.dart'; // RiverpodGenerator // ************************************************************************** -String _$localeLocalDataSourceHash() => - r'4f0bd71bf24999c3d9bd22f9246a6b3b9912cf1c'; +String _$localeLocalDataSourceHash() => r'4f0bd71bf24999c3d9bd22f9246a6b3b9912cf1c'; /// See also [localeLocalDataSource]. @ProviderFor(localeLocalDataSource) final localeLocalDataSourceProvider = Provider.internal( localeLocalDataSource, name: r'localeLocalDataSourceProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$localeLocalDataSourceHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$localeLocalDataSourceHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/core_features/locale/infrastructure/repos/locale_repo.g.dart b/lib/core/core_features/locale/infrastructure/repos/locale_repo.g.dart index d0d86346..df3a0497 100644 --- a/lib/core/core_features/locale/infrastructure/repos/locale_repo.g.dart +++ b/lib/core/core_features/locale/infrastructure/repos/locale_repo.g.dart @@ -13,8 +13,7 @@ String _$localeRepoHash() => r'3f6413ec283394b7f058444fe25c87a554118a99'; final localeRepoProvider = Provider.internal( localeRepo, name: r'localeRepoProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$localeRepoHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$localeRepoHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/core_features/locale/presentation/providers/app_locale_provider.g.dart b/lib/core/core_features/locale/presentation/providers/app_locale_provider.g.dart index 250c91b8..1ea31a96 100644 --- a/lib/core/core_features/locale/presentation/providers/app_locale_provider.g.dart +++ b/lib/core/core_features/locale/presentation/providers/app_locale_provider.g.dart @@ -6,18 +6,15 @@ part of 'app_locale_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$appLocaleControllerHash() => - r'1d298974d0c7f2224869825312c2cd455dd979fb'; +String _$appLocaleControllerHash() => r'1d298974d0c7f2224869825312c2cd455dd979fb'; /// See also [AppLocaleController]. @ProviderFor(AppLocaleController) -final appLocaleControllerProvider = - AsyncNotifierProvider.internal( +final appLocaleControllerProvider = AsyncNotifierProvider.internal( AppLocaleController.new, name: r'appLocaleControllerProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$appLocaleControllerHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$appLocaleControllerHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/core_features/locale/presentation/providers/current_app_locale_provider.g.dart b/lib/core/core_features/locale/presentation/providers/current_app_locale_provider.g.dart index 23ff1e85..8c0b301e 100644 --- a/lib/core/core_features/locale/presentation/providers/current_app_locale_provider.g.dart +++ b/lib/core/core_features/locale/presentation/providers/current_app_locale_provider.g.dart @@ -13,9 +13,8 @@ String _$currentAppLocaleHash() => r'96b379da34a6e1ef7c61ee8b3d283b372813aa12'; final currentAppLocaleProvider = Provider.internal( currentAppLocale, name: r'currentAppLocaleProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$currentAppLocaleHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$currentAppLocaleHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/core_features/theme/infrastructure/data_sources/theme_local_data_source.g.dart b/lib/core/core_features/theme/infrastructure/data_sources/theme_local_data_source.g.dart index 2e95a721..334f2f5e 100644 --- a/lib/core/core_features/theme/infrastructure/data_sources/theme_local_data_source.g.dart +++ b/lib/core/core_features/theme/infrastructure/data_sources/theme_local_data_source.g.dart @@ -6,17 +6,15 @@ part of 'theme_local_data_source.dart'; // RiverpodGenerator // ************************************************************************** -String _$themeLocalDataSourceHash() => - r'012b1adde3f006dd383b28df2a5da4054455e984'; +String _$themeLocalDataSourceHash() => r'012b1adde3f006dd383b28df2a5da4054455e984'; /// See also [themeLocalDataSource]. @ProviderFor(themeLocalDataSource) final themeLocalDataSourceProvider = Provider.internal( themeLocalDataSource, name: r'themeLocalDataSourceProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$themeLocalDataSourceHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$themeLocalDataSourceHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/core_features/theme/infrastructure/repos/theme_repo.g.dart b/lib/core/core_features/theme/infrastructure/repos/theme_repo.g.dart index 1615f0a7..4998d19d 100644 --- a/lib/core/core_features/theme/infrastructure/repos/theme_repo.g.dart +++ b/lib/core/core_features/theme/infrastructure/repos/theme_repo.g.dart @@ -13,8 +13,7 @@ String _$themeRepoHash() => r'677a73456eba192e4bcd301d37547e952eb3b58c'; final themeRepoProvider = Provider.internal( themeRepo, name: r'themeRepoProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$themeRepoHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$themeRepoHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/core_features/theme/presentation/providers/app_theme_provider.g.dart b/lib/core/core_features/theme/presentation/providers/app_theme_provider.g.dart index 67630a5f..9b5036fa 100644 --- a/lib/core/core_features/theme/presentation/providers/app_theme_provider.g.dart +++ b/lib/core/core_features/theme/presentation/providers/app_theme_provider.g.dart @@ -6,18 +6,15 @@ part of 'app_theme_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$appThemeControllerHash() => - r'b1cc092cac895080587a23298a2767693f6419b7'; +String _$appThemeControllerHash() => r'b1cc092cac895080587a23298a2767693f6419b7'; /// See also [AppThemeController]. @ProviderFor(AppThemeController) -final appThemeControllerProvider = - AsyncNotifierProvider.internal( +final appThemeControllerProvider = AsyncNotifierProvider.internal( AppThemeController.new, name: r'appThemeControllerProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$appThemeControllerHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$appThemeControllerHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/core_features/theme/presentation/providers/current_app_theme_provider.g.dart b/lib/core/core_features/theme/presentation/providers/current_app_theme_provider.g.dart index 944a3012..6d8b52d3 100644 --- a/lib/core/core_features/theme/presentation/providers/current_app_theme_provider.g.dart +++ b/lib/core/core_features/theme/presentation/providers/current_app_theme_provider.g.dart @@ -6,34 +6,29 @@ part of 'current_app_theme_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$currentAppThemeModeHash() => - r'33a471e3b3ba92d877a97cb840e99be8e3d6a6cd'; +String _$currentAppThemeModeHash() => r'33a471e3b3ba92d877a97cb840e99be8e3d6a6cd'; /// See also [currentAppThemeMode]. @ProviderFor(currentAppThemeMode) final currentAppThemeModeProvider = Provider.internal( currentAppThemeMode, name: r'currentAppThemeModeProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$currentAppThemeModeHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$currentAppThemeModeHash, dependencies: null, allTransitiveDependencies: null, ); typedef CurrentAppThemeModeRef = ProviderRef; -String _$platformBrightnessHash() => - r'45d60c888829ec39a19ad4496abb7407e1e9ec96'; +String _$platformBrightnessHash() => r'45d60c888829ec39a19ad4496abb7407e1e9ec96'; /// See also [PlatformBrightness]. @ProviderFor(PlatformBrightness) -final platformBrightnessProvider = - NotifierProvider.internal( +final platformBrightnessProvider = NotifierProvider.internal( PlatformBrightness.new, name: r'platformBrightnessProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$platformBrightnessHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$platformBrightnessHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/infrastructure/error/app_exception.freezed.dart b/lib/core/infrastructure/error/app_exception.freezed.dart index 4b928d15..70c4827b 100644 --- a/lib/core/infrastructure/error/app_exception.freezed.dart +++ b/lib/core/infrastructure/error/app_exception.freezed.dart @@ -21,28 +21,20 @@ mixin _$AppException { int? get code => throw _privateConstructorUsedError; @optionalTypeArgs TResult when({ - required TResult Function( - ServerExceptionType type, String message, int? code) - serverException, - required TResult Function( - CacheExceptionType type, String message, int? code) - cacheException, + required TResult Function(ServerExceptionType type, String message, int? code) serverException, + required TResult Function(CacheExceptionType type, String message, int? code) cacheException, }) => throw _privateConstructorUsedError; @optionalTypeArgs TResult? whenOrNull({ - TResult? Function(ServerExceptionType type, String message, int? code)? - serverException, - TResult? Function(CacheExceptionType type, String message, int? code)? - cacheException, + TResult? Function(ServerExceptionType type, String message, int? code)? serverException, + TResult? Function(CacheExceptionType type, String message, int? code)? cacheException, }) => throw _privateConstructorUsedError; @optionalTypeArgs TResult maybeWhen({ - TResult Function(ServerExceptionType type, String message, int? code)? - serverException, - TResult Function(CacheExceptionType type, String message, int? code)? - cacheException, + TResult Function(ServerExceptionType type, String message, int? code)? serverException, + TResult Function(CacheExceptionType type, String message, int? code)? cacheException, required TResult orElse(), }) => throw _privateConstructorUsedError; @@ -67,14 +59,12 @@ mixin _$AppException { throw _privateConstructorUsedError; @JsonKey(ignore: true) - $AppExceptionCopyWith get copyWith => - throw _privateConstructorUsedError; + $AppExceptionCopyWith get copyWith => throw _privateConstructorUsedError; } /// @nodoc abstract class $AppExceptionCopyWith<$Res> { - factory $AppExceptionCopyWith( - AppException value, $Res Function(AppException) then) = + factory $AppExceptionCopyWith(AppException value, $Res Function(AppException) then) = _$AppExceptionCopyWithImpl<$Res, AppException>; @useResult $Res call({String message, int? code}); @@ -110,8 +100,7 @@ class _$AppExceptionCopyWithImpl<$Res, $Val extends AppException> } /// @nodoc -abstract class _$$ServerExceptionCopyWith<$Res> - implements $AppExceptionCopyWith<$Res> { +abstract class _$$ServerExceptionCopyWith<$Res> implements $AppExceptionCopyWith<$Res> { factory _$$ServerExceptionCopyWith( _$ServerException value, $Res Function(_$ServerException) then) = __$$ServerExceptionCopyWithImpl<$Res>; @@ -124,8 +113,7 @@ abstract class _$$ServerExceptionCopyWith<$Res> class __$$ServerExceptionCopyWithImpl<$Res> extends _$AppExceptionCopyWithImpl<$Res, _$ServerException> implements _$$ServerExceptionCopyWith<$Res> { - __$$ServerExceptionCopyWithImpl( - _$ServerException _value, $Res Function(_$ServerException) _then) + __$$ServerExceptionCopyWithImpl(_$ServerException _value, $Res Function(_$ServerException) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -155,8 +143,7 @@ class __$$ServerExceptionCopyWithImpl<$Res> /// @nodoc class _$ServerException implements ServerException { - const _$ServerException( - {required this.type, required this.message, this.code}); + const _$ServerException({required this.type, required this.message, this.code}); @override final ServerExceptionType type; @@ -192,12 +179,8 @@ class _$ServerException implements ServerException { @override @optionalTypeArgs TResult when({ - required TResult Function( - ServerExceptionType type, String message, int? code) - serverException, - required TResult Function( - CacheExceptionType type, String message, int? code) - cacheException, + required TResult Function(ServerExceptionType type, String message, int? code) serverException, + required TResult Function(CacheExceptionType type, String message, int? code) cacheException, }) { return serverException(type, message, code); } @@ -205,10 +188,8 @@ class _$ServerException implements ServerException { @override @optionalTypeArgs TResult? whenOrNull({ - TResult? Function(ServerExceptionType type, String message, int? code)? - serverException, - TResult? Function(CacheExceptionType type, String message, int? code)? - cacheException, + TResult? Function(ServerExceptionType type, String message, int? code)? serverException, + TResult? Function(CacheExceptionType type, String message, int? code)? cacheException, }) { return serverException?.call(type, message, code); } @@ -216,10 +197,8 @@ class _$ServerException implements ServerException { @override @optionalTypeArgs TResult maybeWhen({ - TResult Function(ServerExceptionType type, String message, int? code)? - serverException, - TResult Function(CacheExceptionType type, String message, int? code)? - cacheException, + TResult Function(ServerExceptionType type, String message, int? code)? serverException, + TResult Function(CacheExceptionType type, String message, int? code)? cacheException, required TResult orElse(), }) { if (serverException != null) { @@ -274,15 +253,12 @@ abstract class ServerException implements AppException { int? get code; @override @JsonKey(ignore: true) - _$$ServerExceptionCopyWith<_$ServerException> get copyWith => - throw _privateConstructorUsedError; + _$$ServerExceptionCopyWith<_$ServerException> get copyWith => throw _privateConstructorUsedError; } /// @nodoc -abstract class _$$CacheExceptionCopyWith<$Res> - implements $AppExceptionCopyWith<$Res> { - factory _$$CacheExceptionCopyWith( - _$CacheException value, $Res Function(_$CacheException) then) = +abstract class _$$CacheExceptionCopyWith<$Res> implements $AppExceptionCopyWith<$Res> { + factory _$$CacheExceptionCopyWith(_$CacheException value, $Res Function(_$CacheException) then) = __$$CacheExceptionCopyWithImpl<$Res>; @override @useResult @@ -293,8 +269,7 @@ abstract class _$$CacheExceptionCopyWith<$Res> class __$$CacheExceptionCopyWithImpl<$Res> extends _$AppExceptionCopyWithImpl<$Res, _$CacheException> implements _$$CacheExceptionCopyWith<$Res> { - __$$CacheExceptionCopyWithImpl( - _$CacheException _value, $Res Function(_$CacheException) _then) + __$$CacheExceptionCopyWithImpl(_$CacheException _value, $Res Function(_$CacheException) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -324,8 +299,7 @@ class __$$CacheExceptionCopyWithImpl<$Res> /// @nodoc class _$CacheException implements CacheException { - const _$CacheException( - {required this.type, required this.message, this.code}); + const _$CacheException({required this.type, required this.message, this.code}); @override final CacheExceptionType type; @@ -361,12 +335,8 @@ class _$CacheException implements CacheException { @override @optionalTypeArgs TResult when({ - required TResult Function( - ServerExceptionType type, String message, int? code) - serverException, - required TResult Function( - CacheExceptionType type, String message, int? code) - cacheException, + required TResult Function(ServerExceptionType type, String message, int? code) serverException, + required TResult Function(CacheExceptionType type, String message, int? code) cacheException, }) { return cacheException(type, message, code); } @@ -374,10 +344,8 @@ class _$CacheException implements CacheException { @override @optionalTypeArgs TResult? whenOrNull({ - TResult? Function(ServerExceptionType type, String message, int? code)? - serverException, - TResult? Function(CacheExceptionType type, String message, int? code)? - cacheException, + TResult? Function(ServerExceptionType type, String message, int? code)? serverException, + TResult? Function(CacheExceptionType type, String message, int? code)? cacheException, }) { return cacheException?.call(type, message, code); } @@ -385,10 +353,8 @@ class _$CacheException implements CacheException { @override @optionalTypeArgs TResult maybeWhen({ - TResult Function(ServerExceptionType type, String message, int? code)? - serverException, - TResult Function(CacheExceptionType type, String message, int? code)? - cacheException, + TResult Function(ServerExceptionType type, String message, int? code)? serverException, + TResult Function(CacheExceptionType type, String message, int? code)? cacheException, required TResult orElse(), }) { if (cacheException != null) { @@ -443,6 +409,5 @@ abstract class CacheException implements AppException { int? get code; @override @JsonKey(ignore: true) - _$$CacheExceptionCopyWith<_$CacheException> get copyWith => - throw _privateConstructorUsedError; + _$$CacheExceptionCopyWith<_$CacheException> get copyWith => throw _privateConstructorUsedError; } diff --git a/lib/core/infrastructure/local/image_picker_facade.g.dart b/lib/core/infrastructure/local/image_picker_facade.g.dart index 48dd357e..d9b115c2 100644 --- a/lib/core/infrastructure/local/image_picker_facade.g.dart +++ b/lib/core/infrastructure/local/image_picker_facade.g.dart @@ -13,9 +13,8 @@ String _$imagePickerFacadeHash() => r'ef8b5673bd79be4a502498eee65ad137757a8a65'; final imagePickerFacadeProvider = Provider.internal( imagePickerFacade, name: r'imagePickerFacadeProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$imagePickerFacadeHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$imagePickerFacadeHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/infrastructure/local/shared_preferences_facade.g.dart b/lib/core/infrastructure/local/shared_preferences_facade.g.dart index 10583bcf..58d9c510 100644 --- a/lib/core/infrastructure/local/shared_preferences_facade.g.dart +++ b/lib/core/infrastructure/local/shared_preferences_facade.g.dart @@ -13,9 +13,8 @@ String _$sharedPrefsAsyncHash() => r'4936c9d0c359581788200656aa350e7ab5c3ee38'; final sharedPrefsAsyncProvider = FutureProvider.internal( sharedPrefsAsync, name: r'sharedPrefsAsyncProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$sharedPrefsAsyncHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$sharedPrefsAsyncHash, dependencies: null, allTransitiveDependencies: null, ); @@ -35,18 +34,15 @@ final _sharedPrefsProvider = Provider.internal( ); typedef _SharedPrefsRef = ProviderRef; -String _$sharedPreferencesFacadeHash() => - r'72adcc6265431ab4aeea928a93fe53bb839e70a4'; +String _$sharedPreferencesFacadeHash() => r'72adcc6265431ab4aeea928a93fe53bb839e70a4'; /// See also [sharedPreferencesFacade]. @ProviderFor(sharedPreferencesFacade) -final sharedPreferencesFacadeProvider = - Provider.internal( +final sharedPreferencesFacadeProvider = Provider.internal( sharedPreferencesFacade, name: r'sharedPreferencesFacadeProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$sharedPreferencesFacadeHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$sharedPreferencesFacadeHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/infrastructure/network/google_map_api/api_callers/google_map_api_facade.g.dart b/lib/core/infrastructure/network/google_map_api/api_callers/google_map_api_facade.g.dart index cc0b877d..1d6219d8 100644 --- a/lib/core/infrastructure/network/google_map_api/api_callers/google_map_api_facade.g.dart +++ b/lib/core/infrastructure/network/google_map_api/api_callers/google_map_api_facade.g.dart @@ -6,17 +6,15 @@ part of 'google_map_api_facade.dart'; // RiverpodGenerator // ************************************************************************** -String _$googleMapApiFacadeHash() => - r'5a6177a2b9fac9269749bdeff56b4c117394e64c'; +String _$googleMapApiFacadeHash() => r'5a6177a2b9fac9269749bdeff56b4c117394e64c'; /// See also [googleMapApiFacade]. @ProviderFor(googleMapApiFacade) final googleMapApiFacadeProvider = Provider.internal( googleMapApiFacade, name: r'googleMapApiFacadeProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$googleMapApiFacadeHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$googleMapApiFacadeHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/infrastructure/network/google_map_api/interceptors/session_token_interceptor.g.dart b/lib/core/infrastructure/network/google_map_api/interceptors/session_token_interceptor.g.dart index 83a0fb45..e53c3aca 100644 --- a/lib/core/infrastructure/network/google_map_api/interceptors/session_token_interceptor.g.dart +++ b/lib/core/infrastructure/network/google_map_api/interceptors/session_token_interceptor.g.dart @@ -6,18 +6,15 @@ part of 'session_token_interceptor.dart'; // RiverpodGenerator // ************************************************************************** -String _$sessionTokenInterceptorHash() => - r'03441f20b0eab46cc22b55bf50c54771455b2148'; +String _$sessionTokenInterceptorHash() => r'03441f20b0eab46cc22b55bf50c54771455b2148'; /// See also [sessionTokenInterceptor]. @ProviderFor(sessionTokenInterceptor) -final sessionTokenInterceptorProvider = - Provider.internal( +final sessionTokenInterceptorProvider = Provider.internal( sessionTokenInterceptor, name: r'sessionTokenInterceptorProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$sessionTokenInterceptorHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$sessionTokenInterceptorHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/infrastructure/network/main_api/api_callers/firebase_auth_facade.g.dart b/lib/core/infrastructure/network/main_api/api_callers/firebase_auth_facade.g.dart index 7fdd8eae..ea840ff3 100644 --- a/lib/core/infrastructure/network/main_api/api_callers/firebase_auth_facade.g.dart +++ b/lib/core/infrastructure/network/main_api/api_callers/firebase_auth_facade.g.dart @@ -6,17 +6,15 @@ part of 'firebase_auth_facade.dart'; // RiverpodGenerator // ************************************************************************** -String _$firebaseAuthFacadeHash() => - r'b400f07751734faa3751de118b9cb730256eb8cc'; +String _$firebaseAuthFacadeHash() => r'b400f07751734faa3751de118b9cb730256eb8cc'; /// See also [firebaseAuthFacade]. @ProviderFor(firebaseAuthFacade) final firebaseAuthFacadeProvider = Provider.internal( firebaseAuthFacade, name: r'firebaseAuthFacadeProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$firebaseAuthFacadeHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$firebaseAuthFacadeHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/infrastructure/network/main_api/api_callers/firebase_firestorage_facade.g.dart b/lib/core/infrastructure/network/main_api/api_callers/firebase_firestorage_facade.g.dart index 8027af33..427c4846 100644 --- a/lib/core/infrastructure/network/main_api/api_callers/firebase_firestorage_facade.g.dart +++ b/lib/core/infrastructure/network/main_api/api_callers/firebase_firestorage_facade.g.dart @@ -6,17 +6,15 @@ part of 'firebase_firestorage_facade.dart'; // RiverpodGenerator // ************************************************************************** -String _$firebaseStorageFacadeHash() => - r'52d18d57a4c26a56cc7b0e8651e54300daf8c211'; +String _$firebaseStorageFacadeHash() => r'52d18d57a4c26a56cc7b0e8651e54300daf8c211'; /// See also [firebaseStorageFacade]. @ProviderFor(firebaseStorageFacade) final firebaseStorageFacadeProvider = Provider.internal( firebaseStorageFacade, name: r'firebaseStorageFacadeProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$firebaseStorageFacadeHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$firebaseStorageFacadeHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/infrastructure/network/main_api/api_callers/firebase_firestore_facade.g.dart b/lib/core/infrastructure/network/main_api/api_callers/firebase_firestore_facade.g.dart index be0b4df2..8546a548 100644 --- a/lib/core/infrastructure/network/main_api/api_callers/firebase_firestore_facade.g.dart +++ b/lib/core/infrastructure/network/main_api/api_callers/firebase_firestore_facade.g.dart @@ -6,18 +6,15 @@ part of 'firebase_firestore_facade.dart'; // RiverpodGenerator // ************************************************************************** -String _$firebaseFirestoreFacadeHash() => - r'273393dedeb1ef1b465b6edc5d3d63064d3e340e'; +String _$firebaseFirestoreFacadeHash() => r'273393dedeb1ef1b465b6edc5d3d63064d3e340e'; /// See also [firebaseFirestoreFacade]. @ProviderFor(firebaseFirestoreFacade) -final firebaseFirestoreFacadeProvider = - Provider.internal( +final firebaseFirestoreFacadeProvider = Provider.internal( firebaseFirestoreFacade, name: r'firebaseFirestoreFacadeProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$firebaseFirestoreFacadeHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$firebaseFirestoreFacadeHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/infrastructure/services/connection_stream_service.g.dart b/lib/core/infrastructure/services/connection_stream_service.g.dart index 65e0c701..dbfdf181 100644 --- a/lib/core/infrastructure/services/connection_stream_service.g.dart +++ b/lib/core/infrastructure/services/connection_stream_service.g.dart @@ -10,13 +10,11 @@ String _$connectionStreamHash() => r'7d66399ff4287a7b5f0a1f0c976f987fb401a20d'; /// See also [connectionStream]. @ProviderFor(connectionStream) -final connectionStreamProvider = - AutoDisposeStreamProvider.internal( +final connectionStreamProvider = AutoDisposeStreamProvider.internal( connectionStream, name: r'connectionStreamProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$connectionStreamHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$connectionStreamHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/infrastructure/services/fcm_service/fcm_provider.g.dart b/lib/core/infrastructure/services/fcm_service/fcm_provider.g.dart index 62f64a6e..6ae60b91 100644 --- a/lib/core/infrastructure/services/fcm_service/fcm_provider.g.dart +++ b/lib/core/infrastructure/services/fcm_service/fcm_provider.g.dart @@ -13,8 +13,7 @@ String _$fcmHash() => r'8af107ce8b7d6a6b400981a32a252885bd1d9d93'; final fcmProvider = Provider.internal( fcm, name: r'fcmProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$fcmHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$fcmHash, dependencies: null, allTransitiveDependencies: null, ); @@ -27,42 +26,35 @@ String _$setupFCMHash() => r'b3f5b5d4a4791d525b766455771236e62b281244'; final setupFCMProvider = AutoDisposeFutureProvider.internal( setupFCM, name: r'setupFCMProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$setupFCMHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$setupFCMHash, dependencies: null, allTransitiveDependencies: null, ); typedef SetupFCMRef = AutoDisposeFutureProviderRef; -String _$grantFCMPermissionHash() => - r'3e88cdcf371024d437e10a3e55a774d743d04cef'; +String _$grantFCMPermissionHash() => r'3e88cdcf371024d437e10a3e55a774d743d04cef'; /// See also [_grantFCMPermission]. @ProviderFor(_grantFCMPermission) -final _grantFCMPermissionProvider = - AutoDisposeFutureProvider.internal( +final _grantFCMPermissionProvider = AutoDisposeFutureProvider.internal( _grantFCMPermission, name: r'_grantFCMPermissionProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$grantFCMPermissionHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$grantFCMPermissionHash, dependencies: null, allTransitiveDependencies: null, ); -typedef _GrantFCMPermissionRef - = AutoDisposeFutureProviderRef; -String _$setupAndroidHeadsUpHash() => - r'd5e832e7c4b869242ec81c996b7afa7ee985aa3a'; +typedef _GrantFCMPermissionRef = AutoDisposeFutureProviderRef; +String _$setupAndroidHeadsUpHash() => r'd5e832e7c4b869242ec81c996b7afa7ee985aa3a'; /// See also [_setupAndroidHeadsUp]. @ProviderFor(_setupAndroidHeadsUp) final _setupAndroidHeadsUpProvider = AutoDisposeFutureProvider.internal( _setupAndroidHeadsUp, name: r'_setupAndroidHeadsUpProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$setupAndroidHeadsUpHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$setupAndroidHeadsUpHash, dependencies: null, allTransitiveDependencies: null, ); @@ -75,9 +67,8 @@ String _$setupIOSHeadsUpHash() => r'88c3e07d5003c13bc67f64aee18788560884f267'; final _setupIOSHeadsUpProvider = AutoDisposeFutureProvider.internal( _setupIOSHeadsUp, name: r'_setupIOSHeadsUpProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$setupIOSHeadsUpHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$setupIOSHeadsUpHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/infrastructure/services/fcm_service/show_fcm_notification_provider.g.dart b/lib/core/infrastructure/services/fcm_service/show_fcm_notification_provider.g.dart index c7745a18..94939577 100644 --- a/lib/core/infrastructure/services/fcm_service/show_fcm_notification_provider.g.dart +++ b/lib/core/infrastructure/services/fcm_service/show_fcm_notification_provider.g.dart @@ -6,8 +6,7 @@ part of 'show_fcm_notification_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$showFCMNotificationHash() => - r'8c07c4812546458ecb57e9b4abf816026b2e4032'; +String _$showFCMNotificationHash() => r'8c07c4812546458ecb57e9b4abf816026b2e4032'; /// Copied from Dart SDK class _SystemHash { @@ -67,8 +66,7 @@ class ShowFCMNotificationFamily extends Family> { static const Iterable? _allTransitiveDependencies = null; @override - Iterable? get allTransitiveDependencies => - _allTransitiveDependencies; + Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'showFCMNotificationProvider'; @@ -87,12 +85,9 @@ class ShowFCMNotificationProvider extends AutoDisposeFutureProvider { from: showFCMNotificationProvider, name: r'showFCMNotificationProvider', debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') - ? null - : _$showFCMNotificationHash, + const bool.fromEnvironment('dart.vm.product') ? null : _$showFCMNotificationHash, dependencies: ShowFCMNotificationFamily._dependencies, - allTransitiveDependencies: - ShowFCMNotificationFamily._allTransitiveDependencies, + allTransitiveDependencies: ShowFCMNotificationFamily._allTransitiveDependencies, ); final RemoteMessage message; diff --git a/lib/core/infrastructure/services/local_notfication_service/flutter_local_notifications_provider.g.dart b/lib/core/infrastructure/services/local_notfication_service/flutter_local_notifications_provider.g.dart index a28de388..c515e974 100644 --- a/lib/core/infrastructure/services/local_notfication_service/flutter_local_notifications_provider.g.dart +++ b/lib/core/infrastructure/services/local_notfication_service/flutter_local_notifications_provider.g.dart @@ -6,26 +6,21 @@ part of 'flutter_local_notifications_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$flutterLocalNotificationsHash() => - r'a4fc663d10b6e1b6829802da9819ae06f4619911'; +String _$flutterLocalNotificationsHash() => r'a4fc663d10b6e1b6829802da9819ae06f4619911'; /// See also [flutterLocalNotifications]. @ProviderFor(flutterLocalNotifications) -final flutterLocalNotificationsProvider = - Provider.internal( +final flutterLocalNotificationsProvider = Provider.internal( flutterLocalNotifications, name: r'flutterLocalNotificationsProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$flutterLocalNotificationsHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$flutterLocalNotificationsHash, dependencies: null, allTransitiveDependencies: null, ); -typedef FlutterLocalNotificationsRef - = ProviderRef; -String _$setupFlutterLocalNotificationsHash() => - r'81ee70ccb56087db7c68186a51f0550527b43763'; +typedef FlutterLocalNotificationsRef = ProviderRef; +String _$setupFlutterLocalNotificationsHash() => r'81ee70ccb56087db7c68186a51f0550527b43763'; /// See also [setupFlutterLocalNotifications]. @ProviderFor(setupFlutterLocalNotifications) @@ -33,17 +28,14 @@ final setupFlutterLocalNotificationsProvider = FutureProvider.internal( setupFlutterLocalNotifications, name: r'setupFlutterLocalNotificationsProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$setupFlutterLocalNotificationsHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$setupFlutterLocalNotificationsHash, dependencies: null, allTransitiveDependencies: null, ); -typedef SetupFlutterLocalNotificationsRef - = FutureProviderRef; -String _$onSelectNotificationHash() => - r'd313fac2640dc7ea0b8b938f81c4bebb1c591b48'; +typedef SetupFlutterLocalNotificationsRef = FutureProviderRef; +String _$onSelectNotificationHash() => r'd313fac2640dc7ea0b8b938f81c4bebb1c591b48'; /// See also [OnSelectNotification]. @ProviderFor(OnSelectNotification) @@ -51,9 +43,8 @@ final onSelectNotificationProvider = NotifierProvider>.internal( OnSelectNotification.new, name: r'onSelectNotificationProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$onSelectNotificationHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$onSelectNotificationHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/infrastructure/services/local_notfication_service/show_local_notification_provider.g.dart b/lib/core/infrastructure/services/local_notfication_service/show_local_notification_provider.g.dart index 2baba2c4..b0c5582e 100644 --- a/lib/core/infrastructure/services/local_notfication_service/show_local_notification_provider.g.dart +++ b/lib/core/infrastructure/services/local_notfication_service/show_local_notification_provider.g.dart @@ -6,8 +6,7 @@ part of 'show_local_notification_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$showLocalNotificationHash() => - r'73cb1003341bb598c31cba9161b0af7c26c597c5'; +String _$showLocalNotificationHash() => r'73cb1003341bb598c31cba9161b0af7c26c597c5'; /// Copied from Dart SDK class _SystemHash { @@ -67,8 +66,7 @@ class ShowLocalNotificationFamily extends Family> { static const Iterable? _allTransitiveDependencies = null; @override - Iterable? get allTransitiveDependencies => - _allTransitiveDependencies; + Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'showLocalNotificationProvider'; @@ -87,12 +85,9 @@ class ShowLocalNotificationProvider extends AutoDisposeFutureProvider { from: showLocalNotificationProvider, name: r'showLocalNotificationProvider', debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') - ? null - : _$showLocalNotificationHash, + const bool.fromEnvironment('dart.vm.product') ? null : _$showLocalNotificationHash, dependencies: ShowLocalNotificationFamily._dependencies, - allTransitiveDependencies: - ShowLocalNotificationFamily._allTransitiveDependencies, + allTransitiveDependencies: ShowLocalNotificationFamily._allTransitiveDependencies, ); final ShowLocalNotificationParams params; diff --git a/lib/core/infrastructure/services/location_service.g.dart b/lib/core/infrastructure/services/location_service.g.dart index cef400f4..bec10eac 100644 --- a/lib/core/infrastructure/services/location_service.g.dart +++ b/lib/core/infrastructure/services/location_service.g.dart @@ -13,9 +13,8 @@ String _$locationServiceHash() => r'656c951c27c11890bb58727952ecb6cde8a2100e'; final locationServiceProvider = Provider.internal( locationService, name: r'locationServiceProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$locationServiceHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$locationServiceHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/presentation/providers/device_info_providers.g.dart b/lib/core/presentation/providers/device_info_providers.g.dart index e8f6477a..f850ff6a 100644 --- a/lib/core/presentation/providers/device_info_providers.g.dart +++ b/lib/core/presentation/providers/device_info_providers.g.dart @@ -10,13 +10,11 @@ String _$androidDeviceInfoHash() => r'ba85ac2c175503b984868b5857c0f20b6d8e87cc'; /// See also [androidDeviceInfo]. @ProviderFor(androidDeviceInfo) -final androidDeviceInfoProvider = - FutureProvider>.internal( +final androidDeviceInfoProvider = FutureProvider>.internal( androidDeviceInfo, name: r'androidDeviceInfoProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$androidDeviceInfoHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$androidDeviceInfoHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/presentation/providers/splash_providers.g.dart b/lib/core/presentation/providers/splash_providers.g.dart index 167824c5..06f74337 100644 --- a/lib/core/presentation/providers/splash_providers.g.dart +++ b/lib/core/presentation/providers/splash_providers.g.dart @@ -6,17 +6,15 @@ part of 'splash_providers.dart'; // RiverpodGenerator // ************************************************************************** -String _$splashServicesWarmupHash() => - r'1b9f63c77c1ad8f5503543b25c9ef77872ed58bb'; +String _$splashServicesWarmupHash() => r'1b9f63c77c1ad8f5503543b25c9ef77872ed58bb'; /// See also [splashServicesWarmup]. @ProviderFor(splashServicesWarmup) final splashServicesWarmupProvider = AutoDisposeFutureProvider.internal( splashServicesWarmup, name: r'splashServicesWarmupProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$splashServicesWarmupHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$splashServicesWarmupHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/presentation/routing/app_router.g.dart b/lib/core/presentation/routing/app_router.g.dart index 740fe190..659cb1c5 100644 --- a/lib/core/presentation/routing/app_router.g.dart +++ b/lib/core/presentation/routing/app_router.g.dart @@ -29,8 +29,7 @@ extension $SplashRouteExtension on SplashRoute { Future push(BuildContext context) => context.push(location); - void pushReplacement(BuildContext context) => - context.pushReplacement(location); + void pushReplacement(BuildContext context) => context.pushReplacement(location); void replace(BuildContext context) => context.replace(location); } @@ -41,8 +40,7 @@ RouteBase get $noInternetRoute => GoRouteData.$route( ); extension $NoInternetRouteExtension on NoInternetRoute { - static NoInternetRoute _fromState(GoRouterState state) => - const NoInternetRoute(); + static NoInternetRoute _fromState(GoRouterState state) => const NoInternetRoute(); String get location => GoRouteData.$location( '/no_internet', @@ -52,8 +50,7 @@ extension $NoInternetRouteExtension on NoInternetRoute { Future push(BuildContext context) => context.push(location); - void pushReplacement(BuildContext context) => - context.pushReplacement(location); + void pushReplacement(BuildContext context) => context.pushReplacement(location); void replace(BuildContext context) => context.replace(location); } @@ -74,8 +71,7 @@ extension $SignInRouteExtension on SignInRoute { Future push(BuildContext context) => context.push(location); - void pushReplacement(BuildContext context) => - context.pushReplacement(location); + void pushReplacement(BuildContext context) => context.pushReplacement(location); void replace(BuildContext context) => context.replace(location); } @@ -127,8 +123,7 @@ RouteBase get $homeShellRouteData => StatefulShellRouteData.$route( ); extension $HomeShellRouteDataExtension on HomeShellRouteData { - static HomeShellRouteData _fromState(GoRouterState state) => - const HomeShellRouteData(); + static HomeShellRouteData _fromState(GoRouterState state) => const HomeShellRouteData(); } extension $HomeRouteExtension on HomeRoute { @@ -142,8 +137,7 @@ extension $HomeRouteExtension on HomeRoute { Future push(BuildContext context) => context.push(location); - void pushReplacement(BuildContext context) => - context.pushReplacement(location); + void pushReplacement(BuildContext context) => context.pushReplacement(location); void replace(BuildContext context) => context.replace(location); } @@ -159,8 +153,7 @@ extension $MapRouteExtension on MapRoute { Future push(BuildContext context) => context.push(location); - void pushReplacement(BuildContext context) => - context.pushReplacement(location); + void pushReplacement(BuildContext context) => context.pushReplacement(location); void replace(BuildContext context) => context.replace(location); } @@ -176,8 +169,7 @@ extension $ProfileRouteExtension on ProfileRoute { Future push(BuildContext context) => context.push(location); - void pushReplacement(BuildContext context) => - context.pushReplacement(location); + void pushReplacement(BuildContext context) => context.pushReplacement(location); void replace(BuildContext context) => context.replace(location); } @@ -193,8 +185,7 @@ extension $SettingsRouteExtension on SettingsRoute { Future push(BuildContext context) => context.push(location); - void pushReplacement(BuildContext context) => - context.pushReplacement(location); + void pushReplacement(BuildContext context) => context.pushReplacement(location); void replace(BuildContext context) => context.replace(location); } @@ -210,8 +201,7 @@ extension $LanguageRouteExtension on LanguageRoute { Future push(BuildContext context) => context.push(location); - void pushReplacement(BuildContext context) => - context.pushReplacement(location); + void pushReplacement(BuildContext context) => context.pushReplacement(location); void replace(BuildContext context) => context.replace(location); } @@ -227,8 +217,7 @@ String _$goRouterHash() => r'48d2ee4f0e08efe973bb8a0773f60c1becaaf5aa'; final goRouterProvider = AutoDisposeProvider.internal( goRouter, name: r'goRouterProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$goRouterHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$goRouterHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/core/presentation/utils/event.freezed.dart b/lib/core/presentation/utils/event.freezed.dart index 91a93104..1576f1b4 100644 --- a/lib/core/presentation/utils/event.freezed.dart +++ b/lib/core/presentation/utils/event.freezed.dart @@ -20,8 +20,7 @@ mixin _$Event { Key? get key => throw _privateConstructorUsedError; @JsonKey(ignore: true) - $EventCopyWith> get copyWith => - throw _privateConstructorUsedError; + $EventCopyWith> get copyWith => throw _privateConstructorUsedError; } /// @nodoc @@ -33,8 +32,7 @@ abstract class $EventCopyWith { } /// @nodoc -class _$EventCopyWithImpl> - implements $EventCopyWith { +class _$EventCopyWithImpl> implements $EventCopyWith { _$EventCopyWithImpl(this._value, this._then); // ignore: unused_field @@ -63,8 +61,7 @@ class _$EventCopyWithImpl> /// @nodoc abstract class _$$_EventCopyWith implements $EventCopyWith { - factory _$$_EventCopyWith( - _$_Event value, $Res Function(_$_Event) then) = + factory _$$_EventCopyWith(_$_Event value, $Res Function(_$_Event) then) = __$$_EventCopyWithImpl; @override @useResult @@ -72,8 +69,7 @@ abstract class _$$_EventCopyWith implements $EventCopyWith { } /// @nodoc -class __$$_EventCopyWithImpl - extends _$EventCopyWithImpl> +class __$$_EventCopyWithImpl extends _$EventCopyWithImpl> implements _$$_EventCopyWith { __$$_EventCopyWithImpl(_$_Event _value, $Res Function(_$_Event) _then) : super(_value, _then); @@ -131,8 +127,7 @@ class _$_Event with DiagnosticableTreeMixin implements _Event { } @override - int get hashCode => - Object.hash(runtimeType, const DeepCollectionEquality().hash(arg), key); + int get hashCode => Object.hash(runtimeType, const DeepCollectionEquality().hash(arg), key); @JsonKey(ignore: true) @override @@ -150,6 +145,5 @@ abstract class _Event implements Event { Key? get key; @override @JsonKey(ignore: true) - _$$_EventCopyWith> get copyWith => - throw _privateConstructorUsedError; + _$$_EventCopyWith> get copyWith => throw _privateConstructorUsedError; } diff --git a/lib/features/home/domain/order.freezed.dart b/lib/features/home/domain/order.freezed.dart index fe089569..c19f7e6d 100644 --- a/lib/features/home/domain/order.freezed.dart +++ b/lib/features/home/domain/order.freezed.dart @@ -32,8 +32,7 @@ mixin _$AppOrder { GeoPoint? get deliveryGeoPoint => throw _privateConstructorUsedError; @JsonKey(ignore: true) - $AppOrderCopyWith get copyWith => - throw _privateConstructorUsedError; + $AppOrderCopyWith get copyWith => throw _privateConstructorUsedError; } /// @nodoc @@ -61,8 +60,7 @@ abstract class $AppOrderCopyWith<$Res> { } /// @nodoc -class _$AppOrderCopyWithImpl<$Res, $Val extends AppOrder> - implements $AppOrderCopyWith<$Res> { +class _$AppOrderCopyWithImpl<$Res, $Val extends AppOrder> implements $AppOrderCopyWith<$Res> { _$AppOrderCopyWithImpl(this._value, this._then); // ignore: unused_field @@ -163,8 +161,7 @@ class _$AppOrderCopyWithImpl<$Res, $Val extends AppOrder> /// @nodoc abstract class _$$_AppOrderCopyWith<$Res> implements $AppOrderCopyWith<$Res> { - factory _$$_AppOrderCopyWith( - _$_AppOrder value, $Res Function(_$_AppOrder) then) = + factory _$$_AppOrderCopyWith(_$_AppOrder value, $Res Function(_$_AppOrder) then) = __$$_AppOrderCopyWithImpl<$Res>; @override @useResult @@ -189,11 +186,9 @@ abstract class _$$_AppOrderCopyWith<$Res> implements $AppOrderCopyWith<$Res> { } /// @nodoc -class __$$_AppOrderCopyWithImpl<$Res> - extends _$AppOrderCopyWithImpl<$Res, _$_AppOrder> +class __$$_AppOrderCopyWithImpl<$Res> extends _$AppOrderCopyWithImpl<$Res, _$_AppOrder> implements _$$_AppOrderCopyWith<$Res> { - __$$_AppOrderCopyWithImpl( - _$_AppOrder _value, $Res Function(_$_AppOrder) _then) + __$$_AppOrderCopyWithImpl(_$_AppOrder _value, $Res Function(_$_AppOrder) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -384,6 +379,5 @@ abstract class _AppOrder extends AppOrder { GeoPoint? get deliveryGeoPoint; @override @JsonKey(ignore: true) - _$$_AppOrderCopyWith<_$_AppOrder> get copyWith => - throw _privateConstructorUsedError; + _$$_AppOrderCopyWith<_$_AppOrder> get copyWith => throw _privateConstructorUsedError; } diff --git a/lib/features/home/domain/orders_service.g.dart b/lib/features/home/domain/orders_service.g.dart index 86d76a61..6a44e145 100644 --- a/lib/features/home/domain/orders_service.g.dart +++ b/lib/features/home/domain/orders_service.g.dart @@ -13,9 +13,8 @@ String _$ordersServiceHash() => r'cf8541ec75001ccd2ffe74eb4c27cab186880038'; final ordersServiceProvider = Provider.internal( ordersService, name: r'ordersServiceProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$ordersServiceHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$ordersServiceHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/home/domain/update_delivery_geopoint.freezed.dart b/lib/features/home/domain/update_delivery_geopoint.freezed.dart index d5c49b08..56d63879 100644 --- a/lib/features/home/domain/update_delivery_geopoint.freezed.dart +++ b/lib/features/home/domain/update_delivery_geopoint.freezed.dart @@ -26,16 +26,15 @@ mixin _$UpdateDeliveryGeoPoint { /// @nodoc abstract class $UpdateDeliveryGeoPointCopyWith<$Res> { - factory $UpdateDeliveryGeoPointCopyWith(UpdateDeliveryGeoPoint value, - $Res Function(UpdateDeliveryGeoPoint) then) = + factory $UpdateDeliveryGeoPointCopyWith( + UpdateDeliveryGeoPoint value, $Res Function(UpdateDeliveryGeoPoint) then) = _$UpdateDeliveryGeoPointCopyWithImpl<$Res, UpdateDeliveryGeoPoint>; @useResult $Res call({String orderId, GeoPoint geoPoint}); } /// @nodoc -class _$UpdateDeliveryGeoPointCopyWithImpl<$Res, - $Val extends UpdateDeliveryGeoPoint> +class _$UpdateDeliveryGeoPointCopyWithImpl<$Res, $Val extends UpdateDeliveryGeoPoint> implements $UpdateDeliveryGeoPointCopyWith<$Res> { _$UpdateDeliveryGeoPointCopyWithImpl(this._value, this._then); @@ -66,8 +65,8 @@ class _$UpdateDeliveryGeoPointCopyWithImpl<$Res, /// @nodoc abstract class _$$_UpdateDeliveryGeoPointCopyWith<$Res> implements $UpdateDeliveryGeoPointCopyWith<$Res> { - factory _$$_UpdateDeliveryGeoPointCopyWith(_$_UpdateDeliveryGeoPoint value, - $Res Function(_$_UpdateDeliveryGeoPoint) then) = + factory _$$_UpdateDeliveryGeoPointCopyWith( + _$_UpdateDeliveryGeoPoint value, $Res Function(_$_UpdateDeliveryGeoPoint) then) = __$$_UpdateDeliveryGeoPointCopyWithImpl<$Res>; @override @useResult @@ -76,11 +75,10 @@ abstract class _$$_UpdateDeliveryGeoPointCopyWith<$Res> /// @nodoc class __$$_UpdateDeliveryGeoPointCopyWithImpl<$Res> - extends _$UpdateDeliveryGeoPointCopyWithImpl<$Res, - _$_UpdateDeliveryGeoPoint> + extends _$UpdateDeliveryGeoPointCopyWithImpl<$Res, _$_UpdateDeliveryGeoPoint> implements _$$_UpdateDeliveryGeoPointCopyWith<$Res> { - __$$_UpdateDeliveryGeoPointCopyWithImpl(_$_UpdateDeliveryGeoPoint _value, - $Res Function(_$_UpdateDeliveryGeoPoint) _then) + __$$_UpdateDeliveryGeoPointCopyWithImpl( + _$_UpdateDeliveryGeoPoint _value, $Res Function(_$_UpdateDeliveryGeoPoint) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -105,8 +103,7 @@ class __$$_UpdateDeliveryGeoPointCopyWithImpl<$Res> /// @nodoc class _$_UpdateDeliveryGeoPoint implements _UpdateDeliveryGeoPoint { - const _$_UpdateDeliveryGeoPoint( - {required this.orderId, required this.geoPoint}); + const _$_UpdateDeliveryGeoPoint({required this.orderId, required this.geoPoint}); @override final String orderId; @@ -124,8 +121,7 @@ class _$_UpdateDeliveryGeoPoint implements _UpdateDeliveryGeoPoint { (other.runtimeType == runtimeType && other is _$_UpdateDeliveryGeoPoint && (identical(other.orderId, orderId) || other.orderId == orderId) && - (identical(other.geoPoint, geoPoint) || - other.geoPoint == geoPoint)); + (identical(other.geoPoint, geoPoint) || other.geoPoint == geoPoint)); } @override @@ -135,8 +131,7 @@ class _$_UpdateDeliveryGeoPoint implements _UpdateDeliveryGeoPoint { @override @pragma('vm:prefer-inline') _$$_UpdateDeliveryGeoPointCopyWith<_$_UpdateDeliveryGeoPoint> get copyWith => - __$$_UpdateDeliveryGeoPointCopyWithImpl<_$_UpdateDeliveryGeoPoint>( - this, _$identity); + __$$_UpdateDeliveryGeoPointCopyWithImpl<_$_UpdateDeliveryGeoPoint>(this, _$identity); } abstract class _UpdateDeliveryGeoPoint implements UpdateDeliveryGeoPoint { diff --git a/lib/features/home/domain/update_delivery_status.freezed.dart b/lib/features/home/domain/update_delivery_status.freezed.dart index cc68104f..99c8c6d8 100644 --- a/lib/features/home/domain/update_delivery_status.freezed.dart +++ b/lib/features/home/domain/update_delivery_status.freezed.dart @@ -28,8 +28,8 @@ mixin _$UpdateDeliveryStatus { /// @nodoc abstract class $UpdateDeliveryStatusCopyWith<$Res> { - factory $UpdateDeliveryStatusCopyWith(UpdateDeliveryStatus value, - $Res Function(UpdateDeliveryStatus) then) = + factory $UpdateDeliveryStatusCopyWith( + UpdateDeliveryStatus value, $Res Function(UpdateDeliveryStatus) then) = _$UpdateDeliveryStatusCopyWithImpl<$Res, UpdateDeliveryStatus>; @useResult $Res call( @@ -40,8 +40,7 @@ abstract class $UpdateDeliveryStatusCopyWith<$Res> { } /// @nodoc -class _$UpdateDeliveryStatusCopyWithImpl<$Res, - $Val extends UpdateDeliveryStatus> +class _$UpdateDeliveryStatusCopyWithImpl<$Res, $Val extends UpdateDeliveryStatus> implements $UpdateDeliveryStatusCopyWith<$Res> { _$UpdateDeliveryStatusCopyWithImpl(this._value, this._then); @@ -82,8 +81,8 @@ class _$UpdateDeliveryStatusCopyWithImpl<$Res, /// @nodoc abstract class _$$_UpdateDeliveryStatusCopyWith<$Res> implements $UpdateDeliveryStatusCopyWith<$Res> { - factory _$$_UpdateDeliveryStatusCopyWith(_$_UpdateDeliveryStatus value, - $Res Function(_$_UpdateDeliveryStatus) then) = + factory _$$_UpdateDeliveryStatusCopyWith( + _$_UpdateDeliveryStatus value, $Res Function(_$_UpdateDeliveryStatus) then) = __$$_UpdateDeliveryStatusCopyWithImpl<$Res>; @override @useResult @@ -98,8 +97,8 @@ abstract class _$$_UpdateDeliveryStatusCopyWith<$Res> class __$$_UpdateDeliveryStatusCopyWithImpl<$Res> extends _$UpdateDeliveryStatusCopyWithImpl<$Res, _$_UpdateDeliveryStatus> implements _$$_UpdateDeliveryStatusCopyWith<$Res> { - __$$_UpdateDeliveryStatusCopyWithImpl(_$_UpdateDeliveryStatus _value, - $Res Function(_$_UpdateDeliveryStatus) _then) + __$$_UpdateDeliveryStatusCopyWithImpl( + _$_UpdateDeliveryStatus _value, $Res Function(_$_UpdateDeliveryStatus) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -162,22 +161,20 @@ class _$_UpdateDeliveryStatus implements _UpdateDeliveryStatus { (identical(other.orderId, orderId) || other.orderId == orderId) && (identical(other.deliveryStatus, deliveryStatus) || other.deliveryStatus == deliveryStatus) && - (identical(other.deliveryId, deliveryId) || - other.deliveryId == deliveryId) && + (identical(other.deliveryId, deliveryId) || other.deliveryId == deliveryId) && (identical(other.employeeCancelNote, employeeCancelNote) || other.employeeCancelNote == employeeCancelNote)); } @override - int get hashCode => Object.hash( - runtimeType, orderId, deliveryStatus, deliveryId, employeeCancelNote); + int get hashCode => + Object.hash(runtimeType, orderId, deliveryStatus, deliveryId, employeeCancelNote); @JsonKey(ignore: true) @override @pragma('vm:prefer-inline') _$$_UpdateDeliveryStatusCopyWith<_$_UpdateDeliveryStatus> get copyWith => - __$$_UpdateDeliveryStatusCopyWithImpl<_$_UpdateDeliveryStatus>( - this, _$identity); + __$$_UpdateDeliveryStatusCopyWithImpl<_$_UpdateDeliveryStatus>(this, _$identity); } abstract class _UpdateDeliveryStatus implements UpdateDeliveryStatus { diff --git a/lib/features/home/domain/value_objects.freezed.dart b/lib/features/home/domain/value_objects.freezed.dart index 1598c6d8..e97f0bbc 100644 --- a/lib/features/home/domain/value_objects.freezed.dart +++ b/lib/features/home/domain/value_objects.freezed.dart @@ -31,17 +31,11 @@ abstract class $AddressCopyWith<$Res> { factory $AddressCopyWith(Address value, $Res Function(Address) then) = _$AddressCopyWithImpl<$Res, Address>; @useResult - $Res call( - {String state, - String city, - String street, - String mobile, - GeoPoint? geoPoint}); + $Res call({String state, String city, String street, String mobile, GeoPoint? geoPoint}); } /// @nodoc -class _$AddressCopyWithImpl<$Res, $Val extends Address> - implements $AddressCopyWith<$Res> { +class _$AddressCopyWithImpl<$Res, $Val extends Address> implements $AddressCopyWith<$Res> { _$AddressCopyWithImpl(this._value, this._then); // ignore: unused_field @@ -85,22 +79,15 @@ class _$AddressCopyWithImpl<$Res, $Val extends Address> /// @nodoc abstract class _$$_AddressCopyWith<$Res> implements $AddressCopyWith<$Res> { - factory _$$_AddressCopyWith( - _$_Address value, $Res Function(_$_Address) then) = + factory _$$_AddressCopyWith(_$_Address value, $Res Function(_$_Address) then) = __$$_AddressCopyWithImpl<$Res>; @override @useResult - $Res call( - {String state, - String city, - String street, - String mobile, - GeoPoint? geoPoint}); + $Res call({String state, String city, String street, String mobile, GeoPoint? geoPoint}); } /// @nodoc -class __$$_AddressCopyWithImpl<$Res> - extends _$AddressCopyWithImpl<$Res, _$_Address> +class __$$_AddressCopyWithImpl<$Res> extends _$AddressCopyWithImpl<$Res, _$_Address> implements _$$_AddressCopyWith<$Res> { __$$_AddressCopyWithImpl(_$_Address _value, $Res Function(_$_Address) _then) : super(_value, _then); @@ -174,13 +161,11 @@ class _$_Address implements _Address { (identical(other.city, city) || other.city == city) && (identical(other.street, street) || other.street == street) && (identical(other.mobile, mobile) || other.mobile == mobile) && - (identical(other.geoPoint, geoPoint) || - other.geoPoint == geoPoint)); + (identical(other.geoPoint, geoPoint) || other.geoPoint == geoPoint)); } @override - int get hashCode => - Object.hash(runtimeType, state, city, street, mobile, geoPoint); + int get hashCode => Object.hash(runtimeType, state, city, street, mobile, geoPoint); @JsonKey(ignore: true) @override @@ -209,6 +194,5 @@ abstract class _Address implements Address { GeoPoint? get geoPoint; @override @JsonKey(ignore: true) - _$$_AddressCopyWith<_$_Address> get copyWith => - throw _privateConstructorUsedError; + _$$_AddressCopyWith<_$_Address> get copyWith => throw _privateConstructorUsedError; } diff --git a/lib/features/home/infrastructure/data_sources/orders_remote_data_source.g.dart b/lib/features/home/infrastructure/data_sources/orders_remote_data_source.g.dart index a1281a91..938f67a1 100644 --- a/lib/features/home/infrastructure/data_sources/orders_remote_data_source.g.dart +++ b/lib/features/home/infrastructure/data_sources/orders_remote_data_source.g.dart @@ -6,18 +6,15 @@ part of 'orders_remote_data_source.dart'; // RiverpodGenerator // ************************************************************************** -String _$ordersRemoteDataSourceHash() => - r'd25abd19d06c417548391095b9347f797d9bbea2'; +String _$ordersRemoteDataSourceHash() => r'd25abd19d06c417548391095b9347f797d9bbea2'; /// See also [ordersRemoteDataSource]. @ProviderFor(ordersRemoteDataSource) -final ordersRemoteDataSourceProvider = - Provider.internal( +final ordersRemoteDataSourceProvider = Provider.internal( ordersRemoteDataSource, name: r'ordersRemoteDataSourceProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$ordersRemoteDataSourceHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$ordersRemoteDataSourceHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/home/infrastructure/dtos/order_dto.freezed.dart b/lib/features/home/infrastructure/dtos/order_dto.freezed.dart index 69dd441f..84e29c33 100644 --- a/lib/features/home/infrastructure/dtos/order_dto.freezed.dart +++ b/lib/features/home/infrastructure/dtos/order_dto.freezed.dart @@ -39,8 +39,7 @@ mixin _$OrderDto { String? get id => throw _privateConstructorUsedError; @JsonKey(ignore: true) - $OrderDtoCopyWith get copyWith => - throw _privateConstructorUsedError; + $OrderDtoCopyWith get copyWith => throw _privateConstructorUsedError; } /// @nodoc @@ -68,8 +67,7 @@ abstract class $OrderDtoCopyWith<$Res> { } /// @nodoc -class _$OrderDtoCopyWithImpl<$Res, $Val extends OrderDto> - implements $OrderDtoCopyWith<$Res> { +class _$OrderDtoCopyWithImpl<$Res, $Val extends OrderDto> implements $OrderDtoCopyWith<$Res> { _$OrderDtoCopyWithImpl(this._value, this._then); // ignore: unused_field @@ -170,8 +168,7 @@ class _$OrderDtoCopyWithImpl<$Res, $Val extends OrderDto> /// @nodoc abstract class _$$_OrderDtoCopyWith<$Res> implements $OrderDtoCopyWith<$Res> { - factory _$$_OrderDtoCopyWith( - _$_OrderDto value, $Res Function(_$_OrderDto) then) = + factory _$$_OrderDtoCopyWith(_$_OrderDto value, $Res Function(_$_OrderDto) then) = __$$_OrderDtoCopyWithImpl<$Res>; @override @useResult @@ -196,11 +193,9 @@ abstract class _$$_OrderDtoCopyWith<$Res> implements $OrderDtoCopyWith<$Res> { } /// @nodoc -class __$$_OrderDtoCopyWithImpl<$Res> - extends _$OrderDtoCopyWithImpl<$Res, _$_OrderDto> +class __$$_OrderDtoCopyWithImpl<$Res> extends _$OrderDtoCopyWithImpl<$Res, _$_OrderDto> implements _$$_OrderDtoCopyWith<$Res> { - __$$_OrderDtoCopyWithImpl( - _$_OrderDto _value, $Res Function(_$_OrderDto) _then) + __$$_OrderDtoCopyWithImpl(_$_OrderDto _value, $Res Function(_$_OrderDto) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -302,8 +297,7 @@ class _$_OrderDto extends _OrderDto { @JsonKey(includeToJson: false) this.id}) : super._(); - factory _$_OrderDto.fromJson(Map json) => - _$$_OrderDtoFromJson(json); + factory _$_OrderDto.fromJson(Map json) => _$$_OrderDtoFromJson(json); @override final int date; @@ -348,26 +342,20 @@ class _$_OrderDto extends _OrderDto { (other.runtimeType == runtimeType && other is _$_OrderDto && (identical(other.date, date) || other.date == date) && - (identical(other.pickupOption, pickupOption) || - other.pickupOption == pickupOption) && + (identical(other.pickupOption, pickupOption) || other.pickupOption == pickupOption) && (identical(other.paymentMethod, paymentMethod) || other.paymentMethod == paymentMethod) && (identical(other.address, address) || other.address == address) && (identical(other.userId, userId) || other.userId == userId) && - (identical(other.userName, userName) || - other.userName == userName) && - (identical(other.userImage, userImage) || - other.userImage == userImage) && - (identical(other.userPhone, userPhone) || - other.userPhone == userPhone) && - (identical(other.userNote, userNote) || - other.userNote == userNote) && + (identical(other.userName, userName) || other.userName == userName) && + (identical(other.userImage, userImage) || other.userImage == userImage) && + (identical(other.userPhone, userPhone) || other.userPhone == userPhone) && + (identical(other.userNote, userNote) || other.userNote == userNote) && (identical(other.employeeCancelNote, employeeCancelNote) || other.employeeCancelNote == employeeCancelNote) && (identical(other.deliveryStatus, deliveryStatus) || other.deliveryStatus == deliveryStatus) && - (identical(other.deliveryId, deliveryId) || - other.deliveryId == deliveryId) && + (identical(other.deliveryId, deliveryId) || other.deliveryId == deliveryId) && (identical(other.deliveryGeoPoint, deliveryGeoPoint) || other.deliveryGeoPoint == deliveryGeoPoint) && (identical(other.id, id) || other.id == id)); @@ -452,8 +440,7 @@ abstract class _OrderDto extends OrderDto { String? get id; @override @JsonKey(ignore: true) - _$$_OrderDtoCopyWith<_$_OrderDto> get copyWith => - throw _privateConstructorUsedError; + _$$_OrderDtoCopyWith<_$_OrderDto> get copyWith => throw _privateConstructorUsedError; } AddressDto _$AddressDtoFromJson(Map json) { @@ -470,14 +457,12 @@ mixin _$AddressDto { GeoPoint? get geoPoint => throw _privateConstructorUsedError; @JsonKey(ignore: true) - $AddressDtoCopyWith get copyWith => - throw _privateConstructorUsedError; + $AddressDtoCopyWith get copyWith => throw _privateConstructorUsedError; } /// @nodoc abstract class $AddressDtoCopyWith<$Res> { - factory $AddressDtoCopyWith( - AddressDto value, $Res Function(AddressDto) then) = + factory $AddressDtoCopyWith(AddressDto value, $Res Function(AddressDto) then) = _$AddressDtoCopyWithImpl<$Res, AddressDto>; @useResult $Res call( @@ -489,8 +474,7 @@ abstract class $AddressDtoCopyWith<$Res> { } /// @nodoc -class _$AddressDtoCopyWithImpl<$Res, $Val extends AddressDto> - implements $AddressDtoCopyWith<$Res> { +class _$AddressDtoCopyWithImpl<$Res, $Val extends AddressDto> implements $AddressDtoCopyWith<$Res> { _$AddressDtoCopyWithImpl(this._value, this._then); // ignore: unused_field @@ -533,10 +517,8 @@ class _$AddressDtoCopyWithImpl<$Res, $Val extends AddressDto> } /// @nodoc -abstract class _$$_AddressDtoCopyWith<$Res> - implements $AddressDtoCopyWith<$Res> { - factory _$$_AddressDtoCopyWith( - _$_AddressDto value, $Res Function(_$_AddressDto) then) = +abstract class _$$_AddressDtoCopyWith<$Res> implements $AddressDtoCopyWith<$Res> { + factory _$$_AddressDtoCopyWith(_$_AddressDto value, $Res Function(_$_AddressDto) then) = __$$_AddressDtoCopyWithImpl<$Res>; @override @useResult @@ -549,11 +531,9 @@ abstract class _$$_AddressDtoCopyWith<$Res> } /// @nodoc -class __$$_AddressDtoCopyWithImpl<$Res> - extends _$AddressDtoCopyWithImpl<$Res, _$_AddressDto> +class __$$_AddressDtoCopyWithImpl<$Res> extends _$AddressDtoCopyWithImpl<$Res, _$_AddressDto> implements _$$_AddressDtoCopyWith<$Res> { - __$$_AddressDtoCopyWithImpl( - _$_AddressDto _value, $Res Function(_$_AddressDto) _then) + __$$_AddressDtoCopyWithImpl(_$_AddressDto _value, $Res Function(_$_AddressDto) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -601,8 +581,7 @@ class _$_AddressDto extends _AddressDto { @GeoPointConverter() required this.geoPoint}) : super._(); - factory _$_AddressDto.fromJson(Map json) => - _$$_AddressDtoFromJson(json); + factory _$_AddressDto.fromJson(Map json) => _$$_AddressDtoFromJson(json); @override final String state; @@ -630,14 +609,12 @@ class _$_AddressDto extends _AddressDto { (identical(other.city, city) || other.city == city) && (identical(other.street, street) || other.street == street) && (identical(other.mobile, mobile) || other.mobile == mobile) && - (identical(other.geoPoint, geoPoint) || - other.geoPoint == geoPoint)); + (identical(other.geoPoint, geoPoint) || other.geoPoint == geoPoint)); } @JsonKey(ignore: true) @override - int get hashCode => - Object.hash(runtimeType, state, city, street, mobile, geoPoint); + int get hashCode => Object.hash(runtimeType, state, city, street, mobile, geoPoint); @JsonKey(ignore: true) @override @@ -655,8 +632,7 @@ abstract class _AddressDto extends AddressDto { @GeoPointConverter() required final GeoPoint? geoPoint}) = _$_AddressDto; const _AddressDto._() : super._(); - factory _AddressDto.fromJson(Map json) = - _$_AddressDto.fromJson; + factory _AddressDto.fromJson(Map json) = _$_AddressDto.fromJson; @override String get state; @@ -671,6 +647,5 @@ abstract class _AddressDto extends AddressDto { GeoPoint? get geoPoint; @override @JsonKey(ignore: true) - _$$_AddressDtoCopyWith<_$_AddressDto> get copyWith => - throw _privateConstructorUsedError; + _$$_AddressDtoCopyWith<_$_AddressDto> get copyWith => throw _privateConstructorUsedError; } diff --git a/lib/features/home/infrastructure/dtos/order_dto.g.dart b/lib/features/home/infrastructure/dtos/order_dto.g.dart index 9b0fdfc4..bc7fffc9 100644 --- a/lib/features/home/infrastructure/dtos/order_dto.g.dart +++ b/lib/features/home/infrastructure/dtos/order_dto.g.dart @@ -19,8 +19,7 @@ _$_OrderDto _$$_OrderDtoFromJson(Map json) => _$_OrderDto( userPhone: json['userPhone'] as String, userNote: json['userNote'] as String, employeeCancelNote: json['employeeCancelNote'] as String?, - deliveryStatus: - $enumDecode(_$DeliveryStatusEnumMap, json['deliveryStatus']), + deliveryStatus: $enumDecode(_$DeliveryStatusEnumMap, json['deliveryStatus']), deliveryId: json['deliveryId'] as String?, deliveryGeoPoint: _$JsonConverterFromJson( json['deliveryGeoPoint'], const GeoPointConverter().fromJson), @@ -47,8 +46,7 @@ Value? _$JsonConverterFromJson( ) => json == null ? null : fromJson(json as Json); -_$_AddressDto _$$_AddressDtoFromJson(Map json) => - _$_AddressDto( +_$_AddressDto _$$_AddressDtoFromJson(Map json) => _$_AddressDto( state: json['state'] as String, city: json['city'] as String, street: json['street'] as String, diff --git a/lib/features/home/infrastructure/dtos/update_delivery_geo_point_dto.freezed.dart b/lib/features/home/infrastructure/dtos/update_delivery_geo_point_dto.freezed.dart index dc901961..c995b27e 100644 --- a/lib/features/home/infrastructure/dtos/update_delivery_geo_point_dto.freezed.dart +++ b/lib/features/home/infrastructure/dtos/update_delivery_geo_point_dto.freezed.dart @@ -28,16 +28,15 @@ mixin _$UpdateDeliveryGeoPointDto { /// @nodoc abstract class $UpdateDeliveryGeoPointDtoCopyWith<$Res> { - factory $UpdateDeliveryGeoPointDtoCopyWith(UpdateDeliveryGeoPointDto value, - $Res Function(UpdateDeliveryGeoPointDto) then) = + factory $UpdateDeliveryGeoPointDtoCopyWith( + UpdateDeliveryGeoPointDto value, $Res Function(UpdateDeliveryGeoPointDto) then) = _$UpdateDeliveryGeoPointDtoCopyWithImpl<$Res, UpdateDeliveryGeoPointDto>; @useResult $Res call({String orderId, @GeoPointConverter() GeoPoint geoPoint}); } /// @nodoc -class _$UpdateDeliveryGeoPointDtoCopyWithImpl<$Res, - $Val extends UpdateDeliveryGeoPointDto> +class _$UpdateDeliveryGeoPointDtoCopyWithImpl<$Res, $Val extends UpdateDeliveryGeoPointDto> implements $UpdateDeliveryGeoPointDtoCopyWith<$Res> { _$UpdateDeliveryGeoPointDtoCopyWithImpl(this._value, this._then); @@ -69,8 +68,7 @@ class _$UpdateDeliveryGeoPointDtoCopyWithImpl<$Res, abstract class _$$_UpdateDeliveryGeoPointDtoCopyWith<$Res> implements $UpdateDeliveryGeoPointDtoCopyWith<$Res> { factory _$$_UpdateDeliveryGeoPointDtoCopyWith( - _$_UpdateDeliveryGeoPointDto value, - $Res Function(_$_UpdateDeliveryGeoPointDto) then) = + _$_UpdateDeliveryGeoPointDto value, $Res Function(_$_UpdateDeliveryGeoPointDto) then) = __$$_UpdateDeliveryGeoPointDtoCopyWithImpl<$Res>; @override @useResult @@ -79,12 +77,10 @@ abstract class _$$_UpdateDeliveryGeoPointDtoCopyWith<$Res> /// @nodoc class __$$_UpdateDeliveryGeoPointDtoCopyWithImpl<$Res> - extends _$UpdateDeliveryGeoPointDtoCopyWithImpl<$Res, - _$_UpdateDeliveryGeoPointDto> + extends _$UpdateDeliveryGeoPointDtoCopyWithImpl<$Res, _$_UpdateDeliveryGeoPointDto> implements _$$_UpdateDeliveryGeoPointDtoCopyWith<$Res> { __$$_UpdateDeliveryGeoPointDtoCopyWithImpl( - _$_UpdateDeliveryGeoPointDto _value, - $Res Function(_$_UpdateDeliveryGeoPointDto) _then) + _$_UpdateDeliveryGeoPointDto _value, $Res Function(_$_UpdateDeliveryGeoPointDto) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -129,8 +125,7 @@ class _$_UpdateDeliveryGeoPointDto implements _UpdateDeliveryGeoPointDto { (other.runtimeType == runtimeType && other is _$_UpdateDeliveryGeoPointDto && (identical(other.orderId, orderId) || other.orderId == orderId) && - (identical(other.geoPoint, geoPoint) || - other.geoPoint == geoPoint)); + (identical(other.geoPoint, geoPoint) || other.geoPoint == geoPoint)); } @JsonKey(ignore: true) @@ -140,9 +135,8 @@ class _$_UpdateDeliveryGeoPointDto implements _UpdateDeliveryGeoPointDto { @JsonKey(ignore: true) @override @pragma('vm:prefer-inline') - _$$_UpdateDeliveryGeoPointDtoCopyWith<_$_UpdateDeliveryGeoPointDto> - get copyWith => __$$_UpdateDeliveryGeoPointDtoCopyWithImpl< - _$_UpdateDeliveryGeoPointDto>(this, _$identity); + _$$_UpdateDeliveryGeoPointDtoCopyWith<_$_UpdateDeliveryGeoPointDto> get copyWith => + __$$_UpdateDeliveryGeoPointDtoCopyWithImpl<_$_UpdateDeliveryGeoPointDto>(this, _$identity); @override Map toJson() { @@ -154,9 +148,8 @@ class _$_UpdateDeliveryGeoPointDto implements _UpdateDeliveryGeoPointDto { abstract class _UpdateDeliveryGeoPointDto implements UpdateDeliveryGeoPointDto { const factory _UpdateDeliveryGeoPointDto( - {required final String orderId, - @GeoPointConverter() required final GeoPoint geoPoint}) = - _$_UpdateDeliveryGeoPointDto; + {required final String orderId, + @GeoPointConverter() required final GeoPoint geoPoint}) = _$_UpdateDeliveryGeoPointDto; @override String get orderId; @@ -165,6 +158,6 @@ abstract class _UpdateDeliveryGeoPointDto implements UpdateDeliveryGeoPointDto { GeoPoint get geoPoint; @override @JsonKey(ignore: true) - _$$_UpdateDeliveryGeoPointDtoCopyWith<_$_UpdateDeliveryGeoPointDto> - get copyWith => throw _privateConstructorUsedError; + _$$_UpdateDeliveryGeoPointDtoCopyWith<_$_UpdateDeliveryGeoPointDto> get copyWith => + throw _privateConstructorUsedError; } diff --git a/lib/features/home/infrastructure/dtos/update_delivery_geo_point_dto.g.dart b/lib/features/home/infrastructure/dtos/update_delivery_geo_point_dto.g.dart index 5b377912..92a7800c 100644 --- a/lib/features/home/infrastructure/dtos/update_delivery_geo_point_dto.g.dart +++ b/lib/features/home/infrastructure/dtos/update_delivery_geo_point_dto.g.dart @@ -6,8 +6,7 @@ part of 'update_delivery_geo_point_dto.dart'; // JsonSerializableGenerator // ************************************************************************** -Map _$$_UpdateDeliveryGeoPointDtoToJson( - _$_UpdateDeliveryGeoPointDto instance) => +Map _$$_UpdateDeliveryGeoPointDtoToJson(_$_UpdateDeliveryGeoPointDto instance) => { 'orderId': instance.orderId, 'geoPoint': const GeoPointConverter().toJson(instance.geoPoint), diff --git a/lib/features/home/infrastructure/dtos/update_delivery_status_dto.freezed.dart b/lib/features/home/infrastructure/dtos/update_delivery_status_dto.freezed.dart index cad00f0f..802304b4 100644 --- a/lib/features/home/infrastructure/dtos/update_delivery_status_dto.freezed.dart +++ b/lib/features/home/infrastructure/dtos/update_delivery_status_dto.freezed.dart @@ -32,8 +32,8 @@ mixin _$UpdateDeliveryStatusDto { /// @nodoc abstract class $UpdateDeliveryStatusDtoCopyWith<$Res> { - factory $UpdateDeliveryStatusDtoCopyWith(UpdateDeliveryStatusDto value, - $Res Function(UpdateDeliveryStatusDto) then) = + factory $UpdateDeliveryStatusDtoCopyWith( + UpdateDeliveryStatusDto value, $Res Function(UpdateDeliveryStatusDto) then) = _$UpdateDeliveryStatusDtoCopyWithImpl<$Res, UpdateDeliveryStatusDto>; @useResult $Res call( @@ -44,8 +44,7 @@ abstract class $UpdateDeliveryStatusDtoCopyWith<$Res> { } /// @nodoc -class _$UpdateDeliveryStatusDtoCopyWithImpl<$Res, - $Val extends UpdateDeliveryStatusDto> +class _$UpdateDeliveryStatusDtoCopyWithImpl<$Res, $Val extends UpdateDeliveryStatusDto> implements $UpdateDeliveryStatusDtoCopyWith<$Res> { _$UpdateDeliveryStatusDtoCopyWithImpl(this._value, this._then); @@ -86,8 +85,8 @@ class _$UpdateDeliveryStatusDtoCopyWithImpl<$Res, /// @nodoc abstract class _$$_UpdateDeliveryStatusDtoCopyWith<$Res> implements $UpdateDeliveryStatusDtoCopyWith<$Res> { - factory _$$_UpdateDeliveryStatusDtoCopyWith(_$_UpdateDeliveryStatusDto value, - $Res Function(_$_UpdateDeliveryStatusDto) then) = + factory _$$_UpdateDeliveryStatusDtoCopyWith( + _$_UpdateDeliveryStatusDto value, $Res Function(_$_UpdateDeliveryStatusDto) then) = __$$_UpdateDeliveryStatusDtoCopyWithImpl<$Res>; @override @useResult @@ -100,11 +99,10 @@ abstract class _$$_UpdateDeliveryStatusDtoCopyWith<$Res> /// @nodoc class __$$_UpdateDeliveryStatusDtoCopyWithImpl<$Res> - extends _$UpdateDeliveryStatusDtoCopyWithImpl<$Res, - _$_UpdateDeliveryStatusDto> + extends _$UpdateDeliveryStatusDtoCopyWithImpl<$Res, _$_UpdateDeliveryStatusDto> implements _$$_UpdateDeliveryStatusDtoCopyWith<$Res> { - __$$_UpdateDeliveryStatusDtoCopyWithImpl(_$_UpdateDeliveryStatusDto _value, - $Res Function(_$_UpdateDeliveryStatusDto) _then) + __$$_UpdateDeliveryStatusDtoCopyWithImpl( + _$_UpdateDeliveryStatusDto _value, $Res Function(_$_UpdateDeliveryStatusDto) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -170,24 +168,21 @@ class _$_UpdateDeliveryStatusDto implements _UpdateDeliveryStatusDto { (identical(other.orderId, orderId) || other.orderId == orderId) && (identical(other.deliveryStatus, deliveryStatus) || other.deliveryStatus == deliveryStatus) && - (identical(other.deliveryId, deliveryId) || - other.deliveryId == deliveryId) && + (identical(other.deliveryId, deliveryId) || other.deliveryId == deliveryId) && (identical(other.employeeCancelNote, employeeCancelNote) || other.employeeCancelNote == employeeCancelNote)); } @JsonKey(ignore: true) @override - int get hashCode => Object.hash( - runtimeType, orderId, deliveryStatus, deliveryId, employeeCancelNote); + int get hashCode => + Object.hash(runtimeType, orderId, deliveryStatus, deliveryId, employeeCancelNote); @JsonKey(ignore: true) @override @pragma('vm:prefer-inline') - _$$_UpdateDeliveryStatusDtoCopyWith<_$_UpdateDeliveryStatusDto> - get copyWith => - __$$_UpdateDeliveryStatusDtoCopyWithImpl<_$_UpdateDeliveryStatusDto>( - this, _$identity); + _$$_UpdateDeliveryStatusDtoCopyWith<_$_UpdateDeliveryStatusDto> get copyWith => + __$$_UpdateDeliveryStatusDtoCopyWithImpl<_$_UpdateDeliveryStatusDto>(this, _$identity); @override Map toJson() { @@ -218,6 +213,6 @@ abstract class _UpdateDeliveryStatusDto implements UpdateDeliveryStatusDto { String? get employeeCancelNote; @override @JsonKey(ignore: true) - _$$_UpdateDeliveryStatusDtoCopyWith<_$_UpdateDeliveryStatusDto> - get copyWith => throw _privateConstructorUsedError; + _$$_UpdateDeliveryStatusDtoCopyWith<_$_UpdateDeliveryStatusDto> get copyWith => + throw _privateConstructorUsedError; } diff --git a/lib/features/home/infrastructure/dtos/update_delivery_status_dto.g.dart b/lib/features/home/infrastructure/dtos/update_delivery_status_dto.g.dart index 003960f4..4961212f 100644 --- a/lib/features/home/infrastructure/dtos/update_delivery_status_dto.g.dart +++ b/lib/features/home/infrastructure/dtos/update_delivery_status_dto.g.dart @@ -6,8 +6,7 @@ part of 'update_delivery_status_dto.dart'; // JsonSerializableGenerator // ************************************************************************** -Map _$$_UpdateDeliveryStatusDtoToJson( - _$_UpdateDeliveryStatusDto instance) { +Map _$$_UpdateDeliveryStatusDtoToJson(_$_UpdateDeliveryStatusDto instance) { final val = { 'deliveryStatus': _$DeliveryStatusEnumMap[instance.deliveryStatus]!, }; diff --git a/lib/features/home/infrastructure/repos/orders_repo.g.dart b/lib/features/home/infrastructure/repos/orders_repo.g.dart index 349863a7..8d1c2531 100644 --- a/lib/features/home/infrastructure/repos/orders_repo.g.dart +++ b/lib/features/home/infrastructure/repos/orders_repo.g.dart @@ -13,8 +13,7 @@ String _$ordersRepoHash() => r'a3af2ff4115634d27721350105031065bbf2ca24'; final ordersRepoProvider = Provider.internal( ordersRepo, name: r'ordersRepoProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$ordersRepoHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$ordersRepoHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/home/presentation/providers/location_stream_provider.g.dart b/lib/features/home/presentation/providers/location_stream_provider.g.dart index bdfb994a..1fb34919 100644 --- a/lib/features/home/presentation/providers/location_stream_provider.g.dart +++ b/lib/features/home/presentation/providers/location_stream_provider.g.dart @@ -13,9 +13,8 @@ String _$locationStreamHash() => r'8a8c4a86c760e3a13cc16e9bf033392687e14028'; final locationStreamProvider = AutoDisposeStreamProvider.internal( locationStream, name: r'locationStreamProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$locationStreamHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$locationStreamHash, dependencies: null, allTransitiveDependencies: null, ); @@ -81,8 +80,7 @@ class EnableLocationFamily extends Family> { static const Iterable? _allTransitiveDependencies = null; @override - Iterable? get allTransitiveDependencies => - _allTransitiveDependencies; + Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'enableLocationProvider'; @@ -101,20 +99,16 @@ class EnableLocationProvider extends AutoDisposeFutureProvider { from: enableLocationProvider, name: r'enableLocationProvider', debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') - ? null - : _$enableLocationHash, + const bool.fromEnvironment('dart.vm.product') ? null : _$enableLocationHash, dependencies: EnableLocationFamily._dependencies, - allTransitiveDependencies: - EnableLocationFamily._allTransitiveDependencies, + allTransitiveDependencies: EnableLocationFamily._allTransitiveDependencies, ); final LocationService locationService; @override bool operator ==(Object other) { - return other is EnableLocationProvider && - other.locationService == locationService; + return other is EnableLocationProvider && other.locationService == locationService; } @override @@ -126,8 +120,7 @@ class EnableLocationProvider extends AutoDisposeFutureProvider { } } -String _$requestLocationPermissionHash() => - r'3b5dd8d64080eacb6bde6acf8c7c03010ec632ab'; +String _$requestLocationPermissionHash() => r'3b5dd8d64080eacb6bde6acf8c7c03010ec632ab'; typedef RequestLocationPermissionRef = AutoDisposeFutureProviderRef; /// See also [requestLocationPermission]. @@ -165,16 +158,14 @@ class RequestLocationPermissionFamily extends Family> { static const Iterable? _allTransitiveDependencies = null; @override - Iterable? get allTransitiveDependencies => - _allTransitiveDependencies; + Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'requestLocationPermissionProvider'; } /// See also [requestLocationPermission]. -class RequestLocationPermissionProvider - extends AutoDisposeFutureProvider { +class RequestLocationPermissionProvider extends AutoDisposeFutureProvider { /// See also [requestLocationPermission]. RequestLocationPermissionProvider( this.locationService, @@ -185,21 +176,18 @@ class RequestLocationPermissionProvider ), from: requestLocationPermissionProvider, name: r'requestLocationPermissionProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') - ? null - : _$requestLocationPermissionHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') + ? null + : _$requestLocationPermissionHash, dependencies: RequestLocationPermissionFamily._dependencies, - allTransitiveDependencies: - RequestLocationPermissionFamily._allTransitiveDependencies, + allTransitiveDependencies: RequestLocationPermissionFamily._allTransitiveDependencies, ); final LocationService locationService; @override bool operator ==(Object other) { - return other is RequestLocationPermissionProvider && - other.locationService == locationService; + return other is RequestLocationPermissionProvider && other.locationService == locationService; } @override diff --git a/lib/features/home/presentation/providers/my_delivering_orders_provider.g.dart b/lib/features/home/presentation/providers/my_delivering_orders_provider.g.dart index 3b19d590..9b59892d 100644 --- a/lib/features/home/presentation/providers/my_delivering_orders_provider.g.dart +++ b/lib/features/home/presentation/providers/my_delivering_orders_provider.g.dart @@ -6,17 +6,15 @@ part of 'my_delivering_orders_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$myDeliveringOrdersHash() => - r'30af10ce4a44a05f5550005f36270ddf93b1a4f4'; +String _$myDeliveringOrdersHash() => r'30af10ce4a44a05f5550005f36270ddf93b1a4f4'; /// See also [myDeliveringOrders]. @ProviderFor(myDeliveringOrders) final myDeliveringOrdersProvider = AutoDisposeProvider>.internal( myDeliveringOrders, name: r'myDeliveringOrdersProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$myDeliveringOrdersHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$myDeliveringOrdersHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/home/presentation/providers/selected_order_provider.g.dart b/lib/features/home/presentation/providers/selected_order_provider.g.dart index 032ebf5b..78d02a29 100644 --- a/lib/features/home/presentation/providers/selected_order_provider.g.dart +++ b/lib/features/home/presentation/providers/selected_order_provider.g.dart @@ -13,9 +13,8 @@ String _$selectedOrderHash() => r'a75b94de387df0cb77074c1b82f554ba14555235'; final selectedOrderProvider = AutoDisposeProvider>.internal( selectedOrder, name: r'selectedOrderProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$selectedOrderHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$selectedOrderHash, dependencies: null, allTransitiveDependencies: null, ); @@ -29,9 +28,8 @@ final selectedOrderIdProvider = AutoDisposeNotifierProvider>.internal( SelectedOrderId.new, name: r'selectedOrderIdProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$selectedOrderIdHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$selectedOrderIdHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/home/presentation/providers/upcoming_orders_provider.g.dart b/lib/features/home/presentation/providers/upcoming_orders_provider.g.dart index e52b8bde..f8011e29 100644 --- a/lib/features/home/presentation/providers/upcoming_orders_provider.g.dart +++ b/lib/features/home/presentation/providers/upcoming_orders_provider.g.dart @@ -10,13 +10,11 @@ String _$upcomingOrdersHash() => r'8b58d5e5fa96f108570f75bef58e1c5b3efda449'; /// See also [upcomingOrders]. @ProviderFor(upcomingOrders) -final upcomingOrdersProvider = - AutoDisposeStreamProvider>.internal( +final upcomingOrdersProvider = AutoDisposeStreamProvider>.internal( upcomingOrders, name: r'upcomingOrdersProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$upcomingOrdersHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$upcomingOrdersHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/home/presentation/providers/update_delivery_geo_point_provider.g.dart b/lib/features/home/presentation/providers/update_delivery_geo_point_provider.g.dart index c4265e08..f1767d68 100644 --- a/lib/features/home/presentation/providers/update_delivery_geo_point_provider.g.dart +++ b/lib/features/home/presentation/providers/update_delivery_geo_point_provider.g.dart @@ -6,25 +6,21 @@ part of 'update_delivery_geo_point_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$updateDeliveryGeoPointStateHash() => - r'175613a91e5b929a7376d930564462826f673e5f'; +String _$updateDeliveryGeoPointStateHash() => r'175613a91e5b929a7376d930564462826f673e5f'; /// See also [updateDeliveryGeoPointState]. @ProviderFor(updateDeliveryGeoPointState) -final updateDeliveryGeoPointStateProvider = - AutoDisposeFutureProvider.internal( +final updateDeliveryGeoPointStateProvider = AutoDisposeFutureProvider.internal( updateDeliveryGeoPointState, name: r'updateDeliveryGeoPointStateProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$updateDeliveryGeoPointStateHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$updateDeliveryGeoPointStateHash, dependencies: null, allTransitiveDependencies: null, ); typedef UpdateDeliveryGeoPointStateRef = AutoDisposeFutureProviderRef; -String _$updateDeliveryGeoPointHash() => - r'4f01db6c2fc98d85dc92c5241c4491d21bd8d0ae'; +String _$updateDeliveryGeoPointHash() => r'4f01db6c2fc98d85dc92c5241c4491d21bd8d0ae'; /// Copied from Dart SDK class _SystemHash { @@ -84,8 +80,7 @@ class UpdateDeliveryGeoPointFamily extends Family> { static const Iterable? _allTransitiveDependencies = null; @override - Iterable? get allTransitiveDependencies => - _allTransitiveDependencies; + Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'updateDeliveryGeoPointProvider'; @@ -104,20 +99,16 @@ class UpdateDeliveryGeoPointProvider extends AutoDisposeFutureProvider { from: updateDeliveryGeoPointProvider, name: r'updateDeliveryGeoPointProvider', debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') - ? null - : _$updateDeliveryGeoPointHash, + const bool.fromEnvironment('dart.vm.product') ? null : _$updateDeliveryGeoPointHash, dependencies: UpdateDeliveryGeoPointFamily._dependencies, - allTransitiveDependencies: - UpdateDeliveryGeoPointFamily._allTransitiveDependencies, + allTransitiveDependencies: UpdateDeliveryGeoPointFamily._allTransitiveDependencies, ); final UpdateDeliveryGeoPoint deliveryGeoPoint; @override bool operator ==(Object other) { - return other is UpdateDeliveryGeoPointProvider && - other.deliveryGeoPoint == deliveryGeoPoint; + return other is UpdateDeliveryGeoPointProvider && other.deliveryGeoPoint == deliveryGeoPoint; } @override diff --git a/lib/features/home/presentation/providers/update_delivery_status_provider/update_delivery_status_provider.g.dart b/lib/features/home/presentation/providers/update_delivery_status_provider/update_delivery_status_provider.g.dart index dfe5096f..2a7e3b87 100644 --- a/lib/features/home/presentation/providers/update_delivery_status_provider/update_delivery_status_provider.g.dart +++ b/lib/features/home/presentation/providers/update_delivery_status_provider/update_delivery_status_provider.g.dart @@ -6,8 +6,7 @@ part of 'update_delivery_status_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$updateDeliveryStatusStateHash() => - r'0e0941cbccefb3a82e176a0242d2b96ea8c86c1b'; +String _$updateDeliveryStatusStateHash() => r'0e0941cbccefb3a82e176a0242d2b96ea8c86c1b'; /// See also [updateDeliveryStatusState]. @ProviderFor(updateDeliveryStatusState) @@ -15,31 +14,26 @@ final updateDeliveryStatusStateProvider = AutoDisposeFutureProvider.internal( updateDeliveryStatusState, name: r'updateDeliveryStatusStateProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$updateDeliveryStatusStateHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$updateDeliveryStatusStateHash, dependencies: null, allTransitiveDependencies: null, ); -typedef UpdateDeliveryStatusStateRef - = AutoDisposeFutureProviderRef; -String _$updateDeliveryStatusEventHash() => - r'ce777edeaf26b00152d8ad6b8e50c2dd07c191ae'; +typedef UpdateDeliveryStatusStateRef = AutoDisposeFutureProviderRef; +String _$updateDeliveryStatusEventHash() => r'ce777edeaf26b00152d8ad6b8e50c2dd07c191ae'; /// See also [UpdateDeliveryStatusEvent]. @ProviderFor(UpdateDeliveryStatusEvent) -final updateDeliveryStatusEventProvider = AutoDisposeNotifierProvider< - UpdateDeliveryStatusEvent, Option>>.internal( +final updateDeliveryStatusEventProvider = AutoDisposeNotifierProvider>>.internal( UpdateDeliveryStatusEvent.new, name: r'updateDeliveryStatusEventProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$updateDeliveryStatusEventHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$updateDeliveryStatusEventHash, dependencies: null, allTransitiveDependencies: null, ); -typedef _$UpdateDeliveryStatusEvent - = AutoDisposeNotifier>>; +typedef _$UpdateDeliveryStatusEvent = AutoDisposeNotifier>>; // ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions diff --git a/lib/features/home/presentation/providers/update_delivery_status_provider/update_delivery_status_state.freezed.dart b/lib/features/home/presentation/providers/update_delivery_status_provider/update_delivery_status_state.freezed.dart index 35d97fbe..587726cb 100644 --- a/lib/features/home/presentation/providers/update_delivery_status_provider/update_delivery_status_state.freezed.dart +++ b/lib/features/home/presentation/providers/update_delivery_status_provider/update_delivery_status_state.freezed.dart @@ -19,8 +19,7 @@ mixin _$UpdateDeliveryStatusState { @optionalTypeArgs TResult when({ required TResult Function() idle, - required TResult Function(String orderId, DeliveryStatus deliveryStatus) - success, + required TResult Function(String orderId, DeliveryStatus deliveryStatus) success, }) => throw _privateConstructorUsedError; @optionalTypeArgs @@ -59,14 +58,13 @@ mixin _$UpdateDeliveryStatusState { /// @nodoc abstract class $UpdateDeliveryStatusStateCopyWith<$Res> { - factory $UpdateDeliveryStatusStateCopyWith(UpdateDeliveryStatusState value, - $Res Function(UpdateDeliveryStatusState) then) = + factory $UpdateDeliveryStatusStateCopyWith( + UpdateDeliveryStatusState value, $Res Function(UpdateDeliveryStatusState) then) = _$UpdateDeliveryStatusStateCopyWithImpl<$Res, UpdateDeliveryStatusState>; } /// @nodoc -class _$UpdateDeliveryStatusStateCopyWithImpl<$Res, - $Val extends UpdateDeliveryStatusState> +class _$UpdateDeliveryStatusStateCopyWithImpl<$Res, $Val extends UpdateDeliveryStatusState> implements $UpdateDeliveryStatusStateCopyWith<$Res> { _$UpdateDeliveryStatusStateCopyWithImpl(this._value, this._then); @@ -78,16 +76,13 @@ class _$UpdateDeliveryStatusStateCopyWithImpl<$Res, /// @nodoc abstract class _$$IdleCopyWith<$Res> { - factory _$$IdleCopyWith(_$Idle value, $Res Function(_$Idle) then) = - __$$IdleCopyWithImpl<$Res>; + factory _$$IdleCopyWith(_$Idle value, $Res Function(_$Idle) then) = __$$IdleCopyWithImpl<$Res>; } /// @nodoc -class __$$IdleCopyWithImpl<$Res> - extends _$UpdateDeliveryStatusStateCopyWithImpl<$Res, _$Idle> +class __$$IdleCopyWithImpl<$Res> extends _$UpdateDeliveryStatusStateCopyWithImpl<$Res, _$Idle> implements _$$IdleCopyWith<$Res> { - __$$IdleCopyWithImpl(_$Idle _value, $Res Function(_$Idle) _then) - : super(_value, _then); + __$$IdleCopyWithImpl(_$Idle _value, $Res Function(_$Idle) _then) : super(_value, _then); } /// @nodoc @@ -102,8 +97,7 @@ class _$Idle implements Idle { @override bool operator ==(dynamic other) { - return identical(this, other) || - (other.runtimeType == runtimeType && other is _$Idle); + return identical(this, other) || (other.runtimeType == runtimeType && other is _$Idle); } @override @@ -113,8 +107,7 @@ class _$Idle implements Idle { @optionalTypeArgs TResult when({ required TResult Function() idle, - required TResult Function(String orderId, DeliveryStatus deliveryStatus) - success, + required TResult Function(String orderId, DeliveryStatus deliveryStatus) success, }) { return idle(); } @@ -186,11 +179,9 @@ abstract class _$$SuccessCopyWith<$Res> { } /// @nodoc -class __$$SuccessCopyWithImpl<$Res> - extends _$UpdateDeliveryStatusStateCopyWithImpl<$Res, _$Success> +class __$$SuccessCopyWithImpl<$Res> extends _$UpdateDeliveryStatusStateCopyWithImpl<$Res, _$Success> implements _$$SuccessCopyWith<$Res> { - __$$SuccessCopyWithImpl(_$Success _value, $Res Function(_$Success) _then) - : super(_value, _then); + __$$SuccessCopyWithImpl(_$Success _value, $Res Function(_$Success) _then) : super(_value, _then); @pragma('vm:prefer-inline') @override @@ -249,8 +240,7 @@ class _$Success implements Success { @optionalTypeArgs TResult when({ required TResult Function() idle, - required TResult Function(String orderId, DeliveryStatus deliveryStatus) - success, + required TResult Function(String orderId, DeliveryStatus deliveryStatus) success, }) { return success(orderId, deliveryStatus); } @@ -311,12 +301,10 @@ class _$Success implements Success { abstract class Success implements UpdateDeliveryStatusState { const factory Success( - {required final String orderId, - required final DeliveryStatus deliveryStatus}) = _$Success; + {required final String orderId, required final DeliveryStatus deliveryStatus}) = _$Success; String get orderId; DeliveryStatus get deliveryStatus; @JsonKey(ignore: true) - _$$SuccessCopyWith<_$Success> get copyWith => - throw _privateConstructorUsedError; + _$$SuccessCopyWith<_$Success> get copyWith => throw _privateConstructorUsedError; } diff --git a/lib/features/map/domain/place_details.freezed.dart b/lib/features/map/domain/place_details.freezed.dart index 6efb6f05..e9f9047b 100644 --- a/lib/features/map/domain/place_details.freezed.dart +++ b/lib/features/map/domain/place_details.freezed.dart @@ -19,14 +19,12 @@ mixin _$PlaceDetails { GeoPoint get geoPoint => throw _privateConstructorUsedError; @JsonKey(ignore: true) - $PlaceDetailsCopyWith get copyWith => - throw _privateConstructorUsedError; + $PlaceDetailsCopyWith get copyWith => throw _privateConstructorUsedError; } /// @nodoc abstract class $PlaceDetailsCopyWith<$Res> { - factory $PlaceDetailsCopyWith( - PlaceDetails value, $Res Function(PlaceDetails) then) = + factory $PlaceDetailsCopyWith(PlaceDetails value, $Res Function(PlaceDetails) then) = _$PlaceDetailsCopyWithImpl<$Res, PlaceDetails>; @useResult $Res call({GeoPoint geoPoint}); @@ -57,10 +55,8 @@ class _$PlaceDetailsCopyWithImpl<$Res, $Val extends PlaceDetails> } /// @nodoc -abstract class _$$_PlaceDetailsCopyWith<$Res> - implements $PlaceDetailsCopyWith<$Res> { - factory _$$_PlaceDetailsCopyWith( - _$_PlaceDetails value, $Res Function(_$_PlaceDetails) then) = +abstract class _$$_PlaceDetailsCopyWith<$Res> implements $PlaceDetailsCopyWith<$Res> { + factory _$$_PlaceDetailsCopyWith(_$_PlaceDetails value, $Res Function(_$_PlaceDetails) then) = __$$_PlaceDetailsCopyWithImpl<$Res>; @override @useResult @@ -68,11 +64,9 @@ abstract class _$$_PlaceDetailsCopyWith<$Res> } /// @nodoc -class __$$_PlaceDetailsCopyWithImpl<$Res> - extends _$PlaceDetailsCopyWithImpl<$Res, _$_PlaceDetails> +class __$$_PlaceDetailsCopyWithImpl<$Res> extends _$PlaceDetailsCopyWithImpl<$Res, _$_PlaceDetails> implements _$$_PlaceDetailsCopyWith<$Res> { - __$$_PlaceDetailsCopyWithImpl( - _$_PlaceDetails _value, $Res Function(_$_PlaceDetails) _then) + __$$_PlaceDetailsCopyWithImpl(_$_PlaceDetails _value, $Res Function(_$_PlaceDetails) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -107,8 +101,7 @@ class _$_PlaceDetails implements _PlaceDetails { return identical(this, other) || (other.runtimeType == runtimeType && other is _$_PlaceDetails && - (identical(other.geoPoint, geoPoint) || - other.geoPoint == geoPoint)); + (identical(other.geoPoint, geoPoint) || other.geoPoint == geoPoint)); } @override @@ -122,13 +115,11 @@ class _$_PlaceDetails implements _PlaceDetails { } abstract class _PlaceDetails implements PlaceDetails { - const factory _PlaceDetails({required final GeoPoint geoPoint}) = - _$_PlaceDetails; + const factory _PlaceDetails({required final GeoPoint geoPoint}) = _$_PlaceDetails; @override GeoPoint get geoPoint; @override @JsonKey(ignore: true) - _$$_PlaceDetailsCopyWith<_$_PlaceDetails> get copyWith => - throw _privateConstructorUsedError; + _$$_PlaceDetailsCopyWith<_$_PlaceDetails> get copyWith => throw _privateConstructorUsedError; } diff --git a/lib/features/map/domain/place_directions.freezed.dart b/lib/features/map/domain/place_directions.freezed.dart index b66f2b07..4c2d2e09 100644 --- a/lib/features/map/domain/place_directions.freezed.dart +++ b/lib/features/map/domain/place_directions.freezed.dart @@ -22,21 +22,15 @@ mixin _$PlaceDirections { String get duration => throw _privateConstructorUsedError; @JsonKey(ignore: true) - $PlaceDirectionsCopyWith get copyWith => - throw _privateConstructorUsedError; + $PlaceDirectionsCopyWith get copyWith => throw _privateConstructorUsedError; } /// @nodoc abstract class $PlaceDirectionsCopyWith<$Res> { - factory $PlaceDirectionsCopyWith( - PlaceDirections value, $Res Function(PlaceDirections) then) = + factory $PlaceDirectionsCopyWith(PlaceDirections value, $Res Function(PlaceDirections) then) = _$PlaceDirectionsCopyWithImpl<$Res, PlaceDirections>; @useResult - $Res call( - {LatLngBounds bounds, - List polylinePoints, - int distance, - String duration}); + $Res call({LatLngBounds bounds, List polylinePoints, int distance, String duration}); } /// @nodoc @@ -79,18 +73,13 @@ class _$PlaceDirectionsCopyWithImpl<$Res, $Val extends PlaceDirections> } /// @nodoc -abstract class _$$_PlaceDirectionsCopyWith<$Res> - implements $PlaceDirectionsCopyWith<$Res> { +abstract class _$$_PlaceDirectionsCopyWith<$Res> implements $PlaceDirectionsCopyWith<$Res> { factory _$$_PlaceDirectionsCopyWith( _$_PlaceDirections value, $Res Function(_$_PlaceDirections) then) = __$$_PlaceDirectionsCopyWithImpl<$Res>; @override @useResult - $Res call( - {LatLngBounds bounds, - List polylinePoints, - int distance, - String duration}); + $Res call({LatLngBounds bounds, List polylinePoints, int distance, String duration}); } /// @nodoc @@ -166,12 +155,9 @@ class _$_PlaceDirections implements _PlaceDirections { (other.runtimeType == runtimeType && other is _$_PlaceDirections && (identical(other.bounds, bounds) || other.bounds == bounds) && - const DeepCollectionEquality() - .equals(other._polylinePoints, _polylinePoints) && - (identical(other.distance, distance) || - other.distance == distance) && - (identical(other.duration, duration) || - other.duration == duration)); + const DeepCollectionEquality().equals(other._polylinePoints, _polylinePoints) && + (identical(other.distance, distance) || other.distance == distance) && + (identical(other.duration, duration) || other.duration == duration)); } @override @@ -218,16 +204,15 @@ mixin _$PlaceDirectionsQuery { /// @nodoc abstract class $PlaceDirectionsQueryCopyWith<$Res> { - factory $PlaceDirectionsQueryCopyWith(PlaceDirectionsQuery value, - $Res Function(PlaceDirectionsQuery) then) = + factory $PlaceDirectionsQueryCopyWith( + PlaceDirectionsQuery value, $Res Function(PlaceDirectionsQuery) then) = _$PlaceDirectionsQueryCopyWithImpl<$Res, PlaceDirectionsQuery>; @useResult $Res call({Position origin, GeoPoint destination}); } /// @nodoc -class _$PlaceDirectionsQueryCopyWithImpl<$Res, - $Val extends PlaceDirectionsQuery> +class _$PlaceDirectionsQueryCopyWithImpl<$Res, $Val extends PlaceDirectionsQuery> implements $PlaceDirectionsQueryCopyWith<$Res> { _$PlaceDirectionsQueryCopyWithImpl(this._value, this._then); @@ -258,8 +243,8 @@ class _$PlaceDirectionsQueryCopyWithImpl<$Res, /// @nodoc abstract class _$$_PlaceDirectionsQueryCopyWith<$Res> implements $PlaceDirectionsQueryCopyWith<$Res> { - factory _$$_PlaceDirectionsQueryCopyWith(_$_PlaceDirectionsQuery value, - $Res Function(_$_PlaceDirectionsQuery) then) = + factory _$$_PlaceDirectionsQueryCopyWith( + _$_PlaceDirectionsQuery value, $Res Function(_$_PlaceDirectionsQuery) then) = __$$_PlaceDirectionsQueryCopyWithImpl<$Res>; @override @useResult @@ -270,8 +255,8 @@ abstract class _$$_PlaceDirectionsQueryCopyWith<$Res> class __$$_PlaceDirectionsQueryCopyWithImpl<$Res> extends _$PlaceDirectionsQueryCopyWithImpl<$Res, _$_PlaceDirectionsQuery> implements _$$_PlaceDirectionsQueryCopyWith<$Res> { - __$$_PlaceDirectionsQueryCopyWithImpl(_$_PlaceDirectionsQuery _value, - $Res Function(_$_PlaceDirectionsQuery) _then) + __$$_PlaceDirectionsQueryCopyWithImpl( + _$_PlaceDirectionsQuery _value, $Res Function(_$_PlaceDirectionsQuery) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -296,8 +281,7 @@ class __$$_PlaceDirectionsQueryCopyWithImpl<$Res> /// @nodoc class _$_PlaceDirectionsQuery implements _PlaceDirectionsQuery { - const _$_PlaceDirectionsQuery( - {required this.origin, required this.destination}); + const _$_PlaceDirectionsQuery({required this.origin, required this.destination}); @override final Position origin; @@ -315,8 +299,7 @@ class _$_PlaceDirectionsQuery implements _PlaceDirectionsQuery { (other.runtimeType == runtimeType && other is _$_PlaceDirectionsQuery && (identical(other.origin, origin) || other.origin == origin) && - (identical(other.destination, destination) || - other.destination == destination)); + (identical(other.destination, destination) || other.destination == destination)); } @override @@ -326,8 +309,7 @@ class _$_PlaceDirectionsQuery implements _PlaceDirectionsQuery { @override @pragma('vm:prefer-inline') _$$_PlaceDirectionsQueryCopyWith<_$_PlaceDirectionsQuery> get copyWith => - __$$_PlaceDirectionsQueryCopyWithImpl<_$_PlaceDirectionsQuery>( - this, _$identity); + __$$_PlaceDirectionsQueryCopyWithImpl<_$_PlaceDirectionsQuery>(this, _$identity); } abstract class _PlaceDirectionsQuery implements PlaceDirectionsQuery { diff --git a/lib/features/map/infrastructure/data_sources/map_remote_data_source.g.dart b/lib/features/map/infrastructure/data_sources/map_remote_data_source.g.dart index 7284497a..ac659521 100644 --- a/lib/features/map/infrastructure/data_sources/map_remote_data_source.g.dart +++ b/lib/features/map/infrastructure/data_sources/map_remote_data_source.g.dart @@ -6,17 +6,15 @@ part of 'map_remote_data_source.dart'; // RiverpodGenerator // ************************************************************************** -String _$mapRemoteDataSourceHash() => - r'733b0638cca0f9951e90961f030608959456b946'; +String _$mapRemoteDataSourceHash() => r'733b0638cca0f9951e90961f030608959456b946'; /// See also [mapRemoteDataSource]. @ProviderFor(mapRemoteDataSource) final mapRemoteDataSourceProvider = Provider.internal( mapRemoteDataSource, name: r'mapRemoteDataSourceProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$mapRemoteDataSourceHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$mapRemoteDataSourceHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/map/infrastructure/dtos/place_details_dto.freezed.dart b/lib/features/map/infrastructure/dtos/place_details_dto.freezed.dart index 2fa7bc1f..df7cada7 100644 --- a/lib/features/map/infrastructure/dtos/place_details_dto.freezed.dart +++ b/lib/features/map/infrastructure/dtos/place_details_dto.freezed.dart @@ -24,19 +24,15 @@ mixin _$PlaceDetailsDto { GeoPoint get geoPoint => throw _privateConstructorUsedError; @JsonKey(ignore: true) - $PlaceDetailsDtoCopyWith get copyWith => - throw _privateConstructorUsedError; + $PlaceDetailsDtoCopyWith get copyWith => throw _privateConstructorUsedError; } /// @nodoc abstract class $PlaceDetailsDtoCopyWith<$Res> { - factory $PlaceDetailsDtoCopyWith( - PlaceDetailsDto value, $Res Function(PlaceDetailsDto) then) = + factory $PlaceDetailsDtoCopyWith(PlaceDetailsDto value, $Res Function(PlaceDetailsDto) then) = _$PlaceDetailsDtoCopyWithImpl<$Res, PlaceDetailsDto>; @useResult - $Res call( - {@JsonKey(name: 'geometry', fromJson: _fromJsonGeoPoint) - GeoPoint geoPoint}); + $Res call({@JsonKey(name: 'geometry', fromJson: _fromJsonGeoPoint) GeoPoint geoPoint}); } /// @nodoc @@ -64,16 +60,13 @@ class _$PlaceDetailsDtoCopyWithImpl<$Res, $Val extends PlaceDetailsDto> } /// @nodoc -abstract class _$$_PlaceDetailsDtoCopyWith<$Res> - implements $PlaceDetailsDtoCopyWith<$Res> { +abstract class _$$_PlaceDetailsDtoCopyWith<$Res> implements $PlaceDetailsDtoCopyWith<$Res> { factory _$$_PlaceDetailsDtoCopyWith( _$_PlaceDetailsDto value, $Res Function(_$_PlaceDetailsDto) then) = __$$_PlaceDetailsDtoCopyWithImpl<$Res>; @override @useResult - $Res call( - {@JsonKey(name: 'geometry', fromJson: _fromJsonGeoPoint) - GeoPoint geoPoint}); + $Res call({@JsonKey(name: 'geometry', fromJson: _fromJsonGeoPoint) GeoPoint geoPoint}); } /// @nodoc @@ -102,8 +95,7 @@ class __$$_PlaceDetailsDtoCopyWithImpl<$Res> @JsonSerializable(createToJson: false) class _$_PlaceDetailsDto extends _PlaceDetailsDto { const _$_PlaceDetailsDto( - {@JsonKey(name: 'geometry', fromJson: _fromJsonGeoPoint) - required this.geoPoint}) + {@JsonKey(name: 'geometry', fromJson: _fromJsonGeoPoint) required this.geoPoint}) : super._(); factory _$_PlaceDetailsDto.fromJson(Map json) => @@ -123,8 +115,7 @@ class _$_PlaceDetailsDto extends _PlaceDetailsDto { return identical(this, other) || (other.runtimeType == runtimeType && other is _$_PlaceDetailsDto && - (identical(other.geoPoint, geoPoint) || - other.geoPoint == geoPoint)); + (identical(other.geoPoint, geoPoint) || other.geoPoint == geoPoint)); } @JsonKey(ignore: true) @@ -141,11 +132,10 @@ class _$_PlaceDetailsDto extends _PlaceDetailsDto { abstract class _PlaceDetailsDto extends PlaceDetailsDto { const factory _PlaceDetailsDto( {@JsonKey(name: 'geometry', fromJson: _fromJsonGeoPoint) - required final GeoPoint geoPoint}) = _$_PlaceDetailsDto; + required final GeoPoint geoPoint}) = _$_PlaceDetailsDto; const _PlaceDetailsDto._() : super._(); - factory _PlaceDetailsDto.fromJson(Map json) = - _$_PlaceDetailsDto.fromJson; + factory _PlaceDetailsDto.fromJson(Map json) = _$_PlaceDetailsDto.fromJson; @override @JsonKey(name: 'geometry', fromJson: _fromJsonGeoPoint) diff --git a/lib/features/map/infrastructure/dtos/place_details_dto.g.dart b/lib/features/map/infrastructure/dtos/place_details_dto.g.dart index 4514f51d..974fb7ae 100644 --- a/lib/features/map/infrastructure/dtos/place_details_dto.g.dart +++ b/lib/features/map/infrastructure/dtos/place_details_dto.g.dart @@ -6,7 +6,6 @@ part of 'place_details_dto.dart'; // JsonSerializableGenerator // ************************************************************************** -_$_PlaceDetailsDto _$$_PlaceDetailsDtoFromJson(Map json) => - _$_PlaceDetailsDto( +_$_PlaceDetailsDto _$$_PlaceDetailsDtoFromJson(Map json) => _$_PlaceDetailsDto( geoPoint: _fromJsonGeoPoint(json['geometry'] as Map), ); diff --git a/lib/features/map/infrastructure/dtos/place_directions_dto.freezed.dart b/lib/features/map/infrastructure/dtos/place_directions_dto.freezed.dart index e90ac9df..10932d1b 100644 --- a/lib/features/map/infrastructure/dtos/place_directions_dto.freezed.dart +++ b/lib/features/map/infrastructure/dtos/place_directions_dto.freezed.dart @@ -41,14 +41,11 @@ abstract class $PlaceDirectionsDtoCopyWith<$Res> { _$PlaceDirectionsDtoCopyWithImpl<$Res, PlaceDirectionsDto>; @useResult $Res call( - {@JsonKey(fromJson: _fromJsonBounds) - LatLngBounds bounds, + {@JsonKey(fromJson: _fromJsonBounds) LatLngBounds bounds, @JsonKey(name: 'overview_polyline', fromJson: _fromJsonPolylinePoints) - List polylinePoints, - @JsonKey(readValue: _readDistance) - int distance, - @JsonKey(readValue: _readDuration) - String duration}); + List polylinePoints, + @JsonKey(readValue: _readDistance) int distance, + @JsonKey(readValue: _readDuration) String duration}); } /// @nodoc @@ -91,22 +88,18 @@ class _$PlaceDirectionsDtoCopyWithImpl<$Res, $Val extends PlaceDirectionsDto> } /// @nodoc -abstract class _$$_PlaceDirectionsDtoCopyWith<$Res> - implements $PlaceDirectionsDtoCopyWith<$Res> { - factory _$$_PlaceDirectionsDtoCopyWith(_$_PlaceDirectionsDto value, - $Res Function(_$_PlaceDirectionsDto) then) = +abstract class _$$_PlaceDirectionsDtoCopyWith<$Res> implements $PlaceDirectionsDtoCopyWith<$Res> { + factory _$$_PlaceDirectionsDtoCopyWith( + _$_PlaceDirectionsDto value, $Res Function(_$_PlaceDirectionsDto) then) = __$$_PlaceDirectionsDtoCopyWithImpl<$Res>; @override @useResult $Res call( - {@JsonKey(fromJson: _fromJsonBounds) - LatLngBounds bounds, + {@JsonKey(fromJson: _fromJsonBounds) LatLngBounds bounds, @JsonKey(name: 'overview_polyline', fromJson: _fromJsonPolylinePoints) - List polylinePoints, - @JsonKey(readValue: _readDistance) - int distance, - @JsonKey(readValue: _readDuration) - String duration}); + List polylinePoints, + @JsonKey(readValue: _readDistance) int distance, + @JsonKey(readValue: _readDuration) String duration}); } /// @nodoc @@ -150,14 +143,11 @@ class __$$_PlaceDirectionsDtoCopyWithImpl<$Res> @JsonSerializable(createToJson: false) class _$_PlaceDirectionsDto extends _PlaceDirectionsDto { const _$_PlaceDirectionsDto( - {@JsonKey(fromJson: _fromJsonBounds) - required this.bounds, + {@JsonKey(fromJson: _fromJsonBounds) required this.bounds, @JsonKey(name: 'overview_polyline', fromJson: _fromJsonPolylinePoints) - required final List polylinePoints, - @JsonKey(readValue: _readDistance) - required this.distance, - @JsonKey(readValue: _readDuration) - required this.duration}) + required final List polylinePoints, + @JsonKey(readValue: _readDistance) required this.distance, + @JsonKey(readValue: _readDuration) required this.duration}) : _polylinePoints = polylinePoints, super._(); @@ -194,12 +184,9 @@ class _$_PlaceDirectionsDto extends _PlaceDirectionsDto { (other.runtimeType == runtimeType && other is _$_PlaceDirectionsDto && (identical(other.bounds, bounds) || other.bounds == bounds) && - const DeepCollectionEquality() - .equals(other._polylinePoints, _polylinePoints) && - (identical(other.distance, distance) || - other.distance == distance) && - (identical(other.duration, duration) || - other.duration == duration)); + const DeepCollectionEquality().equals(other._polylinePoints, _polylinePoints) && + (identical(other.distance, distance) || other.distance == distance) && + (identical(other.duration, duration) || other.duration == duration)); } @JsonKey(ignore: true) @@ -211,24 +198,19 @@ class _$_PlaceDirectionsDto extends _PlaceDirectionsDto { @override @pragma('vm:prefer-inline') _$$_PlaceDirectionsDtoCopyWith<_$_PlaceDirectionsDto> get copyWith => - __$$_PlaceDirectionsDtoCopyWithImpl<_$_PlaceDirectionsDto>( - this, _$identity); + __$$_PlaceDirectionsDtoCopyWithImpl<_$_PlaceDirectionsDto>(this, _$identity); } abstract class _PlaceDirectionsDto extends PlaceDirectionsDto { const factory _PlaceDirectionsDto( - {@JsonKey(fromJson: _fromJsonBounds) - required final LatLngBounds bounds, + {@JsonKey(fromJson: _fromJsonBounds) required final LatLngBounds bounds, @JsonKey(name: 'overview_polyline', fromJson: _fromJsonPolylinePoints) - required final List polylinePoints, - @JsonKey(readValue: _readDistance) - required final int distance, - @JsonKey(readValue: _readDuration) - required final String duration}) = _$_PlaceDirectionsDto; + required final List polylinePoints, + @JsonKey(readValue: _readDistance) required final int distance, + @JsonKey(readValue: _readDuration) required final String duration}) = _$_PlaceDirectionsDto; const _PlaceDirectionsDto._() : super._(); - factory _PlaceDirectionsDto.fromJson(Map json) = - _$_PlaceDirectionsDto.fromJson; + factory _PlaceDirectionsDto.fromJson(Map json) = _$_PlaceDirectionsDto.fromJson; @override @JsonKey(fromJson: _fromJsonBounds) @@ -263,8 +245,8 @@ mixin _$PlaceDirectionsQueryDto { /// @nodoc abstract class $PlaceDirectionsQueryDtoCopyWith<$Res> { - factory $PlaceDirectionsQueryDtoCopyWith(PlaceDirectionsQueryDto value, - $Res Function(PlaceDirectionsQueryDto) then) = + factory $PlaceDirectionsQueryDtoCopyWith( + PlaceDirectionsQueryDto value, $Res Function(PlaceDirectionsQueryDto) then) = _$PlaceDirectionsQueryDtoCopyWithImpl<$Res, PlaceDirectionsQueryDto>; @useResult $Res call( @@ -273,8 +255,7 @@ abstract class $PlaceDirectionsQueryDtoCopyWith<$Res> { } /// @nodoc -class _$PlaceDirectionsQueryDtoCopyWithImpl<$Res, - $Val extends PlaceDirectionsQueryDto> +class _$PlaceDirectionsQueryDtoCopyWithImpl<$Res, $Val extends PlaceDirectionsQueryDto> implements $PlaceDirectionsQueryDtoCopyWith<$Res> { _$PlaceDirectionsQueryDtoCopyWithImpl(this._value, this._then); @@ -305,8 +286,8 @@ class _$PlaceDirectionsQueryDtoCopyWithImpl<$Res, /// @nodoc abstract class _$$_PlaceDirectionsQueryDtoCopyWith<$Res> implements $PlaceDirectionsQueryDtoCopyWith<$Res> { - factory _$$_PlaceDirectionsQueryDtoCopyWith(_$_PlaceDirectionsQueryDto value, - $Res Function(_$_PlaceDirectionsQueryDto) then) = + factory _$$_PlaceDirectionsQueryDtoCopyWith( + _$_PlaceDirectionsQueryDto value, $Res Function(_$_PlaceDirectionsQueryDto) then) = __$$_PlaceDirectionsQueryDtoCopyWithImpl<$Res>; @override @useResult @@ -317,11 +298,10 @@ abstract class _$$_PlaceDirectionsQueryDtoCopyWith<$Res> /// @nodoc class __$$_PlaceDirectionsQueryDtoCopyWithImpl<$Res> - extends _$PlaceDirectionsQueryDtoCopyWithImpl<$Res, - _$_PlaceDirectionsQueryDto> + extends _$PlaceDirectionsQueryDtoCopyWithImpl<$Res, _$_PlaceDirectionsQueryDto> implements _$$_PlaceDirectionsQueryDtoCopyWith<$Res> { - __$$_PlaceDirectionsQueryDtoCopyWithImpl(_$_PlaceDirectionsQueryDto _value, - $Res Function(_$_PlaceDirectionsQueryDto) _then) + __$$_PlaceDirectionsQueryDtoCopyWithImpl( + _$_PlaceDirectionsQueryDto _value, $Res Function(_$_PlaceDirectionsQueryDto) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -368,8 +348,7 @@ class _$_PlaceDirectionsQueryDto implements _PlaceDirectionsQueryDto { (other.runtimeType == runtimeType && other is _$_PlaceDirectionsQueryDto && (identical(other.origin, origin) || other.origin == origin) && - (identical(other.destination, destination) || - other.destination == destination)); + (identical(other.destination, destination) || other.destination == destination)); } @JsonKey(ignore: true) @@ -379,10 +358,8 @@ class _$_PlaceDirectionsQueryDto implements _PlaceDirectionsQueryDto { @JsonKey(ignore: true) @override @pragma('vm:prefer-inline') - _$$_PlaceDirectionsQueryDtoCopyWith<_$_PlaceDirectionsQueryDto> - get copyWith => - __$$_PlaceDirectionsQueryDtoCopyWithImpl<_$_PlaceDirectionsQueryDto>( - this, _$identity); + _$$_PlaceDirectionsQueryDtoCopyWith<_$_PlaceDirectionsQueryDto> get copyWith => + __$$_PlaceDirectionsQueryDtoCopyWithImpl<_$_PlaceDirectionsQueryDto>(this, _$identity); @override Map toJson() { @@ -394,10 +371,9 @@ class _$_PlaceDirectionsQueryDto implements _PlaceDirectionsQueryDto { abstract class _PlaceDirectionsQueryDto implements PlaceDirectionsQueryDto { const factory _PlaceDirectionsQueryDto( - {@JsonKey(toJson: _toJsonOrigin) - required final Position origin, - @JsonKey(toJson: _toJsonDestination) - required final GeoPoint destination}) = _$_PlaceDirectionsQueryDto; + {@JsonKey(toJson: _toJsonOrigin) required final Position origin, + @JsonKey(toJson: _toJsonDestination) required final GeoPoint destination}) = + _$_PlaceDirectionsQueryDto; @override @JsonKey(toJson: _toJsonOrigin) @@ -407,6 +383,6 @@ abstract class _PlaceDirectionsQueryDto implements PlaceDirectionsQueryDto { GeoPoint get destination; @override @JsonKey(ignore: true) - _$$_PlaceDirectionsQueryDtoCopyWith<_$_PlaceDirectionsQueryDto> - get copyWith => throw _privateConstructorUsedError; + _$$_PlaceDirectionsQueryDtoCopyWith<_$_PlaceDirectionsQueryDto> get copyWith => + throw _privateConstructorUsedError; } diff --git a/lib/features/map/infrastructure/dtos/place_directions_dto.g.dart b/lib/features/map/infrastructure/dtos/place_directions_dto.g.dart index ee2fd45e..9ca3b1e4 100644 --- a/lib/features/map/infrastructure/dtos/place_directions_dto.g.dart +++ b/lib/features/map/infrastructure/dtos/place_directions_dto.g.dart @@ -6,18 +6,15 @@ part of 'place_directions_dto.dart'; // JsonSerializableGenerator // ************************************************************************** -_$_PlaceDirectionsDto _$$_PlaceDirectionsDtoFromJson( - Map json) => +_$_PlaceDirectionsDto _$$_PlaceDirectionsDtoFromJson(Map json) => _$_PlaceDirectionsDto( bounds: _fromJsonBounds(json['bounds'] as Map), - polylinePoints: _fromJsonPolylinePoints( - json['overview_polyline'] as Map), + polylinePoints: _fromJsonPolylinePoints(json['overview_polyline'] as Map), distance: _readDistance(json, 'distance') as int, duration: _readDuration(json, 'duration') as String, ); -Map _$$_PlaceDirectionsQueryDtoToJson( - _$_PlaceDirectionsQueryDto instance) => +Map _$$_PlaceDirectionsQueryDtoToJson(_$_PlaceDirectionsQueryDto instance) => { 'origin': _toJsonOrigin(instance.origin), 'destination': _toJsonDestination(instance.destination), diff --git a/lib/features/map/infrastructure/repos/map_repo.g.dart b/lib/features/map/infrastructure/repos/map_repo.g.dart index 27bdf771..cfa812dd 100644 --- a/lib/features/map/infrastructure/repos/map_repo.g.dart +++ b/lib/features/map/infrastructure/repos/map_repo.g.dart @@ -13,8 +13,7 @@ String _$mapRepoHash() => r'c0af75795d380568335df61562170a6c1336169b'; final mapRepoProvider = Provider.internal( mapRepo, name: r'mapRepoProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$mapRepoHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$mapRepoHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/map/presentation/providers/is_arrived_target_location_provider.g.dart b/lib/features/map/presentation/providers/is_arrived_target_location_provider.g.dart index 551c0253..f0f10fac 100644 --- a/lib/features/map/presentation/providers/is_arrived_target_location_provider.g.dart +++ b/lib/features/map/presentation/providers/is_arrived_target_location_provider.g.dart @@ -6,17 +6,15 @@ part of 'is_arrived_target_location_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$isArrivedTargetLocationHash() => - r'a333e2851e9430805ac3db98881372763d70036b'; +String _$isArrivedTargetLocationHash() => r'a333e2851e9430805ac3db98881372763d70036b'; /// See also [isArrivedTargetLocation]. @ProviderFor(isArrivedTargetLocation) final isArrivedTargetLocationProvider = AutoDisposeProvider.internal( isArrivedTargetLocation, name: r'isArrivedTargetLocationProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$isArrivedTargetLocationHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$isArrivedTargetLocationHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/map/presentation/providers/map_confirm_order_provider.g.dart b/lib/features/map/presentation/providers/map_confirm_order_provider.g.dart index 6db4b342..debabc28 100644 --- a/lib/features/map/presentation/providers/map_confirm_order_provider.g.dart +++ b/lib/features/map/presentation/providers/map_confirm_order_provider.g.dart @@ -6,40 +6,33 @@ part of 'map_confirm_order_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$mapConfirmOrderStatusHash() => - r'78338b0aca3d7fee3ee76564aa99c2d57bde7e64'; +String _$mapConfirmOrderStatusHash() => r'78338b0aca3d7fee3ee76564aa99c2d57bde7e64'; /// See also [mapConfirmOrderStatus]. @ProviderFor(mapConfirmOrderStatus) -final mapConfirmOrderStatusProvider = - AutoDisposeFutureProvider.internal( +final mapConfirmOrderStatusProvider = AutoDisposeFutureProvider.internal( mapConfirmOrderStatus, name: r'mapConfirmOrderStatusProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$mapConfirmOrderStatusHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$mapConfirmOrderStatusHash, dependencies: null, allTransitiveDependencies: null, ); -typedef MapConfirmOrderStatusRef - = AutoDisposeFutureProviderRef; -String _$mapConfirmOrderEventHash() => - r'88abcd88690b92f2cf519b687779ec244d00dbaf'; +typedef MapConfirmOrderStatusRef = AutoDisposeFutureProviderRef; +String _$mapConfirmOrderEventHash() => r'88abcd88690b92f2cf519b687779ec244d00dbaf'; /// See also [MapConfirmOrderEvent]. @ProviderFor(MapConfirmOrderEvent) -final mapConfirmOrderEventProvider = AutoDisposeNotifierProvider< - MapConfirmOrderEvent, Option>>.internal( +final mapConfirmOrderEventProvider = + AutoDisposeNotifierProvider>>.internal( MapConfirmOrderEvent.new, name: r'mapConfirmOrderEventProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$mapConfirmOrderEventHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$mapConfirmOrderEventHash, dependencies: null, allTransitiveDependencies: null, ); -typedef _$MapConfirmOrderEvent - = AutoDisposeNotifier>>; +typedef _$MapConfirmOrderEvent = AutoDisposeNotifier>>; // ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions diff --git a/lib/features/map/presentation/providers/map_controller_provider.g.dart b/lib/features/map/presentation/providers/map_controller_provider.g.dart index 36fc8369..666eb988 100644 --- a/lib/features/map/presentation/providers/map_controller_provider.g.dart +++ b/lib/features/map/presentation/providers/map_controller_provider.g.dart @@ -6,18 +6,16 @@ part of 'map_controller_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$currentMapControllerHash() => - r'6fe8d265e49b7b34075643822528405db96a7459'; +String _$currentMapControllerHash() => r'6fe8d265e49b7b34075643822528405db96a7459'; /// See also [CurrentMapController]. @ProviderFor(CurrentMapController) -final currentMapControllerProvider = AutoDisposeNotifierProvider< - CurrentMapController, GoogleMapController?>.internal( +final currentMapControllerProvider = + AutoDisposeNotifierProvider.internal( CurrentMapController.new, name: r'currentMapControllerProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$currentMapControllerHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$currentMapControllerHash, dependencies: null, allTransitiveDependencies: null, ); @@ -31,9 +29,8 @@ final mapControllerProvider = AutoDisposeNotifierProvider.internal( MapController.new, name: r'mapControllerProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$mapControllerHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$mapControllerHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/map/presentation/providers/map_overlays_providers/map_circles_providers.g.dart b/lib/features/map/presentation/providers/map_overlays_providers/map_circles_providers.g.dart index 8c0e5a59..9aace3bb 100644 --- a/lib/features/map/presentation/providers/map_overlays_providers/map_circles_providers.g.dart +++ b/lib/features/map/presentation/providers/map_overlays_providers/map_circles_providers.g.dart @@ -10,12 +10,10 @@ String _$mapCirclesHash() => r'85b624b14f5cc25ed63fa968b9f576ee3a6a1f35'; /// See also [MapCircles]. @ProviderFor(MapCircles) -final mapCirclesProvider = - AutoDisposeNotifierProvider>.internal( +final mapCirclesProvider = AutoDisposeNotifierProvider>.internal( MapCircles.new, name: r'mapCirclesProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$mapCirclesHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$mapCirclesHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/map/presentation/providers/map_overlays_providers/map_markers_providers.g.dart b/lib/features/map/presentation/providers/map_overlays_providers/map_markers_providers.g.dart index 64a732b2..f28b04e3 100644 --- a/lib/features/map/presentation/providers/map_overlays_providers/map_markers_providers.g.dart +++ b/lib/features/map/presentation/providers/map_overlays_providers/map_markers_providers.g.dart @@ -10,12 +10,10 @@ String _$mapMarkersHash() => r'155387db63f7bc58fb53932eef6f16bd2512a7a3'; /// See also [MapMarkers]. @ProviderFor(MapMarkers) -final mapMarkersProvider = - AutoDisposeNotifierProvider>.internal( +final mapMarkersProvider = AutoDisposeNotifierProvider>.internal( MapMarkers.new, name: r'mapMarkersProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$mapMarkersHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$mapMarkersHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/map/presentation/providers/map_overlays_providers/map_polylines_provider.g.dart b/lib/features/map/presentation/providers/map_overlays_providers/map_polylines_provider.g.dart index 366ad18b..e0a1040c 100644 --- a/lib/features/map/presentation/providers/map_overlays_providers/map_polylines_provider.g.dart +++ b/lib/features/map/presentation/providers/map_overlays_providers/map_polylines_provider.g.dart @@ -10,8 +10,7 @@ String _$mapPolylinesHash() => r'58e63a64c0b4abdd1a0fc63d5e38d7d93558d677'; /// See also [MapPolylines]. @ProviderFor(MapPolylines) -final mapPolylinesProvider = - AutoDisposeNotifierProvider>.internal( +final mapPolylinesProvider = AutoDisposeNotifierProvider>.internal( MapPolylines.new, name: r'mapPolylinesProvider', debugGetCreateSourceHash: diff --git a/lib/features/map/presentation/providers/my_location_providers/my_location_camera_position_provider.g.dart b/lib/features/map/presentation/providers/my_location_providers/my_location_camera_position_provider.g.dart index ce9fe18f..431750d0 100644 --- a/lib/features/map/presentation/providers/my_location_providers/my_location_camera_position_provider.g.dart +++ b/lib/features/map/presentation/providers/my_location_providers/my_location_camera_position_provider.g.dart @@ -6,18 +6,15 @@ part of 'my_location_camera_position_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$myLocationCameraPositionHash() => - r'6f7dba71e6bfd69eab19d1d066b7fbda5efed032'; +String _$myLocationCameraPositionHash() => r'6f7dba71e6bfd69eab19d1d066b7fbda5efed032'; /// See also [myLocationCameraPosition]. @ProviderFor(myLocationCameraPosition) -final myLocationCameraPositionProvider = - AutoDisposeProvider.internal( +final myLocationCameraPositionProvider = AutoDisposeProvider.internal( myLocationCameraPosition, name: r'myLocationCameraPositionProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$myLocationCameraPositionHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$myLocationCameraPositionHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/map/presentation/providers/my_location_providers/my_location_circle_provider.g.dart b/lib/features/map/presentation/providers/my_location_providers/my_location_circle_provider.g.dart index a09796ab..b970648c 100644 --- a/lib/features/map/presentation/providers/my_location_providers/my_location_circle_provider.g.dart +++ b/lib/features/map/presentation/providers/my_location_providers/my_location_circle_provider.g.dart @@ -13,9 +13,8 @@ String _$myLocationCircleHash() => r'85b741861ef23a18cbf15e191e7e74f658a6681f'; final myLocationCircleProvider = AutoDisposeProvider.internal( myLocationCircle, name: r'myLocationCircleProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$myLocationCircleHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$myLocationCircleHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/map/presentation/providers/my_location_providers/my_location_marker_provider.g.dart b/lib/features/map/presentation/providers/my_location_providers/my_location_marker_provider.g.dart index 31662273..b1e1c888 100644 --- a/lib/features/map/presentation/providers/my_location_providers/my_location_marker_provider.g.dart +++ b/lib/features/map/presentation/providers/my_location_providers/my_location_marker_provider.g.dart @@ -13,30 +13,25 @@ String _$myLocationMarkerHash() => r'8fdfae268d6b10f6b5d793eb20da5bbbc68958f9'; final myLocationMarkerProvider = AutoDisposeProvider>.internal( myLocationMarker, name: r'myLocationMarkerProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$myLocationMarkerHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$myLocationMarkerHash, dependencies: null, allTransitiveDependencies: null, ); typedef MyLocationMarkerRef = AutoDisposeProviderRef>; -String _$myLocationMarkerIconHash() => - r'2ba8d3e107de7aafbd3379de2da1ff2cc7efeb57'; +String _$myLocationMarkerIconHash() => r'2ba8d3e107de7aafbd3379de2da1ff2cc7efeb57'; /// See also [myLocationMarkerIcon]. @ProviderFor(myLocationMarkerIcon) -final myLocationMarkerIconProvider = - AutoDisposeFutureProvider.internal( +final myLocationMarkerIconProvider = AutoDisposeFutureProvider.internal( myLocationMarkerIcon, name: r'myLocationMarkerIconProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$myLocationMarkerIconHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$myLocationMarkerIconHash, dependencies: null, allTransitiveDependencies: null, ); -typedef MyLocationMarkerIconRef - = AutoDisposeFutureProviderRef; +typedef MyLocationMarkerIconRef = AutoDisposeFutureProviderRef; // ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions diff --git a/lib/features/map/presentation/providers/place_autocomplete_provider.g.dart b/lib/features/map/presentation/providers/place_autocomplete_provider.g.dart index cb2cf9d7..a70b3582 100644 --- a/lib/features/map/presentation/providers/place_autocomplete_provider.g.dart +++ b/lib/features/map/presentation/providers/place_autocomplete_provider.g.dart @@ -6,26 +6,21 @@ part of 'place_autocomplete_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$placeAutocompleteStateHash() => - r'fb521bd99cc799def513373518ce32a31e05e9ca'; +String _$placeAutocompleteStateHash() => r'fb521bd99cc799def513373518ce32a31e05e9ca'; /// See also [placeAutocompleteState]. @ProviderFor(placeAutocompleteState) -final placeAutocompleteStateProvider = - AutoDisposeFutureProvider>.internal( +final placeAutocompleteStateProvider = AutoDisposeFutureProvider>.internal( placeAutocompleteState, name: r'placeAutocompleteStateProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$placeAutocompleteStateHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$placeAutocompleteStateHash, dependencies: null, allTransitiveDependencies: null, ); -typedef PlaceAutocompleteStateRef - = AutoDisposeFutureProviderRef>; -String _$getPlaceAutocompleteHash() => - r'4532d022361a837aeb77a2d7ca50761148f4012c'; +typedef PlaceAutocompleteStateRef = AutoDisposeFutureProviderRef>; +String _$getPlaceAutocompleteHash() => r'4532d022361a837aeb77a2d7ca50761148f4012c'; /// Copied from Dart SDK class _SystemHash { @@ -48,16 +43,14 @@ class _SystemHash { } } -typedef GetPlaceAutocompleteRef - = AutoDisposeFutureProviderRef>; +typedef GetPlaceAutocompleteRef = AutoDisposeFutureProviderRef>; /// See also [getPlaceAutocomplete]. @ProviderFor(getPlaceAutocomplete) const getPlaceAutocompleteProvider = GetPlaceAutocompleteFamily(); /// See also [getPlaceAutocomplete]. -class GetPlaceAutocompleteFamily - extends Family>> { +class GetPlaceAutocompleteFamily extends Family>> { /// See also [getPlaceAutocomplete]. const GetPlaceAutocompleteFamily(); @@ -87,16 +80,14 @@ class GetPlaceAutocompleteFamily static const Iterable? _allTransitiveDependencies = null; @override - Iterable? get allTransitiveDependencies => - _allTransitiveDependencies; + Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'getPlaceAutocompleteProvider'; } /// See also [getPlaceAutocomplete]. -class GetPlaceAutocompleteProvider - extends AutoDisposeFutureProvider> { +class GetPlaceAutocompleteProvider extends AutoDisposeFutureProvider> { /// See also [getPlaceAutocomplete]. GetPlaceAutocompleteProvider( this.autocompleteQuery, @@ -108,20 +99,16 @@ class GetPlaceAutocompleteProvider from: getPlaceAutocompleteProvider, name: r'getPlaceAutocompleteProvider', debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') - ? null - : _$getPlaceAutocompleteHash, + const bool.fromEnvironment('dart.vm.product') ? null : _$getPlaceAutocompleteHash, dependencies: GetPlaceAutocompleteFamily._dependencies, - allTransitiveDependencies: - GetPlaceAutocompleteFamily._allTransitiveDependencies, + allTransitiveDependencies: GetPlaceAutocompleteFamily._allTransitiveDependencies, ); final String autocompleteQuery; @override bool operator ==(Object other) { - return other is GetPlaceAutocompleteProvider && - other.autocompleteQuery == autocompleteQuery; + return other is GetPlaceAutocompleteProvider && other.autocompleteQuery == autocompleteQuery; } @override @@ -133,18 +120,16 @@ class GetPlaceAutocompleteProvider } } -String _$placeAutocompleteQueryHash() => - r'9ffe997c902e4fa64c6b002953f1e06145dfa729'; +String _$placeAutocompleteQueryHash() => r'9ffe997c902e4fa64c6b002953f1e06145dfa729'; /// See also [PlaceAutocompleteQuery]. @ProviderFor(PlaceAutocompleteQuery) -final placeAutocompleteQueryProvider = AutoDisposeNotifierProvider< - PlaceAutocompleteQuery, Option>.internal( +final placeAutocompleteQueryProvider = + AutoDisposeNotifierProvider>.internal( PlaceAutocompleteQuery.new, name: r'placeAutocompleteQueryProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$placeAutocompleteQueryHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$placeAutocompleteQueryHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/map/presentation/providers/place_details_provider.g.dart b/lib/features/map/presentation/providers/place_details_provider.g.dart index 08d8b73a..807c3499 100644 --- a/lib/features/map/presentation/providers/place_details_provider.g.dart +++ b/lib/features/map/presentation/providers/place_details_provider.g.dart @@ -6,18 +6,15 @@ part of 'place_details_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$currentPlaceDetailsHash() => - r'2565103c12fa8cf6e031a225a4c447692ca0d49f'; +String _$currentPlaceDetailsHash() => r'2565103c12fa8cf6e031a225a4c447692ca0d49f'; /// See also [currentPlaceDetails]. @ProviderFor(currentPlaceDetails) -final currentPlaceDetailsProvider = - AutoDisposeProvider>.internal( +final currentPlaceDetailsProvider = AutoDisposeProvider>.internal( currentPlaceDetails, name: r'currentPlaceDetailsProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$currentPlaceDetailsHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$currentPlaceDetailsHash, dependencies: null, allTransitiveDependencies: null, ); @@ -83,8 +80,7 @@ class GetPlaceDetailsFamily extends Family> { static const Iterable? _allTransitiveDependencies = null; @override - Iterable? get allTransitiveDependencies => - _allTransitiveDependencies; + Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'getPlaceDetailsProvider'; @@ -103,12 +99,9 @@ class GetPlaceDetailsProvider extends AutoDisposeFutureProvider { from: getPlaceDetailsProvider, name: r'getPlaceDetailsProvider', debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') - ? null - : _$getPlaceDetailsHash, + const bool.fromEnvironment('dart.vm.product') ? null : _$getPlaceDetailsHash, dependencies: GetPlaceDetailsFamily._dependencies, - allTransitiveDependencies: - GetPlaceDetailsFamily._allTransitiveDependencies, + allTransitiveDependencies: GetPlaceDetailsFamily._allTransitiveDependencies, ); final String placeId; @@ -127,22 +120,19 @@ class GetPlaceDetailsProvider extends AutoDisposeFutureProvider { } } -String _$selectedPlaceAutocompleteHash() => - r'1118e9c484f58c14de3e85f0eb622a9391032be5'; +String _$selectedPlaceAutocompleteHash() => r'1118e9c484f58c14de3e85f0eb622a9391032be5'; /// See also [SelectedPlaceAutocomplete]. @ProviderFor(SelectedPlaceAutocomplete) -final selectedPlaceAutocompleteProvider = AutoDisposeNotifierProvider< - SelectedPlaceAutocomplete, Option>.internal( +final selectedPlaceAutocompleteProvider = + AutoDisposeNotifierProvider>.internal( SelectedPlaceAutocomplete.new, name: r'selectedPlaceAutocompleteProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$selectedPlaceAutocompleteHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$selectedPlaceAutocompleteHash, dependencies: null, allTransitiveDependencies: null, ); -typedef _$SelectedPlaceAutocomplete - = AutoDisposeNotifier>; +typedef _$SelectedPlaceAutocomplete = AutoDisposeNotifier>; // ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions diff --git a/lib/features/map/presentation/providers/target_location_providers/target_location_camera_position_provider.g.dart b/lib/features/map/presentation/providers/target_location_providers/target_location_camera_position_provider.g.dart index 92b4df4a..2f999129 100644 --- a/lib/features/map/presentation/providers/target_location_providers/target_location_camera_position_provider.g.dart +++ b/lib/features/map/presentation/providers/target_location_providers/target_location_camera_position_provider.g.dart @@ -6,22 +6,18 @@ part of 'target_location_camera_position_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$targetLocationCameraPositionHash() => - r'7c2fa7b529539869b4a427be1b31249f11a87d77'; +String _$targetLocationCameraPositionHash() => r'7c2fa7b529539869b4a427be1b31249f11a87d77'; /// See also [targetLocationCameraPosition]. @ProviderFor(targetLocationCameraPosition) -final targetLocationCameraPositionProvider = - AutoDisposeProvider.internal( +final targetLocationCameraPositionProvider = AutoDisposeProvider.internal( targetLocationCameraPosition, name: r'targetLocationCameraPositionProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$targetLocationCameraPositionHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$targetLocationCameraPositionHash, dependencies: null, allTransitiveDependencies: null, ); -typedef TargetLocationCameraPositionRef - = AutoDisposeProviderRef; +typedef TargetLocationCameraPositionRef = AutoDisposeProviderRef; // ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions diff --git a/lib/features/map/presentation/providers/target_location_providers/target_location_directions_provider.g.dart b/lib/features/map/presentation/providers/target_location_providers/target_location_directions_provider.g.dart index 1299d22a..fd2391b0 100644 --- a/lib/features/map/presentation/providers/target_location_providers/target_location_directions_provider.g.dart +++ b/lib/features/map/presentation/providers/target_location_providers/target_location_directions_provider.g.dart @@ -6,40 +6,32 @@ part of 'target_location_directions_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$targetLocationDirectionsHash() => - r'1d0bafff0445921cf40d2c22fa1a1e4ae4c0f41f'; +String _$targetLocationDirectionsHash() => r'1d0bafff0445921cf40d2c22fa1a1e4ae4c0f41f'; /// See also [targetLocationDirections]. @ProviderFor(targetLocationDirections) -final targetLocationDirectionsProvider = - AutoDisposeProvider>.internal( +final targetLocationDirectionsProvider = AutoDisposeProvider>.internal( targetLocationDirections, name: r'targetLocationDirectionsProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$targetLocationDirectionsHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$targetLocationDirectionsHash, dependencies: null, allTransitiveDependencies: null, ); -typedef TargetLocationDirectionsRef - = AutoDisposeProviderRef>; -String _$getTargetLocationDirectionsHash() => - r'bfaff014a1f1fcec57135fdf624edfc367cae2f4'; +typedef TargetLocationDirectionsRef = AutoDisposeProviderRef>; +String _$getTargetLocationDirectionsHash() => r'bfaff014a1f1fcec57135fdf624edfc367cae2f4'; /// See also [getTargetLocationDirections]. @ProviderFor(getTargetLocationDirections) -final getTargetLocationDirectionsProvider = - AutoDisposeFutureProvider.internal( +final getTargetLocationDirectionsProvider = AutoDisposeFutureProvider.internal( getTargetLocationDirections, name: r'getTargetLocationDirectionsProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$getTargetLocationDirectionsHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$getTargetLocationDirectionsHash, dependencies: null, allTransitiveDependencies: null, ); -typedef GetTargetLocationDirectionsRef - = AutoDisposeFutureProviderRef; +typedef GetTargetLocationDirectionsRef = AutoDisposeFutureProviderRef; // ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions diff --git a/lib/features/map/presentation/providers/target_location_providers/target_location_geo_point_provider.g.dart b/lib/features/map/presentation/providers/target_location_providers/target_location_geo_point_provider.g.dart index c7f191ad..8389b310 100644 --- a/lib/features/map/presentation/providers/target_location_providers/target_location_geo_point_provider.g.dart +++ b/lib/features/map/presentation/providers/target_location_providers/target_location_geo_point_provider.g.dart @@ -6,18 +6,16 @@ part of 'target_location_geo_point_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$targetLocationGeoPointHash() => - r'4f8b2b676dd321fc747362f3ee0292a8f760a04b'; +String _$targetLocationGeoPointHash() => r'4f8b2b676dd321fc747362f3ee0292a8f760a04b'; /// See also [TargetLocationGeoPoint]. @ProviderFor(TargetLocationGeoPoint) -final targetLocationGeoPointProvider = AutoDisposeNotifierProvider< - TargetLocationGeoPoint, Option>.internal( +final targetLocationGeoPointProvider = + AutoDisposeNotifierProvider>.internal( TargetLocationGeoPoint.new, name: r'targetLocationGeoPointProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$targetLocationGeoPointHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$targetLocationGeoPointHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/map/presentation/providers/target_location_providers/target_location_marker_provider.g.dart b/lib/features/map/presentation/providers/target_location_providers/target_location_marker_provider.g.dart index b79d3b00..fa1da356 100644 --- a/lib/features/map/presentation/providers/target_location_providers/target_location_marker_provider.g.dart +++ b/lib/features/map/presentation/providers/target_location_providers/target_location_marker_provider.g.dart @@ -6,17 +6,15 @@ part of 'target_location_marker_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$targetLocationMarkerHash() => - r'667825a9d6dfbd21862bd3a82278956dd9e6f837'; +String _$targetLocationMarkerHash() => r'667825a9d6dfbd21862bd3a82278956dd9e6f837'; /// See also [targetLocationMarker]. @ProviderFor(targetLocationMarker) final targetLocationMarkerProvider = AutoDisposeProvider.internal( targetLocationMarker, name: r'targetLocationMarkerProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$targetLocationMarkerHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$targetLocationMarkerHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/notifications/presentation/providers/fcm_remote_message_providers.g.dart b/lib/features/notifications/presentation/providers/fcm_remote_message_providers.g.dart index afb00f91..0ffd1668 100644 --- a/lib/features/notifications/presentation/providers/fcm_remote_message_providers.g.dart +++ b/lib/features/notifications/presentation/providers/fcm_remote_message_providers.g.dart @@ -10,19 +10,16 @@ String _$getInitialMessageHash() => r'96d9f3825434968d108668c50df9263ba7c9cf11'; /// See also [getInitialMessage]. @ProviderFor(getInitialMessage) -final getInitialMessageProvider = - AutoDisposeFutureProvider>.internal( +final getInitialMessageProvider = AutoDisposeFutureProvider>.internal( getInitialMessage, name: r'getInitialMessageProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$getInitialMessageHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$getInitialMessageHash, dependencies: null, allTransitiveDependencies: null, ); -typedef GetInitialMessageRef - = AutoDisposeFutureProviderRef>; +typedef GetInitialMessageRef = AutoDisposeFutureProviderRef>; String _$onMessageHash() => r'9ef0da5670c6b7de2b80f9c572c74a894d340d44'; /// See also [onMessage]. @@ -30,25 +27,21 @@ String _$onMessageHash() => r'9ef0da5670c6b7de2b80f9c572c74a894d340d44'; final onMessageProvider = AutoDisposeStreamProvider.internal( onMessage, name: r'onMessageProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$onMessageHash, + debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$onMessageHash, dependencies: null, allTransitiveDependencies: null, ); typedef OnMessageRef = AutoDisposeStreamProviderRef; -String _$onMessageOpenedAppHash() => - r'bd9066dfcd4b24ad4f964dfb8a073cf69f822620'; +String _$onMessageOpenedAppHash() => r'bd9066dfcd4b24ad4f964dfb8a073cf69f822620'; /// See also [onMessageOpenedApp]. @ProviderFor(onMessageOpenedApp) -final onMessageOpenedAppProvider = - AutoDisposeStreamProvider.internal( +final onMessageOpenedAppProvider = AutoDisposeStreamProvider.internal( onMessageOpenedApp, name: r'onMessageOpenedAppProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$onMessageOpenedAppHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$onMessageOpenedAppHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/notifications/presentation/providers/tapped_notification_provider.g.dart b/lib/features/notifications/presentation/providers/tapped_notification_provider.g.dart index decababd..d2130ab0 100644 --- a/lib/features/notifications/presentation/providers/tapped_notification_provider.g.dart +++ b/lib/features/notifications/presentation/providers/tapped_notification_provider.g.dart @@ -6,18 +6,15 @@ part of 'tapped_notification_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$tappedNotificationHash() => - r'284c2f10aa92811f95a79f30b31471f75194bd8a'; +String _$tappedNotificationHash() => r'284c2f10aa92811f95a79f30b31471f75194bd8a'; /// See also [tappedNotification]. @ProviderFor(tappedNotification) -final tappedNotificationProvider = - AutoDisposeProvider>.internal( +final tappedNotificationProvider = AutoDisposeProvider>.internal( tappedNotification, name: r'tappedNotificationProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$tappedNotificationHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$tappedNotificationHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/profile/domain/profile_details.freezed.dart b/lib/features/profile/domain/profile_details.freezed.dart index 2d8f1a99..9d96fb0b 100644 --- a/lib/features/profile/domain/profile_details.freezed.dart +++ b/lib/features/profile/domain/profile_details.freezed.dart @@ -20,14 +20,12 @@ mixin _$ProfileDetails { String get phone => throw _privateConstructorUsedError; @JsonKey(ignore: true) - $ProfileDetailsCopyWith get copyWith => - throw _privateConstructorUsedError; + $ProfileDetailsCopyWith get copyWith => throw _privateConstructorUsedError; } /// @nodoc abstract class $ProfileDetailsCopyWith<$Res> { - factory $ProfileDetailsCopyWith( - ProfileDetails value, $Res Function(ProfileDetails) then) = + factory $ProfileDetailsCopyWith(ProfileDetails value, $Res Function(ProfileDetails) then) = _$ProfileDetailsCopyWithImpl<$Res, ProfileDetails>; @useResult $Res call({String name, String phone}); @@ -63,10 +61,9 @@ class _$ProfileDetailsCopyWithImpl<$Res, $Val extends ProfileDetails> } /// @nodoc -abstract class _$$_UpdateProfileParamsCopyWith<$Res> - implements $ProfileDetailsCopyWith<$Res> { - factory _$$_UpdateProfileParamsCopyWith(_$_UpdateProfileParams value, - $Res Function(_$_UpdateProfileParams) then) = +abstract class _$$_UpdateProfileParamsCopyWith<$Res> implements $ProfileDetailsCopyWith<$Res> { + factory _$$_UpdateProfileParamsCopyWith( + _$_UpdateProfileParams value, $Res Function(_$_UpdateProfileParams) then) = __$$_UpdateProfileParamsCopyWithImpl<$Res>; @override @useResult @@ -77,8 +74,8 @@ abstract class _$$_UpdateProfileParamsCopyWith<$Res> class __$$_UpdateProfileParamsCopyWithImpl<$Res> extends _$ProfileDetailsCopyWithImpl<$Res, _$_UpdateProfileParams> implements _$$_UpdateProfileParamsCopyWith<$Res> { - __$$_UpdateProfileParamsCopyWithImpl(_$_UpdateProfileParams _value, - $Res Function(_$_UpdateProfileParams) _then) + __$$_UpdateProfileParamsCopyWithImpl( + _$_UpdateProfileParams _value, $Res Function(_$_UpdateProfileParams) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -131,14 +128,12 @@ class _$_UpdateProfileParams implements _UpdateProfileParams { @override @pragma('vm:prefer-inline') _$$_UpdateProfileParamsCopyWith<_$_UpdateProfileParams> get copyWith => - __$$_UpdateProfileParamsCopyWithImpl<_$_UpdateProfileParams>( - this, _$identity); + __$$_UpdateProfileParamsCopyWithImpl<_$_UpdateProfileParams>(this, _$identity); } abstract class _UpdateProfileParams implements ProfileDetails { - const factory _UpdateProfileParams( - {required final String name, - required final String phone}) = _$_UpdateProfileParams; + const factory _UpdateProfileParams({required final String name, required final String phone}) = + _$_UpdateProfileParams; @override String get name; diff --git a/lib/features/profile/infrastructure/data_sources/profile_local_data_source.g.dart b/lib/features/profile/infrastructure/data_sources/profile_local_data_source.g.dart index fd3bd42e..822e9b7f 100644 --- a/lib/features/profile/infrastructure/data_sources/profile_local_data_source.g.dart +++ b/lib/features/profile/infrastructure/data_sources/profile_local_data_source.g.dart @@ -6,18 +6,15 @@ part of 'profile_local_data_source.dart'; // RiverpodGenerator // ************************************************************************** -String _$profileLocalDataSourceHash() => - r'ba8a00374f848f05df1073a842947f210e6ab3c0'; +String _$profileLocalDataSourceHash() => r'ba8a00374f848f05df1073a842947f210e6ab3c0'; /// See also [profileLocalDataSource]. @ProviderFor(profileLocalDataSource) -final profileLocalDataSourceProvider = - Provider.internal( +final profileLocalDataSourceProvider = Provider.internal( profileLocalDataSource, name: r'profileLocalDataSourceProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$profileLocalDataSourceHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$profileLocalDataSourceHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/profile/infrastructure/data_sources/profile_remote_data_source.g.dart b/lib/features/profile/infrastructure/data_sources/profile_remote_data_source.g.dart index eacfdcc7..b6f19379 100644 --- a/lib/features/profile/infrastructure/data_sources/profile_remote_data_source.g.dart +++ b/lib/features/profile/infrastructure/data_sources/profile_remote_data_source.g.dart @@ -6,18 +6,15 @@ part of 'profile_remote_data_source.dart'; // RiverpodGenerator // ************************************************************************** -String _$profileRemoteDataSourceHash() => - r'be24aee6b7e545f989f0f3cd0f9ac175f86e8e07'; +String _$profileRemoteDataSourceHash() => r'be24aee6b7e545f989f0f3cd0f9ac175f86e8e07'; /// See also [profileRemoteDataSource]. @ProviderFor(profileRemoteDataSource) -final profileRemoteDataSourceProvider = - Provider.internal( +final profileRemoteDataSourceProvider = Provider.internal( profileRemoteDataSource, name: r'profileRemoteDataSourceProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$profileRemoteDataSourceHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$profileRemoteDataSourceHash, dependencies: null, allTransitiveDependencies: null, ); diff --git a/lib/features/profile/infrastructure/dtos/profile_details_dto.freezed.dart b/lib/features/profile/infrastructure/dtos/profile_details_dto.freezed.dart index 14dd635b..0e1d0582 100644 --- a/lib/features/profile/infrastructure/dtos/profile_details_dto.freezed.dart +++ b/lib/features/profile/infrastructure/dtos/profile_details_dto.freezed.dart @@ -21,8 +21,7 @@ mixin _$ProfileDetailsDto { Map toJson() => throw _privateConstructorUsedError; @JsonKey(ignore: true) - $ProfileDetailsDtoCopyWith get copyWith => - throw _privateConstructorUsedError; + $ProfileDetailsDtoCopyWith get copyWith => throw _privateConstructorUsedError; } /// @nodoc @@ -64,10 +63,9 @@ class _$ProfileDetailsDtoCopyWithImpl<$Res, $Val extends ProfileDetailsDto> } /// @nodoc -abstract class _$$_ProfileDetailsDtoCopyWith<$Res> - implements $ProfileDetailsDtoCopyWith<$Res> { - factory _$$_ProfileDetailsDtoCopyWith(_$_ProfileDetailsDto value, - $Res Function(_$_ProfileDetailsDto) then) = +abstract class _$$_ProfileDetailsDtoCopyWith<$Res> implements $ProfileDetailsDtoCopyWith<$Res> { + factory _$$_ProfileDetailsDtoCopyWith( + _$_ProfileDetailsDto value, $Res Function(_$_ProfileDetailsDto) then) = __$$_ProfileDetailsDtoCopyWithImpl<$Res>; @override @useResult @@ -133,8 +131,7 @@ class _$_ProfileDetailsDto implements _ProfileDetailsDto { @override @pragma('vm:prefer-inline') _$$_ProfileDetailsDtoCopyWith<_$_ProfileDetailsDto> get copyWith => - __$$_ProfileDetailsDtoCopyWithImpl<_$_ProfileDetailsDto>( - this, _$identity); + __$$_ProfileDetailsDtoCopyWithImpl<_$_ProfileDetailsDto>(this, _$identity); @override Map toJson() { @@ -145,9 +142,8 @@ class _$_ProfileDetailsDto implements _ProfileDetailsDto { } abstract class _ProfileDetailsDto implements ProfileDetailsDto { - const factory _ProfileDetailsDto( - {required final String name, - required final String phone}) = _$_ProfileDetailsDto; + const factory _ProfileDetailsDto({required final String name, required final String phone}) = + _$_ProfileDetailsDto; @override String get name; diff --git a/lib/features/profile/infrastructure/dtos/profile_details_dto.g.dart b/lib/features/profile/infrastructure/dtos/profile_details_dto.g.dart index a2c67ccc..cd3fea93 100644 --- a/lib/features/profile/infrastructure/dtos/profile_details_dto.g.dart +++ b/lib/features/profile/infrastructure/dtos/profile_details_dto.g.dart @@ -6,8 +6,7 @@ part of 'profile_details_dto.dart'; // JsonSerializableGenerator // ************************************************************************** -Map _$$_ProfileDetailsDtoToJson( - _$_ProfileDetailsDto instance) => +Map _$$_ProfileDetailsDtoToJson(_$_ProfileDetailsDto instance) => { 'name': instance.name, 'phone': instance.phone, diff --git a/lib/features/profile/presentation/providers/pick_profile_image_provider.g.dart b/lib/features/profile/presentation/providers/pick_profile_image_provider.g.dart index e6a7d236..731fe951 100644 --- a/lib/features/profile/presentation/providers/pick_profile_image_provider.g.dart +++ b/lib/features/profile/presentation/providers/pick_profile_image_provider.g.dart @@ -66,8 +66,7 @@ class PickProfileImageFamily extends Family> { static const Iterable? _allTransitiveDependencies = null; @override - Iterable? get allTransitiveDependencies => - _allTransitiveDependencies; + Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'pickProfileImageProvider'; @@ -86,12 +85,9 @@ class PickProfileImageProvider extends AutoDisposeFutureProvider { from: pickProfileImageProvider, name: r'pickProfileImageProvider', debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') - ? null - : _$pickProfileImageHash, + const bool.fromEnvironment('dart.vm.product') ? null : _$pickProfileImageHash, dependencies: PickProfileImageFamily._dependencies, - allTransitiveDependencies: - PickProfileImageFamily._allTransitiveDependencies, + allTransitiveDependencies: PickProfileImageFamily._allTransitiveDependencies, ); final PickSource pickSource; diff --git a/lib/features/profile/presentation/providers/profile_details_provider.g.dart b/lib/features/profile/presentation/providers/profile_details_provider.g.dart index 866f8904..2dc3f791 100644 --- a/lib/features/profile/presentation/providers/profile_details_provider.g.dart +++ b/lib/features/profile/presentation/providers/profile_details_provider.g.dart @@ -6,40 +6,33 @@ part of 'profile_details_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$profileDetailsStateHash() => - r'1766d1b010fc2db3064f72fa8a833f883f2c5cba'; +String _$profileDetailsStateHash() => r'1766d1b010fc2db3064f72fa8a833f883f2c5cba'; /// See also [profileDetailsState]. @ProviderFor(profileDetailsState) -final profileDetailsStateProvider = - AutoDisposeFutureProvider>.internal( +final profileDetailsStateProvider = AutoDisposeFutureProvider>.internal( profileDetailsState, name: r'profileDetailsStateProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$profileDetailsStateHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$profileDetailsStateHash, dependencies: null, allTransitiveDependencies: null, ); -typedef ProfileDetailsStateRef - = AutoDisposeFutureProviderRef>; -String _$profileDetailsEventHash() => - r'c7af80b50c71fa7040e86c33347f31f23b411e3c'; +typedef ProfileDetailsStateRef = AutoDisposeFutureProviderRef>; +String _$profileDetailsEventHash() => r'c7af80b50c71fa7040e86c33347f31f23b411e3c'; /// See also [ProfileDetailsEvent]. @ProviderFor(ProfileDetailsEvent) -final profileDetailsEventProvider = AutoDisposeNotifierProvider< - ProfileDetailsEvent, Option>>.internal( +final profileDetailsEventProvider = + AutoDisposeNotifierProvider>>.internal( ProfileDetailsEvent.new, name: r'profileDetailsEventProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$profileDetailsEventHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$profileDetailsEventHash, dependencies: null, allTransitiveDependencies: null, ); -typedef _$ProfileDetailsEvent - = AutoDisposeNotifier>>; +typedef _$ProfileDetailsEvent = AutoDisposeNotifier>>; // ignore_for_file: unnecessary_raw_strings, subtype_of_sealed_class, invalid_use_of_internal_member, do_not_use_environment, prefer_const_constructors, public_member_api_docs, avoid_private_typedef_functions diff --git a/lib/features/profile/presentation/providers/update_profile_image_provider.g.dart b/lib/features/profile/presentation/providers/update_profile_image_provider.g.dart index f619f14d..3f615052 100644 --- a/lib/features/profile/presentation/providers/update_profile_image_provider.g.dart +++ b/lib/features/profile/presentation/providers/update_profile_image_provider.g.dart @@ -6,26 +6,21 @@ part of 'update_profile_image_provider.dart'; // RiverpodGenerator // ************************************************************************** -String _$updateProfileImageStateHash() => - r'9caaec490401aadd6be1f01cc834bb2f9e160fb3'; +String _$updateProfileImageStateHash() => r'9caaec490401aadd6be1f01cc834bb2f9e160fb3'; /// See also [updateProfileImageState]. @ProviderFor(updateProfileImageState) -final updateProfileImageStateProvider = - AutoDisposeProvider>>.internal( +final updateProfileImageStateProvider = AutoDisposeProvider>>.internal( updateProfileImageState, name: r'updateProfileImageStateProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$updateProfileImageStateHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$updateProfileImageStateHash, dependencies: null, allTransitiveDependencies: null, ); -typedef UpdateProfileImageStateRef - = AutoDisposeProviderRef>>; -String _$updateProfileImageHash() => - r'2856d4bf7dfd90a96582137e00294dbcb7bcf697'; +typedef UpdateProfileImageStateRef = AutoDisposeProviderRef>>; +String _$updateProfileImageHash() => r'2856d4bf7dfd90a96582137e00294dbcb7bcf697'; /// Copied from Dart SDK class _SystemHash { @@ -85,8 +80,7 @@ class UpdateProfileImageFamily extends Family> { static const Iterable? _allTransitiveDependencies = null; @override - Iterable? get allTransitiveDependencies => - _allTransitiveDependencies; + Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'updateProfileImageProvider'; @@ -105,12 +99,9 @@ class UpdateProfileImageProvider extends AutoDisposeFutureProvider { from: updateProfileImageProvider, name: r'updateProfileImageProvider', debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') - ? null - : _$updateProfileImageHash, + const bool.fromEnvironment('dart.vm.product') ? null : _$updateProfileImageHash, dependencies: UpdateProfileImageFamily._dependencies, - allTransitiveDependencies: - UpdateProfileImageFamily._allTransitiveDependencies, + allTransitiveDependencies: UpdateProfileImageFamily._allTransitiveDependencies, ); final Event event; @@ -129,18 +120,16 @@ class UpdateProfileImageProvider extends AutoDisposeFutureProvider { } } -String _$updateProfileImageEventHash() => - r'b8cf870551942186749474b22449e793c9a0fdae'; +String _$updateProfileImageEventHash() => r'b8cf870551942186749474b22449e793c9a0fdae'; /// See also [UpdateProfileImageEvent]. @ProviderFor(UpdateProfileImageEvent) -final updateProfileImageEventProvider = AutoDisposeNotifierProvider< - UpdateProfileImageEvent, Option>>.internal( +final updateProfileImageEventProvider = + AutoDisposeNotifierProvider>>.internal( UpdateProfileImageEvent.new, name: r'updateProfileImageEventProvider', - debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') - ? null - : _$updateProfileImageEventHash, + debugGetCreateSourceHash: + const bool.fromEnvironment('dart.vm.product') ? null : _$updateProfileImageEventHash, dependencies: null, allTransitiveDependencies: null, );