otapp_bus_seat_map 0.1.5
otapp_bus_seat_map: ^0.1.5 copied to clipboard
A flexible bus seat map widget for Flutter. Designed for bus booking apps using Otapp Services API.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add otapp_bus_seat_mapThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
otapp_bus_seat_map: ^0.1.5Alternatively, 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:otapp_bus_seat_map/otapp_bus_seat_map.dart';