This is a custom fork of the hive
package. It is opinionated, and may not be production ready for everyone.
You can import hive
, hive_flutter
or hive_generator
as Git-based dependencies:
hive:
git:
url: [email protected]:sunderee/hive.git
path: ./hive
ref: master
hive_flutter:
git:
url: [email protected]:sunderee/hive.git
path: ./hive_flutter
ref: master
hive_generator:
git:
url: [email protected]:sunderee/hive.git
path: ./hive_generator
ref: master
You don't need to provide ref
, I do it as a best practice because it can be anything that Git recognizes (commit, branch name, etc.).
If you decide to use my fork, and experience any issues with it, please feel free to open a new issue. Any sort of help is more than welcome!