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

Error: The method 'retype' isn't defined for the class 'Stream<T> #11

Open
LennonFan opened this issue May 11, 2019 · 2 comments
Open

Comments

@LennonFan
Copy link

Error: The method 'retype' isn't defined for the class 'Stream

@goltvn
Copy link

goltvn commented Jun 29, 2019

same issue here, tried to change version of rxdart to 0.22.0 and also had to add reference to http in the yaml file which got on to the code, but then all the debounce lines fails :

https://i.imgur.com/v3C2rYj.png

anyone knows whats going on ?

@goltvn
Copy link

goltvn commented Jun 29, 2019

Found it :

  1. had to add reference to http
  2. change version on rxdart to 0.22.0

change all lines where it uses debounce to debounceTime :

    .debounce(new Duration(milliseconds: 600))

use :
.debounceTime(new Duration(milliseconds: 600))

unfortunately i dont know how to send the updated code to github, but i got it working after these changes.

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

No branches or pull requests

2 participants