Introducing FreakyControls for .Net MAUI (iOS & Android) #10071
Unanswered
FreakyAli
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So lately I have been using MAUI for some new development and there were some features in some of its basic controls that I found missing which led me to think why a certain something is missing. Ergo I came up with my own set of controls that actually fulfilled my needs and did a tad bit more 😁
GitHub : https://github.com/FreakyAli/MAUI.FreakyControls
NuGet: https://www.nuget.org/packages/FreakyControls
The above Repo/NuGet contains the following 4 controls.
Entry: With support for ImageDrawables in Left Right Viewport with click events and more
SvgImageView: An ImageView that supports SVG images but uses SkiaSharp SkCanvas for this. Hence has no pesky PNG conversions.
TextInputLayout: A TIL control with all the existing Entry Control extension properties.
Feel free to get back to me if you have questions or suggestions.
Thank you 😄
Beta Was this translation helpful? Give feedback.
All reactions