Skip to content

Prisma Client Dart v4.0.0-beta.3

Compare
Choose a tag to compare
@medz medz released this 27 Jan 08:38
· 274 commits to main since this release

To install Prisma Client Dart v4.0.0-beta.3 run:

dart pub add orm:4.0.0-beta.3

Or update your pubspec.yaml file:

dependencies:
  orm: 4.0.0-beta.3

What's Changed

  • Bug: Fixed list of enum not parsing correctly (#329)

Credits