envify 1.0.3 copy "envify: ^1.0.3" to clipboard
envify: ^1.0.3 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
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