Flutter package which helps you to implement Ticket Widget in your app.
The source code is 100% Dart, and it is an updated null safe version of ticket_widget folder.
dependencies:
ticket_widget: ^0.0.1
import 'package:ticket_widget/ticket_widget.dart';
TicketWidget(
width: 350,
height: 500,
isCornerRounded: true,
padding: EdgeInsets.all(20),
child: TicketData(),
),
Ticket Widget |
---|
Hafiz M Mujahid aka DholaSain
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.
MIT License