flutter-bloc-vanilla-tutorial
flutter-bloc-vanilla-tutorial copied to clipboard
So using `StreamController` to store the count state and display it with `StreamBuilder` and `AsyncSnapshot ` in the UI are really complicated for Flutter beginner without BloC experience. For me...
` Theme.of(context).textTheme.display1,` is deprecated . Updated to `Theme.of(context).textTheme.headline4,`
Following your video https://www.youtube.com/watch?v=oxeYeMHVLII I experience problems launching the app due to deprecated libs in the project. This PR updates your project to latests dart and gradle versions.