Posts by Dlani Mendes • 136 points
1 post
-
2
votes2
answers84
viewsA: Conflict in installing the latest version of Hive
You need to override the dependency by placing the code below in your pubspec.yaml. dependency_overrides: dartx: ^0.4.1 There are open tasks on this issue, and a beta branch, which will solve the…