-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i get Current Position of shown Story ? #97
Comments
Go to your pubspec.yaml and use this version:
You will have to add the position manually when you put the storyItems like this:
And then you can get it on onStoryShow Function, like this:
Very simple, please reply if it works. |
@mdpe-ir Please have a look at this example to get the position of a story item storyexample/lib/whatsapp.dart:151 You can also use custom keys to have handles on story positions... Please have a look at this PR:#74 which talks about that |
How can i get Current Position of shown Story onStoryShow Function
The text was updated successfully, but these errors were encountered: