We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current Dart SDK version is 3.0.5.
Because clima requires SDK version >=2.12.0 <3.0.5, version solving failed.
The text was updated successfully, but these errors were encountered:
here, just replace this line and it should fix that :) sdk: ">=2.12.0 <3.0.7"
Sorry, something went wrong.
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:
No branches or pull requests
The current Dart SDK version is 3.0.5.
Because clima requires SDK version >=2.12.0 <3.0.5, version solving failed.
The text was updated successfully, but these errors were encountered: