- 🆕 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!
- 🐞 "maxSelectedObjects" supports both types int and List<Map<String, dynamic>>.
- 🆕 Add more attributes.
- 🆕 Expose WebView.gestureRecognizers property.
- 🐞 Different coordinate types.
- 🆕 PriceCategory supports prices of double type.
- 🆕 onHoldSucceeded/onHoldFailed add callback parameters.
- 🆕 Support spotlight mode.
- 🆕 Update gradle dependencies to support android demo running.
- 🆕 Supported region config.
- 🆕 Supported language config.
- 🆕 new parameter showSectionContents. Can be set to auto, always and onlyAfterZoom.
- 🐞 Don't set a default value for the numberOfPlacesToSelect field.
- 😥 Forgot to submit the code before publishing.
- 🆕 Add some callbacks for SeatsioWebView.
- 🎉 Congratulations, the first beta version is ready!
- 🆕 Add onObjectSelected and onObjectDeselected callbacks for SeatsioWebView.
- 🐞 Fix the html string of Seatsio.
- 🆕 Update some properties of SeatingChartConfig.
- 🆕 Update example.
- 🆕 Update readme document.
- 🆕 Create Seatsio SDK for Flutter.