storyteller_sdk 11.1.0 copy "storyteller_sdk: ^11.1.0" to clipboard
storyteller_sdk: ^11.1.0 copied to clipboard

Official Storyteller SDK for Flutter - thin wrapper around native iOS and Android SDKs

Storyteller Flutter SDK #

Storyteller is also available for iOS, Android, React Native and Web. All of the samples for our SDKs are available upon request.

Documentation #

All of the documentation for our Flutter SDK is available upon request.

Tile Tap Callback #

StorytellerStoriesGridView(
  isScrollable: true,
  categories: const ['news'],
  onTileTapped: (tileType) {
    print('Tapped: ${tileType.id}');
    if (tileType is StorytellerStoryTile) {
      print('Story categories: ${tileType.categories}');
    }
  },
)

Storyteller Flutter Showcase #

Explore a full-featured Showcase app demonstrating Storyteller in real-world layouts:

Need Help? #

We're always available at support@getstoryteller.com to provide help and assistance with integrating the Storyteller SDK into your Flutter app.

0
likes
140
points
366
downloads

Publisher

verified publishergetstoryteller.com

Weekly Downloads

Official Storyteller SDK for Flutter - thin wrapper around native iOS and Android SDKs

Homepage
Repository (GitHub)
View/report issues

Topics

#storyteller #video #stories #clips #content

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on storyteller_sdk

Packages that implement storyteller_sdk