Skip to content

orm-v4.2.0

Compare
Choose a tag to compare
@medz medz released this 28 May 16:07
· 191 commits to main since this release
6b4678f

To install Prisma Client for Dart v4.2.0 run:

dart pub add orm:4.2.0

Or update your pubspec.yaml file:

dependencies:
  orm: ^4.2.0

What's Changed

  • feat(orm): Add PrismaClient.use factory.
  • chore(deps): update dependency flutter_lints to v4 by @renovate in #369