nc-photos/np_api/pubspec.yaml

47 lines
874 B
YAML
Raw Normal View History

name: np_api
description: A new Flutter package project.
version: 0.0.1
homepage:
publish_to: none
environment:
2024-05-20 16:02:00 +02:00
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
dependencies:
2023-05-25 19:26:42 +02:00
equatable: ^2.0.5
flutter:
sdk: flutter
2024-05-21 18:10:57 +02:00
http: ^1.1.2
logging: ^1.2.0
np_codegen:
path: ../codegen
np_common:
path: ../np_common
2024-07-30 19:34:06 +02:00
np_http:
path: ../np_http
2023-08-17 18:36:51 +02:00
np_log:
path: ../np_log
2023-08-25 18:37:17 +02:00
np_string:
path: ../np_string
to_string:
git:
url: https://gitlab.com/nkming2/dart-to-string
ref: to_string-1.0.0
path: to_string
2024-05-21 18:10:57 +02:00
xml: ^6.5.0
dev_dependencies:
2024-05-21 18:10:57 +02:00
build_runner: ^2.4.9
build_runner_core: ">=7.2.9"
np_codegen_build:
path: ../codegen_build
2023-08-15 18:42:51 +02:00
np_lints:
path: ../np_lints
2024-05-21 18:10:57 +02:00
test: ^1.22.1
to_string_build:
git:
url: https://gitlab.com/nkming2/dart-to-string
ref: to_string_build-1.0.0
path: to_string_build