V7#1047
Merged
Merged
Conversation
- Bump versions of several dependencies in package_graph.json including: - modular_core to 3.4.1 - flutter_modular to 6.4.1 - test to 1.30.0 - meta to 1.17.0 - coverage to 1.15.1 - analyzer to 10.0.1 - leak_tracker to 11.0.2 - matcher to 0.12.19 - material_color_utilities to 0.13.0 - yaml to 3.1.3 - Add new web dependency in flutter_modular. - Remove deprecated dependencies and files. - Update GitHub Actions workflows to use latest actions and Java version. - Modify pubspec.yaml files to require Dart SDK >=3.11.0. - Introduce new web_url_service.dart for web URL handling. - Update modular_base.dart and modular_route_information_parser.dart for improved route handling. - Adjust tests to reflect changes in route handling logic.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1047 +/- ##
==========================================
- Coverage 99.68% 98.90% -0.79%
==========================================
Files 14 33 +19
Lines 320 823 +503
==========================================
+ Hits 319 814 +495
- Misses 1 9 +8 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Promote the v7 rewrite (formerly flutter_modular2) to the repo root as the published flutter_modular 7.0.0 package. Remove legacy modular_core, shelf_modular and flutter_modular v6. CI reduced to analyze+test (ci.yml) and publish-on-tag via pub.dev OIDC (publish.yml); drop Dependabot and Codecov. Add .pubignore trimming the published archive to lib + meta + example/README. Refresh README/CONTRIBUTING/CHANGELOG and library .gitignore. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Checklist
fix:,feat:,docs:etc).docsand added dartdoc comments with///.examples.Breaking Change
Related Issues