mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 14:07:59 -06:00
chore: Update versions, add freezed files to gitignore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user