native_admob_flutter 0.1.1
native_admob_flutter: ^0.1.1 copied to clipboard
Create native ads easily purely in dart using PlatformViews and Google's ADMOB Sdk
0.1.1 #
- Documentation improvement
0.1.0 #
- Implementation for BannerAds
- BREAKING:
- Rename
AdEvent
toNativeAdEvent
- Rename
NativeAds
toMobileAds
- Rename
- Size is only applied to the ad, not the builder
0.0.8+1 #
- Implement ad builder
0.0.8 #
- Implement MediaContent
- Fixed mute this ad info
0.0.7 #
- HIGHLIGHT: Automatic support for Hybrid Composition on android
- Removed custom mute this button from native side
- Removed web implementation
- Improved readme
- Improve view size calculation and warnings
0.0.6+4 #
- Improved documentation
0.0.6+3 #
- Update the documentation
- Created the wiki
0.0.6+2 #
- Fix custom this ad reasons
- Implemented
isCustomMuteThisAdEnabled
on controller
0.0.6+1 #
- Custom mute this ad is still avaiable but you can't use a
AdView
for it
0.0.6 #
- Implementation for NativeAdOptions
- HIGHLIGHT: adChoicesPlacement
- HIGHLIGHT: mediaAspectRatio
- HIGHLIGHT: requestCustomMuteThisAd
- returnUrlsForImageAssets
- requestMultipleImages
- videoOptions
- Implement custom mute this ad
- Performance update
0.0.5 #
- Implementation for new methods
- HIGHLIGHT: setChildDirected
- HIGHLIGHT: setTagForUnderAgeOfConsent
- HIGHLIGHT: setMaxAdContentRating
- setAppVolume
- setAppMuted
- Improved documentation
- Preparation for
Custom Mute this Ad
andNative Video Ads
0.0.4+1 #
- Portuguese translation
- Improvoved documentation
- Remove useless files
0.0.4 #
- Button text style is now customizable
- Fixed
Colors.transparent
color bug
0.0.3+1 #
- Added layout gravity
- Changed examples to support hot reload
0.0.3 #
- Remove context from builder
- Changing the layout during runtime is now supported 🥳🥳🎉
0.0.2 #
- Add Linear and Radial Gradient
0.0.1+1 #
- Fix some issues
0.0.1 #
- Initial release