bdlukaa / native_admob_flutter

Easy-to-make native ads in flutter using AdMOB SDK.
https://pub.dev/packages/native_admob_flutter
BSD 3-Clause "New" or "Revised" License
81 stars 57 forks source link

Functionality for getting NativeAd details (headline, body, images, ...) from its NativeAdController in Android #50

Closed ramtinq closed 3 years ago

ramtinq commented 3 years ago

created methods

NativeAdController.getHeadline()
NativeAdController.getBody()
NativeAdController.getPrice()
NativeAdController.getStore()
NativeAdController.getCallToAction()
NativeAdController.getAdvertiser()
NativeAdController.getIconUri()
NativeAdController.getImagesUri()
NativeAdController.getFirstImageUri()

currently just for Android. Soon will implement the iOS side. Wish it'd be a small contribution :)

ramtinq commented 3 years ago

I did the changes you suggested and now it works both in Android & iOS.

bdlukaa commented 3 years ago

I'll review asap