flutter_envify 3.0.1 copy "flutter_envify: ^3.0.1" to clipboard
flutter_envify: ^3.0.1 copied to clipboard

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}
  ''');
}
1
likes
160
points
102
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on flutter_envify