envified 3.0.0 copy "envified: ^3.0.0" to clipboard
envified: ^3.0.0 copied to clipboard

Runtime environment switching for Flutter. Load .env files, switch dev/staging/prod at runtime — no rebuild required.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add envified

With Flutter:

 $ flutter pub add envified

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

dependencies:
  envified: ^3.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:envified/envified.dart';
1
likes
0
points
837
downloads

Publisher

verified publisherappamania.in

Weekly Downloads

Runtime environment switching for Flutter. Load .env files, switch dev/staging/prod at runtime — no rebuild required.

Repository (GitHub)
View/report issues

Topics

#environment #configuration #env #debugging

License

unknown (license)

Dependencies

crypto, flutter, flutter_secure_storage, meta

More

Packages that depend on envified