wired_elements
wired elements is a series of basic ui elements that have a hand drawn look. these can be used for wireframes, mockups, or just the fun hand-drawn look. it’s the flutter implementation of wired-elements. it’s base on the library of flutter_rough.
installation
in the dependencies:
section of your pubspec.yaml
, add the following line:
dependencies:
wired_elements: <latest_version>
basic usage
for more usage, please see the examples.
samples
some screenshots of the example app:
Comments are closed.