storify 0.1.0
storify: ^0.1.0 copied to clipboard
Storify — Instagram-like stories for Flutter: scrollable tray, full-screen viewer, RTL support, theming, transitions, and cached video slides.
Changelog #
All notable changes to the storify package are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-05-18 #
Added #
StoriesTray— horizontal scrollable thumbnail row with seen/unseen rings.StoriesPanel— tray wired to open the full-screen viewer.StoryViewer— segmented progress, header, captions, gestures (tap, hold, swipe down).StoryUserandStoryItemmodels with title, subtitle, and caption support.StoriesThemeData— tray, rings, viewer, progress bar, video, and transition styling.StoriesScopefor RTL and theme overrides.- RTL support via directional layout throughout.
StoryItemTransitionandStoryUserTransition(fade, slide, scale, zoom, cube, and more).StoryItemhelpers:imageUrl,imageAsset,videoUrl,videoFile,videoAsset,widget.StoryVideoSlidewithcached_video_playerand hold-to-pause sync.StoryAvatar,StoryProgressBar,StorySlideOverlay,StoryGestureLayer.- Example app with transition pickers and RTL toggle.