Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.39 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.39 KB

Dynamic Flutter Example App

Welcome to the Dynamic Flutter Example App! This repository contains a simple application demonstrating how to integrate the Dynamic product with Flutter.

Requirements

To run this example app locally, you will need a Dynamic account. If you don't have one yet, you can sign up for free at Dynamic.

With an account created, you can create a new project and obtain the environment ID, which you will need to initialize the Dynamic client in the example app.

You will also need to enable the SMS and/or Email Login options to have a login method available in the example app.

Installation

Follow these steps to get the app up and running:

  1. Clone the repository:

    git clone [email protected]:dynamic-labs/dynamic-flutter-example.git
    cd dynamic_flutter_example
  2. Install dependencies:

    flutter pub get
    cd ios
    pod install --repo-update

Documentation

For more detailed information on integrating Dynamic with Flutter, please refer to our official documentation: Dynamic Flutter Integration.

Disclaimer

Please note that our Flutter package is currently in early alpha. It is subject to changes and might have limited functionalities. Feel free to provide feedback to help us improve future releases.

Thank you for trying out our example app!