Timothé Larivière
Timothé Larivière
Small update: got StackLayout to work 🎉
https://github.com/dotnet/maui/issues/5835
Still have some layout issues, but I made some progress
I ported the TicTacToe sample. It's not exactly the same than the XF one because Maui.Core lacks some features: `OnSizeAllocated` and `RequestedThemeChanged`.
>match box this with > | :? WidgetBuilder, styleID)` >I realize that it probably is bad practice to set the same property twice (I wanted to see what happens, if...
>We can peek at the next attribute to see if it has the same key, if it does then just skip the current one and select the latest. That would...
While I understand your point of view, as you said, I feel it's more about "what people are used to". In other languages like Swift, this kind of "dot after...
> @TimLariviere Would something like this be a viable alternative? @Tarmil This is interesting, but it comes with a number of challenges that I'm not sure F# supports. `VStack()` is...
For anyone wondering why we did what we did in Fabulous 2, you can find the long version of the story here: https://github.com/fsprojects/Fabulous/issues/738 Thanks everyone proposing alternative DSLs here. I...