3

As I found out, this effect of searching is built in the ios framework. But how this layout can be implemented in Flutter?

enter image description here

Akbar Pulatov
  • 2,955
  • 2
  • 16
  • 33

2 Answers2

0

What you're looking for is probably the Hero widget

Larvouu
  • 132
  • 12
0

https://pub.dev/packages/flutter_search_bar - looks like this is what you need, but unfortunately that package still not migrated to null safety, but you can look at source code and create own widget.

Vadim Popov
  • 727
  • 8
  • 16