You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to 3.x.x there is no way to achieve consistent field look&feel throught default Flutter's InputDecoration. Many people have code that provides InputDecoration to their fields' widgets. 3.x.x update removed this possibility.
After upgrading to 3.x.x there is no way to achieve consistent field look&feel throught default Flutter's
InputDecoration
. Many people have code that provides InputDecoration to their fields' widgets. 3.x.x update removed this possibility.Related issues:
#144
#150
One of the solutions in these cases is to use
InputDecorator
widget and wrap field into it(removing all decoration in the child).However, wrapping into InputDecorator somehow throws hard to decipher error.
Code to reproduce:
Output:
The text was updated successfully, but these errors were encountered: