diff --git a/android/app/build.gradle b/android/app/build.gradle index 24653ab..80cda59 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -26,7 +26,8 @@ if (flutterVersionName == null) { android { - compileSdk 34 + namespace "com.lazycatlabs.auth" + compileSdk 35 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 @@ -34,7 +35,7 @@ android { } kotlinOptions { - jvmTarget = '1.8' + jvmTarget = JavaVersion.VERSION_1_8 } sourceSets { @@ -49,7 +50,7 @@ android { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.lazycatlabs.auth" minSdkVersion flutter.minSdkVersion - targetSdkVersion 31 + targetSdkVersion 35 versionCode flutterVersionCode.toInteger() versionName flutterVersionName multiDexEnabled true diff --git a/android/app/src/main/kotlin/com/lazycatlabs/base/MainActivity.kt b/android/app/src/main/kotlin/com/lazycatlabs/auth/MainActivity.kt similarity index 100% rename from android/app/src/main/kotlin/com/lazycatlabs/base/MainActivity.kt rename to android/app/src/main/kotlin/com/lazycatlabs/auth/MainActivity.kt diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index aeaff6f..d955bd4 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip diff --git a/android/settings.gradle b/android/settings.gradle index fb61261..520ae06 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -19,7 +19,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "7.3.1" apply false + id "com.android.application" version "8.7.0" apply false id "org.jetbrains.kotlin.android" version "1.8.0" apply false id "com.google.gms.google-services" version "4.4.0" apply false id "com.google.firebase.crashlytics" version "2.9.9" apply false diff --git a/ios/Podfile.lock b/ios/Podfile.lock index a6deaa6..45c9cdd 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,53 +1,53 @@ PODS: - - Firebase/Analytics (11.2.0): + - Firebase/Analytics (11.6.0): - Firebase/Core - - Firebase/Core (11.2.0): + - Firebase/Core (11.6.0): - Firebase/CoreOnly - - FirebaseAnalytics (~> 11.2.0) - - Firebase/CoreOnly (11.2.0): - - FirebaseCore (= 11.2.0) - - Firebase/Crashlytics (11.2.0): + - FirebaseAnalytics (~> 11.6.0) + - Firebase/CoreOnly (11.6.0): + - FirebaseCore (~> 11.6.0) + - Firebase/Crashlytics (11.6.0): - Firebase/CoreOnly - - FirebaseCrashlytics (~> 11.2.0) - - firebase_analytics (11.3.3): - - Firebase/Analytics (= 11.2.0) + - FirebaseCrashlytics (~> 11.6.0) + - firebase_analytics (11.4.0): + - Firebase/Analytics (= 11.6.0) - firebase_core - Flutter - - firebase_core (3.6.0): - - Firebase/CoreOnly (= 11.2.0) + - firebase_core (3.10.0): + - Firebase/CoreOnly (= 11.6.0) - Flutter - - firebase_crashlytics (4.1.3): - - Firebase/Crashlytics (= 11.2.0) + - firebase_crashlytics (4.3.0): + - Firebase/Crashlytics (= 11.6.0) - firebase_core - Flutter - - FirebaseAnalytics (11.2.0): - - FirebaseAnalytics/AdIdSupport (= 11.2.0) - - FirebaseCore (~> 11.0) + - FirebaseAnalytics (11.6.0): + - FirebaseAnalytics/AdIdSupport (= 11.6.0) + - FirebaseCore (~> 11.6.0) - FirebaseInstallations (~> 11.0) - GoogleUtilities/AppDelegateSwizzler (~> 8.0) - GoogleUtilities/MethodSwizzler (~> 8.0) - GoogleUtilities/Network (~> 8.0) - "GoogleUtilities/NSData+zlib (~> 8.0)" - nanopb (~> 3.30910.0) - - FirebaseAnalytics/AdIdSupport (11.2.0): - - FirebaseCore (~> 11.0) + - FirebaseAnalytics/AdIdSupport (11.6.0): + - FirebaseCore (~> 11.6.0) - FirebaseInstallations (~> 11.0) - - GoogleAppMeasurement (= 11.2.0) + - GoogleAppMeasurement (= 11.6.0) - GoogleUtilities/AppDelegateSwizzler (~> 8.0) - GoogleUtilities/MethodSwizzler (~> 8.0) - GoogleUtilities/Network (~> 8.0) - "GoogleUtilities/NSData+zlib (~> 8.0)" - nanopb (~> 3.30910.0) - - FirebaseCore (11.2.0): - - FirebaseCoreInternal (~> 11.0) + - FirebaseCore (11.6.0): + - FirebaseCoreInternal (~> 11.6.0) - GoogleUtilities/Environment (~> 8.0) - GoogleUtilities/Logger (~> 8.0) - - FirebaseCoreExtension (11.2.0): - - FirebaseCore (~> 11.0) - - FirebaseCoreInternal (11.2.0): + - FirebaseCoreExtension (11.6.0): + - FirebaseCore (~> 11.6.0) + - FirebaseCoreInternal (11.6.0): - "GoogleUtilities/NSData+zlib (~> 8.0)" - - FirebaseCrashlytics (11.2.0): - - FirebaseCore (~> 11.0) + - FirebaseCrashlytics (11.6.0): + - FirebaseCore (~> 11.6.0) - FirebaseInstallations (~> 11.0) - FirebaseRemoteConfigInterop (~> 11.0) - FirebaseSessions (~> 11.0) @@ -55,15 +55,15 @@ PODS: - GoogleUtilities/Environment (~> 8.0) - nanopb (~> 3.30910.0) - PromisesObjC (~> 2.4) - - FirebaseInstallations (11.2.0): - - FirebaseCore (~> 11.0) + - FirebaseInstallations (11.6.0): + - FirebaseCore (~> 11.6.0) - GoogleUtilities/Environment (~> 8.0) - GoogleUtilities/UserDefaults (~> 8.0) - PromisesObjC (~> 2.4) - - FirebaseRemoteConfigInterop (11.2.0) - - FirebaseSessions (11.2.0): - - FirebaseCore (~> 11.0) - - FirebaseCoreExtension (~> 11.0) + - FirebaseRemoteConfigInterop (11.6.0) + - FirebaseSessions (11.6.0): + - FirebaseCore (~> 11.6.0) + - FirebaseCoreExtension (~> 11.6.0) - FirebaseInstallations (~> 11.0) - GoogleDataTransport (~> 10.0) - GoogleUtilities/Environment (~> 8.0) @@ -71,23 +71,23 @@ PODS: - nanopb (~> 3.30910.0) - PromisesSwift (~> 2.1) - Flutter (1.0.0) - - flutter_native_splash (0.0.1): + - flutter_native_splash (2.4.3): - Flutter - - GoogleAppMeasurement (11.2.0): - - GoogleAppMeasurement/AdIdSupport (= 11.2.0) + - GoogleAppMeasurement (11.6.0): + - GoogleAppMeasurement/AdIdSupport (= 11.6.0) - GoogleUtilities/AppDelegateSwizzler (~> 8.0) - GoogleUtilities/MethodSwizzler (~> 8.0) - GoogleUtilities/Network (~> 8.0) - "GoogleUtilities/NSData+zlib (~> 8.0)" - nanopb (~> 3.30910.0) - - GoogleAppMeasurement/AdIdSupport (11.2.0): - - GoogleAppMeasurement/WithoutAdIdSupport (= 11.2.0) + - GoogleAppMeasurement/AdIdSupport (11.6.0): + - GoogleAppMeasurement/WithoutAdIdSupport (= 11.6.0) - GoogleUtilities/AppDelegateSwizzler (~> 8.0) - GoogleUtilities/MethodSwizzler (~> 8.0) - GoogleUtilities/Network (~> 8.0) - "GoogleUtilities/NSData+zlib (~> 8.0)" - nanopb (~> 3.30910.0) - - GoogleAppMeasurement/WithoutAdIdSupport (11.2.0): + - GoogleAppMeasurement/WithoutAdIdSupport (11.6.0): - GoogleUtilities/AppDelegateSwizzler (~> 8.0) - GoogleUtilities/MethodSwizzler (~> 8.0) - GoogleUtilities/Network (~> 8.0) @@ -134,7 +134,7 @@ PODS: - PromisesObjC (2.4.0) - PromisesSwift (2.4.0): - PromisesObjC (= 2.4.0) - - sqflite (0.0.3): + - sqflite_darwin (0.0.4): - Flutter - FlutterMacOS @@ -145,7 +145,7 @@ DEPENDENCIES: - Flutter (from `Flutter`) - flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`) - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - - sqflite (from `.symlinks/plugins/sqflite/darwin`) + - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`) SPEC REPOS: trunk: @@ -178,33 +178,33 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/flutter_native_splash/ios" path_provider_foundation: :path: ".symlinks/plugins/path_provider_foundation/darwin" - sqflite: - :path: ".symlinks/plugins/sqflite/darwin" + sqflite_darwin: + :path: ".symlinks/plugins/sqflite_darwin/darwin" SPEC CHECKSUMS: - Firebase: 98e6bf5278170668a7983e12971a66b2cd57fc8c - firebase_analytics: fbc57838bdb94eef1e0ff504f127d974ff2981ad - firebase_core: 2bedc3136ec7c7b8561c6123ed0239387b53f2af - firebase_crashlytics: 37d104d457b51760b48504a93a12b3bf70995d77 - FirebaseAnalytics: c36efd5710c60c17558650fa58c2066eca7e9265 - FirebaseCore: a282032ae9295c795714ded2ec9c522fc237f8da - FirebaseCoreExtension: cda74ddfb001224bd8fd1d6e74698b4ed07803de - FirebaseCoreInternal: 0c569513412da9f3b31bd0b340013bbee8f295c5 - FirebaseCrashlytics: cfc69af5b53565dc6a5e563788809b5778ac4eac - FirebaseInstallations: 771177d89d6c451dc6e50085ec82e2fc77ed0a4a - FirebaseRemoteConfigInterop: 477b26fdeb8fb5fbaf22fa9db5343b42289dc7db - FirebaseSessions: adcec8b72d0066a385e3affcd1bcb1ebb3908ce6 + Firebase: 374a441a91ead896215703a674d58cdb3e9d772b + firebase_analytics: a5c6ef5a435d22870fe3cfdcb424f390f56ff752 + firebase_core: 2337982fb78ee4d8d91e608b0a3d4f44346a93c8 + firebase_crashlytics: 3b6a9a9cbdc5ab92afaf9b206e52c79c2321a0d4 + FirebaseAnalytics: 7114c698cac995602e3b1b96663473e50d54d6e7 + FirebaseCore: 48b0dd707581cf9c1a1220da68223fb0a562afaa + FirebaseCoreExtension: 2d77d6430c16cf43ca2b04608302ed02b3598361 + FirebaseCoreInternal: d98ab91e2d80a56d7b246856a8885443b302c0c2 + FirebaseCrashlytics: b21c665fb50138766480bce73ebdb1aa30f7f300 + FirebaseInstallations: efc0946fc756e4d22d8113f7c761948120322e8c + FirebaseRemoteConfigInterop: e75e348953352a000331eb77caf01e424248e176 + FirebaseSessions: 9529d14180868e29a8da164b3a729c036204918b Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 - flutter_native_splash: edf599c81f74d093a4daf8e17bd7a018854bc778 - GoogleAppMeasurement: 76d4f8b36b03bd8381fa9a7fe2cc7f99c0a2e93a + flutter_native_splash: 6cad9122ea0fad137d23137dd14b937f3e90b145 + GoogleAppMeasurement: 6a9e6317b6a6d810ad03d4a66564ca6c4c5818a3 GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7 GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d nanopb: fad817b59e0457d11a5dfbde799381cd727c1275 - path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 + path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564 PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851 - sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec + sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0 PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011 -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2 diff --git a/pubspec.yaml b/pubspec.yaml index 2e05f18..13dc911 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: This is base for my project in flutter # pub.dev using `pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -# The following defines the version and build number for your application. +# The following defines the version and build number for your app. # A version number is three numbers separated by dots, like 1.2.43 # followed by an optional build number separated by a +. # Both the version and the builder number may be overridden in flutter @@ -26,12 +26,12 @@ dependencies: flutter_localizations: sdk: flutter - # The following adds the Cupertino Icons font to your application. + # The following adds the Cupertino Icons font to your app. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.8 # Use as default SVG image loader, prefer use SVG as image asset - flutter_svg: ^2.0.10+1 + flutter_svg: ^2.0.17 # Functional programming thingies dartz: ^0.10.1 @@ -44,13 +44,13 @@ dependencies: hive_flutter: ^1.1.0 # Use for Dependencies Injection - get_it: ^8.0.0 + get_it: ^8.0.3 # Use for State Management with BLoC pattern - flutter_bloc: ^8.1.6 + flutter_bloc: ^9.0.0 - # Use for custom toast with Status, ex : Loading,Success,Failed + # Use for custom toast with Status, ex:Loading,Success,Failed oktoast: ^3.4.0 # Use for responsive UI, set default size base on Mock Up @@ -59,48 +59,49 @@ dependencies: cached_network_image: ^3.4.1 # logger - logger: ^2.4.0 + logger: ^2.5.0 # Firebase - firebase_core: ^3.6.0 - firebase_analytics: ^11.3.3 - firebase_crashlytics: ^4.1.3 + firebase_core: ^3.10.0 + firebase_analytics: ^11.4.0 + firebase_crashlytics: ^4.3.0 # router - go_router: ^14.3.0 + go_router: ^14.6.3 # Freezed freezed_annotation: ^2.4.4 json_annotation: ^4.9.0 - flutter_native_splash: ^2.4.1 + flutter_native_splash: ^2.4.4 - intl: ^0.19.0 + intl: ^0.20.1 dev_dependencies: flutter_test: sdk: flutter - flutter_launcher_icons: ^0.14.1 + flutter_launcher_icons: ^0.14.2 #Remove unused files # dart_code_metrics: ^4.21.0 lint: ^2.3.0 flutter_lints: ^5.0.0 - bloc_test: ^9.1.7 - build_runner: ^2.4.13 + bloc_test: ^10.0.0 + build_runner: ^2.4.14 http_mock_adapter: ^0.6.1 #Temporary using old version because error when generate build_runner - mockito: ^5.4.4 + mockito: ^5.4.5 # Freezed freezed: ^2.5.7 - json_serializable: ^6.8.0 + json_serializable: ^6.9.0 # hive generator hive_generator: ^2.0.1 dependency_overrides: - meta: ^1.16.0 + intl: ^0.20.1 + # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec @@ -109,11 +110,11 @@ dependency_overrides: flutter: # The following line ensures that the Material Icons font is - # included with your application, so that you can use the icons in + # included with your app, so that you can use the icons in # the material Icons class. uses-material-design: true - # To add assets to your application, add an assets section, like this: + # To add assets to your app, add an assets section, like this: assets: - assets/images/ - assets/fonts/ diff --git a/test/features/auth/pages/login/cubit/auth_cubit_test.mocks.dart b/test/features/auth/pages/login/cubit/auth_cubit_test.mocks.dart index 4df6dfb..884f863 100644 --- a/test/features/auth/pages/login/cubit/auth_cubit_test.mocks.dart +++ b/test/features/auth/pages/login/cubit/auth_cubit_test.mocks.dart @@ -1,4 +1,4 @@ -// Mocks generated by Mockito 5.4.4 from annotations +// Mocks generated by Mockito 5.4.5 from annotations // in flutter_auth_app/test/features/auth/pages/login/cubit/auth_cubit_test.dart. // Do not manually edit this file. @@ -18,6 +18,7 @@ import 'package:mockito/mockito.dart' as _i1; // ignore_for_file: deprecated_member_use_from_same_package // ignore_for_file: implementation_imports // ignore_for_file: invalid_use_of_visible_for_testing_member +// ignore_for_file: must_be_immutable // ignore_for_file: prefer_const_constructors // ignore_for_file: unnecessary_parenthesis // ignore_for_file: camel_case_types diff --git a/test/features/auth/pages/register/cubit/register_cubit_test.mocks.dart b/test/features/auth/pages/register/cubit/register_cubit_test.mocks.dart index 9678397..0b36f88 100644 --- a/test/features/auth/pages/register/cubit/register_cubit_test.mocks.dart +++ b/test/features/auth/pages/register/cubit/register_cubit_test.mocks.dart @@ -1,4 +1,4 @@ -// Mocks generated by Mockito 5.4.4 from annotations +// Mocks generated by Mockito 5.4.5 from annotations // in flutter_auth_app/test/features/auth/pages/register/cubit/register_cubit_test.dart. // Do not manually edit this file. @@ -18,6 +18,7 @@ import 'package:mockito/mockito.dart' as _i1; // ignore_for_file: deprecated_member_use_from_same_package // ignore_for_file: implementation_imports // ignore_for_file: invalid_use_of_visible_for_testing_member +// ignore_for_file: must_be_immutable // ignore_for_file: prefer_const_constructors // ignore_for_file: unnecessary_parenthesis // ignore_for_file: camel_case_types diff --git a/test/features/general/pages/main/cubit/logout_cubit_test.mocks.dart b/test/features/general/pages/main/cubit/logout_cubit_test.mocks.dart index a1507f2..498038a 100644 --- a/test/features/general/pages/main/cubit/logout_cubit_test.mocks.dart +++ b/test/features/general/pages/main/cubit/logout_cubit_test.mocks.dart @@ -1,4 +1,4 @@ -// Mocks generated by Mockito 5.4.4 from annotations +// Mocks generated by Mockito 5.4.5 from annotations // in flutter_auth_app/test/features/general/pages/main/cubit/logout_cubit_test.dart. // Do not manually edit this file. @@ -18,6 +18,7 @@ import 'package:mockito/mockito.dart' as _i1; // ignore_for_file: deprecated_member_use_from_same_package // ignore_for_file: implementation_imports // ignore_for_file: invalid_use_of_visible_for_testing_member +// ignore_for_file: must_be_immutable // ignore_for_file: prefer_const_constructors // ignore_for_file: unnecessary_parenthesis // ignore_for_file: camel_case_types @@ -42,18 +43,18 @@ class MockPostLogout extends _i1.Mock implements _i3.PostLogout { } @override - _i4.Future<_i2.Either<_i5.Failure, String>> call(_i5.NoParams? _) => + _i4.Future<_i2.Either<_i5.Failure, String>> call(_i5.NoParams? _0) => (super.noSuchMethod( Invocation.method( #call, - [_], + [_0], ), returnValue: _i4.Future<_i2.Either<_i5.Failure, String>>.value( _FakeEither_0<_i5.Failure, String>( this, Invocation.method( #call, - [_], + [_0], ), )), ) as _i4.Future<_i2.Either<_i5.Failure, String>>); diff --git a/test/features/general/pages/main/cubit/user_cubit_test.mocks.dart b/test/features/general/pages/main/cubit/user_cubit_test.mocks.dart index f9545ae..8e493bb 100644 --- a/test/features/general/pages/main/cubit/user_cubit_test.mocks.dart +++ b/test/features/general/pages/main/cubit/user_cubit_test.mocks.dart @@ -1,4 +1,4 @@ -// Mocks generated by Mockito 5.4.4 from annotations +// Mocks generated by Mockito 5.4.5 from annotations // in flutter_auth_app/test/features/general/pages/main/cubit/user_cubit_test.dart. // Do not manually edit this file. @@ -18,6 +18,7 @@ import 'package:mockito/mockito.dart' as _i1; // ignore_for_file: deprecated_member_use_from_same_package // ignore_for_file: implementation_imports // ignore_for_file: invalid_use_of_visible_for_testing_member +// ignore_for_file: must_be_immutable // ignore_for_file: prefer_const_constructors // ignore_for_file: unnecessary_parenthesis // ignore_for_file: camel_case_types @@ -42,18 +43,18 @@ class MockGetUser extends _i1.Mock implements _i3.GetUser { } @override - _i4.Future<_i2.Either<_i5.Failure, _i3.User>> call(_i5.NoParams? _) => + _i4.Future<_i2.Either<_i5.Failure, _i3.User>> call(_i5.NoParams? _0) => (super.noSuchMethod( Invocation.method( #call, - [_], + [_0], ), returnValue: _i4.Future<_i2.Either<_i5.Failure, _i3.User>>.value( _FakeEither_0<_i5.Failure, _i3.User>( this, Invocation.method( #call, - [_], + [_0], ), )), ) as _i4.Future<_i2.Either<_i5.Failure, _i3.User>>); diff --git a/test/features/general/pages/splashscreen/cubit/general_token_cubit_test.mocks.dart b/test/features/general/pages/splashscreen/cubit/general_token_cubit_test.mocks.dart index 10c1d4e..3852dc3 100644 --- a/test/features/general/pages/splashscreen/cubit/general_token_cubit_test.mocks.dart +++ b/test/features/general/pages/splashscreen/cubit/general_token_cubit_test.mocks.dart @@ -1,4 +1,4 @@ -// Mocks generated by Mockito 5.4.4 from annotations +// Mocks generated by Mockito 5.4.5 from annotations // in flutter_auth_app/test/features/general/pages/splashscreen/cubit/general_token_cubit_test.dart. // Do not manually edit this file. @@ -18,6 +18,7 @@ import 'package:mockito/mockito.dart' as _i1; // ignore_for_file: deprecated_member_use_from_same_package // ignore_for_file: implementation_imports // ignore_for_file: invalid_use_of_visible_for_testing_member +// ignore_for_file: must_be_immutable // ignore_for_file: prefer_const_constructors // ignore_for_file: unnecessary_parenthesis // ignore_for_file: camel_case_types diff --git a/test/features/users/pages/dashboard/cubit/users_cubit_test.mocks.dart b/test/features/users/pages/dashboard/cubit/users_cubit_test.mocks.dart index b2f528a..1bf42ef 100644 --- a/test/features/users/pages/dashboard/cubit/users_cubit_test.mocks.dart +++ b/test/features/users/pages/dashboard/cubit/users_cubit_test.mocks.dart @@ -1,4 +1,4 @@ -// Mocks generated by Mockito 5.4.4 from annotations +// Mocks generated by Mockito 5.4.5 from annotations // in flutter_auth_app/test/features/users/pages/dashboard/cubit/users_cubit_test.dart. // Do not manually edit this file. @@ -18,6 +18,7 @@ import 'package:mockito/mockito.dart' as _i1; // ignore_for_file: deprecated_member_use_from_same_package // ignore_for_file: implementation_imports // ignore_for_file: invalid_use_of_visible_for_testing_member +// ignore_for_file: must_be_immutable // ignore_for_file: prefer_const_constructors // ignore_for_file: unnecessary_parenthesis // ignore_for_file: camel_case_types diff --git a/test/helpers/test_mock.mocks.dart b/test/helpers/test_mock.mocks.dart index 6bb1e51..dea603f 100644 --- a/test/helpers/test_mock.mocks.dart +++ b/test/helpers/test_mock.mocks.dart @@ -1,4 +1,4 @@ -// Mocks generated by Mockito 5.4.4 from annotations +// Mocks generated by Mockito 5.4.5 from annotations // in flutter_auth_app/test/helpers/test_mock.dart. // Do not manually edit this file. @@ -22,6 +22,7 @@ import 'package:mockito/mockito.dart' as _i1; // ignore_for_file: deprecated_member_use_from_same_package // ignore_for_file: implementation_imports // ignore_for_file: invalid_use_of_visible_for_testing_member +// ignore_for_file: must_be_immutable // ignore_for_file: prefer_const_constructors // ignore_for_file: unnecessary_parenthesis // ignore_for_file: camel_case_types