repaint 0.0.1 copy "repaint: ^0.0.1" to clipboard
repaint: ^0.0.1 copied to clipboard

Custom paint alternative for Flutter, with more features.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add repaint

With Flutter:

 $ flutter pub add repaint

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

dependencies:
  repaint: ^0.0.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:repaint/repaint.dart';
12
likes
0
points
289
downloads

Publisher

verified publisherplugfox.dev

Weekly Downloads

Custom paint alternative for Flutter, with more features.

Repository (GitHub)
View/report issues

Topics

#paint #painter #game #shader #custom

Funding

Consider supporting this project:

www.buymeacoffee.com
www.patreon.com
boosty.to

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on repaint