2023-02-23 15:49:17 +01:00
|
|
|
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
|
2023-02-23 15:49:17 +01:00
|
|
|
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
|
2023-02-23 15:49:17 +01:00
|
|
|
np_codegen:
|
|
|
|
path: ../codegen
|
|
|
|
np_common:
|
|
|
|
path: ../np_common
|
|
|
|
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
|
2023-02-23 15:49:17 +01:00
|
|
|
np_codegen_build:
|
|
|
|
path: ../codegen_build
|
2023-08-15 18:42:51 +02:00
|
|
|
np_lints:
|
|
|
|
path: ../np_lints
|
2023-02-23 15:49:17 +01:00
|
|
|
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
|