plasmoid/pubspec.yaml
2026-06-19 14:05:55 +03:00

39 lines
No EOL
823 B
YAML

name: plasmoid
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.1+2
environment:
sdk: ^3.6.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.9
device_apps: ^2.2.0
shared_preferences: ^2.5.5
flutter_svg: ^2.3.0
google_fonts: ^8.1.0
flutter_launcher_icons: ^0.14.4
flutter_code_editor: ^0.3.5
provider: ^6.1.5+1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true
assets:
- assets/
- google_fonts/
flutter_launcher_icons:
android: true
image_path: "assets/plasmoid_icon.png"
adaptive_icon_background: "assets/plasmoid_bg.png"
adaptive_icon_foreground: "assets/plasmoid_fg.png"
adaptive_icon_monochrome: "assets/plasmoid_mono.png"