Mairramer

Results 9 issues of Mairramer

This will add a new autovalidateMode to Form and FormField, based on issue #40675. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there...

framework
will affect goldens

Fix podspec not found error when trying to run project

fixes https://github.com/flutter/flutter/issues/120083 Description This PR addresses the following issues: - Resolves the unexpected scrolledUnderElevation trigger that occurs when scrolling within the Drawer and NavigationDrawer. - Fixes the behavior related to...

framework
f: material design

Fixes https://github.com/flutter/flutter/issues/154615 When scrolling back to the top, the position of the first item should be reset to zero. Otherwise, the accumulated position may be maintained, which in some cases...

a: text input
framework
f: scrolling

Fixes https://github.com/flutter/flutter/issues/153922 Improved reordering logic in Sliver Animated List to handle duplicate keys and improve removal stability to handle this behavior. ## Pre-launch Checklist - [x] I read the [Contributor...

a: text input
framework
f: scrolling

Fixes #142701 This PR fixes an issue where on the first build `AutovalidateMode.always` was not called. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process...

a: text input
framework
f: material design

### Steps to reproduce I'm running the app on an iPhone X with iOS 16.7.11. When accessing some specific screens that display certain SVGs, the app crashes. I don't know...

in triage

### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-dart/issues) ### Build info - objectbox version: 4.3.0 - Flutter/Dart version: 3.29.3 - Build OS: macOS 15.4.1 (24E263)...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Version 5.11.0 ### Command type build_runner (Default) ### What happened? When I set...

bug