boogi_flutter_sdk 1.0.2
boogi_flutter_sdk: ^1.0.2 copied to clipboard
A Flutter SDK for embedding Boogi's catalogue widget using a secure login token.
Changelog #
All notable changes to this project will be documented in this file.
[1.0.0] - 2025-05-09 #
Added #
- Initial release of
boogi_flutter_sdk
. Boogi.startSession(token)
to initialize a Boogi session via a secure token.Boogi.getWidget()
to retrieve the initialized WebView widget.BoogiWebView
widget that:- Loads Boogi catalogue via WebView.
- Enables JavaScript.
- Restricts navigation to boogi.io domains.
- Launches external links in the browser using
url_launcher
.