Skip to content

chore!: Bump Flutter to version 3.10.x#1529

Merged
Gustl22 merged 5 commits into
mainfrom
gustl22/upgrade
May 30, 2023
Merged

chore!: Bump Flutter to version 3.10.x#1529
Gustl22 merged 5 commits into
mainfrom
gustl22/upgrade

Conversation

@Gustl22

@Gustl22 Gustl22 commented May 30, 2023

Copy link
Copy Markdown
Collaborator

Description

  • chore: bump flame_lint to v1.0.0
  • chore: bump min flutter to v3.10.0
  • chore: bump min dart sdk to v3.0.0
  • chore: bump http to v1.0.0 (closes Raise the version of the dependency in use #1528)
  • add melos commands for: dart pub outdated & dart pub upgrade --major-versions

Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs:, chore: 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 and added dartdoc comments with ///, where necessary.
  • I have updated/added relevant examples in example.

Breaking Change

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

Migration instructions

Before:

# pubspec.yaml
environment:
  sdk: ">=2.x.x <3.0.0"
  flutter: ">=3.x.x"

After:

# pubspec.yaml
environment:
  sdk: ">=3.0.0 <4.0.0"
  flutter: ">=3.10.0"

Related Issues

Closes #1528

@Gustl22 Gustl22 changed the title chore: Compatibility with flutter 3.10.x chore!: Bump to flutter 3.10.x May 30, 2023
@Gustl22 Gustl22 marked this pull request as ready for review May 30, 2023 09:33
@Gustl22 Gustl22 marked this pull request as draft May 30, 2023 09:33
@Gustl22 Gustl22 marked this pull request as ready for review May 30, 2023 09:50
@Gustl22 Gustl22 requested a review from spydon May 30, 2023 13:47
@Gustl22 Gustl22 changed the title chore!: Bump to flutter 3.10.x chore!: Bump Flutter to version 3.10.x May 30, 2023
@Gustl22 Gustl22 merged commit c1296c9 into main May 30, 2023
@Gustl22 Gustl22 deleted the gustl22/upgrade branch May 30, 2023 14:30
@putnokiabel

Copy link
Copy Markdown

Since audioplayers is not using any new features of the http package, it might be best to still allow http 0.13.x (as well as 1.0.0+), since other packages will still rely on an older version of http leading to incompatible dependencies.
1.0.0 is still very new so it seems somewhat fast to require all apps to use it.

@Gustl22

Gustl22 commented May 30, 2023

Copy link
Copy Markdown
Collaborator Author

@putnokiabel good objection. I opened #1532

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.

Raise the version of the dependency in use

3 participants