flutter_smkit_ui 1.5.3
flutter_smkit_ui: ^1.5.3 copied to clipboard
Flutter plugin for Sency's SMKitUI SDK on iOS and Android, including assessments, workouts, guidance, summaries, and runtime configuration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_smkit_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_smkit_ui: ^1.5.3Alternatively, 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:flutter_smkit_ui/flutter_smkit_ui.dart';