37 lines
576 B
YAML
37 lines
576 B
YAML
name: notube
|
|
description: NoTube
|
|
|
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 0.0.1+1
|
|
|
|
environment:
|
|
sdk: ">=2.19.4 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
english_words: ^4.0.0
|
|
provider: ^6.1.2
|
|
flutter_localization: ^0.2.0
|
|
easy_localization: ^3.0.7
|
|
get: ^4.6.6
|
|
process_run: ^0.14.2
|
|
path_provider: ^2.1.3
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- lib/translations/
|
|
- assets/executable/
|
|
flutter_intl:
|
|
enabled: true
|