Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinzhang19870314/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.
https://github.com/kevinzhang19870314/wired_elements
dart drawing flutter flutter-package flutter-ui hand-drawn hand-writing
Last synced: 27 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kevinzhang19870314/wired_elements
- Owner: KevinZhang19870314
- License: mit
- Created: 2021-07-05T11:19:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T11:02:10.000Z (over 3 years ago)
- Last Synced: 2023-08-20T23:31:22.975Z (about 1 year ago)
- Topics: dart, drawing, flutter, flutter-package, flutter-ui, hand-drawn, hand-writing
- Language: Dart
- Homepage:
- Size: 2.62 MB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Pub](https://img.shields.io/pub/v/wired_elements?label=wired_elements&color=blue)](https://pub.dev/packages/wired_elements)
[![likes](https://badges.bar/wired_elements/likes)](https://pub.dev/packages/wired_elements/score)
[![GitHub Release Date](https://img.shields.io/github/release-date/KevinZhang19870314/wired_elements)](https://pub.dev/packages/wired_elements)
[![GitHub](https://img.shields.io/github/license/KevinZhang19870314/wired_elements)](https://github.com/KevinZhang19870314/wired_elements/blob/main/LICENSE)# 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](https://github.com/rough-stuff/wired-elements). It's base on the library of [flutter_rough](https://github.com/sergiandreplace/flutter_rough).
## Installation
In the `dependencies:` section of your `pubspec.yaml`, add the following line:
```yaml
dependencies:
wired_elements:
```
## Basic usageFor more usage, please see the [examples](https://github.com/KevinZhang19870314/wired_elements/blob/main/example/lib/demos.dart).
## Samples
Some screenshots of the example app:
## Others
[flutter_rough](https://github.com/sergiandreplace/flutter_rough) is an awesome library, but its not null safety, there is an [issue](https://github.com/sergiandreplace/flutter_rough/issues/5) 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.
## And, the last, pr is welcome!