For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginTalk to us
DocumentationSDKsConnectAPI Reference
DocumentationSDKsConnectAPI Reference
  • Introduction
    • Overview
  • Mobile Push
    • Flutter Push SDK
      • Prerequisites
      • Installation
      • Usage
      • Android Push Notifications Setup
      • IOS specific configuration
      • FAQs
    • React Native Push SDK
    • Kotlin Push SDK
    • Swift Push SDK
  • In-App
    • React In-App SDK
    • React Native In-App SDK
    • Flutter In-App SDK
  • Web Push
    • Web Push SDK
  • TOTP
    • TOTP Swift SDK
    • TOTP Kotlin SDK
LogoLogo
LoginTalk to us
Mobile PushFlutter Push SDK

Flutter Push SDK - Installation Guide

Was this page helpful?
Previous

Flutter SDK — Usage Guide

Next
Built with

To integrate the Fyno SDK into your Flutter application, you need to add the fyno_flutter package to your project’s dependencies. You can add the package using one of the following commands:

$dart pub add fyno_flutter

Alternatively, you can manually edit the pubspec.yaml file in your project and add fyno_flutter to the dependencies section:

Find the latest version at Fyno Flutter Push SDK

pubspec.yaml
1dependencies:
2 ...
3 fyno_flutter: <latest_version>
4 ...

After adding the dependency, make sure to run flutter pub get to fetch and install the required packages