object_path 0.0.1-dev.1 copy "object_path: ^0.0.1-dev.1" to clipboard
object_path: ^0.0.1-dev.1 copied to clipboard

discontinued

Access and manipulate deep properties and any intermediaries using list notation ['a','b',c'] OR dot notation "a.b.c".

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add object_path

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

dependencies:
  object_path: ^0.0.1-dev.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:object_path/object_path.dart';
1
likes
60
pub points
0%
popularity

Publisher

verified publisherferdzz.com

Access and manipulate deep properties and any intermediaries using list notation ['a','b',c'] OR dot notation "a.b.c".

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on object_path