fw_ticket 0.1.0 fw_ticket: ^0.1.0 copied to clipboard
A Flutter ticket UI widget.
Flutter Widget Ticket #
A new Flutter package project.
Getting Started #
Add dependency to pubspec.yaml #
[...]
dependencies:
fw_ticket: any
[...]
Install the package using Terminal #
$ flutter packages get
Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.
import #
import 'package:fw_ticket/fw_ticket.dart';
new Ticket(
innerRadius: new BorderRadius(...),
outerRadius: new BorderRadius(...),
child: new Container(...),
boxShadow: [
new BoxShadow(...)
]
)
For help getting started with Flutter, view our online documentation.
For help on editing package code, view the documentation.