Skip to content

Conversation

@riscait
Copy link
Member

@riscait riscait commented Jan 16, 2026

πŸ™Œ What's Done

  • Remove remaining traces of freezed
  • Remove mason files

✍️ What's Not Done

πŸ“ Additional Notes

πŸ–ΌοΈ Image Differences

Before After
image image

Pre-launch Checklist

  • I have reviewed my own code (e.g., updated tests and documentation)

Note

Upgrades the toolchain and cleans up legacy codegen/setup.

  • Upgrade Flutter to 3.38.7 (.fvmrc, VSCode path) and bump Dart SDK to ^3.10.7 across workspace and package pubspec.yamls; update pubspec.lock SDK constraint
  • Remove Freezed remnants: drop *.freezed.dart from ignore/filters in .cspell.yaml, codecov.yml, .vscode/settings.json, and formatting scripts; update app README to list build_runner instead of freezed
  • Remove Mason: delete mason.yaml and mason-lock.json
  • Adjust Dependabot groups (remove Freezed-related groupings) and minor VSCode file nesting/search pattern tweaks

Written by Cursor Bugbot for commit c7ee2aa. This will update automatically on new commits. Configure here.

@riscait riscait self-assigned this Jan 16, 2026
@github-actions github-actions bot added documentation Improvements or additions to documentation flutter_app themes labels Jan 16, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @riscait, 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 focuses on a significant update to the project's core development environment by upgrading to the latest stable Flutter (3.38.7) and Dart (3.10.7) SDK versions. Alongside this essential update, the PR performs a comprehensive cleanup, removing all remnants of the freezed code generation package and the mason templating tool. This effort aims to modernize the project's dependencies, simplify its build process, and ensure it leverages the most current and supported tools.

Highlights

  • Flutter and Dart SDK Update: The project's Flutter SDK has been updated from version 3.38.5 to 3.38.7, and the Dart SDK version has been upgraded from 3.10.4 to 3.10.7 across all relevant pubspec.yaml files and configuration settings.
  • Removal of Freezed Package Traces: All configurations, ignore rules, and VS Code snippets related to the freezed code generation package have been removed, indicating its complete deprecation or removal from the project's dependencies.
  • Removal of Mason Files: The mason-lock.json and mason.yaml files have been removed, suggesting the discontinuation of mason for code generation or templating within the project.
  • VS Code Snippets Cleanup: Unused VS Code snippet files for freezed and riverpod have been removed, streamlining the development environment.
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 updates Flutter to version 3.38.7 and Dart to 3.10.7. It also removes all traces of the freezed and mason packages, which are no longer in use. The changes are mostly correct and align with the PR's goal. I've found a couple of areas for improvement: one related to Dependabot configuration to ensure all relevant dependencies are tracked, and another to improve the accuracy of the documentation regarding code generation tools.

Comment on lines +29 to 30
- [build_runner](https://pub.dev/packages/build_runner)
- [json_serializable](https://pub.dev/packages/json_serializable)
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The "Code Generation" section lists build_runner. While build_runner is used, it's a task runner, not a code generator itself like json_serializable. It would be more accurate and consistent to list the actual code generator packages used in the project. This project uses flutter_gen_runner, go_router_builder, json_serializable, and slang for code generation.

Suggested change
- [build_runner](https://pub.dev/packages/build_runner)
- [json_serializable](https://pub.dev/packages/json_serializable)
- [flutter_gen_runner](https://pub.dev/packages/flutter_gen_runner)
- [go_router_builder](https://pub.dev/packages/go_router_builder)
- [json_serializable](https://pub.dev/packages/json_serializable)
- [slang](https://pub.dev/packages/slang)

@riscait riscait marked this pull request as ready for review January 16, 2026 15:27
@riscait riscait requested a review from a team as a code owner January 16, 2026 15:27
@riscait riscait requested review from k-nkmr and removed request for a team January 16, 2026 15:27
@riscait riscait merged commit a123328 into main Jan 16, 2026
9 checks passed
@riscait riscait deleted the flutter-3387 branch January 16, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation flutter_app themes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants