alexrintt / shared-storage

Flutter plugin to work with Android external storage.
http://alexrintt.io/shared-storage/
MIT License
54 stars 26 forks source link

Improve SDK versions handling #8

Open alexrintt opened 2 years ago

alexrintt commented 2 years ago

Current behavior

Current handling to unsupported SDK version is just throwing an result.notImplemented() which throws an MissingPluginImplementation.

Expected behavior

Improve the error and the SDK handling from the package side.