df_type 0.14.2 copy "df_type: ^0.14.2" to clipboard
df_type: ^0.14.2 copied to clipboard

Simplifies type conversions, inspections, nested data access, sync/async operations and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add df_type

With Flutter:

 $ flutter pub add df_type

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

dependencies:
  df_type: ^0.14.2

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:df_type/df_type.dart';
3
likes
150
points
3.42k
downloads

Publisher

verified publisherdev-cetera.com

Weekly Downloads

Simplifies type conversions, inspections, nested data access, sync/async operations and more.

Homepage
Repository (GitHub)
View/report issues

Topics

#data #easy-packages #tool #utility #utils

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

collection, equatable

More

Packages that depend on df_type