launcher icon handling
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user