ads 0.4.2 ads: ^0.4.2 copied to clipboard
Easily add Ads to your App with one static function call with an array of options.
0.4.2 #
May 22, 2019
- Provided setters for adUnitId
- Clear memory variables before setting ad
- Show Video after RewardedVideoAdEvent.loaded
0.4.1 #
May 21, 2019
- if (adUnitId.isNotEmpty) _bannerUnitId = adUnitId.trim();
0.4.0 #
May 21, 2019
- A distinction now between App id and Unit id
- Each type of ad has been designated their own unit id.
0.3.0 #
April 02, 2019
- Upgraded to firebase_admob: ^0.8.0 making this AndroidX compatible.
- Note Those not wishing to use AndroidX support files must remain with 0.2.0.
0.2.0 #
March 24, 2019.
- The named parameters, anchorOffset and anchorType, are supplied to the functions, showBannerAd() and showFullScreenAd()
- Breaking Change As a consequence the named parameter, state, is now used in all the show() functions.
0.1.5+3 #
March 15, 2019.
- Supplied a secure image for the YouTube Video onto README.md.
0.1.5+2 #
March 15, 2019.
- Append YouTube Video onto README.md.
0.1.5+1 #
March 15, 2019.
- Updated README.md.
0.1.5 #
March 15, 2019.
- Provided API Documentation.
0.1.4 #
March 14, 2019.
- Supplied a Homepage in pubspec.yaml
0.1.3 #
March 14, 2019.
- Lengthened pubspec description.
- Delete erroneous files
- Delete folders, _windows & codestyles
0.1.2 #
March 14, 2019.
- Corrected image in README.md
- Format files
0.1.1 #
March 14, 2019.
- Corrected images in README.md
0.1.0 #
March 14, 2019.
- Initial Release
- Remove deprecated fields: birthday, gender, designedForFamilies
0.1.0 #
December 11, 2018.
- if (contentUrl == null || contentUrl.isEmpty) if(devices == null)
0.0.2 #
December 03, 2018.
- sdk: ">=2.0.0 <5.0.0"
0.0.1 #
May 29, 2018.
- Initial Development Release