launcher icon handling

This commit is contained in:
2024-09-18 14:04:16 +02:00
parent b11f082803
commit 7617c5788c
38 changed files with 88 additions and 3 deletions

View File

@@ -16,6 +16,17 @@ Once you have the Flutter SDK installed, you can locally install the dependencie
flutter pub get
```
## Development
### ...
### Icons and logos
The application uses a custom launcher icon and splash screen. These are managed platform-independently using the `flutter_launcher_icons` package.
To update the icons, change the `flutter_launcher_icons.yaml` configuration file. Especially the `image_path` is relevant. Then run
```bash
dart run flutter_launcher_icons
```
## Deployment (using fastlane)
The application is deployed to the Google Play Store and the Apple App Store using fastlane: