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

Updating The SDK

Move your Flutter app to a newer Luciq release by bumping the luciqflutter version in pubspec.yaml and fetching the updated dependency.

1

Update the version in pubspec.yaml

Modify the luciq_flutter dependency version in your pubspec.yaml.

Before:

YAML
luciq_flutter: ^18.0.0

After:

YAML
luciq_flutter: ^19.0.0
2

Install the updated dependency

Run the following command to fetch the new SDK version:

Shell
flutter pub get

Last updated