nc-photos/np_api/pubspec.yaml

44 lines
805 B
YAML
Raw Normal View History

name: np_api
description: A new Flutter package project.
version: 0.0.1
homepage:
publish_to: none
environment:
sdk: '>=2.18.0 <3.0.0'
flutter: ">=3.3.0"
dependencies:
2023-05-25 19:26:42 +02:00
equatable: ^2.0.5
flutter:
sdk: flutter
2023-05-25 19:26:42 +02:00
http: ^0.13.5
2023-05-26 13:39:20 +02:00
logging: any
np_codegen:
path: ../codegen
np_common:
path: ../np_common
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
xml: ^6.1.0
dev_dependencies:
2023-05-25 19:26:42 +02:00
build_runner: ^2.2.1
np_codegen_build:
path: ../codegen_build
2023-08-15 18:42:51 +02:00
np_lints:
path: ../np_lints
test: any
to_string_build:
git:
url: https://gitlab.com/nkming2/dart-to-string
ref: to_string_build-1.0.0
path: to_string_build