syedmurtaza108 / chucker-flutter

An HTTP requests inspector inspired by Chucker Android
https://pub.dev/packages/chucker_flutter
MIT License
54 stars 32 forks source link

[Mac support] Relying on shared preferences appears to break mac support. #15

Closed neiljaywarner closed 1 year ago

neiljaywarner commented 2 years ago

[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)

Could you use hive? The docs and pub.dev say supports mac

syedmurtaza108 commented 2 years ago

@neiljaywarner SharedPreferences supports all platforms that Flutter supports. See their docs. The issue that you are reporting occurs when you are using a package for the first time. I suggest you to uninstall your application completely and then reinstall it.

If this doesn't help you, please visit Issues section of Flutter's github. There are already many issues reported similar to above.

By the way I have planned to migrate to hive or moor but not in near future.

Thank you for using this package🙏.