notificare 3.0.0-alpha.1 copy "notificare: ^3.0.0-alpha.1" to clipboard
notificare: ^3.0.0-alpha.1 copied to clipboard

outdated

Official Notificare Flutter plugin. Implements the power of the Notificare platform in Flutter applications.

Notificare Flutter SDK #

GitHub release License

The Notificare Flutter SDK makes it quick and easy to communicate efficiently with many of the Notificare API services and enables you to seamlessly integrate our various features, from Push Notifications to Contextualised Storage.

Get started with our 📚 integration guides and example projects, or 📘 browse the SDK reference (coming soon).

⚠️ The v3 SDK is currently in alpha. If you are running a production application, take a look at the v2.x SDK instead.

Table of contents #

Features #

Push notifications: Use the SDK to receive push notifications and automatically track its engagement.

Push notifications UI: We provide native screens and elements to display your push notifications and handle its actions with zero effort.

Inbox: Apps with a built-in message inbox enjoy higher conversions due to its nature of keeping messages around that can be opened as many times as users want. The SDK gives you all the tools necessary to build your inbox UI.

Geo-location

coming soon

Loyalty

coming soon

Monetise

coming soon

Assets

coming soon

Scannables

coming soon

Installation #

Requirements #

  • Android 6 (API level 23) and above
  • iOS 10 and above

Configuration #

Add the Flutter packages to your pubspec.yaml and follow the Getting Started guide.

dependencies:
  # Required
  notificare: ^3.0.0-alpha.1

  # Optional modules
  notificare_inbox: ^3.0.0-alpha.1
  notificare_push: ^3.0.0-alpha.1
  notificare_push_ui ^3.0.0-alpha.1

Getting Started #

Integration #

Get started with our 📚 integration guides and example projects, or 📘 browse the SDK reference (coming soon).

Examples #

  • The Demo app example project demonstrates how to integrate and use our various modules in a single app.
  • The example project demonstrates other integrations in a simplified fashion, to quickly understand how a given feature should be implemented.
1
likes
0
pub points
57%
popularity

Publisher

verified publishernotificare.com

Official Notificare Flutter plugin. Implements the power of the Notificare platform in Flutter applications.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter, json_annotation

More

Packages that depend on notificare