As I found out, this effect of searching is built in the ios framework. But how this layout can be implemented in Flutter?
Asked
Active
Viewed 68 times
2 Answers
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