We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2d351 commit ac05e0cCopy full SHA for ac05e0c
lib/views/category_screen_view/category_details.dart
@@ -34,7 +34,7 @@ class _CategoryDetailsState extends State<CategoryDetails> {
34
productMethod = FirestoreService.getProducts(title);
35
}
36
37
- var controller = Get.find<ProductController>();
+ var controller = Get.put(ProductController());
38
39
dynamic productMethod;
40
0 commit comments