forked from yaso_meth/mih-project
Merge pull request #125 from yaso-meth/BUG--Business-home-search-working
BUG--Business-home-search-working
This commit is contained in:
@@ -193,7 +193,7 @@ class _MihBusinessHomeState extends State<MihBusinessHome> {
|
||||
child: SizedBox(
|
||||
child: MIHSearchField(
|
||||
controller: searchController,
|
||||
hintText: "Search Mzansi Packages",
|
||||
hintText: "Search MIH Packages",
|
||||
required: false,
|
||||
editable: true,
|
||||
onTap: () {
|
||||
@@ -237,6 +237,7 @@ class _MihBusinessHomeState extends State<MihBusinessHome> {
|
||||
itemCount: filteredPackages.length,
|
||||
gridDelegate: SliverGridDelegateWithMaxCrossAxisExtent(
|
||||
maxCrossAxisExtent: packageSize,
|
||||
crossAxisSpacing: 5,
|
||||
),
|
||||
itemBuilder: (context, index) {
|
||||
return filteredPackages[index];
|
||||
|
||||
Reference in New Issue
Block a user