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.
92 lines
2.3 KiB
92 lines
2.3 KiB
name: app |
|
version: 1.0.0 |
|
publish_to: 'none' |
|
|
|
environment: |
|
sdk: '>=3.1.0 <4.0.0' |
|
flutter: '>=3.13.0' |
|
|
|
dependencies: |
|
flutter: |
|
sdk: flutter |
|
flutter_secure_storage: ^8.0.0 |
|
flutter_secure_storage_aurora: |
|
git: |
|
url: https://gitlab.com/omprussia/flutter/flutter-plugins.git |
|
ref: flutter_secure_storage_aurora-0.0.1 |
|
path: packages/flutter_secure_storage/flutter_secure_storage_aurora |
|
file_picker: ^6.0.0 |
|
file_picker_aurora: |
|
git: |
|
url: https://gitlab.com/hooky-mars/flutter-plugins.git |
|
ref: file_picker_aurora |
|
path: packages/file_picker/file_picker_aurora |
|
camera: ^0.10.5+5 |
|
camera_aurora: |
|
git: |
|
url: https://gitlab.com/omprussia/flutter/flutter-plugins.git |
|
ref: camera_aurora-0.0.1 |
|
path: packages/camera/camera_aurora |
|
camera_linux: ^0.0.8 |
|
|
|
sqflite: ^2.3.0 |
|
sqflite_aurora: |
|
git: |
|
url: https://gitlab.com/omprussia/flutter/flutter-plugins.git |
|
ref: master |
|
path: packages/sqflite/sqflite_aurora |
|
path_provider: ^2.1.1 |
|
path_provider_aurora: |
|
git: |
|
url: https://gitlab.com/omprussia/flutter/flutter-plugins.git |
|
ref: path_provider_aurora-0.0.1 |
|
path: packages/path_provider/path_provider_aurora |
|
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: ^2.1.2 |
|
|
|
vector_graphics_compiler: any |
|
|
|
flutter: |
|
uses-material-design: true |
|
assets: |
|
- assets/
|
|
|