Updating The SDK

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