2023-02-23 15:49:17 +01:00
|
|
|
name: np_common
|
|
|
|
description: A new Flutter package project.
|
|
|
|
version: 0.0.1
|
|
|
|
homepage:
|
|
|
|
publish_to: none
|
|
|
|
|
|
|
|
environment:
|
2024-10-20 16:42:14 +02:00
|
|
|
sdk: ">=3.3.0 <4.0.0"
|
2023-02-23 15:49:17 +01:00
|
|
|
|
|
|
|
dependencies:
|
2023-08-24 17:31:52 +02:00
|
|
|
to_string:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nkming2/dart-to-string
|
|
|
|
ref: to_string-1.0.0
|
|
|
|
path: to_string
|
2023-02-23 15:49:17 +01:00
|
|
|
|
|
|
|
dev_dependencies:
|
2024-05-21 18:10:57 +02:00
|
|
|
analyzer: ^6.2.0
|
|
|
|
build_runner: ^2.4.9
|
|
|
|
build_runner_core: ">=7.2.9"
|
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
|
2023-08-24 17:31:52 +02:00
|
|
|
to_string_build:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nkming2/dart-to-string
|
|
|
|
ref: to_string_build-1.0.0
|
|
|
|
path: to_string_build
|