-
**Describe the bug**
https://user-images.githubusercontent.com/25682164/127627708-09c66741-584d-4e22-b767-628cc4876f0e.mp4
**What package are you using? What version?**
2.0.0-nullsafety.8
…
-
When I connect the user it gets connect but after some time. The user becomes null.
```
Future main() async {
//TODO Remove
final String apiKey = "m3pkw92bhb2f";
final StreamChatClient…
-
I see that we can handle scroll DOWN to load more, but is it possible to handle scroll UP as well to load more? For example, initial page is 2. So when I scroll to top I need to fetch page 1 etc.
-
Firstly I will like to say a big thank you for this amazing and wonderful project that will soon overtake most of the unmaintained libraries out there. As I'm currently in need of something similar to…
-
i updated latest flutter sdk and after i updated it i get error from shared preferences package
```bash
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task '…
ghost updated
3 years ago
-
here is my data list from api
````
Future getSWData() async {
var res = await http .get(Uri.encodeFull(url), headers: {"Accept": "application/json"});
var resBody = json.decode(res.bo…
-
Hello, Syncfusion team!
Thank you for the great chart library and your hard work! I am currently testing syncfusion_flutter_charts in my pet project and unfortunately came upon an issue. I recentl…
-
I am using urdu font as ttf. The problem is when i save the pdf and open it. it shows urdu words in characters.
final dir = await getApplicationDocumentsDirectory();
print(dir.path);
fi…
-
I tried to run this example on Chrome but I get following error:
```
Launching lib\main.dart on Chrome in debug mode...
Waiting for connection from debug service on Chrome...
lib/samples/maps/tile…
-
**Describe the bug**
ChannelListView widget won't refresh automatically when new channel is added. I must reload the ChannelsBloc to get it query the new channels.
**What package are you using? Wh…