25 lines
411 B
YAML
25 lines
411 B
YAML
name: prod
|
|
description: "Simple Dashboard to bookmark projects with custom editors."
|
|
publish_to: "none"
|
|
|
|
version: 0.0.1
|
|
|
|
environment:
|
|
sdk: ^3.10.8
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
process_run: ^1.3.0
|
|
yaru: ^9.0.1
|
|
path: ^1.9.1
|
|
provider: ^6.1.5+1
|
|
shared_preferences: ^2.5.4
|
|
json_annotation: ^4.10.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
uses-material-design: true |