mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
3537981be1
This reverts commit 409ef71364
.
18 lines
296 B
YAML
18 lines
296 B
YAML
name: np_ui
|
|
description: Generic UI widgets and theming support package
|
|
version: 0.0.1
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=3.4.0 <4.0.0"
|
|
flutter: ">=3.22.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
np_common:
|
|
path: ../np_common
|
|
|
|
dev_dependencies:
|
|
np_lints:
|
|
path: ../np_lints
|