Skip to content

Commit

Permalink
Final touched. Done with Buyer side
Browse files Browse the repository at this point in the history
  • Loading branch information
codewith-usama committed Nov 20, 2023
1 parent 0f2d351 commit ac05e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/category_screen_view/category_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class _CategoryDetailsState extends State<CategoryDetails> {
productMethod = FirestoreService.getProducts(title);
}

var controller = Get.find<ProductController>();
var controller = Get.put(ProductController());

dynamic productMethod;

Expand Down

0 comments on commit ac05e0c

Please sign in to comment.