- Dependencies Updated
- Changed Package Name
- Bug Due Marquee Implementation Resolved
- Icon Text Marquee feature implemented.
- Circular Icon for Story list and Icon Text Below Icon.
- Dependencies Updated
- Attribute for icon text inside/outside container.
- Dependencies Updated
- Forked From Main Project
- Dependencies Updated
- Fixed story_view.dart Null Error.
- Added scrollDirection Attribute to Widget
- Updated dependencies
- Deleted predefined background color awaik#18
- Updated dependencies
- Fixed bug wil null error (issue: 14)
- Updated dependencies
- Updated dependencies
- Recreated example - now it is runnable again
- Flutter 2.0.0 & null safety
- Updated dependencies
- Updated dependencies
- Fixed documentation issue
- Change documentation
- Change deprecated document() to doc() in Firestore request
- Fixed bug with snapshot data
- Removed unnecessary packages.
- Fixed bug with flutter_cache_manager: ^2.0.0, by downgrading package.
- Upgrade packages
- Update code for
cloud_firestore: ^0.14.0
and forFlutter (Channel stable, 1.20.2
Important! cloud_firestore: ^0.14.0 have changed some methods, that could require to rewrite some code in your app.
- Add image with database structure.
- Add to readme info about new options.
- Add caption support to each slide. Now it is possible to add to Firestore database the map for each slide
fileTitle: {en: "Caption on the video"}
multi language supported by adding maps with different locales.
- Add options for styling captions on images & videos
captionTextStyle: TextStyle(
fontSize: 22,
color: Colors.white,
),
captionMargin: EdgeInsets.only(
bottom: 50,
),
captionPadding: EdgeInsets.symmetric(
horizontal: 24,
vertical: 8,
),
- Changed aspect ratio for single story image - it solves issue with iphone 11 displaying.
- Fixed minor issue awaik#7
- Fixed background color between pages
- Update dependencies and read.me
- Fix some minor bugs.
- Move close button a little bit.
- Add option
bool sortingOrderDesc;
- Add options for highlighting last stories
lastIconHighlight: true,
lastIconHighlightColor: Colors.deepOrange,
lastIconHighlightRadius: const Radius.circular(15.0),
- Add VoidCallback
backFromStories
. This create event when user closed stories screen. Find details in the example. - Add option for styling close button. Find details in the example.
/// stories close button style
Icon closeButtonIcon;
Color closeButtonBackgroundColor;
- Add option for background color during stories listing
backgroundColorBetweenStories: Colors.black,
- BREAKING CHANGE. Add multilanguage support for images inside story, database structure have changed
- Add option
textInIconPadding
- Improved preview skeleton during loading
- Fixed bug with stories listing.
- Improved README.MD
- Fixed bug with stories opening.
- Improved README.MD
- BREAKING CHANGE.
- Added multilanguage support for preview images title.
- For future changes, added multilanguage fields to stories.
- Add option
iconImageBorderRadius
- set roundness of the preview images - Add option
iconBoxDecoration
- set style of the preview images - Change example
- Change documentation
- Fixed bug when Stories placed inside column
- Improved example
- Initial Release