79313433

Date: 2024-12-28 08:19:30
Score: 1.5
Natty:
Report link

This error usually occurs when a package is added while the Flutter application is running on the emulator. Hot reload or hot restart does not allow the package to be added to the application, so the application must be completely terminated and restarted.

The solution steps I will suggest

Completely terminate and restart the application

Before restart the app , do this two steps flutter clean -> flutter pub get

https://pub.dev/packages/flutter_secure_storage make sure you are doing right the installation of package

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yusuf