2025-02-24 12:57:02 +02:00
|
|
|
name: plasmoid
|
|
|
|
|
description: "A new Flutter project."
|
|
|
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
|
|
|
|
|
|
version: 1.0.0+1
|
|
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
sdk: ^3.6.0
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
flutter:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
cupertino_icons: ^1.0.8
|
|
|
|
|
device_apps: ^2.2.0
|
|
|
|
|
shared_preferences: ^2.5.2
|
|
|
|
|
flutter_svg: ^2.0.17
|
|
|
|
|
google_fonts: ^6.2.1
|
2025-02-24 15:16:26 +02:00
|
|
|
flutter_launcher_icons: ^0.14.3
|
2025-02-24 12:57:02 +02:00
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
|
|
flutter_lints: ^5.0.0
|
|
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
|
uses-material-design: true
|
|
|
|
|
assets:
|
|
|
|
|
- assets/
|
2025-02-24 15:16:26 +02:00
|
|
|
- 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"
|