fl_env 0.1.1 copy "fl_env: ^0.1.1" to clipboard
fl_env: ^0.1.1 copied to clipboard

Secure environment variable management for Flutter. CLI-encrypted .env files, decrypted natively at runtime — no plaintext at rest in the compiled binary.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fl_env

Use it

The package has the following executables:

$ fl_env

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fl_env

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

dependencies:
  fl_env: ^0.1.1

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:fl_env/fl_env.dart';
0
likes
150
points
243
downloads

Documentation

API reference

Publisher

verified publisherpixmerc.com

Weekly Downloads

Secure environment variable management for Flutter. CLI-encrypted .env files, decrypted natively at runtime — no plaintext at rest in the compiled binary.

Repository (GitHub)
View/report issues

Topics

#environment #security #env #encryption #configuration

License

MIT (license)

Dependencies

args, crypto, flutter, flutter_web_plugins, path, plugin_platform_interface, pointycastle, yaml

More

Packages that depend on fl_env

Packages that implement fl_env