reetags_widgets 0.0.8
reetags_widgets: ^0.0.8 copied to clipboard
Official Reetags widgets for displaying stories in Flutter applications. Features include story cards, story circles, and built-in story viewer with web support.
0.0.8 #
- Removed all box shadows and border radius from StoryCard widget for completely square cards
- Removed play button shadow
- Removed product miniatures border radius and shadows
- Removed gradient overlay border radius for sharp corners
0.0.7 #
- Fixed product ID path extraction to preserve slashes between segments (e.g., "products/product-handle" instead of "productsproduct-handle")
0.0.6 #
- Improved product redirection - productId now captures the full path (e.g., "products/creme-lotion" instead of just "products")
- Enhanced WebViewScreen to handle complex product URLs with nested paths
0.0.5 #
- Fixed iOS video fullscreen issue - videos now play inline correctly
- Migrated from webview_flutter to flutter_inappwebview for better iOS support
- Added proper iOS video configuration with allowsInlineMediaPlayback
- Improved WebView stability and performance
0.0.4 #
- Added WebViewScreen widget
- Added product redirection support
- Added web viewer support
0.0.3 #
- Fixed setState crash when widget is unmounted
- Added SafeArea to prevent display issues on notched devices
0.0.2 #
- Fixed description text overflow in StoryCard widget
- Added product miniatures to story cards
- Improved error handling in Publication model
0.0.1 #
- Initial release
- Added StoryCardList widget
- Added StoryCircleList widget
- Added product redirection support
- Added web viewer support