Merge pull request #125 from yaso-meth/BUG--Business-home-search-working

BUG--Business-home-search-working
This commit is contained in:
yaso-meth 2025-04-01 15:56:10 +02:00 committed by GitHub
commit 1f1bc5647b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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];