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

Flutter package to create seat booking layout in Flutter.

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.0

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';
67
likes
120
pub points
79%
popularity

Publisher

unverified uploader

Flutter package to create seat booking layout in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, flutter_svg

More

Packages that depend on book_my_seat