Ivan Danyliuk

Results 109 comments of Ivan Danyliuk

Please add it to README. We used logo as a branding, and it was crucial that the branding image is not distorted. On some Android phones it looks right, but...

Yes. It's not even 'recommendation'. They use the word 'must'. > Branded image: this **must** be 200×80 dp. https://developer.android.com/develop/ui/views/launch/splash-screen I would even add the validation/check for that on a runtime....

@AhmedLSayed9 thanks. But what are you thoughts regarding adding this functionality to the plugin (probably even more relevant to the FormField version)?

@AhmedLSayed9 sure, I'm suggesting implementation of a clear button functionality in this package out of the box, so all users who want clear button don't have to reinvent the wheel...

@AhmedLSayed9 good points. Yes, ability to redefine the clear icon seems very logical, but following 80/20 rules, 80% of users won't need custom icon and would prefer the most standard...

@singgihmardianto yes, but why is it needed? Every type in dart already extending Object by definition. The only reason I can think of is for not allowing null to be...

@dicksontsai thank you, but not really. The idea is that in this fast-changing AI landscape we're constantly trying different AI coding tools. General sense is to start treating AI agents...

@fmoor thanks! Not high a priority, but would be nice to have it someday to make error handling more reliable.

Inability to provide own InputDecoration makes widget unusable after upgrade. What was the point of inventing own class (FieldDecoration) instead of using InputDecoration that Flutter ecosystem uses?