-
Notifications
You must be signed in to change notification settings - Fork 74
Description
Describe the bug
ownChildren always returns null
What version of Flutter do you use?
3.3.10
What package are you using? What version?
stream_feed: ^0.6.0+2
stream_feed_flutter_core: ^0.8.0
What platform is it about?
- Android
- iOS
- Web
- Windows
- MacOS
- Linux
[✓] Flutter (Channel stable, 3.3.10, on macOS 13.0.1 22A400 darwin-arm, locale en-CA)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.74.2)
[✓] Connected device (4 available)
[✓] HTTP Host Availability
Expected behavior
Following the Streamagram tutorial and expecting to get ownChildren to determine if a comment is liked or not.
Following the tutorial (pictured below), however all instances of ownChildren return null.
Reactions are going through appropriately (I've matched the id's & reaction counts update), but still nothing appears in ownChildren.

