chore: upgrade deps
This commit is contained in:
parent
0a3f0094c4
commit
9cb8a93d9d
@ -4,7 +4,6 @@ packages:
|
|||||||
- "packages/**"
|
- "packages/**"
|
||||||
|
|
||||||
ignore:
|
ignore:
|
||||||
- "packages/**/example"
|
|
||||||
- "packages/**/.dart_tool/**"
|
- "packages/**/.dart_tool/**"
|
||||||
|
|
||||||
sdkPath: auto
|
sdkPath: auto
|
||||||
|
@ -32,14 +32,14 @@ dependencies:
|
|||||||
wyatt_architecture:
|
wyatt_architecture:
|
||||||
path: "../"
|
path: "../"
|
||||||
|
|
||||||
flutter_bloc: ^8.1.1
|
flutter_bloc: ^9.1.1
|
||||||
get_it: ^7.2.0
|
get_it: ^8.0.3
|
||||||
hive: ^2.2.3
|
hive: ^2.2.3
|
||||||
hive_flutter: ^1.1.0
|
hive_flutter: ^1.1.0
|
||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
stream_transform: ^2.1.0
|
stream_transform: ^2.1.0
|
||||||
bloc_concurrency: ^0.2.0
|
bloc_concurrency: ^0.3.0
|
||||||
freezed_annotation: ^2.2.0
|
freezed_annotation: ^3.0.0
|
||||||
json_annotation: ^4.7.0
|
json_annotation: ^4.7.0
|
||||||
|
|
||||||
wyatt_bloc_helper:
|
wyatt_bloc_helper:
|
||||||
@ -55,7 +55,7 @@ dependencies:
|
|||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.3.2
|
build_runner: ^2.3.2
|
||||||
flutter_test: { sdk: flutter }
|
flutter_test: { sdk: flutter }
|
||||||
freezed: ^2.2.1
|
freezed: ^3.0.0-0.0.dev
|
||||||
hive_generator: ^2.0.0
|
hive_generator: ^2.0.0
|
||||||
json_serializable: ^6.5.4
|
json_serializable: ^6.5.4
|
||||||
|
|
||||||
|
@ -30,12 +30,12 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
go_router: ^10.1.0
|
go_router: ^15.1.2
|
||||||
firebase_core: ^2.1.1
|
firebase_core: ^3.13.1
|
||||||
flutter_bloc: ^8.1.1
|
flutter_bloc: ^9.1.1
|
||||||
firebase_auth: ^4.2.0
|
firebase_auth: ^5.5.4
|
||||||
google_sign_in: ^6.1.4
|
google_sign_in: ^6.1.4
|
||||||
get_it: ^7.2.0
|
get_it: ^8.0.3
|
||||||
|
|
||||||
wyatt_authentication_bloc:
|
wyatt_authentication_bloc:
|
||||||
path: "../"
|
path: "../"
|
||||||
@ -65,7 +65,7 @@ dev_dependencies:
|
|||||||
# activated in the `analysis_options.yaml` file located at the root of your
|
# activated in the `analysis_options.yaml` file located at the root of your
|
||||||
# package. See that file for information about deactivating specific lint
|
# package. See that file for information about deactivating specific lint
|
||||||
# rules and activating additional ones.
|
# rules and activating additional ones.
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^5.0.0
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
@ -12,11 +12,11 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
crypto: ^3.0.3
|
crypto: ^3.0.3
|
||||||
flutter_bloc: ^8.1.3
|
flutter_bloc: ^9.1.1
|
||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
firebase_auth: ^4.10.1
|
firebase_auth: ^5.5.4
|
||||||
google_sign_in: ^6.1.5
|
google_sign_in: ^6.1.5
|
||||||
rxdart: ^0.27.7
|
rxdart: ^0.28.0
|
||||||
flutter_secure_storage: ^9.0.0
|
flutter_secure_storage: ^9.0.0
|
||||||
http: ^1.1.0
|
http: ^1.1.0
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ dependencies:
|
|||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test: { sdk: flutter }
|
flutter_test: { sdk: flutter }
|
||||||
bloc_test: ^9.1.0
|
bloc_test: ^10.0.0
|
||||||
mocktail: ^1.0.0
|
mocktail: ^1.0.0
|
||||||
|
|
||||||
wyatt_analysis:
|
wyatt_analysis:
|
||||||
|
@ -35,7 +35,7 @@ dependencies:
|
|||||||
# Use with the CupertinoIcons class for iOS style icons.
|
# Use with the CupertinoIcons class for iOS style icons.
|
||||||
cupertino_icons: ^1.0.5
|
cupertino_icons: ^1.0.5
|
||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
flutter_bloc: ^8.1.1
|
flutter_bloc: ^9.1.1
|
||||||
|
|
||||||
wyatt_bloc_helper:
|
wyatt_bloc_helper:
|
||||||
path: ../
|
path: ../
|
||||||
@ -49,7 +49,7 @@ dev_dependencies:
|
|||||||
# activated in the `analysis_options.yaml` file located at the root of your
|
# activated in the `analysis_options.yaml` file located at the root of your
|
||||||
# package. See that file for information about deactivating specific lint
|
# package. See that file for information about deactivating specific lint
|
||||||
# rules and activating additional ones.
|
# rules and activating additional ones.
|
||||||
flutter_lints: ^2.0.1
|
flutter_lints: ^5.0.0
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
@ -11,12 +11,12 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
|
|
||||||
flutter_bloc: ^8.1.1
|
flutter_bloc: ^9.1.1
|
||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test: { sdk: flutter }
|
flutter_test: { sdk: flutter }
|
||||||
bloc_test: ^9.1.0
|
bloc_test: ^10.0.0
|
||||||
|
|
||||||
wyatt_analysis:
|
wyatt_analysis:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
@ -32,7 +32,7 @@ dependencies:
|
|||||||
wyatt_bloc_layout:
|
wyatt_bloc_layout:
|
||||||
path: "../"
|
path: "../"
|
||||||
|
|
||||||
flutter_bloc: ^8.1.2
|
flutter_bloc: ^9.1.1
|
||||||
|
|
||||||
wyatt_bloc_helper:
|
wyatt_bloc_helper:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
@ -11,7 +11,7 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
|
|
||||||
flutter_bloc: ^8.1.2
|
flutter_bloc: ^9.1.1
|
||||||
|
|
||||||
wyatt_bloc_helper:
|
wyatt_bloc_helper:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
@ -32,7 +32,7 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
flutter_bloc: ^8.1.1
|
flutter_bloc: ^9.1.1
|
||||||
wyatt_cloud_messaging_bloc_base:
|
wyatt_cloud_messaging_bloc_base:
|
||||||
path: ../
|
path: ../
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ dependencies:
|
|||||||
# The following adds the Cupertino Icons font to your application.
|
# The following adds the Cupertino Icons font to your application.
|
||||||
# Use with the CupertinoIcons class for iOS style icons.
|
# Use with the CupertinoIcons class for iOS style icons.
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
firebase_core: ^2.3.0
|
firebase_core: ^3.13.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
@ -56,7 +56,7 @@ dev_dependencies:
|
|||||||
# activated in the `analysis_options.yaml` file located at the root of your
|
# activated in the `analysis_options.yaml` file located at the root of your
|
||||||
# package. See that file for information about deactivating specific lint
|
# package. See that file for information about deactivating specific lint
|
||||||
# rules and activating additional ones.
|
# rules and activating additional ones.
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^5.0.0
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
@ -12,9 +12,9 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
firebase_messaging: ^14.1.1
|
firebase_messaging: ^15.2.6
|
||||||
flutter_bloc: ^8.1.1
|
flutter_bloc: ^9.1.1
|
||||||
rxdart: ^0.27.7
|
rxdart: ^0.28.0
|
||||||
wyatt_architecture:
|
wyatt_architecture:
|
||||||
hosted:
|
hosted:
|
||||||
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
|
@ -18,8 +18,8 @@ dependencies:
|
|||||||
|
|
||||||
|
|
||||||
path: ^1.8.0
|
path: ^1.8.0
|
||||||
firebase_messaging: ^14.6.6
|
firebase_messaging: ^15.2.6
|
||||||
flutter_local_notifications: ^15.1.0+1
|
flutter_local_notifications: ^18.0.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@ environment:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
build: ^2.3.1
|
build: ^2.3.1
|
||||||
source_gen: ^1.2.7
|
source_gen: ^2.0.0
|
||||||
analyzer: ^6.2.0
|
analyzer: ^7.4.5
|
||||||
|
|
||||||
wyatt_component_copy_with_extension:
|
wyatt_component_copy_with_extension:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
@ -8,89 +8,95 @@
|
|||||||
// coverage:ignore-file
|
// coverage:ignore-file
|
||||||
|
|
||||||
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
||||||
import 'package:get_it/get_it.dart' as _i1;
|
import 'package:get_it/get_it.dart' as _i174;
|
||||||
import 'package:injectable/injectable.dart' as _i2;
|
import 'package:injectable/injectable.dart' as _i526;
|
||||||
import 'package:wyatt_continuous_deployment/src/core/injection/injectable.dart'
|
import 'package:wyatt_continuous_deployment/src/core/injection/injectable.dart'
|
||||||
as _i21;
|
as _i899;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/entities/fastlane.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/entities/fastlane.dart'
|
||||||
as _i6;
|
as _i150;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/entities/flutter.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/entities/flutter.dart'
|
||||||
as _i12;
|
as _i614;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/config/get_android_config_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/config/get_android_config_usecase.dart'
|
||||||
as _i18;
|
as _i152;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/config/get_ios_config_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/config/get_ios_config_usecase.dart'
|
||||||
as _i19;
|
as _i592;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/config/init_config_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/config/init_config_usecase.dart'
|
||||||
as _i20;
|
as _i135;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/decrypt_keys/decrypt_keys_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/decrypt_keys/decrypt_keys_usecase.dart'
|
||||||
as _i5;
|
as _i589;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_create_keychain_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_create_keychain_usecase.dart'
|
||||||
as _i7;
|
as _i835;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_deploy_pilot_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_deploy_pilot_usecase.dart'
|
||||||
as _i8;
|
as _i942;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_deploy_supply_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_deploy_supply_usecase.dart'
|
||||||
as _i9;
|
as _i643;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_get_certificates_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_get_certificates_usecase.dart'
|
||||||
as _i10;
|
as _i886;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/find_last_ipa_file_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/find_last_ipa_file_usecase.dart'
|
||||||
as _i11;
|
as _i38;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_app_bundle_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_app_bundle_usecase.dart'
|
||||||
as _i13;
|
as _i224;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_ipa_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_ipa_usecase.dart'
|
||||||
as _i14;
|
as _i895;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_xcarchive_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_xcarchive_usecase.dart'
|
||||||
as _i15;
|
as _i591;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_clean_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_clean_usecase.dart'
|
||||||
as _i16;
|
as _i355;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_pub_get_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_pub_get_usecase.dart'
|
||||||
as _i17;
|
as _i574;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/requirements/check_config_file_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/requirements/check_config_file_usecase.dart'
|
||||||
as _i3;
|
as _i652;
|
||||||
import 'package:wyatt_continuous_deployment/src/domain/usecases/requirements/check_tools_usecase.dart'
|
import 'package:wyatt_continuous_deployment/src/domain/usecases/requirements/check_tools_usecase.dart'
|
||||||
as _i4;
|
as _i677;
|
||||||
|
|
||||||
extension GetItInjectableX on _i1.GetIt {
|
extension GetItInjectableX on _i174.GetIt {
|
||||||
// initializes the registration of main-scope dependencies inside of GetIt
|
// initializes the registration of main-scope dependencies inside of GetIt
|
||||||
_i1.GetIt init({
|
_i174.GetIt init({
|
||||||
String? environment,
|
String? environment,
|
||||||
_i2.EnvironmentFilter? environmentFilter,
|
_i526.EnvironmentFilter? environmentFilter,
|
||||||
}) {
|
}) {
|
||||||
final gh = _i2.GetItHelper(
|
final gh = _i526.GetItHelper(
|
||||||
this,
|
this,
|
||||||
environment,
|
environment,
|
||||||
environmentFilter,
|
environmentFilter,
|
||||||
);
|
);
|
||||||
final registerModule = _$RegisterModule();
|
final registerModule = _$RegisterModule();
|
||||||
gh.singleton<_i3.CheckConfigFileUsecase>(
|
gh.singleton<_i135.InitConfigUsecase>(
|
||||||
const _i3.CheckConfigFileUsecase());
|
() => const _i135.InitConfigUsecase());
|
||||||
gh.singleton<_i4.CheckToolsUsecase>(const _i4.CheckToolsUsecase());
|
gh.singleton<_i152.GetAndroidConfigUsecase>(
|
||||||
gh.singleton<_i5.DecryptKeysUsecase>(const _i5.DecryptKeysUsecase());
|
() => const _i152.GetAndroidConfigUsecase());
|
||||||
gh.lazySingleton<_i6.Fastlane>(() => registerModule.fastlane);
|
gh.singleton<_i592.GetIosConfigUsecase>(
|
||||||
gh.singleton<_i7.FastlaneCreateKeychainUsecase>(
|
() => const _i592.GetIosConfigUsecase());
|
||||||
_i7.FastlaneCreateKeychainUsecase());
|
gh.singleton<_i677.CheckToolsUsecase>(
|
||||||
gh.singleton<_i8.FastlaneDeployPilotUsecase>(
|
() => const _i677.CheckToolsUsecase());
|
||||||
_i8.FastlaneDeployPilotUsecase());
|
gh.singleton<_i652.CheckConfigFileUsecase>(
|
||||||
gh.singleton<_i9.FastlaneDeploySupplyUsecase>(
|
() => const _i652.CheckConfigFileUsecase());
|
||||||
_i9.FastlaneDeploySupplyUsecase());
|
gh.singleton<_i38.FindLastIpaFileUsecase>(
|
||||||
gh.singleton<_i10.FastlaneGetCertificateUsecase>(
|
() => const _i38.FindLastIpaFileUsecase());
|
||||||
_i10.FastlaneGetCertificateUsecase());
|
gh.singleton<_i591.FlutterBuildXcarchiveUsecase>(
|
||||||
gh.singleton<_i11.FindLastIpaFileUsecase>(
|
() => const _i591.FlutterBuildXcarchiveUsecase());
|
||||||
const _i11.FindLastIpaFileUsecase());
|
gh.singleton<_i355.FlutterCleanUsecase>(
|
||||||
gh.lazySingleton<_i12.Flutter>(() => registerModule.flutter);
|
() => const _i355.FlutterCleanUsecase());
|
||||||
gh.singleton<_i13.FlutterBuildAppBundleUsecase>(
|
gh.singleton<_i895.FlutterBuildIpaUsecase>(
|
||||||
const _i13.FlutterBuildAppBundleUsecase());
|
() => const _i895.FlutterBuildIpaUsecase());
|
||||||
gh.singleton<_i14.FlutterBuildIpaUsecase>(
|
gh.singleton<_i224.FlutterBuildAppBundleUsecase>(
|
||||||
const _i14.FlutterBuildIpaUsecase());
|
() => const _i224.FlutterBuildAppBundleUsecase());
|
||||||
gh.singleton<_i15.FlutterBuildXcarchiveUsecase>(
|
gh.singleton<_i574.FlutterPubGetUsecase>(
|
||||||
const _i15.FlutterBuildXcarchiveUsecase());
|
() => const _i574.FlutterPubGetUsecase());
|
||||||
gh.singleton<_i16.FlutterCleanUsecase>(const _i16.FlutterCleanUsecase());
|
gh.singleton<_i886.FastlaneGetCertificateUsecase>(
|
||||||
gh.singleton<_i17.FlutterPubGetUsecase>(const _i17.FlutterPubGetUsecase());
|
() => _i886.FastlaneGetCertificateUsecase());
|
||||||
gh.singleton<_i18.GetAndroidConfigUsecase>(
|
gh.singleton<_i835.FastlaneCreateKeychainUsecase>(
|
||||||
const _i18.GetAndroidConfigUsecase());
|
() => _i835.FastlaneCreateKeychainUsecase());
|
||||||
gh.singleton<_i19.GetIosConfigUsecase>(const _i19.GetIosConfigUsecase());
|
gh.singleton<_i942.FastlaneDeployPilotUsecase>(
|
||||||
gh.singleton<_i20.InitConfigUsecase>(const _i20.InitConfigUsecase());
|
() => _i942.FastlaneDeployPilotUsecase());
|
||||||
|
gh.singleton<_i643.FastlaneDeploySupplyUsecase>(
|
||||||
|
() => _i643.FastlaneDeploySupplyUsecase());
|
||||||
|
gh.singleton<_i589.DecryptKeysUsecase>(
|
||||||
|
() => const _i589.DecryptKeysUsecase());
|
||||||
|
gh.lazySingleton<_i614.Flutter>(() => registerModule.flutter);
|
||||||
|
gh.lazySingleton<_i150.Fastlane>(() => registerModule.fastlane);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class _$RegisterModule extends _i21.RegisterModule {}
|
class _$RegisterModule extends _i899.RegisterModule {}
|
||||||
|
@ -10,13 +10,13 @@ environment:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
args: ^2.4.2
|
args: ^2.4.2
|
||||||
bloc: ^8.1.3
|
bloc: ^9.0.0
|
||||||
checked_yaml: ^2.0.3
|
checked_yaml: ^2.0.3
|
||||||
cli_completion: ^0.5.0
|
cli_completion: ^0.5.0
|
||||||
get_it: ^7.6.7
|
get_it: ^8.0.3
|
||||||
injectable: ^2.3.2
|
injectable: ^2.3.2
|
||||||
json_annotation: ^4.8.1
|
json_annotation: ^4.8.1
|
||||||
mason_logger: ^0.2.12
|
mason_logger: ^0.3.3
|
||||||
meta: ^1.12.0
|
meta: ^1.12.0
|
||||||
wyatt_architecture:
|
wyatt_architecture:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
@ -29,7 +29,7 @@ dependencies:
|
|||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.4.8
|
build_runner: ^2.4.8
|
||||||
dart_code_linter: ^1.1.1
|
dart_code_linter: ^2.0.0
|
||||||
|
|
||||||
injectable_generator: ^2.4.1
|
injectable_generator: ^2.4.1
|
||||||
json_serializable: ^6.7.1
|
json_serializable: ^6.7.1
|
||||||
|
@ -31,9 +31,9 @@ dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
firebase_core: ^2.22.0
|
firebase_core: ^3.13.1
|
||||||
cloud_firestore: ^4.13.0
|
cloud_firestore: ^5.6.8
|
||||||
flutter_bloc: ^8.1.3
|
flutter_bloc: ^9.1.1
|
||||||
wyatt_crud_bloc:
|
wyatt_crud_bloc:
|
||||||
path: "../"
|
path: "../"
|
||||||
wyatt_crud_bloc_firestore:
|
wyatt_crud_bloc_firestore:
|
||||||
@ -57,7 +57,7 @@ dev_dependencies:
|
|||||||
# activated in the `analysis_options.yaml` file located at the root of your
|
# activated in the `analysis_options.yaml` file located at the root of your
|
||||||
# package. See that file for information about deactivating specific lint
|
# package. See that file for information about deactivating specific lint
|
||||||
# rules and activating additional ones.
|
# rules and activating additional ones.
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^5.0.0
|
||||||
json_serializable: ^6.7.1
|
json_serializable: ^6.7.1
|
||||||
build_runner: ^2.4.6
|
build_runner: ^2.4.6
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
|
|
||||||
flutter_bloc: ^8.1.1
|
flutter_bloc: ^9.1.1
|
||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
|
|
||||||
wyatt_architecture:
|
wyatt_architecture:
|
||||||
@ -21,11 +21,11 @@ dependencies:
|
|||||||
wyatt_type_utils:
|
wyatt_type_utils:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
version: ^0.0.5
|
version: ^0.0.5
|
||||||
rxdart: ^0.27.7
|
rxdart: ^0.28.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test: { sdk: flutter }
|
flutter_test: { sdk: flutter }
|
||||||
bloc_test: ^9.1.0
|
bloc_test: ^10.0.0
|
||||||
wyatt_analysis:
|
wyatt_analysis:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^2.6.1
|
version: ^2.6.1
|
||||||
|
@ -11,9 +11,9 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
|
|
||||||
flutter_bloc: ^8.1.1
|
flutter_bloc: ^9.1.1
|
||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
cloud_firestore: ^4.0.5
|
cloud_firestore: ^5.6.8
|
||||||
|
|
||||||
wyatt_architecture:
|
wyatt_architecture:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
@ -29,7 +29,7 @@ dependencies:
|
|||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test: { sdk: flutter }
|
flutter_test: { sdk: flutter }
|
||||||
bloc_test: ^9.1.0
|
bloc_test: ^10.0.0
|
||||||
wyatt_analysis:
|
wyatt_analysis:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^2.6.1
|
version: ^2.6.1
|
||||||
|
@ -30,7 +30,7 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
flutter_bloc: ^8.0.1
|
flutter_bloc: ^9.1.1
|
||||||
wyatt_form_bloc:
|
wyatt_form_bloc:
|
||||||
path: "../"
|
path: "../"
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ dev_dependencies:
|
|||||||
# activated in the `analysis_options.yaml` file located at the root of your
|
# activated in the `analysis_options.yaml` file located at the root of your
|
||||||
# package. See that file for information about deactivating specific lint
|
# package. See that file for information about deactivating specific lint
|
||||||
# rules and activating additional ones.
|
# rules and activating additional ones.
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^5.0.0
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
@ -12,7 +12,7 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
flutter_bloc: ^8.1.0
|
flutter_bloc: ^9.1.1
|
||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
|
|
||||||
wyatt_architecture:
|
wyatt_architecture:
|
||||||
|
@ -10,11 +10,11 @@ environment:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
go_router: ^12.1.1
|
go_router: ^15.1.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test: { sdk: flutter }
|
flutter_test: { sdk: flutter }
|
||||||
dart_code_linter: ^1.1.1
|
dart_code_linter: ^2.0.0
|
||||||
wyatt_analysis:
|
wyatt_analysis:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^2.6.1
|
version: ^2.6.1
|
||||||
|
@ -12,12 +12,12 @@ dependencies:
|
|||||||
collection: ^1.17.0
|
collection: ^1.17.0
|
||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
flutter_bloc: ^8.1.2
|
flutter_bloc: ^9.1.1
|
||||||
flutter_localizations: { sdk: flutter }
|
flutter_localizations: { sdk: flutter }
|
||||||
http: ^0.13.5
|
http: ^0.13.5
|
||||||
intl: ^0.18.0
|
intl: ^0.19.0
|
||||||
path: ^1.8.0
|
path: ^1.8.0
|
||||||
petitparser: ^5.1.0
|
petitparser: ^6.1.0
|
||||||
wyatt_architecture:
|
wyatt_architecture:
|
||||||
hosted:
|
hosted:
|
||||||
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
|
@ -10,7 +10,7 @@ environment:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
copy_with_extension: ^5.0.0
|
copy_with_extension: ^6.0.1
|
||||||
wyatt_component_copy_with_extension:
|
wyatt_component_copy_with_extension:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^2.0.1
|
version: ^2.0.1
|
||||||
@ -22,7 +22,7 @@ dev_dependencies:
|
|||||||
version: ^2.5.0
|
version: ^2.5.0
|
||||||
|
|
||||||
build_runner: ^2.3.3
|
build_runner: ^2.3.3
|
||||||
copy_with_extension_gen: ^5.0.0
|
copy_with_extension_gen: ^6.0.1
|
||||||
wyatt_component_copy_with_gen:
|
wyatt_component_copy_with_gen:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
version: ^2.0.1
|
version: ^2.0.1
|
||||||
|
@ -13,10 +13,10 @@ dependencies:
|
|||||||
wyatt_ui_kit:
|
wyatt_ui_kit:
|
||||||
path: "../"
|
path: "../"
|
||||||
|
|
||||||
flutter_bloc: ^8.1.2
|
flutter_bloc: ^9.1.1
|
||||||
flutter_localizations: { sdk: flutter }
|
flutter_localizations: { sdk: flutter }
|
||||||
gap: ^3.0.1
|
gap: ^3.0.1
|
||||||
google_fonts: ^5.1.0
|
google_fonts: ^6.2.1
|
||||||
|
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
@ -13,7 +13,7 @@ dependencies:
|
|||||||
equatable: ^2.0.5
|
equatable: ^2.0.5
|
||||||
flutter: { sdk: flutter }
|
flutter: { sdk: flutter }
|
||||||
flutter_animate: ^4.2.0+1
|
flutter_animate: ^4.2.0+1
|
||||||
flutter_bloc: ^8.1.2
|
flutter_bloc: ^9.1.1
|
||||||
gap: ^3.0.1
|
gap: ^3.0.1
|
||||||
meta: ^1.8.0
|
meta: ^1.8.0
|
||||||
wyatt_bloc_helper:
|
wyatt_bloc_helper:
|
||||||
|
@ -32,7 +32,7 @@ dependencies:
|
|||||||
wyatt_ui_layout:
|
wyatt_ui_layout:
|
||||||
path: "../"
|
path: "../"
|
||||||
|
|
||||||
go_router: ^10.1.0
|
go_router: ^15.1.2
|
||||||
|
|
||||||
wyatt_ui_components:
|
wyatt_ui_components:
|
||||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||||
|
@ -4,4 +4,4 @@ environment:
|
|||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
melos: ^5.2.2
|
melos: ^6.3.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user