Skip to content

V7#1047

Merged
jacobaraujo7 merged 4 commits into
masterfrom
v7
Jun 22, 2026
Merged

V7#1047
jacobaraujo7 merged 4 commits into
masterfrom
v7

Conversation

@jacobaraujo7

@jacobaraujo7 jacobaraujo7 commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Description

Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • I have read the Contributor Guide and followed the process outlined for submitting PRs.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples.

Breaking Change

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

Related Issues

- 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

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 98.90%. Comparing base (5ff5904) to head (34f06a6).
⚠️ Report is 40 commits behind head on master.

Files with missing lines Patch % Lines
...r/navigation/modular_route_information_parser.dart 66.66% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

jacobaraujo7 and others added 2 commits June 21, 2026 10:17
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>
@jacobaraujo7 jacobaraujo7 merged commit 83f6a23 into master Jun 22, 2026
1 of 2 checks passed
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.

1 participant