Flutter Hot Reload and Hot Restart not working
I figured the issue was with my import statement
it was :
import 'file:///E:/SelfProjects2/water_my_plants/lib/screens/plantScreen.dart';
I have changed it to
import 'package:water_my_plants/screens/plantScreen.dart';
in my main dart file that had the route to the PlantScreen()