Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hive_flutter] Flutter adapters aren't exported #691

Closed
Reprevise opened this issue Jun 11, 2021 · 2 comments · Fixed by #698
Closed

[hive_flutter] Flutter adapters aren't exported #691

Reprevise opened this issue Jun 11, 2021 · 2 comments · Fixed by #698
Labels
problem An unconfirmed bug.

Comments

@Reprevise
Copy link
Contributor

hive_flutter doesn't export the type adapters Color and TimeOfDay so nobody can access them.

@Reprevise Reprevise added the problem An unconfirmed bug. label Jun 11, 2021
@themisir
Copy link
Contributor

There's actually a Color and TimeOfDay adapters are available on hive_flutter package here https://github.com/hivedb/hive/tree/master/hive_flutter/lib/src/adapters. But they're not registered.

@Reprevise
Copy link
Contributor Author

There's actually a Color and TimeOfDay adapters are available on hive_flutter package here https://github.com/hivedb/hive/tree/master/hive_flutter/lib/src/adapters. But they're not registered.

Yes I understand that however they cannot be accessed externally by my app because they're not exported therefore I cannot register them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem An unconfirmed bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants