Skip to content

Prisma Dart v5.0.2 & Flutter integration 0.1.2

Compare
Choose a tag to compare
@medz medz released this 09 Jun 11:10
· 124 commits to main since this release

To install Prisma ORM for Dart v5.0.2 run this command:

dart pub add orm:^5.0.2

or update your pubspec.yaml file:

dependencies:
  orm: ^5.0.2

FLutter integration:

dependencies:
  orm_flutter: ^0.1.2

What's Changed

  • Generator regressed to previous version
  • Prisma C-ABI query engine is provided by default in Flutter integration
  • Flutter integration Android downloads Prisma C-ABI query engine in cmake script

Full Changelog: orm-v5.0.2+orm_flutter-v0.1.2...orm-v5.0.2+orm_flutter-v0.1.2