secure_dotenv 1.0.0 copy "secure_dotenv: ^1.0.0" to clipboard
secure_dotenv: ^1.0.0 copied to clipboard

Generate encrypted environment variable dart files from an `.env` file.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add secure_dotenv

With Flutter:

 $ flutter pub add secure_dotenv

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

dependencies:
  secure_dotenv: ^1.0.0

Alternatively, 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:secure_dotenv/secure_dotenv.dart';
34
likes
110
points
2.66k
downloads

Publisher

verified publisheraquiles.dev

Weekly Downloads

Generate encrypted environment variable dart files from an `.env` file.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

pointycastle

More

Packages that depend on secure_dotenv