object_extension 1.0.3 copy "object_extension: ^1.0.3" to clipboard
object_extension: ^1.0.3 copied to clipboard

The package extends the functionality of the base class Object

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add object_extension

With Flutter:

 $ flutter pub add object_extension

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

dependencies:
  object_extension: ^1.0.3

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:object_extension/object_extension.dart';
0
likes
150
pub points
6%
popularity

Publisher

unverified uploader

The package extends the functionality of the base class Object

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on object_extension