osenv 1.0.1 copy "osenv: ^1.0.1" to clipboard
osenv: ^1.0.1 copied to clipboard

Get and set environment variables by calling native OS functions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add osenv

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  osenv: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:osenv/osenv.dart';
0
likes
160
points
137
downloads
screenshot

Publisher

verified publisherhipercom.pl

Weekly Downloads

Get and set environment variables by calling native OS functions.

Repository (GitHub)
View/report issues

Topics

#environment #variables

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on osenv

Packages that implement osenv