Mark O'Sullivan

Results 69 comments of Mark O'Sullivan

> Hi @MarkOSullivan94, @bradintheusa > > I am thinking about restructuring flutter_icons_config.yaml format > > current config > > ```yaml > flutter_icons: > image_path: "assets/images/icon-128x128.png" > image_path_android: "assets/images/icon-710x599-android.png" > image_path_ios:...

@erperejildo could you fork the repo and change the default example's `flutter_icons` configuration so it matches your project's and add the icon to the assets? I'll clone your fork and...

Hi @Zazo032 in the current version you need to specify the config file to use when using flavors E.g. `flutter pub run flutter_launcher_icons:main -f flutter_launcher_icons-development.yaml`

@Recker4244 format your post this is very hard to read

Vector drawable file as in `.xml`? Unfortunately vector support isn't in the package right now although there has been movement towards supporting svg's: https://github.com/fluttercommunity/flutter_launcher_icons/issues/20

Definitely will change it from `flutter_icons` to `flutter_launcher_icons` in the future. There's a few resources which has featured Flutter Launcher Icons showing `flutter_icons` to be used in the pubspec.yaml, so...

To make sure I've understood what you're looking for @shinriyo, are you looking for a way to show other icon options in-app which the user could switch to so they...

Currently no support for icons within the notification bar. Although I'll keep the issue open in case someone wants to add support for it.

Hi thanks for reporting this. I'll need more information. Could you provide steps on how to replicate this issue?

Might have been due to the year / name not being put in, I've updated it in the master branch for now and should hopefully no longer cause any issues...