Requirements
- Flutter 3.19.0 or higher
- Dart 3.3.0 or higher
- iOS 15.0+ / Android 5.0 (API level 21) and above
Installation
Step 1: Add the Package
Run the following command to add the latest version of the Linkrunner package to your project:- Add the latest version of
linkrunnerto yourpubspec.yaml - Download and install the package and its dependencies
Step 2: Platform Specific Setup
Android Configuration
- Ensure your project’s
minSdkVersionis at least 21 in yourandroid/app/build.gradlefile:
- Add the following permissions to your
AndroidManifest.xmlfile:
- Backup Configuration
iOS Configuration
- Update your iOS deployment target to iOS 15.0 or higher in your
ios/Podfile:
- Add the following to your
Info.plistfile for App Tracking Transparency: