Skip to content

Prisma Dart client v4.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@medz medz released this 12 Jan 09:21
· 323 commits to main since this release

To install Prisma Dart client v4.0.0-alpha.3 run:

dart pub add orm:4.0.0-alpha.3

Or update your pubspec.yaml file:

dependencies:
  orm: 4.0.0-alpha.3

What's Changed

  1. Dump webfetch to 0.0.14 version.
  2. Fixed using a model name with an underscore (_) in schema.prisma causing the generator to fail. - #317 #316