-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Implement the new AdwAboutDialog #68
Comments
I can take this on, but from my testing on the adwaita test app, this is just a new window, not a dialog which cant leave the app, so I'm not sure if we should implement it as a dialog or not |
Yes but implementing it as a Window would not be a easy task may need to use multi window packages from pub.dev |
Yeah ill just stick to a normal dialog, don't think anyone wants to move it out of the main window anyways |
Looks like we already have something similar https://github.com/gtk-flutter/libadwaita/blob/main/lib/src/widgets/adw/about_window.dart, or is there any difference? |
We already have but it's not that feature rich, as It was create before the about window was merged. Like we don't have credits, legal or acknowledgement section as shown in above Gnome Builder pics. Although we don't need all sub categories but we need some kind of way for developers to add it Also current about dialog doesn't have animation when navigating inside the dialog |
Ok sounds good, so I just extend that widget then right |
Yes that would work |
Wow, looks great. Animation look cool. |
Design:
After Implementation:
The text was updated successfully, but these errors were encountered: