Daddoon / BlazorMobile

Create full C# driven hybrid-apps for iOS, Android, UWP & Desktop with Blazor!
MIT License
413 stars 55 forks source link

Integrate a copy of EmbedIO library inside BlazorMobile #141

Closed Daddoon closed 4 years ago

Daddoon commented 5 years ago

Integrate a copy of EmbedIO library inside BlazorMobile.

The main purpose of this action is not to prevent any advertising of EmbedIO library in the package, as it will be mentionned on the README page, but to be able to use another version of the EmbedIO library when using BlazorMobile.

If the end-user update the EmbedIO library for its usage, BlazorMobile will surely broke as EmbedIO library tend to often have a lot of architectural change, and so, breaking changes for our plugin if it's updated.

The goal of this issue is:

Daddoon commented 4 years ago

Not a priority or blocking at the moment.