booking_card_layout 0.0.12 copy "booking_card_layout: ^0.0.12" to clipboard
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_layout

This 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.12

Alternatively, 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';
2
likes
115
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_phone_direct_caller, font_awesome_flutter, google_fonts, intl

More

Packages that depend on booking_card_layout