ertgrulll / advstory

An advanced, complete story viewer for Flutter. Has support for images, videos, custom widget contents, gestures, interceptors, listeners, manipulators and much more.
https://advstory.sourcekod.com
MIT License
41 stars 33 forks source link

Web / MacOS / Windows / Linux Support #6

Closed jtkeyva closed 2 years ago

jtkeyva commented 2 years ago

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.

ertgrulll commented 2 years ago

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!

jtkeyva commented 2 years ago

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