-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Allow only Sharezone Plus users to change the homework reminder time #991
Conversation
final buttonShape = RoundedRectangleBorder( | ||
borderRadius: BorderRadius.circular(12.5), | ||
); | ||
return AlertDialog( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll later make a more abstract widget in the sharezone_widgets
package to be able to reuse this dialog for other features. Later on, we can also implement in this dialog the logic for displaying a short demo video (mobile video for mobile devices and landscape video for landscape devices).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Visit the preview URL for this PR (updated for commit 3fa59e4): https://sharezone-test--pr991-notifications-plus-69b3gzuf.web.app (expires Fri, 22 Sep 2023 10:14:11 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b |
Looks nice 👍 |
Demo
Related Tickets
Closes #886