Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 07bd4d0
Author: Yaroslav Pronin <[email protected]>
Date:   Fri Sep 6 11:22:31 2024 +0300

    [DI] Remove get_it injection for bloc

commit 8131198
Author: Yaroslav Pronin <[email protected]>
Date:   Thu Sep 5 18:23:36 2024 +0300

    Add "unlimited" tracking frequency limit

commit 0529bf9
Author: Yaroslav Pronin <[email protected]>
Date:   Thu Sep 5 18:13:20 2024 +0300

    Upgrade deps and Flutter version

commit f4dc477
Author: Yaroslav Pronin <[email protected]>
Date:   Thu Sep 5 18:08:45 2024 +0300

    Fixed the logic of work and display of services with the delivered status

commit 02457fe
Author: Yaroslav Pronin <[email protected]>
Date:   Wed Sep 4 18:23:24 2024 +0300

    Fix test

commit 6f7b00b
Author: Yaroslav Pronin <[email protected]>
Date:   Wed Sep 4 18:09:39 2024 +0300

    Add http logger

commit 0c94fdc
Author: Yaroslav Pronin <[email protected]>
Date:   Wed Sep 4 12:25:59 2024 +0300

    Ability to force refresh a parcel

commit 9b0a5f5
Author: Yaroslav Pronin <[email protected]>
Date:   Wed Aug 21 18:39:03 2024 +0300

    Fix Bad state: Cannot emit new states after calling close

    Convert BlocProvider to BlocProvider.value

commit a2b04c9
Author: Yaroslav Pronin <[email protected]>
Date:   Wed Aug 21 17:40:12 2024 +0300

    [Platform] Normalize non-valid system locale

    Some returned locales have the sharp (`#`) character in the subtag, for example `en_US_#u-fw-mon-mu-celsius`.
    It needs to be removed to bring it to Unicode format.

commit 00e553c
Author: Yaroslav Pronin <[email protected]>
Date:   Tue Aug 20 21:05:32 2024 +0300

    Merge submodules

commit dc384e9
Author: Yaroslav Pronin <[email protected]>
Date:   Tue Aug 20 18:27:02 2024 +0300

    Version 1.5.1

commit 6f61458
Author: Yaroslav Pronin <[email protected]>
Date:   Tue Aug 20 17:59:07 2024 +0300

    Upgrade dependencies

commit c9c7630
Author: Yaroslav Pronin <[email protected]>
Date:   Tue Aug 20 17:34:00 2024 +0300

    [Details] Fix No element exception

commit 5db2c91
Author: Yaroslav Pronin <[email protected]>
Date:   Tue Aug 20 10:22:47 2024 +0300

    Add fastlane icon

commit 639b3bd
Author: Yaroslav Pronin <[email protected]>
Date:   Mon Aug 12 20:19:48 2024 +0300

    Update flatpak submodule

commit 8f2fe67
Author: Yaroslav Pronin <[email protected]>
Date:   Mon Aug 12 20:01:24 2024 +0300

    Update flatpak submodule

commit d448483
Author: Yaroslav Pronin <[email protected]>
Date:   Mon Aug 12 17:51:50 2024 +0300

    Version 1.5.0

commit 2bdf467
Author: Yaroslav Pronin <[email protected]>
Date:   Mon Aug 12 12:52:25 2024 +0300

    [Router] Fix double removing of pages

commit 353a5bd
Author: Yaroslav Pronin <[email protected]>
Date:   Mon Aug 12 10:35:57 2024 +0300

    [Details] Fix no ScrollPosition attached error

commit d154c79
Author: Yaroslav Pronin <[email protected]>
Date:   Sun Aug 11 22:22:45 2024 +0300

    Fix failed workmanager in the release mode

commit ffe7641
Author: Yaroslav Pronin <[email protected]>
Date:   Sun Aug 11 21:56:18 2024 +0300

    [AppRouter] Fix crash on pop page

commit 769f68e
Author: Yaroslav Pronin <[email protected]>
Date:   Sun Aug 11 21:21:04 2024 +0300

    Merge remote-tracking branch 'origin/ci-test'
  • Loading branch information
proninyaroslav committed Sep 8, 2024
1 parent e136d75 commit c33966d
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 13 deletions.
19 changes: 6 additions & 13 deletions lib/injector.config.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions lib/ui/app_cubit.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ mixin _$AppState {
}) =>
throw _privateConstructorUsedError;

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)
Expand Down Expand Up @@ -92,6 +96,8 @@ class _$AppStateCopyWithImpl<$Res, $Val extends AppState>
// ignore: unused_field
final $Res Function($Val) _then;

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@pragma('vm:prefer-inline')
Expand All @@ -112,6 +118,8 @@ class _$AppStateCopyWithImpl<$Res, $Val extends AppState>
) as $Val);
}

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@override
Expand All @@ -126,6 +134,8 @@ class _$AppStateCopyWithImpl<$Res, $Val extends AppState>
});
}

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@override
Expand Down Expand Up @@ -165,6 +175,8 @@ class __$$AppStateInitialImplCopyWithImpl<$Res>
_$AppStateInitialImpl _value, $Res Function(_$AppStateInitialImpl) _then)
: super(_value, _then);

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@pragma('vm:prefer-inline')
Expand Down Expand Up @@ -215,6 +227,10 @@ class _$AppStateInitialImpl implements AppStateInitial {
@override
int get hashCode => Object.hash(runtimeType, theme, locale);

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)
Expand Down Expand Up @@ -493,6 +509,9 @@ abstract class AppStateLoaded implements AppState {
@override
AppLocaleType get locale;

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@override
Expand Down Expand Up @@ -525,6 +544,8 @@ class __$$AppStateChangedImplCopyWithImpl<$Res>
_$AppStateChangedImpl _value, $Res Function(_$AppStateChangedImpl) _then)
: super(_value, _then);

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@pragma('vm:prefer-inline')
Expand Down Expand Up @@ -593,6 +614,10 @@ class _$AppStateChangedImpl implements AppStateChanged {
@override
int get hashCode => Object.hash(runtimeType, theme, locale);

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)
Expand Down Expand Up @@ -682,10 +707,14 @@ abstract class AppStateChanged implements AppState {
@override
AppLocaleType get locale;

/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
/// Create a copy of AppState
/// with the given fields replaced by the non-null parameter values.
@override
@JsonKey(includeFromJson: false, includeToJson: false)
@JsonKey(includeFromJson: false, includeToJson: false)
_$$AppStateChangedImplCopyWith<_$AppStateChangedImpl> get copyWith =>
throw _privateConstructorUsedError;
}
Loading

0 comments on commit c33966d

Please sign in to comment.