Monetization Packages

google_mobile_ads

Google Mobile Ads may use the Flutter plugin, which supports banner, interstitial (full-screen), rewarded and native advertisements.

unity_ads_plugin

The Unity Ads plugin for Flutter Applications is a mobile game advertising platform. This plugin can show both Unity Banner Ads and Unity Video Ads.

appodeal_flutter

Appodeal is a Flutter plugin that displays advertisements on the app. To track users, it includes a consent dialog.

native_admob_flutter

Using the PlatformViews and Google’s ADMOB SDK, you can rapidly create native advertisements in Dart.

flutter_funding_choices

A Google service that allows users to grant consent for customized advertising is used in Flutter’s Funding Choices.

pangle_flutter

A Flutter plugin that works with the ByteDance Pangle SDK on Android and iOS. It supports Splash Ads, Rewarded Video Ads, and other similar services are some of them.

facebook_audience_network

You can use the Facebook Audience Network plugin for Flutter applications to display Facebook Banner ads, Interstitial advertisements, Rewarded video commercials, and Native advertising.

adcolony_flutter

AdColony ad format with Flutter plugin (support for both Android and iOS)

in_app_purchase

In-app purchases using the Flutter framework. This plugin exposes App Store and Google Play in-app purchase APIs.

purchase_paywall

PurchasePayWall is an app that generates a purchase paywall for your Shopify store. PurchasePayWall supports a variety of payment methods and design needs by providing various types of PayWalls.

Similar Posts

  • Shared Preferences Packages

    shared_preferences The Flutter plugin for reading and writing simple key-value pairs wraps NSUserDefaults on iOS and SharedPreferences on Android. rx_shared_preferences Preference updates for the rxdart streaming service are communicated via Reactive Streams. The SharedPreference wrapper is reactive stream rxdart. A stream-based wrapper around shared preferences that allows for reactively stored key-value pairs. shared_preferences_dtx The shared…

  • Font and Emoji Packages

    font_awesome_flutter The Font Awesome Icon pack is available as Flutter Icons. It adds 1500 additional icons to your app, in addition to the default set of 500. flutter_font_icons As the name suggests, this is a collection of font icons built with Flutter. It includes all fonts from react-native-vector-icons and WeatherIcons. icon_font_generator Convert all icons in…

  • Rich Text Editors

    flutter_markdown This package is a Markdown editor for Flutter. From plain text data formatted with simple Markdown tags, you may produce rich text output including text styles, tables, links, and more. markdown markdown is a Dart library that can convert Markdown to HTML. zefyr Flutter’s clean, minimalistic, and collaboration-ready rich text editor. zefyrka This editor…

  • Animation Packages

    flutter_animate Flutter Animate is a library that makes it simple to add almost any kind of animated effect in Flutter. The library comes with a variety of pre-built effects, like fade, scale, slide, blur, shake, shimmer, and color effects (saturation and tint), that can be easily added to your app. In addition, Flutter Animate simplifies…

  • Printer Packages

    blue_thermal_printer This Flutter plugin for connecting to a thermal printer via bluetooth is still in its early stages of development, but it’s already available. bluetooth_thermal_printer The library supports both 58mm and 80mm Bluetooth printers. It uses a Bluetooth printer (Android Only). It works with both 58mm and 80mm Bluetooth printers. This library does not require…

  • State Manager

    If you are new to Flutter and state management, I suggest using riverpod package. Provider and Riverpod are both good. provider InheritedWidget are snippets of code that allow you to reuse and easily add functionality to widgets. This package adds a wrapper around it so they’re easier to use and more reusable. Too often when…