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

Failed to compile due to too old dependencies on Flutter #4

Open
NineWoranop opened this issue Dec 31, 2023 · 1 comment
Open

Failed to compile due to too old dependencies on Flutter #4

NineWoranop opened this issue Dec 31, 2023 · 1 comment

Comments

@NineWoranop
Copy link

Hello,

I failed to get the dependencies on this flutter example. The dependencies are too old. They are no longer there for compile.
Could you please help me to upgrade your example if you have time?

@0010SS
Copy link

0010SS commented Jan 1, 2024

Simply changing the dependency versions make the repo work for me. Below is my setup for pubspec.yaml:

environment:
  sdk: ">=3.1.2 <4.0.0"

dependencies:
  flutter:
    sdk: flutter


  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^1.0.6
  flutter_webrtc: ^0.9.47
  http: ^1.1.0
  equatable: ^2.0.5

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

No branches or pull requests

2 participants