flutter_ads_plugin 0.2.3
flutter_ads_plugin: ^0.2.3 copied to clipboard
Effortlessly integrate and manage Google Ads in your Flutter app with minimal code. Simplifies ad creation and boosts monetization potential.
0.2.3 #
- Clean
0.2.2 #
- Update:
NativeAd
Update the default constraint valueTemplateType.small
->const BoxConstraints(maxHeight: 100, maxWidth: 1000)
TemplateType.medium
->const BoxConstraints(maxHeight: 200, maxWidth: 1000)
0.2.1 #
- Update: dependencies
flutter_bloc: ^9.1.0
0.1.3 #
- Update:
FlutterAdsRewarded
0.1.2 #
- Update:
FlutterAdsInterstitial
0.1.1 #
- Update:
flutter_bloc: ^9.0.0, equatable: ^2.0.7, google_mobile_ads: ^5.3.1
0.0.15 #
- Update: Add Attribute
constraints
in NativeAd
0.0.14 #
- Update: Remove Attribute
constraints
in NativeAd, (Replace 'templateStyle' to NativeAd)
0.0.13 #
- Update: Add TemplateType to NativeAd
0.0.12 #
- Fix: (3) -> Fetching podspec for
flutter_ads_plugin
from
.symlinks/plugins/flutter_ads_plugin/ios
[!] No podspec found forflutter_ads_plugin
in.symlinks/plugins/flutter_ads_plugin/ios
0.0.11 #
- Fix: (2) -> Fetching podspec for
flutter_ads_plugin
from
.symlinks/plugins/flutter_ads_plugin/ios
[!] No podspec found forflutter_ads_plugin
in.symlinks/plugins/flutter_ads_plugin/ios
0.0.10 #
- Fix: -> Fetching podspec for
flutter_ads_plugin
from
.symlinks/plugins/flutter_ads_plugin/ios
[!] No podspec found forflutter_ads_plugin
in.symlinks/plugins/flutter_ads_plugin/ios
0.0.9 #
- Update: API Reference
0.0.8 #
- Fix some bugs
0.0.7 #
- Update: API Reference
0.0.6 #
- Update: Usage Example
0.0.5 #
- Update: Usage Example
0.0.4 #
- Update: Lazy Initialization, Limit access to functions and variables
0.0.3 #
- Update instructions
0.0.2 #
- Fix: path not found error
0.0.1 #
- Plugin release.