Flutter: Hot reload and hot restart are not working on android after adding firebase background functionality Flutter: Hot reload and hot restart are not working on android after adding firebase background functionality flutter flutter

Flutter: Hot reload and hot restart are not working on android after adding firebase background functionality


Check your import on file if your import like, Most of the time hot reload and hot restart not work because of this issue

import 'file:///E:/SelfProjects2/water_my_plants/lib/screens/Homescreen.dart';

change to

import 'package:water_my_plants/screens/Homescreen.dart';