Zemlaynikin Max

Results 9 issues of Zemlaynikin Max

Hi, thank you, it is a very cool flutter project. I just can't imagine that it is real. Problem: when you open the game in the first time in the...

Hi, thanks for this package! When the program is launched using `serve` command it breaks down with the exception below. However, it works fine when you `build` the app. ```dart...

bug

Hello everyone! I have started moving this package to Flutter 2 & null-safety so this is a place for discussions I have big plans and hope they'll come true! #...

enhancement

Records are coming in the dart 3. They are pretty useful and the almost only drawback is the inability to copy them. I believe it's possible to implement as records...

enhancement

## Status **READY** ## Breaking Changes NO ## Description I've noticed that the performance of comparing objects with collections can be significantly enhanced. These optimizations in my application led to...

enhancement

- Add an `errors` stream getter to the `CombineIsolate` - Add an `onError` callback parameter to the `spawn` method - Add an `onExit` callback parameter to the `spawn` method #...

enhancement

Additionally, I found a bug in the `unordered list followd by empty list item` test. In previous versions of the markdown package, parsing this markdown `- list item 1\n -...

I've tried to push a route with a non primitive data in the `extra` parameter and got the error `UnimplementedError: structured clone of other type`. I figured out that `Router.push`...

bug

### Use case V and H boxes are pretty powerful, but sometimes I need to make them scrollable ### Proposal Add something like `$with.scrollable` modifier on base of the `SingleChildScrollView`...

enhancement