Skip to content

Instantly share code, notes, and snippets.

@JulianBissekkou
Last active June 5, 2018 09:18
Show Gist options
  • Save JulianBissekkou/2bda47f4a174c900b78f0f56cf6aef07 to your computer and use it in GitHub Desktop.
Save JulianBissekkou/2bda47f4a174c900b78f0f56cf6aef07 to your computer and use it in GitHub Desktop.
@override
void initState() {
controller.addListener(() => _viewModel.inputMailText.add(controller.text));
super.initState();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment