The Gleap SDK for Flutter is the easiest way to integrate Gleap into your apps. Communicate with your users directly and build better software by discovering their everyday pain points. Gleap is your all-in-one customer feedback tool for apps and websites.
For the SDK to work, you need an API key, which you can get for free at app.gleap.io.
✅ iOS | ✅ Android | ✅ Web |
---|
Open a terminal window and navigate to the root folder of your iOS project.
If you are using Flutter < v3, please import the gleap_sdk as shown below:
Navigate to your iOS project folder within the terminal and update your cocoapods by running:
Android should be already good to go. If theres a version conflict pls add the following to your android manifest:
Important: Always have a look at your minSdkVersion on android and your minimum target version on iOS to keep them on the same minimum version gleap needs.
Navigate to your web project folder and insert the following snippet as first element within the head tag of your index.html
Please note that you must need to run flutter clean
and flutter pub get
after adding the Gleap script to your index.html file.
The last step is to initialize & configure the Gleap SDK by adding the following code. If you want to add the Gleap SDK in your main.dart make sure to call WidgetsFlutterBinding.ensureInitialized();
before you initialize the Gleap SDK.
Congratulations 🎉 You are all set 👋
In order to use the image picker for attachments, add the following permissions to your AndroidManifest.xml
.
The following permissions are needed to enable audio recordings.
In order to use the image picker for attachments, add the following permissions to your Info.plist
.
The following permissions are needed to enable audio recordings.
We are here to help! hello@gleap.io
The Gleap SDK for Flutter is the easiest way to integrate Gleap into your apps. Communicate with your users directly and build better software by discovering their everyday pain points. Gleap is your all-in-one customer feedback tool for apps and websites.
For the SDK to work, you need an API key, which you can get for free at app.gleap.io.
✅ iOS | ✅ Android | ✅ Web |
---|
Open a terminal window and navigate to the root folder of your iOS project.
If you are using Flutter < v3, please import the gleap_sdk as shown below:
Navigate to your iOS project folder within the terminal and update your cocoapods by running:
Android should be already good to go. If theres a version conflict pls add the following to your android manifest:
Important: Always have a look at your minSdkVersion on android and your minimum target version on iOS to keep them on the same minimum version gleap needs.
Navigate to your web project folder and insert the following snippet as first element within the head tag of your index.html
Please note that you must need to run flutter clean
and flutter pub get
after adding the Gleap script to your index.html file.
The last step is to initialize & configure the Gleap SDK by adding the following code. If you want to add the Gleap SDK in your main.dart make sure to call WidgetsFlutterBinding.ensureInitialized();
before you initialize the Gleap SDK.
Congratulations 🎉 You are all set 👋
In order to use the image picker for attachments, add the following permissions to your AndroidManifest.xml
.
The following permissions are needed to enable audio recordings.
In order to use the image picker for attachments, add the following permissions to your Info.plist
.
The following permissions are needed to enable audio recordings.
We are here to help! hello@gleap.io