fw_ticket 0.1.1 copy "fw_ticket: ^0.1.1" to clipboard
fw_ticket: ^0.1.1 copied to clipboard

A Flutter ticket UI widget.

Flutter Widget Ticket #

pub package

A new Flutter package project.

preview

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.

9
likes
30
pub points
57%
popularity

Publisher

unverified uploader

A Flutter ticket UI widget.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

clip_shadow, flutter

More

Packages that depend on fw_ticket