A framework for building convergent cross-platform Nextcloud clients using Flutter.
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.
|
|
|
name: neon_dashboard
|
|
|
|
version: 1.0.0
|
|
|
|
publish_to: 'none'
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=3.1.0 <4.0.0'
|
|
|
|
flutter: '>=3.13.0'
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
collection: ^1.0.0
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_localizations:
|
|
|
|
sdk: flutter
|
|
|
|
go_router: ^12.0.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
|
|
|
|
built_collection: ^5.1.1
|
|
|
|
flutter_cache_manager: ^3.3.1
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
go_router_builder: ^2.3.4
|
|
|
|
mocktail: ^1.0.1
|
|
|
|
neon_lints:
|
|
|
|
git:
|
|
|
|
url: https://github.com/nextcloud/neon
|
|
|
|
path: packages/neon_lints
|
|
|
|
test: ^1.24.9
|
|
|
|
vector_graphics_compiler: ^1.1.9
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
|
|
- assets/
|