Skip to content

chore: setup fvm#1814

Merged
HenriqueSFernandes merged 11 commits intodevelopfrom
chore/setup-fvm
Mar 31, 2026
Merged

chore: setup fvm#1814
HenriqueSFernandes merged 11 commits intodevelopfrom
chore/setup-fvm

Conversation

@pedroafmonteiro
Copy link
Copy Markdown
Member

This pull request makes minor updates to Flutter version management across the workspace: if developers are on many projects using different flutter versions, this plugin helps them have a Project specific Flutter SDK. You can install this tool using: curl -fsSL https://fvm.app/install.sh | bash. if you proceed to use this plugin, all commands must be done with the fvm prefix (e.g. fvm flutter pub get).

Flutter version management updates:

  • .fvmrc: Added a configuration file to specify the use of the stable Flutter channel for the project.
  • packages/uni_app/pubspec.yaml: Updated the flutter environment constraint to allow any version greater than or equal to 3.41.0, improving flexibility and compatibility.
  • packages/uni_ui/pubspec.yaml: Updated the flutter environment constraint in the same way as above, ensuring consistency across packages.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 7%. Comparing base (b33693e) to head (efe39c0).
⚠️ Report is 14 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #1814   +/-   ##
=======================================
  Coverage        7%      7%           
=======================================
  Files           38      38           
  Lines         1842    1842           
=======================================
  Hits           125     125           
  Misses        1717    1717           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

AugustoVSoares
AugustoVSoares previously approved these changes Mar 31, 2026
Copy link
Copy Markdown
Contributor

@AugustoVSoares AugustoVSoares left a comment

Choose a reason for hiding this comment

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

LGTM! 🔥 🚀

@pedroafmonteiro pedroafmonteiro marked this pull request as ready for review March 31, 2026 11:24
@HenriqueSFernandes
Copy link
Copy Markdown
Contributor

I also updated the flake.nix to ensure we are always on the latest version.

Copy link
Copy Markdown
Contributor

@AugustoVSoares AugustoVSoares left a comment

Choose a reason for hiding this comment

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

LGTM x2!

@HenriqueSFernandes HenriqueSFernandes merged commit 7268a4c into develop Mar 31, 2026
6 checks passed
@HenriqueSFernandes HenriqueSFernandes deleted the chore/setup-fvm branch March 31, 2026 12:51
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.

3 participants