Search functionality - Flutter

In Flutter, you could use a TextField to search for screens.

TextField(
  onChanged: (text) {
    // Search
  },
),