flight_ticket_booking_card 1.0.2
flight_ticket_booking_card: ^1.0.2 copied to clipboard
A beautifully designed, reusable Flutter widget that creates an authentic-looking airline boarding pass/ticket card. Perfect for travel apps, booking confirmations, or any UI that needs a professional [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flight_ticket_booking_cardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flight_ticket_booking_card: ^1.0.2Alternatively, 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:flight_ticket_booking_card/flight_ticket_booking_card.dart';