Getting Started With the BLoC Pattern | Kodeco, the new raywenderlich.com

See how to use the popular BLoC pattern to build your Flutter app architecture and manage the flow of data through your widgets using Dart streams.


This is a companion discussion topic for the original entry at https://www.kodeco.com/31973428-getting-started-with-the-bloc-pattern

Hello there!
I started with the tutorial and I have to say thanks from the beginning.
The only thing I will address is that we have to update all the packages.
Hope this message will be useful for everyone in the future.
In my case, I changed to the latest versions right now (05/11/2024):

  http: ^1.2.1
  cupertino_icons: ^1.0.8
  google_fonts: ^6.2.1
  cached_network_image: ^3.3.1
  intl: ^0.19.0
  plugin_platform_interface: ^2.1.8
  rxdart: ^0.27.7

Thanks again!