You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tataDan 👋
Thanks for opening an issue and sorry for the inconvenience! I’m preparing a new release and the docs/example are updated to use the upcoming API (available on the master branch). I’ll publish a new release very shortly apologies for the confusion!
Description
The code related to
HydratedBloc
inlib/main.dart
in both the repository and the tutorial generates errors.Steps To Reproduce
lib/main.dart
.Undefined name 'HydratedStorageDirectory'
andThe function 'HydratedStorageDirectory isn't defined
Expected Behavior
These errors should not exist.
Additional Context
The existing code looks like this:
The following code appears to work:
The text was updated successfully, but these errors were encountered: