fluttercommunity / fluttercommunity/flutter_launcher_icons
[BUG] Doesn't work with the flavors on the very_good create app template
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 426
- PR merge metrics
- No merged PRs in 30d
Description
### :information_source: Info
Version: `0.12.0`
### :speech_balloon: Description
I am trying to set up some app icons, but I don’t see the right icons. We started from a `very_good create` app template, and then added some icons with `flutter_launcher_icons`, but the default icons from the `very_good` app template were not replaced by the ones generated by `flutter_launcher_icons`. How can we fix this? Here is a minimal prototype that reproduces the bug, and a but ticket that describes it, including all the technical details: https://github.com/artpluscodeinc/proto_very_good_flavor_icons/issues/1
### :scroll: Pubspec.yaml
```
name: proto_very_good_flavor_icons
description: Prototype that allows to create custom application icons according to the flavor.
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=2.19.0 <3.0.0"
dependencies:
bloc: ^8.1.1
flutter:
sdk: flutter
flutter_bloc: ^8.1.2
flutter_localizations:
sdk: flutter
intl: ^0.17.0
dev_dependencies:
bloc_test: ^9.1.1
flutter_launcher_icons: ^0.12.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
very_good_analysis: ^4.0.0
flutter:
uses-material-design: true
generate: true
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no repository file or test; begin with the linked minimal prototype and its pubspec.yaml, then compare its very_good create app flavor setup with the icons generated by flutter_launcher_icons. Done means the configured custom icons replace the template defaults for the relevant flavors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100