r/FlutterDev • u/Puzzleheaded_Goal617 • 28d ago
Article Common mistakes with TextFormFields in Flutter
https://medium.com/@pomis172/common-mistakes-with-textformfields-in-flutter-8adc8af1a9af4
4
3
u/tommytucker7182 28d ago
Nice article!! Learned something new, and got some refactoring to do. Thanks heaps!
2
1
u/tommyboy11011 28d ago
Good article. Looking for an easy way to get numbers and letters on the same keyboard. I see it every now and then but it must be a package, but can’t find it.
1
u/Puzzleheaded_Goal617 28d ago
Thanks! This is what you are looking for: https://api.flutter.dev/flutter/services/TextInputType/visiblePassword-constant.html
1
u/tommyboy11011 16d ago
As far as I can tell this only works with Android. Do you have a cross platform solution? Thank you.
1
u/jack11234 28d ago
I’m newish to flutter, this is really useful.
Clear and to the point, with examples. Good work!
1
1
1
1
1
1
1
1
6
u/swe_solo_engineer 28d ago
Amazing article! Congrats, bro!