chore: adopt FVM, migrate to Melos 7, upgrade dependencies#116
Open
juanRodriguez17 wants to merge 2 commits into
Open
chore: adopt FVM, migrate to Melos 7, upgrade dependencies#116juanRodriguez17 wants to merge 2 commits into
juanRodriguez17 wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Brings the boilerplate up to date. Three connected changes:
3.41.3via.fvmrc. CI reads the version from the same file (subosito/flutter-action). VS Code is wired to.fvm/flutter_sdk. README documents the new contributor flow.pubspec.yaml, every package setsresolution: workspace, the oldmelos.yamlfiles are removed. Usemelos bootstrapgoing forward — there is now a single sharedpubspec.lockat the repo root.bloc/flutter_bloc(8 → 9),bloc_test(9 → 10),get_it(7 → 8),permission_handler(11 → 12),flutter_lints(3 → 5),melos(3 → 7). Patch bumps acrossdio,intl_utils,firebase_core,equatable,universal_html,shared_preferences,build_runner,mocktail. Dropped unused deps:url_strategy,dev,http,mockito, andmelosas a project dep.Cleanup
dart_code_metricsblock fromanalysis_options.yaml.modules/notifications/(nopubspec.yaml, not referenced anywhere).flutter createcounter-template test stub.withValuesreplaceswithOpacity,context.mountedguard, doc-comment escapes.Setup for reviewers
After pulling the branch:
```
dart pub global activate fvm
fvm install
dart pub global activate melos
melos bootstrap
```
Verification
melos run analyzemelos run formatmelos exec --dir-exists=test -- flutter testNotes