flutter-bloc-vanilla-tutorial icon indicating copy to clipboard operation
flutter-bloc-vanilla-tutorial copied to clipboard

Results 3 flutter-bloc-vanilla-tutorial issues
Sort by recently updated
recently updated
newest added

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.