orm-v4.2.1
Prisma Dart v4.2.1
To install Prisma ORM for Dart v4.2.1 run this command:
dart pub add orm:4.2.1
or update your pubspec.yaml
file:
dependencies:
orm: ^4.2.1
What's Changed
- chore(deps): update dependency ffigen to v12 by @renovate in #368
- Support flutter android by @medz in #377
- fix: Update null fields fail by @medz in #381
- fix(orm): Fix incorrect definition of
toJson
toObject?
type. by @medz in #380
Full Changelog: orm-v4.2.0...orm-v4.2.1