chore: Update versions, add freezed files to gitignore

This commit is contained in:
Anton Stubenbord
2023-05-12 10:37:47 +02:00
parent 314fc51e5c
commit e7b095e690
5 changed files with 19 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ version: 1.0.0+1
publish_to: "none" # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=2.18.5 <3.0.0"
sdk: ">=3.0.0 <4.0.0"
flutter: ">=1.17.0"
dependencies:
@@ -15,7 +15,7 @@ dependencies:
sdk: flutter
equatable: ^2.0.5
http: ^0.13.5
json_annotation: ^4.7.0
json_annotation: ^4.8.1
intl: any #^0.18.0
dio: ^5.0.0
collection: ^1.17.0
@@ -28,8 +28,8 @@ dev_dependencies:
sdk: flutter
flutter_lints: ^2.0.0
json_serializable: ^6.5.4
build_runner: ^2.3.2
freezed: ^2.3.2
build_runner: ^2.4.2
freezed: ^2.3.3
hive_generator: ^2.0.0
# For information on the generic Dart part of this file, see the