Closed novastream closed 7 months ago
Did you add the namespace?
xmlns:freakyControls="clr-namespace:Maui.FreakyControls;assembly=Maui.FreakyControls"
Thank you, worked like a charm and thank you for a great project!
No worries happy it helped, I also have other interesting stuff you can find on my GitHub be sure to check it out, Flutter and .NET MAUI only for now, but i might expand later maybe, be sure to leave a star at whatever you like and follow me for updates on these projects 😄
Description
So this is kind of this issue #106 but with some context :)
Simply just need some pointers on how the get the sample working.
Code
Sample code from help page
Expected Behavior
Working controls
Actual Behavior
So I've added the package by nugget and added builder.InitializeFreakyControls(); to my MauProgram.cs. The app builds without any issues but when I try to add a control to my MainPage.xaml I get the following error (see attached image)
Basic Information
Screenshots
Please see above
Reproduction Link
n/a