mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
10 lines
205 B
YAML
10 lines
205 B
YAML
name: np_codegen
|
|
description: A starting point for Dart libraries or applications.
|
|
version: 1.0.0
|
|
# homepage: https://www.example.com
|
|
|
|
environment:
|
|
sdk: '>=2.17.0 <3.0.0'
|
|
|
|
dev_dependencies:
|
|
lints: any
|