flutter_launcher_icons icon indicating copy to clipboard operation
flutter_launcher_icons copied to clipboard

Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for...

Results 241 flutter_launcher_icons issues
Sort by recently updated
recently updated
newest added

### :information_source: Info Version: `0.13.1` Flutter: `3.10.5` ### :speech_balloon: Description I've set up my project according to the documentation with flavors. Then I run `dart run flutter_launcher_icon` and afterwards I...

**Changes** - Changed the `README.md` file **Fixes** - Fixed the config name to be correct

### :information_source: Info flutter_launcher_icons: ^0.12.0 ### :speech_balloon: Description Android 12 miui 13 image not fill lcon the icon has white space all around it ### :scroll: Pubspec.yaml dev_dependencies: flutter_test: sdk:...

### :information_source: Info Version: `v0.13.1` ### :speech_balloon: Description 7 unnecessary icons being generated for iOS. ### :scroll: Pubspec.yaml ``` flutter_icons: ios: true android: true image_path: 'assets/launcher/icon.png' min_sdk_android: 19 adaptive_icon_background: '#fff'...

## Fixes - Analyzer uses deprecated options - Missing required trailing commas ## New - Strictly mention data types

### :speech_balloon: Description On my Android phone, I have a number of apps that have cool icons with transparent backgrounds (such as Paint, Notepad, Music, Camera...). I have been trying...

improvement

### :information_source: Info Version: `v0.12.0` ### :speech_balloon: Description I upgraded to 0.12.0, but it broke all my icons suddenly, because remove_alpha_ios option in pubspec.yaml gets ignored now. It worked before...

Unhandled exception: ✗ ERROR: NoConfigFoundException No configuration found in flutter_launcher_icons.yaml or in pubspec.yaml. In case file exists in different directory use --file option #0 createIconsFromArguments (package:flutter_launcher_icons/main.dart:82:7) #1 main (file:///Users/kevinhhliu/.pub-cache/hosted/pub.flutter-io.cn/flutter_launcher_icons-0.11.0/bin/flutter_launcher_icons.dart:7:26) #2...

### Changes - Replaced **ALL** occurrences of `flutter pub run` to `dart run` - Formatted all non-code files (`.md`, `.yaml`, etc.) using their language specific style - Capitalized starting alphabets...