etch 0.2.2 copy "etch: ^0.2.2" to clipboard
etch: ^0.2.2 copied to clipboard

A simplified, declarative way to use CustomPainter in Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add etch

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

dependencies:
  etch: ^0.2.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:etch/etch.dart';
80
likes
140
pub points
3%
popularity

Publisher

verified publisherjoshi.dev

A simplified, declarative way to use CustomPainter in Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on etch