ticket_pass_package 0.1.0
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_packageThis 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.0Alternatively, 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';