flutter_security 0.1.6 copy "flutter_security: ^0.1.6" to clipboard
flutter_security: ^0.1.6 copied to clipboard

A flutter package that aim to take care of your mobile app security side.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_security

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_security: ^0.1.6

Alternatively, 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_security/flutter_security.dart';
17
likes
100
pub points
52%
popularity

Publisher

unverified uploader

A flutter package that aim to take care of your mobile app security side.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

encrypt, flutter, freezed_annotation, json_annotation, json_serializable

More

Packages that depend on flutter_security