ticket_widget 1.0.2 copy "ticket_widget: ^1.0.2" to clipboard
ticket_widget: ^1.0.2 copied to clipboard

Ui package to make a beautiful ticket like animated widget

✨ Ticket Widget #

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.

Show some ❤️ and star the repo to support the project #

GitHub followers

Open Source Love

🎖 Installing #

dependencies:
  ticket_widget: ^0.0.1

⚡️ Import #

import 'package:ticket_widget/ticket_widget.dart';

🎮 How To Use #

TicketWidget(
    width: 350,
    height: 500,
    isCornerRounded: true,
    padding: EdgeInsets.all(20),
    child: TicketData(),
),

Screenshots #

Ticket Widget

👨 Developed By #

Hafiz M Mujahid aka DholaSain

🐛 Bugs/Requests #

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.

⭐️ License #

MIT License

107
likes
110
pub points
94%
popularity

Publisher

verified publisherdholasain.com

Ui package to make a beautiful ticket like animated widget

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on ticket_widget