envify 2.0.0 copy "envify: ^2.0.0" to clipboard
envify: ^2.0.0 copied to clipboard

outdated

A better way to handle environment variables using `.env` file.

example/lib/main.dart

import 'package:example/env/env.dart';

void main() {
  print('''
    name: ${Env.name}
    age: ${Env.age}
    height: ${Env.height}cm
    isStudent: ${Env.isStudent}
    race: ${Env.race}
  ''');
}
153
likes
0
pub points
82%
popularity

Publisher

verified publisherfrenco.dev

A better way to handle environment variables using `.env` file.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on envify