The Gleap SDK for FlutterFlow 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.Documentation Index
Fetch the complete documentation index at: https://docs.gleap.io/llms.txt
Use this file to discover all available pages before exploring further.
Supported platforms
| โ iOS | โ Android | โ Web |
|---|
Installing the Gleap SDK
-
Navigate to the
Custom Codesection in FlutterFlow and create a newCustom ActioncalledgleapInitialize. - Add the latest Flutter Gleap SDK as a dependency, then refresh the code editor to load the pubspec dependencies.
-
Copy and paste the following code to initialize Gleap, replacing
'YOUR_API_KEY'with your actual API key, and save the configuration:

Web Installation
For web support, go toApp Settings > Web Deployment, and paste the following script into the Custom Headers section:

SDK Configuration
To configure the SDK, navigate tomain.dart under Custom Files, and add the newly created gleapInitialize function to the Final Actions section. Save the configuration.

Run your app
Deploy and run your app to experience Gleap in action.
Utilizing the Gleap SDK
You can utilize all the features provided by the Flutter Gleap SDK by creating custom actions for each method. For more information on configuration options, visit the Flutter Gleap documentation.