ertgrulll / advstory

An advanced, complete story viewer for Flutter. Has support for images, videos, custom widget contents, gestures, interceptors, listeners, manipulators and much more.

Home Page:https://advstory.sourcekod.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web / MacOS / Windows / Linux Support

jtkeyva opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
Says it works for iOS & Android

Describe the solution you'd like
To work across other platforms

Describe alternatives you've considered
None

Additional context
Is there anything specific that will make it difficult? I know video, caching & performance can be problematic so not sure how realistic it is.

I plan to support more platforms in the long term, it's pretty realistic. The main issue is the cache for other platforms. If I remove caching, performance drops significantly. Story view can be changed on wide screens just like instagram web. I'll work on it after I complete the other features, I've added this to the roadmap, I'm closing the issue. You can use discussions to discuss this with me or anyone else interested in this feature.

Happy coding!

commented

Awesome! I think your option to (conditionally) disable caching is a step in the right direction.