hive
hive copied to clipboard
Version number on README is incorrect
In the setup guide, the version number is incorrect:
hive: ^4.0.0
Is that a valid version? AFAIK, this works:
hive: ^2.2.3
And seems to be the latest official release
You should switch to (hive: ^4.0.0-dev.2) rather than (hive: ^4.0.0), as it resolves the issue.
Hive.defaultDirectory = dir.path;
The setter 'defaultDirectory' isn't defined for the type 'HiveInterface'. Try importing the library that defines 'defaultDirectory', correcting the name to the name of an existing setter, or defining a setter or field named 'defaultDirectory'.
why?