An open API service indexing awesome lists of open source software.

https://github.com/wpfdevelopersorg/demo

Configurations for Maui
https://github.com/wpfdevelopersorg/demo

Last synced: 8 months ago
JSON representation

Configurations for Maui

Awesome Lists containing this project

README

          

# Demo
Configurations for Maui

MauiApp1: 这是一个Winui3相关的Demo
1 你可以通过Native的方式在Maui中使用到Windows平台的控件映射
2 你可以对Maui Windows平台的控件进行深度定制
3 可以去掉Maui Windows平台上的标题栏等一系列东西

MauiApp2: 这是一个涉及到Shell导航的Demo
1 你可以通过这个demo学习到Shell的导航方式
2 你可以通过这个demo学习Login页面和Home页面的切换
3 你可以通过这个demo学习到切换导航时如何传递导航参数(QueryProperty和MessageCenter两种方式)

MauiApp3: 这是一个如果对Winui3的控件修改样式的demo
1 你一定有这样的需求,我做了一个控件库,控件库实现了Winui3的部分控件样式,但是这个东西使用theme.xaml做了控件样式,如果传统的Winui3你一定知道在App.xaml中去添加ResourceDictionary,但是在Maui中怎么办,该Demo可以让你学习如何实现

MauiApp4: 这是一个设置相关的demo,
1 你可以通过设置条件编译去根据不同的平台加载对应平台的nuget包
2 你可以通过设置条件编译开启maui程序windows平台直接双击exe运行(unpack)

MauiApp5: 无

MauiApp6: 这是一个使用skiasharp 播放Lottie动画的demo

MauiAPp7: 这是一个使用skiasharp 播放Confetti动画的demo