envify 1.0.6 copy "envify: ^1.0.6" to clipboard
envify: ^1.0.6 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}
  ''');
}
155
likes
40
pub points
83%
popularity

Publisher

verified publisherfrenco.dev

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on envify