2022-12-22 15:07:29 +01:00
|
|
|
name: np_codegen_build
|
|
|
|
description: A starting point for Dart libraries or applications.
|
|
|
|
version: 1.0.0
|
|
|
|
# homepage: https://www.example.com
|
|
|
|
publish_to: none
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=2.17.0 <3.0.0'
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
analyzer: '>=4.0.0'
|
|
|
|
build: ^2.3.1
|
|
|
|
np_codegen:
|
|
|
|
path: ../codegen
|
|
|
|
source_gen: ^1.2.6
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
build_test: ^2.1.5
|
2023-08-15 18:42:51 +02:00
|
|
|
np_lints:
|
|
|
|
path: ../np_lints
|
2023-07-16 12:01:09 +02:00
|
|
|
path: any
|
2023-05-26 13:39:20 +02:00
|
|
|
test: any
|
2022-12-22 15:07:29 +01:00
|
|
|
code_gen_tester:
|
|
|
|
git:
|
|
|
|
url: https://github.com/rrousselGit/functional_widget
|
|
|
|
ref: v0.10.0
|
|
|
|
path: packages/code_gen_tester
|