rikulo_security 2.5.0
rikulo_security: ^2.5.0 copied to clipboard
A lightweight and highly customizable authentication and access-control framework for Rikulo Stream.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rikulo_securityWith Flutter:
$ flutter pub add rikulo_securityThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rikulo_security: ^2.5.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rikulo_security/plugin.dart';
import 'package:rikulo_security/security.dart';