fixed bug on display buypoints
This commit is contained in:
@ -10,7 +10,7 @@ import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
||||
class SearchPage extends StatelessWidget {
|
||||
SearchPage({Key? key}) : super(key: key);
|
||||
|
||||
SearchController searchController = Get.find<SearchController>();
|
||||
SearchBarController searchController = Get.find<SearchBarController>();
|
||||
IndexController indexController = Get.find<IndexController>();
|
||||
|
||||
Image getImage(int index){
|
||||
|
||||
Reference in New Issue
Block a user