Peter Obiechina
Peter Obiechina
> It looks like this project has been abandoned by the developers. > Would anyone like to create our own package forked from this with me? > We can create...
Mine fails too. **Possible solution:** Set `curve` to the default value (i.e don't give `curve` a value or set `curve = Curves.easeIn`). This seems to fix mine.
> ``` > Stream xstream = FirebaseFirestore.instance > .collection('messages') > .where('encSenderUId', isEqualTo: _loggedInUserId) > .where('encReceiverUId', isEqualTo: widget.encUId) > .orderBy('messageId', descending: true) > .startAt([_startAtTimestamp]) > .limit(1) > .snapshots(); > > xstream.listen((event)...
Hello, Thank you for bringing this to our attention. We have begun working on it.
Hello, this has been fixed and included in the latest release (24.4.0). Thank you.
 [[Flutter] Auto Scroll tracking](https://trello.com/c/7g4LnEU7/1624-flutter-auto-scroll-tracking)
Hi there, Thanks for flagging this. We've been able to replicate the bug and I've made a pull request to fix it. [PR](https://github.com/Countly/countly-sdk-flutter-bridge/pull/208) We'll include the fix in the next...
Yes, it was included in the latest release. Closing this issue.
 [[Flutter] Make sure all function comments comment on the return value (if it is not void)](https://trello.com/c/zR5eebfx/1575-flutter-make-sure-all-function-comments-comment-on-the-return-value-if-it-is-not-void)
Hello @peterkuiper, Are you experiencing this issue only on Android, or does it affect both platforms? Can you elaborate more on ‘foreground Push Notifications are “hijacked” by `countly-sdk-react-native-bridge` on Android’?...