Nightwelf

Results 5 issues of Nightwelf

Hi! I need reconnect to all text rooms after lost connection or after connection was refused. Please. help. How i can do it?

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Flutter Quill version 8.6.4 ### Steps to reproduce - copy any text -...

bug

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Steps to reproduce after upgrade from 8.2.6 to latest read only broken :(...

bug

how i can ignore compile lib for web? i check platform in my dart code and for Linux all ok. but for web see this: ``` Launching lib/main.dart on Chrome...

bug

Your code: `LatLng get coordinate => LatLng(long, lat);` But LatLng constructor is: `const LatLng(double latitude, double longitude)` Correct code is: `LatLng get coordinate => LatLng(lat, long);` And in the end...

bug