Flutter Integration v0.3.1
To install Prisma Flutter Integration v0.3.1 run this command
dart pub add orm_flutter:^0.3.1
Or update your pubspec.yaml
file:
dependencies:
orm_flutter: ^0.3.1
What's New
- bug: Fixed an issue where a transaction was not committed, Thx @Joschiller REF #443
- upstream: Upgrade CABI engine to
bf0e5e8a04cada8225617067eaa03d041e2bba36
(v5.21.1)
Notes
After upgrading the orm_flutter
version, please run the flutter clean
command.