flutter stuck at "Installing profile for com.example.learn_flut"
00:50 06 Sep 2024

it has been like 30 mins and while running the app I'm always stuck at "Installing profile for com.example.learn_flut". the problem is the app just shows the flutter logo and is stuck at "Installing profie" its not progressing further.

is my code causing any problem or what?

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await Firebase.initializeApp();
  runApp(const MyApp());
}

I tried multiple time restarting and flutter clean, pub get but it seems to not work. I was using an emulator but after running it on my phone also it is stuck at "Installing profile". what could be the reason for this?

also someone suggested that i should provide more info, what should i info should i provide more?image this where i am stuck at.

flutter