Prisma Dart v5.0.3
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