You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
758 B
39 lines
758 B
name: neon_notifications |
|
version: 1.0.0 |
|
publish_to: 'none' |
|
|
|
environment: |
|
sdk: '>=3.1.0 <4.0.0' |
|
flutter: '>=3.13.0' |
|
|
|
dependencies: |
|
flutter: |
|
sdk: flutter |
|
flutter_localizations: |
|
sdk: flutter |
|
flutter_material_design_icons: ^1.0.0 |
|
go_router: ^11.0.0 |
|
intl: ^0.18.0 |
|
neon: |
|
git: |
|
url: https://github.com/nextcloud/neon |
|
path: packages/neon/neon |
|
nextcloud: |
|
git: |
|
url: https://github.com/nextcloud/neon |
|
path: packages/nextcloud |
|
rxdart: ^0.27.0 |
|
|
|
dev_dependencies: |
|
build_runner: ^2.4.6 |
|
go_router_builder: ^2.3.3 |
|
neon_lints: |
|
git: |
|
url: https://github.com/nextcloud/neon |
|
path: packages/neon_lints |
|
vector_graphics_compiler: ^1.1.7 |
|
|
|
flutter: |
|
uses-material-design: true |
|
assets: |
|
- assets/
|
|
|