appodeal / Appodeal-Flutter-Plugin

Official Flutter Plugin that adds Appodeal SDK support to your Flutter application.
https://pub.dev/packages/stack_appodeal_flutter
Apache License 2.0
18 stars 3 forks source link

Full width banner #17

Closed atelog closed 1 year ago

atelog commented 2 years ago

Steps to Reproduce

  1. Make sure smart banner are enabled Appodeal.setSmartBanners(true);
  2. Add a banner inside a container ``` AppodealBanner( adSize: AppodealBannerSize.BANNER, placement: "default" )

Expected results: Banner to fill the full width if is possible

Actual results: Baner has a fixed size

Image ![IMG_3584](https://user-images.githubusercontent.com/36562834/169718293-03623f0f-78cb-4a3c-bdce-27b4b5b8b05c.PNG)
da2gl commented 2 years ago

Hello @atelog . Thanks for the issue. We started working on changing the banner behavior for the plugin. Have a nice day.

atelog commented 2 years ago

@da2gl Also, sometimes, the banner is cut and the content is not fully visible

  image

da2gl commented 2 years ago

@atelog Hello. Right now we don't support smart banners for Ad View case. But we fixed banner clipping in the latest update.