-
### Which packages are you using?
stream_chat_flutter_core, stream_chat_persistance
### On what platforms did you experience the issue?
iOS, Android
### What version are you using?
stream_chat_…
-
Flutter 2.5.3 • channel stable, json_serializable: 6.0.1
```
import 'package:json_annotation/json_annotation.dart';
part 'pageable_list.g.dart';
@JsonSerializable(explicitToJson: true, gener…
-
This is a pagination case. If a user in overscroll (maxExtended - position < 0) while new data coming into the list and didn't unpin it's finger, CustomScrollView with BouncingScrollPhysics will kick …
-
When refreshing using _pagingController.refresh(), getting this error and black screen
### Code
```
import 'dart:convert';
import 'package:balaloka/constants/api_links.dart';
import 'package:ba…
-
## Bug report
Compiling flutter for web, it throws an error whenever I call any methods on `RemoteConfig.instance`.
It works fine on Android and iOS. I have added the script tags in index.html, an…
-
When you call `controller.refresh()` you have to wait till the previous `addPageRequestListener `has finished and append. How do you cancel the previous future and just refresh again?
This happene…
-
Why should it be required? I use api that doesn't give me total items amount, how should i make it work?
-
## Bug report
**Describe the bug**
App released with crashlytics integration from documentation.
Stacktrace of event are unreadable.
An exemple of what I got :
> Non-fatal Exception: io.fl…
-
Hi,
I launched your example in flutter web. Unfortunately it is not working correctly:
- A default rows per page setting is missing. The variable is not initialised and the field empty, like on th…
-
### Which packages are you using?
stream_chat_flutter_core
### On what platforms did you experience the issue?
iOS, Android
### What version are you using?
stream_chat_flutter_core - 2.…