-
-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SnackBar and multi tools to Desktop Version #673
Comments
[1] For Calendar: #236 [2] For "TextEditor Notepad example": this is complex debate. Flutter itself doesn't provide a rich text editor and the community had to create them themselves (such as flutter_quill). In my view, it can be easily implemented with the already implemented widgets (buttons, combo bar, flyout and tooltip). This is the same case as #514, which is labeled as an wont-fix [3] For Snackbar: It looks like just a [4] For Dialog: The glass effect is interesting, yet, I have never seen it in an actual Windows app. Even in the official microsoft apps, it's not present. Tho, just like [5] For NavigationView: In fact, Microsoft is so inconsistent with its own products, that I can only follow the provided documentation. This is one of the reasons pivot (#147) is not implemented as well. This is also the reason why [4] is a [5] wontfix for now |
Thanks, I will wait for new updates |
I found in WPF UI Gallery controls with fluent ui in Microsoft store
Examples Tools:
![image](https://user-images.githubusercontent.com/47450090/212024304-c698b5df-7c2a-4a09-be41-64939bc841f4.png)
SnackBar
Dialog ( Add this effect behind the dialog)
![image](https://user-images.githubusercontent.com/47450090/212024450-70bb7892-b8c7-4f7d-b956-7f4b9a72e7ed.png)
Navigation View
![image](https://user-images.githubusercontent.com/47450090/212024859-bd38966b-02fe-45ed-ba05-314070ad9964.png)
Date Picker
![image](https://user-images.githubusercontent.com/47450090/212025153-5fc8ab2e-1b14-4fd2-8174-02b682812324.png)
Calendar
![image](https://user-images.githubusercontent.com/47450090/212025230-0a17f8e9-625d-4a10-8bf5-20abf9148173.png)
And I found WPF UI System and Release https://github.com/lepoco/wpfui/releases/tag/2.0.3
![image](https://user-images.githubusercontent.com/47450090/212026101-d692ea33-418e-4c65-820f-1bced5d073dd.png)
TextEditor Notepad example
![image](https://user-images.githubusercontent.com/47450090/212026176-4812025b-4a28-43a2-b03e-eafb0506a661.png)
Setting Windows 11 Example
![image](https://user-images.githubusercontent.com/47450090/212026350-98893e73-9da8-4a19-a695-d29315295337.png)
Microsoft Store Example
![image](https://user-images.githubusercontent.com/47450090/212026516-06570cc8-6f19-4602-b91d-06b931bd492c.png)
Snack Bar
![image](https://user-images.githubusercontent.com/47450090/212026576-be57791d-9321-48ea-9c51-857bc1d2e0bf.png)
.....
Please add them
The text was updated successfully, but these errors were encountered: