Animation when extending textField
Open
enhancement
flutter
learn
research
spike
T4h
technical
UI
- Dominant language
- Dart
- Stars
- 152
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
When the TextField obtains focus (see #308), the height of the widget is maxed out to take as much screen as possible.
However this transition is a bit abrupt and I'm wondering if it's possible to have a smoother transition.
I'm going to research if it's possible to apply any nice effects to create this transition.
Some more documentation to read:
https://docs.flutter.dev/development/ui/widgets/animation
Contributor guide
Assessment
This issue has not been assessed yet.