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.
Libraries
- storyteller_sdk
- Official Storyteller SDK for Flutter