musicus_mobile/desktop/pubspec.yaml

23 lines
397 B
YAML
Raw Normal View History

2020-07-18 11:58:03 +02:00
name: musicus_desktop
version: 0.1.0
description: Desktop version of the classical music player and organizer.
2022-05-07 19:06:09 +02:00
publish_to: none
2020-07-18 11:58:03 +02:00
environment:
sdk: ">=2.3.0 <3.0.0"
dependencies:
2022-05-06 13:57:23 +02:00
file_picker: ^4.5.1
2020-07-18 11:58:03 +02:00
flutter:
sdk: flutter
musicus_common:
path: ../common
2022-05-06 15:14:13 +02:00
musicus_database:
path: ../database
2020-07-18 11:58:03 +02:00
path:
path_provider:
shared_preferences:
flutter:
uses-material-design: true