londonappbrewery / flash-chat-flutter

Learn to Code While Building Apps - The Complete Flutter Development Bootcamp
https://www.appbrewery.co
195 stars 677 forks source link

DART version problem #61

Open aumarco opened 1 year ago

aumarco commented 1 year ago

The current Dart SDK version is 3.0.5.

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

mhaseebali commented 1 year ago

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

pantha704 commented 9 months ago

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: