File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.3.0
2+
3+ * Add fields Icon and more.
4+
15## 0.2.1
26
37* Update iOS pod repo.
Original file line number Diff line number Diff line change @@ -110,6 +110,11 @@ Mapping by view id
110110|MediaView|flutter_native_ad_media|
111111|Call To Action|flutter_native_ad_call_to_action|
112112|Attribution|flutter_native_ad_attribution|
113+ |Icon|flutter_naitve_ad_icon|
114+ |Star rating|flutter_naitve_ad_star|
115+ |Store|flutter_naitve_ad_store|
116+ |Price|flutter_naitve_ad_price|
117+ |Advertiser|flutter_naitve_ad_advertiser|
113118
114119### iOS
115120Mapping by Outlet
@@ -187,12 +192,16 @@ class MyApp extends StatelessWidget {
187192```
188193
189194## Supported native ads fields
190- - Headline
191- - Body
192- - Media
193- - Call To Action
194- - Ad Attribution
195-
195+ - Headline(Required)
196+ - Body(Required)
197+ - Media(Required)
198+ - Call To Action(Required)
199+ - Ad Attribution(Required)
200+ - Icon
201+ - Star rating
202+ - Store
203+ - Price
204+ - Advertiser
196205
197206## Event callback
198207Receive callbacks for some events by passing to the NativeAdView constructor
@@ -208,5 +217,4 @@ Receive callbacks for some events by passing to the NativeAdView constructor
208217This is just an initial version of the plugin. There are still some
209218limitations:
210219
211- - No support [ some native ads fields] ( https://support.google.com/admob/answer/6240809 ) .
212220- No support [ Mediation Ads] ( https://developers.google.com/admob/android/mediate ) .
Original file line number Diff line number Diff line change 2929 - nanopb/encode (= 0.3.9011)
3030 - nanopb/decode (0.3.9011)
3131 - nanopb/encode (0.3.9011)
32- - native_ads (0.2.1 ):
32+ - native_ads (0.3.0 ):
3333 - Flutter
3434 - Google-Mobile-Ads-SDK
3535
@@ -56,7 +56,7 @@ SPEC CHECKSUMS:
5656 GoogleAppMeasurement: 037f46d1d8ae8b312720f1042585ab961a1289e3
5757 GoogleUtilities: f895fde57977df4e0233edda0dbeac490e3703b6
5858 nanopb: 18003b5e52dab79db540fe93fe9579f399bd1ccd
59- native_ads: 8962a1e3c92cfdde302aa3515b6dd995643fbc8b
59+ native_ads: 74a76d2873b0de09d7e7b8aad0057aaad9e5f18b
6060
6161PODFILE CHECKSUM: b6a0a141693093b304368d08511b46cf3d1d0ac5
6262
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<document type =" com.apple.InterfaceBuilder3.CocoaTouch.XIB" version =" 3.0" toolsVersion =" 15505" targetRuntime =" iOS.CocoaTouch" propertyAccessControl =" none" useAutolayout =" YES" colorMatched =" YES" >
3- <device id =" retina5_5" orientation =" portrait" appearance =" dark " />
3+ <device id =" retina5_5" orientation =" portrait" appearance =" light " />
44 <dependencies >
55 <deployment version =" 4352" identifier =" iOS" />
66 <plugIn identifier =" com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version =" 15509" />
3636 <constraint firstAttribute =" height" constant =" 36" id =" fRm-g5-hxl" />
3737 </constraints >
3838 <fontDescription key =" fontDescription" type =" boldSystem" pointSize =" 17" />
39+ <color key =" textColor" white =" 1" alpha =" 1" colorSpace =" custom" customColorSpace =" genericGamma22GrayColorSpace" />
3940 <nil key =" highlightedColor" />
4041 <userDefinedRuntimeAttributes >
4142 <userDefinedRuntimeAttribute type =" number" keyPath =" layer.cornerRadius" >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ packages:
6666 path: ".."
6767 relative: true
6868 source: path
69- version: "0.2.1 "
69+ version: "0.3.0 "
7070 path:
7171 dependency: transitive
7272 description:
Original file line number Diff line number Diff line change 11name : native_ads_example
22description : Demonstrates how to use the native_ads plugin.
33publish_to : ' none'
4- version : 0.2.1
4+ version : 0.3.0
55
66environment :
77 sdk : " >=2.1.0 <3.0.0"
Original file line number Diff line number Diff line change 33#
44Pod ::Spec . new do |s |
55 s . name = 'native_ads'
6- s . version = '0.2.1 '
6+ s . version = '0.3.0 '
77 s . swift_version = '5.0'
88 s . summary = 'Flutter native ads with PlatformView'
99 s . description = <<-DESC
Original file line number Diff line number Diff line change 11name : native_ads
22description : Flutter plugin for AdMob Native Ads. Compatible with Android and iOS using PlatformView.
3- version : 0.2.1
3+ version : 0.3.0
44author :
sakebook <[email protected] > 55homepage : https://github.com/sakebook/flutter_native_ads
66
You can’t perform that action at this time.
0 commit comments