For the complete documentation index, see llms.txt. This page is also available as Markdown.

SDK Customization

Shape how the Luciq SDK looks and behaves inside your Flutter app, from invocation methods and popups to theme colors, locale, strings, and onboarding.

After integrating the Luciq SDK into your application, you will automatically be collecting data in the background of your app. The collected data includes the Session Profiler and other useful features that help you investigate bugs and improve the quality of your app.

However, you'll need to gather other information that requires input from your app users, such as for bug reporting, in-app surveys, and feature requests.

To make your users' experience as simple and seamless as possible, you can customize the colors of all Luciq screens, change the language, modify the messages and text that appear, change the invocation events, as well as control which popup should appear to your users and when.

The SDK Customizations section of the Luciq docs is divided into the following topics:

Welcome Message

Discusses how you can on-board your users and teach them how to reach you using Luciq for either beta testers or live users.

Prompt Options

Explains how to control the default menu that pops up when Luciq is invoked in your app.

UI Color & Theme

Describes how to customize the SDK to match your app's design and brand palette.

SDK Locale

Explains how to change the language of the SDK as well as the content of all the messages that your users see.

Last updated