Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Baseflow/flutter_cache_manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Baseflow/flutter_cache_manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 10 files changed
  • 5 contributors

Commits on Jul 27, 2026

  1. Modernize flutter_cache_manager CI workflow.

    Consolidate quality checks, bump actions, pin Flutter, and add concurrency, permissions, and timeouts.
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    Rick van Dijk and cursoragent committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    e2ab7c5 View commit details
    Browse the repository at this point in the history
  2. Modernize flutter_cache_manager_firebase CI workflow.

    Merge format/analyze/tests into a quality job, run unit tests again, and align hygiene with the main workflow.
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    Rick van Dijk and cursoragent committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    58f8f55 View commit details
    Browse the repository at this point in the history
  3. Add Dependabot updates for GitHub Actions.

    Keep workflow action versions current with weekly grouped PRs.
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    Rick van Dijk and cursoragent committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    3065d0e View commit details
    Browse the repository at this point in the history
  4. Pin Flutter CI version to 3.44.4.

    flutter-action rejects flutter-version: stable; use an explicit SDK version instead.
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    Rick van Dijk and cursoragent committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    a328a0d View commit details
    Browse the repository at this point in the history
  5. Downgrade example Android build to AGP 8.11.

    AGP 9 with Flutter's builtInKotlin=false opt-out breaks transitive jni 1.0.1, which CI resolves without a lockfile.
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    Rick van Dijk and cursoragent committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    12f61ca View commit details
    Browse the repository at this point in the history
  6. Add a smoke test for flutter_cache_manager_firebase.

    Empty test mains exit with code 79 under flutter test, which failed the Firebase quality job.
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    Rick van Dijk and cursoragent committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    3d64fa6 View commit details
    Browse the repository at this point in the history
  7. Document CI and example Android updates in Unreleased changelogs.

    Co-authored-by: Cursor <cursoragent@cursor.com>
    Rick van Dijk and cursoragent committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    18c21a4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #515 from Baseflow/update/workflows

    Modernize GitHub Actions CI workflows
    rickdijk authored Jul 27, 2026
    Configuration menu
    Copy the full SHA
    3c74f07 View commit details
    Browse the repository at this point in the history
  9. Bump actions/checkout from 5 to 7 in the github-actions group

    Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 5 to 7
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 27, 2026
    Configuration menu
    Copy the full SHA
    3c66b2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a12467f View commit details
    Browse the repository at this point in the history
  11. kotlin migration

    Rick van Dijk
    Rick van Dijk committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    94bf4fc View commit details
    Browse the repository at this point in the history
Loading