Updating the SDK for Flutter
To update the Luciq Flutter SDK, you need to modify the version number in the pubspec.yaml
file to reflect the latest SDK version. In the example below, we will upgrade from version 16.0.0
to 18.0.0
:
Before
luciq_flutter: ^16.0.0
After
luciq_flutter: ^18.0.0
Once you've made this change, run the following command:
flutter pub get
Updated 1 day ago