maui
maui copied to clipboard
Reusable / extendable version of SecureStorage? (and for that matter - other relevant packages as well)
Description
I would like to reuse the SecureStorage code in an Uno Platform app. The platforms supported by Uno Platform do not entirely overlap with MAUIs platforms, and currently the only way to consume this code and add platforms seems to be copying the code into another repo and building a separate library from it.
Is there a way how code from this repo can be reused and extended with other platforms that are not part of MAUI, without taking a dependency on the full MAUI Essentials Nuget package?
Public API Changes
I guess the same - just packaged in a different way?
Intended Use-Case
I would like to use the cross-platform code that is part of MAUI in more places with Uno Platform.