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.
59 lines
1.2 KiB
59 lines
1.2 KiB
name: app |
|
version: 1.0.0 |
|
publish_to: 'none' |
|
|
|
environment: |
|
sdk: '>=3.2.0 <4.0.0' |
|
flutter: '>=3.16.0' |
|
|
|
dependencies: |
|
flutter: |
|
sdk: flutter |
|
neon: |
|
git: |
|
url: https://github.com/nextcloud/neon |
|
path: packages/neon/neon |
|
neon_dashboard: |
|
git: |
|
url: https://github.com/nextcloud/neon |
|
path: packages/neon/neon_dashboard |
|
neon_files: |
|
git: |
|
url: https://github.com/nextcloud/neon |
|
path: packages/neon/neon_files |
|
neon_news: |
|
git: |
|
url: https://github.com/nextcloud/neon |
|
path: packages/neon/neon_news |
|
neon_notes: |
|
git: |
|
url: https://github.com/nextcloud/neon |
|
path: packages/neon/neon_notes |
|
neon_notifications: |
|
git: |
|
url: https://github.com/nextcloud/neon |
|
path: packages/neon/neon_notifications |
|
universal_io: any |
|
vector_graphics: any |
|
|
|
dev_dependencies: |
|
flutter_material_design_icons: any |
|
flutter_test: |
|
sdk: flutter |
|
integration_test: |
|
sdk: flutter |
|
neon_lints: |
|
git: |
|
url: https://github.com/nextcloud/neon |
|
path: packages/neon_lints |
|
nextcloud: |
|
git: |
|
url: https://github.com/nextcloud/neon |
|
path: packages/nextcloud |
|
shared_preferences: any |
|
vector_graphics_compiler: any |
|
|
|
flutter: |
|
uses-material-design: true |
|
assets: |
|
- assets/
|
|
|