117 lines
2.8 KiB
YAML
117 lines
2.8 KiB
YAML
name: notube
|
|
description: noTube
|
|
|
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 0.0.21
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
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
|
|
window_manager: ^0.3.9
|
|
upgrader: ^10.3.0
|
|
flutter_redux: ^0.10.0
|
|
redux: ^5.0.0
|
|
redux_thunk: ^0.4.0
|
|
flutter_bloc: ^8.1.6
|
|
equatable: ^2.0.5
|
|
json_annotation: ^4.9.0
|
|
bloc: ^8.1.4
|
|
shared_preferences: ^2.2.3
|
|
downloadsfolder: ^1.1.0
|
|
filesystem_picker: ^4.1.0
|
|
file_picker: ^8.0.6
|
|
rename: ^3.0.2
|
|
logger: ^2.3.0
|
|
package_info_plus: ^8.0.0
|
|
flutter_launcher_icons: ^0.13.1
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|
|
fonts:
|
|
- family: Poppins
|
|
fonts:
|
|
- asset: assets/fonts/Poppins-Thin.ttf
|
|
weight: 100
|
|
- asset: assets/fonts/Poppins-ExtraLight.ttf
|
|
weight: 200
|
|
- asset: assets/fonts/Poppins-Light.ttf
|
|
weight: 300
|
|
- asset: assets/fonts/Poppins-Regular.ttf
|
|
weight: 400
|
|
- asset: assets/fonts/Poppins-Medium.ttf
|
|
weight: 500
|
|
- asset: assets/fonts/Poppins-SemiBold.ttf
|
|
weight: 600
|
|
- asset: assets/fonts/Poppins-Bold.ttf
|
|
weight: 700
|
|
- asset: assets/fonts/Poppins-ExtraBold.ttf
|
|
weight: 800
|
|
- asset: assets/fonts/Poppins-Black.ttf
|
|
weight: 900
|
|
- asset: assets/fonts/Poppins-Thin.ttf
|
|
weight: 100
|
|
style: italic
|
|
- asset: assets/fonts/Poppins-ExtraLight.ttf
|
|
weight: 200
|
|
style: italic
|
|
- asset: assets/fonts/Poppins-Light.ttf
|
|
weight: 300
|
|
style: italic
|
|
- asset: assets/fonts/Poppins-Italic.ttf
|
|
weight: 400
|
|
style: italic
|
|
- asset: assets/fonts/Poppins-MediumItalic.ttf
|
|
weight: 500
|
|
style: italic
|
|
- asset: assets/fonts/Poppins-SemiBoldItalic.ttf
|
|
weight: 600
|
|
style: italic
|
|
- asset: assets/fonts/Poppins-BoldItalic.ttf
|
|
weight: 700
|
|
style: italic
|
|
- asset: assets/fonts/Poppins-ExtraBoldItalic.ttf
|
|
weight: 800
|
|
style: italic
|
|
- asset: assets/fonts/Poppins-BlackItalic.ttf
|
|
weight: 900
|
|
style: italic
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- lib/translations/
|
|
- assets/images/
|
|
- assets/executable/
|
|
flutter_intl:
|
|
enabled: true
|
|
|
|
flutter_launcher_icons:
|
|
image_path: "assets/images/favicon.png"
|
|
windows:
|
|
generate: true
|
|
image_path: "assets/images/48x48.png"
|
|
icon_size: 48
|
|
macos:
|
|
generate: true
|
|
image_path: "assets/images/48x48.png"
|
|
icon_size: 48
|
|
linux:
|
|
generate: true
|
|
image_path: "assets/images/48x48.png"
|
|
icon_size: 48
|