If you need the controller immediately use Get.put() instead of Get.lazyPut().
like Get.lazyPut(() => ProductController()); into Get.put(ProductController());
if still getting same issue than edit question and add some code so it's easy to understand you problem