Ok I\'m pretty new to flutter/ dart so go easy on me. I\'m just trying to make a very simple app where when you press a button some text updates telling you how many times
Your button should be like this.:
new RaisedButton( child: const Text('Press meh'), onPressed: _buttonWasPressed, ),
If this doesn't work, then try to clean your flutter project with flutter clean and then reinstalling the app on debug device.
flutter
flutter clean