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

DART version problem #61

Open
aumarco opened this issue Jun 17, 2023 · 2 comments
Open

DART version problem #61

aumarco opened this issue Jun 17, 2023 · 2 comments

Comments

@aumarco
Copy link

aumarco commented Jun 17, 2023

The current Dart SDK version is 3.0.5.

Because clima requires SDK version >=2.12.0 <3.0.5, version solving failed.

@mhaseebali
Copy link

here, just replace this line and it should fix that :)
sdk: ">=2.12.0 <3.0.7"

@pantha704
Copy link

pantha704 commented Feb 9, 2024

try this settings in pubspec.yaml,

name: flash_chat
description: A new Flutter application.

version: 1.0.0+1

environment:
sdk: ">=3.2.3 <4.0.0"

dependencies:
flutter:
sdk: flutter

cupertino_icons: ^1.0.2

dev_dependencies:
flutter_test:
sdk: flutter

flutter:
uses-material-design: true

assets:

  • images/

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

3 participants