luqta_sdk 1.5.2
luqta_sdk: ^1.5.2 copied to clipboard
Official Luqta Flutter SDK for contests, quizzes, rewards & gamification. Preconfigured UI or custom API mode. Level/contest availability checks, profile icon, auto token refresh, and full RTL support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add luqta_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
luqta_sdk: ^1.5.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:luqta_sdk/luqta_sdk.dart';