Tomasz Szarek

Results 9 comments of Tomasz Szarek

@deadstar2011 Try also setting `esModule: false` in config. https://github.com/JetBrains/svg-sprite-loader#es-module

It will make development a lot easier.

I got this issue after migrating from version 8 to version 16

Seems like default icon from AndroidInitializationSettings is not working anymore: ` var initializationSettingsAndroid = AndroidInitializationSettings('drawable/ic_action_play_arrow'); var initializationSettingsIOS = DarwinInitializationSettings(); var initializationSettings = InitializationSettings( android: initializationSettingsAndroid, iOS: initializationSettingsIOS ); await _flutterLocalNotificationsPlugin.initialize(initializationSettings,...

I have used in both places the same icon. AndroidInitializationSettings('drawable/ic_action_play_arrow') So it looks like it ignored AndroidInitializationSettings

> @georgesamirmansour this isn't an Android 13 issue and would indicate your icon can't be located. This is indicative of the icon not being specified properly > > @Mighty683 I...

> @Mighty683 a couple of questions > > 1. Is this with your own app that you tested on the Android emulator and Samsung to see the differences in behaviour?...

> Thanks for reporting this! After some investigation, it actually looks like the syntax is only _partially_ supported by Vue Router. The async component will load and be used, but...

Issue is probably only related with `v3` compressed API usage