|
|
|
name: app
|
|
|
|
version: 1.0.0
|
|
|
|
publish_to: 'none'
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=3.1.0 <4.0.0'
|
|
|
|
flutter: '>=3.13.3'
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_svg: ^2.0.7
|
|
|
|
neon:
|
|
|
|
git:
|
|
|
|
url: https://github.com/nextcloud/neon
|
|
|
|
path: packages/neon/neon
|
|
|
|
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
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_material_design_icons: ^1.1.7296
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
integration_test:
|
|
|
|
sdk: flutter
|
chore(app,dynamite,dynamite_runtime,file_icons,neon,neon_files,neon_news,neon_notes,neon_notifications,neon_lints,nextcloud,sort_box): use custom neon_lints package
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
|
|
|
neon_lints:
|
|
|
|
git:
|
chore(app,dynamite,dynamite_runtime,file_icons,neon,neon_files,neon_news,neon_notes,neon_notifications,neon_lints,nextcloud,sort_box): use custom neon_lints package
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
|
|
|
url: https://github.com/nextcloud/neon
|
|
|
|
path: packages/neon_lints
|
|
|
|
shared_preferences: ^2.2.1
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
|
|
- assets/
|