flutter_native_admob 2.1.0+3 flutter_native_admob: ^2.1.0+3 copied to clipboard
Plugin to integrate Firebase Native Admob to Flutter application. Both iOS and Android supported
0.0.1 #
- Support for Android only
1.0.0 #
- Support for both Android and iOS
1.0.1 #
- Remove BannerStyle
- Add BannerOptions to allow styling better
2.0.0 #
Major updates
- Change widget to
NativeAdmob
- Add new
NativeAdmobOptions
for native styling - Add
NativeAdmobController
for fully control the widget
2.0.0+2 #
Fix iOS and Android layout and some elements that is not applied for the style
2.0.0+3 #
Allow to dispose admob controller for better memory
2.1.0 #
- Allow to show/hide in
NativeTextStyle
- Add
NativeAdmobType
that allows to change the ad layout
2.1.0+1 #
Add setTestDeviceIds() to NativeAdmobController
2.1.0+2 #
Add setNonPersonalizedAds() to NativeAdmobController
2.1.0+3 #
Allow to set number of ads when calling loadAds on NativeAdmobController