Skip to content

Instantly share code, notes, and snippets.

@shubie
Created December 5, 2018 23:43
Show Gist options
  • Select an option

  • Save shubie/e3334e77dd45db83b2f615ddcc8ff179 to your computer and use it in GitHub Desktop.

Select an option

Save shubie/e3334e77dd45db83b2f615ddcc8ff179 to your computer and use it in GitHub Desktop.
class _ListPageState extends State<ListPage> {
List lessons;
@override
void initState() {
lessons = getLessons();
super.initState();
}
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment