flutter_instagram_stories 0.1.3+5 copy "flutter_instagram_stories: ^0.1.3+5" to clipboard
flutter_instagram_stories: ^0.1.3+5 copied to clipboard

outdated

Display stories just like Whatsapp & Instagram. Built-in groups (multiple stories with one icon), cache, video, gifs. For now works with Firestore database only.

0.1.3+5 #

  • Changed aspect ratio for single story image - it solves issue with iphone 11 displaying.

0.1.3+4 #

0.1.3+3 #

  • Update dependencies and read.me

0.1.3+2 #

  • Fix some minor bugs.

0.1.3+1 #

  • Move close button a little bit.

0.1.3 #

  • Add option bool sortingOrderDesc;
  • Add options for highlighting last stories
    lastIconHighlight: true,
    lastIconHighlightColor: Colors.deepOrange,
    lastIconHighlightRadius: const Radius.circular(15.0),

0.1.2 #

  • 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,

0.1.1 #

  • BREAKING CHANGE. Add multilanguage support for images inside story, database structure have changed

0.1.0+3 #

  • Add option textInIconPadding
  • Improved preview skeleton during loading

0.1.0+2 #

  • Fixed bug with stories listing.
  • Improved README.MD

0.1.0+1 #

  • Fixed bug with stories opening.
  • Improved README.MD

0.1.0 #

  • BREAKING CHANGE.
    1. Added multilanguage support for preview images title.
    2. 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

0.0.1+1 #

  • Fixed bug when Stories placed inside column
  • Improved example

0.0.1 #

  • Initial Release
165
likes
0
pub points
76%
popularity

Publisher

verified publisherawaik.pro

Display stories just like Whatsapp & Instagram. Built-in groups (multiple stories with one icon), cache, video, gifs. For now works with Firestore database only.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cached_network_image, cloud_firestore, dotted_border, firebase_core, flutter, flutter_cache_manager, json_annotation, rxdart, skeleton_text, video_player

More

Packages that depend on flutter_instagram_stories