Skip to content

Prisma Dart v5.0.3

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

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

dart pub add orm:^5.0.3

or update your pubspec.yaml file:

dependencies:
  orm: ^5.0.3

What's Changed

  • BUG: Fixed binary engine copy location error.

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