Requirements
The Flutter SDK uses the Android and iOS SDKs under the hood, so it has the same minimum OS version requirements:- Android 5.0 (API level 21+) or higher
- iOS 13+/tvOS 15+, Swift 5.7 or higher
- Flutter 3.13 or higher
- Dart 3.3 or higher
1. Install the plugin
Addfpjs_pro_plugin to the pubspec.yaml file in your Flutter app:
YAML
flutter pub get to download and install the package.
To use this plugin on the web, add the JavaScript agent loader <script> tag to the <head> of your HTML template inside the web/index.html file:
HTML
2. Identify visitors
Dart