mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
19 lines
301 B
YAML
19 lines
301 B
YAML
name: np_async
|
|
description: A new Flutter package project.
|
|
version: 0.0.1
|
|
homepage:
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=3.4.0 <4.0.0"
|
|
flutter: ">=3.22.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
np_collection:
|
|
path: ../np_collection
|
|
|
|
dev_dependencies:
|
|
np_lints:
|
|
path: ../np_lints
|