hive icon indicating copy to clipboard operation
hive copied to clipboard

Version number on README is incorrect

Open iambenkay opened this issue 11 months ago • 2 comments

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

iambenkay avatar Mar 12 '25 23:03 iambenkay

You should switch to (hive: ^4.0.0-dev.2) rather than (hive: ^4.0.0), as it resolves the issue.

bolero2024 avatar Mar 25 '25 01:03 bolero2024

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?

eyyubzademireli avatar Jun 25 '25 10:06 eyyubzademireli