Bump package dependencies to latest versions compatible with pinned Flutter SDK by Copilot · Pull Request #135 · OpenEarable/open_earable_flutter · GitHub
Skip to content

Bump package dependencies to latest versions compatible with pinned Flutter SDK#135

Closed
DennisMoschina with Copilot wants to merge 2 commits into
mainfrom
copilot/update-dependencies-to-newest-versions
Closed

Bump package dependencies to latest versions compatible with pinned Flutter SDK#135
DennisMoschina with Copilot wants to merge 2 commits into
mainfrom
copilot/update-dependencies-to-newest-versions

Conversation

Copilot AI commented May 19, 2026

Copy link
Copy Markdown

This updates the library and example app dependency constraints to current versions, while keeping compatibility with the repository’s pinned Flutter toolchain. The goal is to modernize dependency resolution without introducing SDK-version drift.

  • Dependency constraint refresh (library)

    • Updated direct dependencies in pubspec.yaml to newer compatible releases (e.g. http, file_picker, path_provider, uuid, meta, bloc, mcumgr_flutter, etc.).
    • Upgraded universal_ble to the latest compatible major for the current Flutter baseline.
  • Dependency constraint refresh (example app)

    • Updated direct dependencies in example/pubspec.yaml (e.g. cupertino_icons, flutter_svg, file_picker, meta, bloc, provider, mcumgr_flutter).
  • SDK compatibility alignment

    • Raised Dart SDK constraints in both root and example pubspecs to >=3.8.0 <4.0.0.
    • Updated root Flutter constraint to >=3.24.0 to match updated package requirements.

Example of the constraint updates:

# pubspec.yaml
environment:
  sdk: '>=3.8.0 <4.0.0'
  flutter: ">=3.24.0"

dependencies:
  http: ^1.6.0
  file_picker: ^11.0.2
  universal_ble: ^1.2.0
  meta: ^1.18.2

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json
    • Triggering command: /dependabot-proxy /dependabot-proxy (http block)
    • Triggering command: /dependabot-proxy /dependabot-proxy br-7e04398b6088 -j DROP -e ity_-_G2.pem -e /usr/bin/test deb8d41106633e64aa89ca74a54bd29ba7a/log.json s/,/_/g es test -e A.pem deb8d41106633e64aa89ca74a54bd29ba7a /bin/test deb8d41106633e64aa89ca74a54bd29ba7a/init.pid HEAD /home/REDACTED/.co-t test (http block)

If you need me to access, download, or install something from one of these locations, you can either:

@CLAassistant

Copy link
Copy Markdown

Copilot AI linked an issue May 19, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/OpenEarable/open_earable_flutter/sessions/1224d8d8-10b2-4c11-8ea6-ba34473e252e

Co-authored-by: DennisMoschina <45356478+DennisMoschina@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown

Copilot AI changed the title [WIP] Update dependencies to the newest versions Bump package dependencies to latest versions compatible with pinned Flutter SDK May 19, 2026
Copilot AI requested a review from DennisMoschina May 19, 2026 13:09
@DennisMoschina DennisMoschina deleted the copilot/update-dependencies-to-newest-versions branch May 19, 2026 13:29
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.

3 participants