ticket_pass_package 0.1.0 copy "ticket_pass_package: ^0.1.0" to clipboard
ticket_pass_package: ^0.1.0 copied to clipboard

A Flutter package to display the purchase of a ticket/pass along with additional details such as list of buyers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ticket_pass_package

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ticket_pass_package: ^0.1.0

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:ticket_pass_package/dash_separator.dart';
import 'package:ticket_pass_package/ticket_pass.dart';
16
likes
40
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to display the purchase of a ticket/pass along with additional details such as list of buyers.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

fading_edge_scrollview, flutter

More

Packages that depend on ticket_pass_package