pnv 1.1.0 copy "pnv: ^1.1.0" to clipboard
pnv: ^1.1.0 copied to clipboard

A package to help with safely storing environment variables publicly

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pnv

Use it

The package has the following executables:

$ pnv

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pnv

With Flutter:

 $ flutter pub add pnv

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

dependencies:
  pnv: ^1.1.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:pnv/utils/constants.dart';
1
likes
150
points
143
downloads

Publisher

verified publishermrgnhnt.com

Weekly Downloads

A package to help with safely storing environment variables publicly

Repository (GitHub)
View/report issues

Topics

#env #dotenv #environment-variables #environment

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

args, crypto, file, path, pointycastle, yaml

More

Packages that depend on pnv