loui_flutter 0.0.2+1
loui_flutter: ^0.0.2+1 copied to clipboard
Loui is a platform for generating Time-based One-Time Password (TOTP) codes in an easy and secure way. Users can register on the Loui website (https://console.loui.io/) and configure everything relate [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add loui_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
loui_flutter: ^0.0.2+1Alternatively, 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:loui_flutter/loui_flutter.dart';