tiger4589 / Xamarin.Forms-CardView

A Package to create a CardView using Xamarin.Forms that works on the three platforms (Android, iOS, UWP)
MIT License
66 stars 16 forks source link

Fixed null default value bug #8

Closed frankfolsche closed 6 years ago

frankfolsche commented 6 years ago

I had some issues, with the plugin, getting the following exception: Default value did not match return type Parameter name: defaultValue

This was because in the constructor the bindable properties where not set yet.

frankfolsche commented 6 years ago

Hey, Great that you accepted the changes. Could you push the new version to Nuget then I can use it in my project easily.

tiger4589 commented 6 years ago

@frankfolsche It took me a while because I've got too busy, but I pushed the new package today. Thank you again.