shopify_app_bridge_flutter 1.1.2
shopify_app_bridge_flutter: ^1.1.2 copied to clipboard
A Flutter Web package that wraps the Shopify App Bridge JS SDK, enabling Flutter apps to run inside Shopify Admin as embedded apps.
1.1.1 #
- Metadata Fix: Updated repository and issue tracker URLs to point to the new GitHub repository.
1.1.0 #
- Improved Setup: Automatic JS interop script injection. No manual
index.htmlchanges required for the bridge. - Bug Fix: Fixed a runtime error where
hostFromUrl()was called before JS interop was ready. Now uses pure Dart for URL parsing.
1.0.0 #
- Initial Stable Release!
- Added support for
ShopifyAuth(Session Tokens). - Added support for
ShopifyToast(Success/Error). - Added support for
ShopifyRedirect(Admin Sections, External, Admin Paths). - Added support for
ShopifyTitleBar(Dynamic title updates). - Added support for
ShopifyLoading(Global loading indicator). - Added support for
ShopifyModal(Native modal dialogs). - Implemented hybrid JS interop for App Bridge v4 Web Components and legacy Action API fallbacks.