flutter_wired 0.0.1
flutter_wired: ^0.0.1 copied to clipboard
flutter_wired is a series of basic UI Elements that have a hand drawn look. These can be used for wire frames, mockups, or just the fun hand-drawn look.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_wired
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_wired: ^0.0.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:flutter_wired/flutter_wired.dart';