native_ads_flutter 1.0.3 copy "native_ads_flutter: ^1.0.3" to clipboard
native_ads_flutter: ^1.0.3 copied to clipboard

outdated

with null safety native ads

TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.

Author #

todo: Pragnesh

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Getting started #

TODO: Add this to your package's pubspec.yaml file:

dependencies:
    native_ads_flutter: "<LATEST_VERSION>"

TODO: Install it - You can install packages from the command line:

flutter pub get

Android Specific Setup #

Update your AndroidManifest.xml app ads id #

Android: ca-app-pub-3940256099942544~3347511713
iOS: ca-app-pub-3940256099942544~1458002511
<manifest>
  <application>
    <meta-data
        android:name="com.google.android.gms.ads.APPLICATION_ID"
        android:value="ca-app-pub-3940256099942544~3347511713"/>
    </application>
</manifest>

iOS Specific Setup #

TODO: Update your Info.plist per Firebase instructions.

<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string>
<key>io.flutter.embedded_views_preview</key>
<true/>

TODO: Include short and useful examples for package users. Add longer examples to /example folder.


const like = 'sample';

Get started #

To get started with Native Ads for Flutter, read the documentation

✔️ Native Ads Android
✔️ Native Ads IOS
✔️ Native Ads Banner
✔️ Native Ads Full\

Supported platforms #

AdMOB only supports ads on mobile. Web and desktop are out of reach

✔️ Android
✔️ iOS (Huge thanks to @clemortel)

Issues and feedback #

Please file issues, bugs, or feature requests in our issue tracker.

To contribute a change to this plugin open a pull request.

23
likes
0
pub points
81%
popularity

Publisher

unverified uploader

with null safety native ads

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on native_ads_flutter