floor icon indicating copy to clipboard operation
floor copied to clipboard

Dart 2.13.4 is incompatible with your dependencies' SDK constraints. Please run "pub get" again.

Open HasibPrince opened this issue 4 years ago • 1 comments

When we run the code generator command, this error occurs. Adding the pubspec.yaml.

`name: libshared description: A new Flutter package. version: 0.0.1 homepage:

environment: sdk: ">=2.12.0 <3.0.0"

dependencies: flutter: sdk: flutter

http: ^0.13.4 floor: ^1.2.0

dev_dependencies: flutter_test: sdk: flutter floor_generator: ^1.2.0 build_runner: ^2.1.4

HasibPrince avatar Dec 21 '21 04:12 HasibPrince

What does your flutter doctor -v say?

MrCsabaToth avatar Dec 24 '21 21:12 MrCsabaToth

Closed due to inactivity

SEGVeenstra avatar Jul 04 '23 14:07 SEGVeenstra