Gleap Documentation home page
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
Flutter
Feedback button
Documentation
API Reference
Website
Helpcenter
Roadmap
Blog
Get Started
Introduction
SDKs
Javascript
iOS
Android
ReactNative
Flutter
Introducing
User identity
Track events
Track pages
AI tools
Forms
Push notifications
In-app notifications
Audio recording
Console logs
Custom actions
Ticket attributes
Custom data
Callbacks
Tags
Feedback button
Network logs
Translations
Widget control
Prefill the widget form
Conversations
Feature requests
Help center
Release notes & news
Surveys
Checklists
FlutterFlow
Ionic / Capacitor
Cordova
Server-side event tracking
NodeJS
REST
Guides
Enforce identity verification
On this page
Show the feedback button
Hide the feedback button
Flutter
Feedback button
In some situations you might want to take full control over the feedback button. In order to show or hide the feedback button, you can simply use the following methods.
Show the feedback button
Copy
Gleap
.
showFeedbackButton
(
true
);
Hide the feedback button
Copy
Gleap
.
showFeedbackButton
(
false
);
Tags
Network logs
Assistant
Responses are generated using AI and may contain mistakes.