-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[Gallery] Implement Fortnightly study #304
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
Conversation
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.
██╗ ██████╗ ████████╗███╗ ███╗
██║ ██╔════╝ ╚══██╔══╝████╗ ████║
██║ ██║ ███╗ ██║ ██╔████╔██║
██║ ██║ ██║ ██║ ██║╚██╔╝██║
███████╗╚██████╔╝ ██║ ██║ ╚═╝ ██║
╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝
Out of curiosity, how big is the fortnightly assets folder?
It is 1.4MB so not too much added. |
actions: [ | ||
IconButton( | ||
icon: const Icon(Icons.search), | ||
tooltip: GalleryLocalizations.of(context).shrineTooltipSearch, |
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.
maybe rename this to tooltipSearch since its not used by only shrine
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.
The tool for importing/exporting translations gets confused if these are renamed, so I'm going to keep this as-is for now.
GalleryLocalizations.of(context).craneMinutes(minutes), | ||
style: textTheme.body2, | ||
), | ||
SizedBox(width: 8) |
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.
trailing comma
Closes material-components/material-components-flutter-gallery#238
Note: Still waiting on a banner image for it but that will be done in material-components/material-components-flutter-gallery#539