zone_local 0.2.0-nullsafety.1 copy "zone_local: ^0.2.0-nullsafety.1" to clipboard
zone_local: ^0.2.0-nullsafety.1 copied to clipboard

discontinued
outdated

A simple, type-safe package for declaring static variables (for configuration, etc.) that can have zone-scoped values.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zone_local

With Flutter:

 $ flutter pub add zone_local

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

dependencies:
  zone_local: ^0.2.0-nullsafety.1

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

Import it

Now in your Dart code, you can use:

import 'package:zone_local/zone_local.dart';
0
likes
110
pub points
6%
popularity

Publisher

unverified uploader

A simple, type-safe package for declaring static variables (for configuration, etc.) that can have zone-scoped values.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

meta

More

Packages that depend on zone_local