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.
In the dependencies:
section of your pubspec.yaml
, add the following line:
dependencies:
wired_elements: <latest_version>
For more usage, please see the examples.
Some screenshots of the example app:
flutter_rough is an awesome library, but its not null safety, there is an issue linked to it, but with no response until now therefore I have to copy all of the code in project and do null safety myself. As long as the author of flutter_rough do the sound null safety, I will use this library as dependency instead of copying all the source code.