Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DholaSain/Ticket-Widget
https://github.com/DholaSain/Ticket-Widget
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/DholaSain/Ticket-Widget
- Owner: DholaSain
- License: mit
- Created: 2022-03-05T11:16:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T20:22:42.000Z (about 1 year ago)
- Last Synced: 2024-08-03T14:07:32.514Z (3 months ago)
- Language: C++
- Size: 843 KB
- Stars: 27
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨ 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](https://pub.dev/packages/flutter_ticket_widget) folder.
## Show some :heart: and star the repo to support the project
[![GitHub followers](https://img.shields.io/github/followers/dholasain.svg?style=social&label=Follow)](https://github.com/dholasain)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/Apache-2.0)
## 🎖 Installing
```yaml
dependencies:
ticket_widget: ^0.0.1
```## ⚡️ Import
```dart
import 'package:ticket_widget/ticket_widget.dart';
```## 🎮 How To Use
```dart
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