Flutter-Tutorials icon indicating copy to clipboard operation
Flutter-Tutorials copied to clipboard

Increment counter not implemented in StatefulWidget Chapter 4.2

Open tanujnotes opened this issue 6 years ago • 0 comments

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.

tanujnotes avatar Dec 13 '19 09:12 tanujnotes