File tree Expand file tree Collapse file tree
experimental/veggieseasons/lib/screens Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,26 +98,12 @@ class _SearchScreenState extends State<SearchScreen> with RestorationMixin {
9898 Widget build (BuildContext context) {
9999 final model = Provider .of <AppState >(context);
100100
101- return CupertinoTabView (
102- builder: (context) {
103- return SafeArea (
104- bottom: false ,
105- child: Stack (
106- children: [
107- _buildSearchResults (model.searchVeggies (terms)),
108- _createSearchBox (),
109- ],
110- ),
111- );
112- },
113101 return UnmanagedRestorationScope (
114- bucket: bucket,
115102 child: CupertinoTabView (
116- restorationScopeId: 'tabview' ,
117103 builder: (context) {
118104 return SafeArea (
119105 bottom: false ,
120- child: Column (
106+ child: Stack (
121107 children: [
122108 _buildSearchResults (model.searchVeggies (terms)),
123109 _createSearchBox (),
You can’t perform that action at this time.
0 commit comments