hand_drawn_toolkit 0.1.1 copy "hand_drawn_toolkit: ^0.1.1" to clipboard
hand_drawn_toolkit: ^0.1.1 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 Flutter:

 $ flutter pub add hand_drawn_toolkit

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

dependencies:
  hand_drawn_toolkit: ^0.1.1

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:hand_drawn_toolkit/hand_drawn_toolkit.dart';
1
likes
150
points
145
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on hand_drawn_toolkit