Externalized API and models as own package

This commit is contained in:
Anton Stubenbord
2022-12-02 01:48:13 +01:00
parent 60d1a2e62a
commit ec7707e4a4
143 changed files with 1496 additions and 1339 deletions

View File

@@ -373,7 +373,7 @@ packages:
name: equatable
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.3"
version: "2.0.5"
extension:
dependency: transitive
description:
@@ -657,7 +657,7 @@ packages:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.4"
version: "0.13.5"
http_interceptor:
dependency: "direct main"
description:
@@ -753,7 +753,7 @@ packages:
name: json_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "4.5.0"
version: "4.7.0"
lints:
dependency: transitive
description:
@@ -922,6 +922,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
paperless_api:
dependency: "direct main"
description:
path: "packages/paperless_api"
relative: true
source: path
version: "1.0.0+1"
path:
dependency: transitive
description:
@@ -1544,5 +1551,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.18.0 <3.0.0"
dart: ">=2.18.5 <3.0.0"
flutter: ">=3.0.0"