Nikita Dauhashei

Results 10 comments of Nikita Dauhashei

Is it possible to move the `material` and `cupertino` packages outside of Flutter? - Components for other platforms are separate from Flutter ([fluent](https://pub.dev/packages/fluent), [macos_ui](https://pub.dev/packages/macos_ui), [yaru](https://pub.dev/packages/yaru), ...) - You can update...

@MaxYablochkin, I think you are using an old version of the app https://user-images.githubusercontent.com/16593680/188392374-abfce9b7-656b-4b6c-b081-c043338a4a36.mp4

For example, I have a search provider. I do not need to store this data between application launches, but I would like the state to persist if the system kills...

`protoc-3.17.3-osx-aarch_64.exe` https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.17.3/

@tomgilder When will this be implemented?

@tomgilder The app has a bottom navigation screen And nested screens can open Flow on top of everything Flow can show different screens depending on what the user chooses There...

Hi @marcglasberg All keys in JSON are strings, so I don't understand why this code is here Also, why do the `_safeKeyFromJson` and `_safeKeyToJson` methods exist? https://github.com/marcglasberg/fast_immutable_collections/blob/d5aca34b39e697edfedb5245abde013e7733f67e/lib/src/imap/imap.dart#L407-L415

> I can pad the TextView on the left and right with a Padding widget, but I can't pad the top and bottom without creating an unsightly top and bottom...

Hi I'm sorry for the delay. It's not something urgent. I decided to try to do it myself, but ran into some problems: 1. Such expressions are not parsed correctly:...

https://github.com/leancodepl/patrol/issues/1868#issuecomment-1814241939 - This solved this problem Here is a small wrapper for "correctly" running `patrol` tests: ```dart import 'package:flutter_test/flutter_test.dart'; import 'package:patrol/patrol.dart'; // Replace `my_app` with your package name import 'package:my_app/main.dart'...