FreakyAli / Maui.FreakyControls

FreakyControls is a free OSS UI Kit for .NET MAUI which provides a set of controls and utilities to build modern mobile apps.
MIT License
294 stars 36 forks source link

Help needed to run sample #114

Closed novastream closed 6 months ago

novastream commented 6 months ago

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) image

Basic Information

Screenshots

Please see above

Reproduction Link

n/a

FreakyAli commented 6 months ago

Did you add the namespace?

xmlns:freakyControls="clr-namespace:Maui.FreakyControls;assembly=Maui.FreakyControls"
novastream commented 6 months ago

Thank you, worked like a charm and thank you for a great project!

FreakyAli commented 6 months ago

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 😄