Flutter Test MissingPluginException

后端 未结 3 1726
刺人心
刺人心 2020-12-03 17:28

Running tests which rely on the SharedPreferences Plugin always result in

MissingPluginException(No implementation found for method getAll on channel plugins         


        
3条回答
  •  抹茶落季
    2020-12-03 17:40

    @Siman thanks

    version shared_preferences: ^0.5.12

    ad SharedPreferences.setMockInitialValues({}); before the runApp() function inside the main funation of Flutter App

    makes this error fixed for me

提交回复
热议问题