-
Notifications
You must be signed in to change notification settings - Fork 51
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
type '() => Null' is not a subtype of type '(() => StoryItem)?' of 'orElse' #20
Comments
Probably you have the wrong name in one of the fields in the database. |
Can you send me the code, I'll check it. |
i copied your code and i was just testing
|
This is definetaly the data structure. |
Did you have any success solving the issue? I have the same database schema but although i can see previews, when i try to view stories I get this error |
Please check arrays and maps as on the screenshots upwards. |
I fixed it with this suggestion, However, video stories still don't work, on both your version and my fork. I tried it with both on my database and your database and example code. Video shows as loading but never loads. |
Can you please make a video with database - when you point a mouse it displays field type. |
uncomment setstate() - inside story_video.dart - code snippet --- playerController!.initialize().then((v) { |
the package not work, the story cover show but when i click on it u got null error, i tried all the solutions and didn't work |
when opening the story i get this error
type '() => Null' is not a subtype of type '(() => StoryItem)?' of 'orElse'
can you help
The text was updated successfully, but these errors were encountered: