0

Im having Dart SDK 2.10.4 Aqueduct in version 3.3.1

but for me it seems that those two don't work together well, e.g. do not connect to Postgres...

When i downgrade Dart to 2.7.2 the DB connection works fine, but im getting an error "Can't load Kernel binary: Invalid kernel binary format version."

Can someone tell which versions they successfully use?

Helmut
  • 43
  • 4
  • What error do you get when you try connect to Postgres? About `Kernel binary: Invalid kernel binary format version` you properly need to call `pub get` again. – julemand101 Nov 24 '20 at 07:36
  • It is a bit tricky but with long searches on the internet i got it running with dart 2.10.4 and aqueduct 3.3.31 - the main problem with PostgreSQL was that i had to overwrite a dependency "postgres: 2.1.1" – Helmut Nov 26 '20 at 11:02

0 Answers0