Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise the version of the dependency in use #1528

Closed
2 tasks done
TimurMukhortov opened this issue May 29, 2023 · 0 comments · Fixed by #1529
Closed
2 tasks done

Raise the version of the dependency in use #1528

TimurMukhortov opened this issue May 29, 2023 · 0 comments · Fixed by #1529
Labels

Comments

@TimurMukhortov
Copy link

Checklist

  • I read the troubleshooting guide before raising this issue
  • I made sure that the issue I am raising doesn't already exist

Current bug behaviour

My project uses the latest version of the http 1.0.0 library, while the audioplayer uses the http version ^0.13.5

Because of this, conflict arises. Please raise this dependency to the latest version http 1.0.0

Running "flutter pub get" in app... Resolving dependencies... Because audioplayers 4.0.1 depends on http ^0.13.5 and wbstream_app depends on http 1.0.0, audioplayers 4.0.1 is forbidden. So, because wbstream_app depends on audioplayers 4.0.1, version solving failed. pub get failed

<3

Expected behaviour

No response

Steps to reproduce

  1. Execute flutter run on the code sample
  2. ...
  3. ...

Code sample

Code sample
void main() {
}

Affected platforms

Android, iOS, macOS

Platform details

No response

AudioPlayers Version

main

Build mode

release

Audio Files/URLs/Sources

No response

Screenshots

No response

Logs

my relevant logs
Full Logs
my full logs or a link to a gist

Flutter doctor:

Output of: flutter doctor -v

Related issues / more information

No response

Working on PR

yeah

Gustl22 added a commit that referenced this issue May 30, 2023
Gustl22 added a commit that referenced this issue May 30, 2023
# 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 #1528)
- add melos commands for: `dart pub outdated` & `dart pub upgrade --major-versions`

## Breaking Change

- [x] Yes, this is a breaking change.

### Migration instructions

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

After:
```yaml
# pubspec.yaml
environment:
  sdk: ">=3.0.0 <4.0.0"
  flutter: ">=3.10.0"
```
Gustl22 added a commit that referenced this issue May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant