booking_card_layout 0.0.12
booking_card_layout: ^0.0.12 copied to clipboard
This package is designed for taxivaxi. This package contains layouts which are used in all taxivaxi apps. This package contains layouts for taxi,hotel,bus,flight and train
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add booking_card_layoutThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
booking_card_layout: ^0.0.12Alternatively, 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:booking_card_layout/bus_booking_layout.dart';
import 'package:booking_card_layout/constants.dart';
import 'package:booking_card_layout/device.dart';
import 'package:booking_card_layout/flight_card_layout.dart';
import 'package:booking_card_layout/hotel_card_layout.dart';
import 'package:booking_card_layout/taxi_card_layout.dart';
import 'package:booking_card_layout/train_card_layout.dart';
import 'package:booking_card_layout/tv_theme.dart';