Skip to content

Instantly share code, notes, and snippets.

@Norbert515
Created February 15, 2018 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Norbert515/2fc19f0a7ca114da26d981898a542a72 to your computer and use it in GitHub Desktop.
Save Norbert515/2fc19f0a7ca114da26d981898a542a72 to your computer and use it in GitHub Desktop.
init
@override
void initState() {
super.initState();
subject.stream.debounce(new Duration(milliseconds: 600)).listen(_textChanged);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment