Skip to content

Instantly share code, notes, and snippets.

@hydroweaver
Last active January 6, 2020 13:55
Show Gist options
  • Save hydroweaver/2630d66020bd18baafcab18d0af2b50c to your computer and use it in GitHub Desktop.
Save hydroweaver/2630d66020bd18baafcab18d0af2b50c to your computer and use it in GitHub Desktop.
Code for Medium Todo Post, Part 2
class App extends StatefulWidget{
@override
AppState createState() {
return AppState();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment