0 purchases
digital art toolkit
This is a Flutter package that provides a widget for Digital Art.
Features #
Quickly add a Digital Art builder widget to your Flutter app.
Usage #
DatBuilder(
builder: (context, time, mouseOffset) {
return Container(
child: Text('Hello World'),
);
},
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.