Paweł Szot

Results 7 issues of Paweł Szot

I've noticed that watch() is not very well optimized for larger fetches because on every update it fetches all data and maps it into objects. A typical case for larger...

enhancement

`FragmentProgram.fromAsset` on skia fails to compile a for loop. This only happens on skia renderer, works fine on impeller, but I'm not sure if it's possible to do `flutter test`...

engine
P4
impeller

## Use case Code generation has became a big part of flutter development, I'm currently using it for: 1. Generating i18n strings. 2. Generating asset paths. 3. Generating json parsing....

new feature
tool
dependency: dart
proposal
passed first triage
P4

Added basic support for Swift Package Manager. SPM can handle C libraries, and Swift supports binding to them, which means someone else can implement a wrapper on top of it....

The swift-snapshot-testing library has a very neat function called [assertInlineSnapshot](https://www.pointfree.co/blog/posts/113-inline-snapshot-testing). It can be used to check strings, and it automatically inserts them. I tested it with AccessibiilitySnapshotCore and I believe...

### Is there an existing feature request for this? - [x] I have searched the existing issues. ### Command Tast semantic tree via snapshots ### Description I would like to...

Hi, I started working on a feature I would like to add, but there is some setup I needed to do to be able to debug code, etc. AFAIK none...