Anatoli Gonchar

Results 6 issues of Anatoli Gonchar

I try to parse this doc: ``` [{"insert":"Flutter Quill\n\n\n\n\n\n\n\n\n\n\n\n"},{"insert":"Flutter Quill\n"},{"insert":"Flutter Quill"},{"insert": "\n"}] ``` And I noticed, that "\n" creates some extra space after lines (you can notice that on the...

## What happened? DartPad can not compile code with equatable package ## Steps to reproduce problem Just import equatable package ## Additional info ### Browser Browser: Firefox Version: 104.0 (64-bit)...

bug
p2
dart-services

Search doesn't work on the site: https://mobx.netlify.app/

I see you have fromUint8List() in QrCode class, but you don't use it Please add support to create qr code from Uint8List

enhancement

It would be great to add middleware annotation for handlers. So, it can be something like that: ```dart class ShelfMiddleware { const ShelfMiddleware(this.middleware); final List middleware; } Middleware _logRequests() {...

Steps to reproduce: 1) Turn game sound on 2) Start playing 3) Turn off sound during playing (press sound button in the bottom of screen) 4) Press hot key on...