Skip to content

Conversation

@parlough
Copy link
Member

@ericwindmill These are rather rough, so please do either modify these now or as a follow-up to match your vision for each lesson.

@parlough parlough requested review from a team and sfshaza2 as code owners December 14, 2025 20:18
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @parlough, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request enhances the tutorial experience by adding 'SummaryCard' components to various lesson pages. These cards serve as quick reference points, outlining the learning objectives at the beginning and summarizing the key takeaways at the end of each tutorial. This change aims to improve content clarity and navigation for users engaging with the learning material.

Highlights

  • New Feature: Summary Cards: Introduced new <SummaryCard> components to tutorial pages, providing a clear overview of lesson objectives and accomplishments.
  • Tutorial Content Enhancement: Integrated 'What you'll accomplish' cards at the start of each tutorial and 'What you accomplished' cards at the end, summarizing key learning points with icons and detailed descriptions.
  • Styling Updates for Summary Cards: Applied specific CSS styling to the new summary cards, including vertical margins, adjusted text colors, increased heading font weight, and font family specifications for a consistent look and feel.
  • Minor CSS Adjustment: Added user-select: none; to picture and font-feature-settings in the base SCSS for improved user experience.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces SummaryCard components at the beginning and end of numerous tutorial pages, which is a great enhancement for learners. The changes also include the necessary styling for these new cards. My review provides a few suggestions to refine the SCSS and correct minor issues in the markdown content.

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@flutter-website-bot
Copy link
Collaborator

Visit the preview URL for this PR (updated for commit 10b686f):

https://flutter-docs-prod--pr12821-feat-fwe-preview-review-tila5t2w.web.app

Copy link
Contributor

@sfshaza2 sfshaza2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, this looks good, but I am wondering about the icons in "what you'll learn" and the summary, such as you see here: https://flutter-docs-prod--pr12821-feat-fwe-preview-review-tila5t2w.web.app/learn/tutorial/change-notifier.
I'm not sure that I learn much from the icons. Is there an icon glossary somewhere?

@ericwindmill
Copy link
Contributor

ericwindmill commented Dec 15, 2025

+1 to Shams comment... We should be intentional about the icons. If there aren't suitable icons then we can maybe have someone create them.

tbh these look pretty good to me. I'd prefer to just land them and edit them holistically when I do a final pass

@sfshaza2 sfshaza2 merged commit edf7a1b into main Dec 15, 2025
9 checks passed
@sfshaza2 sfshaza2 deleted the feat/fwe-preview-review branch December 15, 2025 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants