env_get 1.0.0

SDKdartflutter
Platformandroidioswindowslinuxmacos

Easy to use JavaScript ENV variable getter/setter

Env - Environment variable helper

Handy method to examine environment variable or dump them all. This is a really simple singleton class.

import 'package:Env';

final debug = Env.get('DEBUG');
// or
Env.dump(); // prints env variables