Skip to content
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

chore: add Flutter Version Manager configuration #239

Merged
merged 4 commits into from
Dec 4, 2024
Merged

Conversation

rileychh
Copy link
Member

@rileychh rileychh commented Dec 3, 2024

Description

This PR adds a .fvmrc file and updates .gitignore and .vscode/settings.json to integrate with Flutter Version Manager (FVM). This revisits and builds upon the work in #196.

Implementation

  • Added a .fvmrc file to specify using Flutter 3.7.12 for this project.
  • Updated .gitignore to exclude the .fvm cache directory.
  • Configured dart.flutterSdkPath in VS Code to point to the FVM-managed Flutter SDK.

Testing Instructions

To set up FVM and Flutter 3.7.12 (our last supported version):

  1. Install the latest Dart SDK (e.g., pacman -S dart).
  2. Run dart pub global activate fvm to install FVM.
  3. Run fvm use in the project directory to install the Flutter version specified in .fvmrc.
  4. Use fvm flutter --version to verify that Flutter is correctly installed.

@rileychh rileychh self-assigned this Dec 3, 2024
@rileychh rileychh requested a review from kevinlee-06 December 3, 2024 15:44
@kevinlee-06 kevinlee-06 enabled auto-merge (squash) December 3, 2024 16:08
@kevinlee-06 kevinlee-06 disabled auto-merge December 3, 2024 16:08
Copy link
Member

@kevinlee-06 kevinlee-06 left a comment

Choose a reason for hiding this comment

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

@rileychh rileychh enabled auto-merge (squash) December 4, 2024 05:40
@rileychh rileychh merged commit e950747 into master Dec 4, 2024
4 checks passed
@rileychh rileychh deleted the add-fvm branch December 4, 2024 05:48
@rileychh rileychh added this to the 1.7.0 milestone Dec 4, 2024
Copy link
Member

@kevinlee-06 kevinlee-06 left a comment

Choose a reason for hiding this comment

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

NC : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants