Describe the bug
Example depends on chatview_utils 0.0.2, on pub only 0.0.1 is available. with 0.0.1 the types are not available. Project has erros.
To Reproduce
Steps to reproduce the behavior:
- git clone the repo
- run pub get
- get error and suggestion to change to 0.0.1
- change to 0.0.1
- pub get
- see still 126 errors.
Expected behavior
no errors after pub get