lookup_map 0.0.1 copy "lookup_map: ^0.0.1" to clipboard
lookup_map: ^0.0.1 copied to clipboard

discontinued
Dart 1 only

a lookup-only map that can be tree-shaken by dart2js

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lookup_map

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

dependencies:
  lookup_map: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:lookup_map/lookup_map.dart';
0
likes
20
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

a lookup-only map that can be tree-shaken by dart2js

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on lookup_map