What is replacement for `FilledTextField` and `Out...
# compose
a
What is replacement for
FilledTextField
and
OutlinedTextField
in dev17? And is there any easy way to resolve all the issue while moving from one release version to another 😅. I am moving from dev14 to dev17.
v
FilledTextField is replaces with TextField in dev17, OutlinedTextField is the same.
☝️ 1
z
From dev14 though, I think both artifact and package names changed. The release notes explain both the class rename and package/artifact changes.
a
Yes, there are so many changes.