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.

Libraries

flutter_ticket