loui_flutter 0.0.1+2
loui_flutter: ^0.0.1+2 copied to clipboard
Package for Loui implementation on flutter.
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.1+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:loui_flutter/flutter_loui.dart';
import 'package:loui_flutter/models/activate_device_config.dart';
import 'package:loui_flutter/models/activate_device_response.dart';
import 'package:loui_flutter/models/auth_config.dart';
import 'package:loui_flutter/models/auth_response.dart';
import 'package:loui_flutter/models/totp_response.dart';
import 'package:loui_flutter/services/get_info_service.dart';