Frameworks
Welcome to Apryse. This guide will help you integrate a free trial of the Apryse Flutter SDK into your Flutter Project. Your free trial includes unlimited trial usage and support from solution engineers.
Looking for iOS? Switch tabs above or go to the Flutter section on Apryse iOS SDK
This guide will help you integrate a free trial of the Apryse SDK into your Android applications using Flutter. Your free trial includes unlimited trial usage and support from solution engineers.
The trial of Apryse Mobile SDK does not require a trial key. A commercial license key is required for use in a production environment. Please contact sales to purchase a commercial key or if you need any other license key assistance.
License keys are uniquely generated. Please make sure that it is not publicly available (e.g. in your public GitHub).
For simplicity, the following guide is based on a boilerplate Flutter app and uses Git Diff syntax to represent lines that have been added to or removed from the app. Please follow these Flutter get started guides to install, set up an editor, and create a Flutter Project if you are a first time Flutter developer
2. Add the following dependency to your Flutter project in myapp/pubspec.yaml:
3. Navigate to your myapp folder:and run the following command to get the required packages:
4. Now add the following items in your myapp/android/app/build.gradle file:
5. In your myapp/android/app/src/main/AndroidManifest.xml file, add the following lines:
6. In your android/gradle.properties file, add the following line:
7. If you are using the DocumentView widget, change the parent class of your MainActivity file (either Kotlin or Java) to FlutterFragmentActivity.
Looking for Android? Switch to Flutter Android tab above.
This guide will help you integrate a free trial of the Apryse SDK into your iOS applications using Flutter. Your free trial includes unlimited trial usage and support from solution engineers.
The trial of Apryse Mobile SDK does not require a trial key. A commercial license key is required for use in a production environment. Please contact sales to purchase a commercial key or if you need any other license key assistance.
License keys are uniquely generated. Please make sure that it is not publicly available (e.g. in your public GitHub).
For simplicity, the following guide is based on a boilerplate Flutter app and uses Git Diff syntax to represent lines that have been added to or removed from the app. Please follow these Flutter get started guides to install, set up an editor, and create a Flutter Project if you are a first time Flutter developer
2. Add the following dependency to your Flutter project in myapp/pubspec.yaml:
3. Navigate to your myapp folder:and run the following command to get the required packages:
4. Open myapp/ios/Podfile and make these changes:
5. Run this command to ensure integration process is successful:
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales