floor
floor copied to clipboard
Dart 2.13.4 is incompatible with your dependencies' SDK constraints. Please run "pub get" again.
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
What does your flutter doctor -v say?
Closed due to inactivity