hand_drawn_toolkit 0.1.0 copy "hand_drawn_toolkit: ^0.1.0" to clipboard
hand_drawn_toolkit: ^0.1.0 copied to clipboard

A lightweight Flutter package for rendering hand-drawn, sketchy lines, borders, and containers. Deterministic seed-based generation ensures consistent visuals across rebuilds while maintaining an orga [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hand_drawn_toolkit

With Flutter:

 $ flutter pub add hand_drawn_toolkit

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

dependencies:
  hand_drawn_toolkit: ^0.1.0

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:hand_drawn_toolkit/hand_drawn_toolkit.dart';
1
likes
0
points
139
downloads

Publisher

verified publisherresengi.io

Weekly Downloads

A lightweight Flutter package for rendering hand-drawn, sketchy lines, borders, and containers. Deterministic seed-based generation ensures consistent visuals across rebuilds while maintaining an organic, human feel.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on hand_drawn_toolkit