seatsio 0.4.0
seatsio: ^0.4.0 copied to clipboard
-> This is the Flutter version of seatsio SDK. It helps you integrate seating charts into Flutter apps.
0.4.0 #
- 🆕 Migrate the base version of webview_flutter to 4.0.0.
- 🆕 Support hold token initialization and configuration callbacks.
- 🙏 Thanks to RahmiTufanoglu for contributing a lot of excellent code!
0.3.4 #
- 🐞 "maxSelectedObjects" supports both types int and List<Map<String, dynamic>>.
0.3.3 #
- 🆕 Add more attributes.
0.3.2 #
- 🆕 Expose WebView.gestureRecognizers property.
0.3.1 #
- 🐞 Different coordinate types.
0.3.0 #
- 🆕 PriceCategory supports prices of double type.
- 🆕 onHoldSucceeded/onHoldFailed add callback parameters.
- 🆕 Support spotlight mode.
- 🆕 Update gradle dependencies to support android demo running.
0.2.0 #
- 🆕 Supported region config.
- 🆕 Supported language config.
0.1.2 #
- 🆕 new parameter showSectionContents. Can be set to auto, always and onlyAfterZoom.
0.1.1 #
- 🐞 Don't set a default value for the numberOfPlacesToSelect field.
0.1.0+1 #
- 😥 Forgot to submit the code before publishing.
0.1.0 #
- 🆕 Add some callbacks for SeatsioWebView.
- 🎉 Congratulations, the first beta version is ready!
0.0.3 #
- 🆕 Add onObjectSelected and onObjectDeselected callbacks for SeatsioWebView.
- 🐞 Fix the html string of Seatsio.
0.0.2 #
- 🆕 Update some properties of SeatingChartConfig.
- 🆕 Update example.
- 🆕 Update readme document.
0.0.1 #
- 🆕 Create Seatsio SDK for Flutter.