The funny thing about the state management debate in Flutter is no one is forcing anyone to use anything.
If you want to use setState ๐
If you want to use ChangeNotifier ๐
If you want to use Riverpod ๐
If you want to use Bloc ๐
If you want to use Mobx ๐
Something else ๐
.@shorebirddev is now in open beta with code push for Flutter! ๐๐ฆ
โก๏ธ push updates to devices instantly
๐ updates are diffed for small patch sizes
โจ updates are installed in the background
๐ learn more: shorebird.dev
๐ค discord: discord.gg/shorebird
Having way too much fun with macros ๐ฏ๐
โ const constructors with required, name parameters
โ human-readable toString
โ copyWith
โ value equality comparisons
github.com/felangel/struct
Just launched the new bloc site โจ
๐จ New Design
๐ Improved Performance
๐ง Improved Maintainability
๐ Translations should be coming in the next week followed by updated tutorials and new content ๐ฅณ
๐ bloclibrary.dev
THE BIGGEST BLOC RELEASE (v6.0.0) IS HERE!
๐ฅ bloc and cubit join forces
๐ all of your favorite bloc packages
๐ updated documentation and migration guide
๐งโ๐ updated tutorials coming soon!
github.com/felangel/bloc
bloc v7.0.0 is here ๐
massive thank you to everyone who contributed and provided feedback ๐๐
migration guide โฌ๏ธ
bloclibrary.dev/#/migration?idโฆ
Itโs been an awesome first week working with @_eseidel@shorebirddev ๐ฆ
Weโre working on code push for Flutter and even though thereโs lots to do, itโs super cool to see the progress ๐
If youโre interested in learning more come join us on discord
๐ discord.gg/9hKJcWGcaB
The latest version of the data class macro now supports a simpler copyWith syntax with support for setting nullable fields to null ๐จ๏ธ๐ฅณโ
github.com/felangel/data_โฆ