Flutter-Tutorials
Flutter-Tutorials copied to clipboard
Increment counter not implemented in StatefulWidget Chapter 4.2
https://kodestat.gitbook.io/flutter/flutter-basic-navigation-and-routes/routes-using-statefulwidget
There seems to be a mistake in _incrementCounter() method. It should increment the _counter instead of navigating to second page to show the statefulness of the HomePage.