Skip to content
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

Closed
mstfkhazaal opened this issue Jan 12, 2023 · 2 comments
Closed

Add SnackBar and multi tools to Desktop Version #673

mstfkhazaal opened this issue Jan 12, 2023 · 2 comments
Labels
wontfix This will not be worked on

Comments

@mstfkhazaal
Copy link
Contributor

I found in WPF UI Gallery controls with fluent ui in Microsoft store

Examples Tools:
SnackBar
image

Dialog ( Add this effect behind the dialog)
image

Navigation View
image

Date Picker
image

Calendar
image

And I found WPF UI System and Release https://github.com/lepoco/wpfui/releases/tag/2.0.3
image

TextEditor Notepad example
image

Setting Windows 11 Example
image

Microsoft Store Example
image

Snack Bar
image

.....

Please add them

@bdlukaa
Copy link
Owner

bdlukaa commented Jan 13, 2023

[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 InfoBar displayed in an Overlay. This, as well, can be easily achieved without requiring much flutter knowledge


[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 Snackbar, it can be easily achieved by combining a LinearGradient (with a transform) route with ContentDialog

[5] For NavigationView: In fact, Microsoft Store is the only app in the whole Windows 11 that uses that design. I don't know if microsoft is making it the new default, but it looks neat. Also, WinUI doesn't provide such "LeftFluent" design (see this).

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

@mstfkhazaal
Copy link
Contributor Author

Thanks, I will wait for new updates

@bdlukaa bdlukaa added wontfix This will not be worked on and removed waiting response labels Jan 13, 2023
@bdlukaa bdlukaa closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants