mo-ah-dawood / fcm_config

10 stars 12 forks source link

I upgrade to version 3.2.2 and I have an issue #23

Closed youssufhebish closed 2 years ago

youssufhebish commented 2 years ago

I have this issue

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(INVALID_ICON, The resource could not be found. Please make sure it has been added as a drawable resource to your Android head project., null, null)

I tried to change the icon meta data like :

making the the ic_launcher in this destination "android/app/src/main/res/drawable" but it doesn't work too

image

mo-ah-dawood commented 2 years ago

did you have an icon in drawable called ic_launcher if not so this the error

If you want to use app icon dont pass icon property we will use @mipmap/ic_launcher as default

youssufhebish commented 2 years ago

I created a new project, didn't change the icon I didn't add icon propery or this meta line in the mainfaist

mo-ah-dawood commented 2 years ago

3.3.3

mo-ah-dawood commented 2 years ago

Thanks