Setting up the Flutter development environment
React Native is a framework for building native iOS and Android applications using Flutter that helps you rapidly build native mobile applications using Dart technology.
If you are a developer who has chosen Flutter as the framework to develop your mobile app, the following sections help you get started with Persistent Mobile Foundation SDK in your Flutter app. You can use your preferred code editor such as Android Studio, Visual Studio Code, IntelliJ and others for writing your applications.
You can use your preferred code editor such as Atom.io, Visual Studio Code, Eclipse, IntelliJ and others for writing your applications.
Instal the Flutter CLI
To get started with Flutter development, install the Flutter CLI.
- Download and install FlutterSDK.
- Add Flutter to your system path.
-
In a Command-line window, run the following command.
flutter doctor
This verifies your Flutter installation and checks for any missing dependencies.
Add the Persistent Mobile Foundation SDK to your Flutter app
To continue with PMF development in Flutter applications, the PMF Flutter SDK or plug-ins need to be added to the Flutter project.
Learn how to add the PMF SDK to Flutter applications. For application development, refer to the tutorial Adding the Persistent Mobile Foundation SDK to Flutter applications.
▲