duyduong / flutter_native_admob

Plugin to integrate native firebase admob to Flutter application
MIT License
62 stars 85 forks source link

Blur effect buggy on iOS #55

Open ghost opened 4 years ago

ghost commented 4 years ago

The plugin us pretty good but the blur effect doesnt work on iOS, working on Android as expected though BackdropFilter -> ImageFilter.blur()

ProfHercules commented 4 years ago

I've experienced this same issue. When using the NativeAdmob widget, anywhere a BackdropFilter is used with ImageFilter.blur() the blur effect is rendered overtop the child. No sure if this is a bug with this plugin or Flutter itself.