Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Maopy/flutter-widget-ticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.