path_selector 1.3.0 copy "path_selector: ^1.3.0" to clipboard
path_selector: ^1.3.0 copied to clipboard

extract values from Map/List using dot-seprated strings you don't have to cast multiple times to fetch a simple values, this is very useful while working with i.e json data

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add path_selector

With Flutter:

 $ flutter pub add path_selector

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

dependencies:
  path_selector: ^1.3.0

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:path_selector/path_selector.dart';
5
likes
140
pub points
34%
popularity

Publisher

verified publisheralash3al.com

extract values from Map/List using dot-seprated strings you don't have to cast multiple times to fetch a simple values, this is very useful while working with i.e json data

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on path_selector