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

outdated

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.0.3

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
0
pub points
53%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, json_annotation, json_serializable

More

Packages that depend on flutter_security