From 3b65403631583f41e4175871c0b75489824cb986 Mon Sep 17 00:00:00 2001 From: Andrew Brogdon Date: Wed, 14 Jul 2021 16:56:11 -0700 Subject: [PATCH] Update README.md (#853) Probably shouldn't have the README mention a widget that no longer exists. --- veggieseasons/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/veggieseasons/README.md b/veggieseasons/README.md index 114b3563a..8f0273e91 100644 --- a/veggieseasons/README.md +++ b/veggieseasons/README.md @@ -22,13 +22,6 @@ These are the screens presented in the app, roughly analogous to UIViewControllers. `HomeScreen` is the root, and the others are shown as the user navigates. -### `/widgets/search_bar.dart` - -An example of how to construct an Cupertino-style search bar. The -Flutter team [is working on an official widget](https://github.com/flutter/flutter/issues/9784) -for this. Once that effort is complete, developers will not need to roll -their own search bars, so to speak. - ## Questions/issues If you have a general question about any of the techniques you see in