storyig 0.1.3
storyig: ^0.1.3 copied to clipboard
Flutter widgets for Instagram-like story circles and a lightweight story creator.
0.1.3 #
- Refined
StoryCreatortool rail styling with a lighter translucent background. - Softened tool button borders and shadows for a more Instagram-like overlay feel.
0.1.2 #
- Added working music picker flow in
StoryCreatorwith audio preview playback. - Added local device music selection hook (
onPickLocalMusic). - Added online music search hook (
onSearchOnlineMusic) with selectable results. - Added music trim UI (up to 30 seconds) with preview while trimming.
- Added
StoryMusicTracktrim metadata (startAtSeconds,clipDurationSeconds). - Improved story creator tool visibility and interactions for Text, Music, Effects, and Stickers.
0.1.1 #
- Added
homepage,repository, andissue_trackerlinks for pub.dev metadata.
0.1.0 #
- Initial release.
- Added
StoryCircleListfor Instagram-style story circles. - Added
StoryCreatorfor creating stories with caption support. - Added
StoryViewerwith fullscreen playback, progress bars, tap navigation, and long-press pause. - Added built-in video playback support in
StoryViewerusingvideo_player. - Added web-compatible example integration with media picking.