0

I am using shared_preferences: ^0.5.6. I'am getting the below error when i call shared preference in workmanager.

Unhandled Exception: MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)
Jean-François Fabre
  • 137,073
  • 23
  • 153
  • 219
Jagadeesh
  • 277
  • 1
  • 4
  • 11

2 Answers2

0

Can you run flutter clean and then uninstall the app from the emulator or your device and run it again

Selim Kundakçıoğlu
  • 1,986
  • 10
  • 20
0

I got the same error I have flutter_facebook_login: ^3.0.0 in yamal file which have something nullsafety kind of prevention so either you upgrade your sdk works but for me

it is working fine when I downgrade the facebookplugin thanks