jbowmanp1107 / ImageCropper.Maui

MIT License
43 stars 10 forks source link

It would be nice to have a sample project #8

Closed aokocax closed 1 month ago

aokocax commented 1 year ago

I tried the library, but unfortunately I couldn't get it to work with what was described in readme. It would be nice to have a simple sample project on Repostiyory. Thank you.

jbowmanp1107 commented 1 year ago

https://github.com/jbowmanp1107/ImageCropper.Maui/tree/main/ImageCropperDemo

aokocax commented 1 year ago

Somehow I didn't see it. Thank you.

aokocax commented 1 year ago

When I included the project from nuget, the libraries were not included, I downloaded the source code and compiled it locally and was able to use it by adding it as a reference.

(.net 7 maui app)

jbowmanp1107 commented 1 month ago

V1.1.0.2 has been released and updated to .NET 8. NuGet package should work as expected. If it doesn't work (if using windows Visual Studio to restore). Try running 'dotnet restore --no-cache --force' in the CLI. There is an issue with this package on Visual Studio on windows due to limitation in file lengths.