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.
46 lines
989 B
46 lines
989 B
name: app |
|
version: 1.0.0 |
|
publish_to: 'none' |
|
|
|
environment: |
|
sdk: '>=3.0.0 <4.0.0' |
|
flutter: '>=3.10.0' |
|
|
|
dependencies: |
|
flutter: |
|
sdk: flutter |
|
flutter_native_splash: ^2.2.0+1 |
|
neon: |
|
path: ../neon/neon |
|
neon_files: |
|
path: ../neon/neon_files |
|
neon_news: |
|
path: ../neon/neon_news |
|
neon_notes: |
|
path: ../neon/neon_notes |
|
neon_notifications: |
|
path: ../neon/neon_notifications |
|
shared_preferences: ^2.1.0 |
|
|
|
dev_dependencies: |
|
flutter_test: |
|
sdk: flutter |
|
integration_test: |
|
sdk: flutter |
|
material_design_icons_flutter: ^6.0.7096 |
|
nit_picking: |
|
git: |
|
url: https://github.com/stack11/dart_nit_picking |
|
ref: 0b2ee0d |
|
|
|
dependency_overrides: |
|
wakelock_windows: # TODO: https://github.com/creativecreatorormaybenot/wakelock/pull/195 |
|
git: |
|
url: https://github.com/creativecreatorormaybenot/wakelock |
|
path: wakelock_windows |
|
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 |
|
|
|
flutter: |
|
uses-material-design: true |
|
assets: |
|
- assets/
|
|
|