book_my_seat 1.0.1 copy "book_my_seat: ^1.0.1" to clipboard
book_my_seat: ^1.0.1 copied to clipboard

This is a flutter package to create seat booking layout for bus, theatre, aeroplane etc.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add book_my_seat

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  book_my_seat: ^1.0.1

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:book_my_seat/book_my_seat.dart';
58
likes
130
pub points
82%
popularity

Publisher

unverified uploader

This is a flutter package to create seat booking layout for bus, theatre, aeroplane etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, flutter, flutter_svg

More

Packages that depend on book_my_seat