carvable 1.2.1 copy "carvable: ^1.2.1" to clipboard
carvable: ^1.2.1 copied to clipboard

Allows you to remove and change parts of something, without modifying the original, builder-like. Carve objects such as Strings and AstNodes, or implement the generic interface.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add carvable

With Flutter:

 $ flutter pub add carvable

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

dependencies:
  carvable: ^1.2.1

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:carvable/carvable.dart';
1
likes
140
points
48
downloads

Publisher

verified publisherdrafakiller.com

Weekly Downloads

Allows you to remove and change parts of something, without modifying the original, builder-like. Carve objects such as Strings and AstNodes, or implement the generic interface.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer

More

Packages that depend on carvable