Skip to content

Instantly share code, notes, and snippets.

@shubie
Last active April 18, 2019 19:05
Show Gist options
  • Save shubie/ca6eae71fbbfd3fc557f1b03be8e49c7 to your computer and use it in GitHub Desktop.
Save shubie/ca6eae71fbbfd3fc557f1b03be8e49c7 to your computer and use it in GitHub Desktop.
@override
void initState() {
_states = List.from(_states)..addAll(repo.getStates());
super.initState();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment