Benjamin

Results 2 comments of Benjamin

I had to look deep into the package code before I concluded that the error was not from the package. What worked for me is to put an `await` before...

You may need to add `lib` to the path name. This was what worked for me. ``` flutter_icons: android: "launcher_icon" ios: true image_path: "lib/assets/logo.png" adaptive_icon_background: "#C77DFF" ```