smart_seat_selector 0.0.6
smart_seat_selector: ^0.0.6 copied to clipboard
A universal grid-based seat selection widget for Flutter supporting Cinemas, Buses, Flights, and Event halls with zoom and pan interaction.
0.0.6 #
- Feature: Added support for
disabledseat state (Value3in grid). - Fix: Resolved an issue where
SeatControllerwould notify listeners twice during selection updates, causing double rebuilds. - Optimization: Replaced
ContainerwithAnimatedContainerinSeatItemfor smoother selection transitions. - Docs: Updated
README.mdwith clearer installation instructions and updated configuration table.
0.0.5 #
- Fixed dependencies mistake in README.md.
0.0.4 #
- Breaking Change: Renamed
SeatLayoutWidgettoSeatLayoutfor cleaner usage. - Added full API documentation for
SeatLayout,SeatController, andSeatLayoutConfig. - Updated example app with better comments and structure.
- Fixed static analysis scores (library names and formatting).
0.0.3 #
- Improved License section formatting in README.md.
0.0.2 #
- Fixed formatting issues in the README.md table.
0.0.1 #
- Initial release of Smart Seat Selector.
- Added support for Cinemas, Buses, and Events.
- Added Zoom, Pan, and Multi-select features.