Mairramer
Mairramer
@justinmc Thanks! My motivation is similar to the issues referenced. In my case I made some abstractions using FormField and TextEditingController. The code for this PR would eliminate all the...
@justinmc I'm going to put this PR as a draft. I analyzed this code again and realized that it doesn't work very well. It was not validating correctly in all...
> Sorry for the delay here, really I want to move Form toward a more declarative pattern, but that doesn't seem practical until I can get more time to work...
[image_picker: ^1.1.0] Android 12+ image viewer crashes when no images are passed to selected images
@stuartmorgan @gmackall I created a new PR complementing the one I had previously sent.
@yashas-hm In InkWell we already have this behavior of selecting the desired cursor. We can do this: ``` InkWell( onTap: () {}, mouseCursor: SystemMouseCursors.click, // Or mouseCursor: WidgetStateMouseCursor.clickable, child: Container(...
I use the tool [SVGO](https://svgo.dev/) to optimize the svgs and it works normally. But if I import them directly from `Figma` they give the error. But give another error: ```...
For now, I will just replace these SVGs with PNGs and gather more evidence about this error. I will create an example using only these SVGs and test it with...
@danagbemava-nc @tirth-patel-nc I tested this in a test app and couldn't reproduce the issue. It’s possible that something specific in the production environment is affecting it. For now, I’ll close...
> Unfortunately, my disliking toward certain aspects of the `Form` API is giving me some "analysis paralysis" as I consider how we might proceed with this PR. > > @Mairramer...
@nate-thegrate @stan-at-work Today, I spent some time experimenting with the Form and tried refactoring the code. I explored two approaches: one using `ValueNotifier` with a `Mixin` and another using only...