Són 4 dies D'On venim? Un repàs a la història de la selectivitat14/06/2025 D'On venim? Un repàs a la història de la selectivitat ...
Europa Press: La Selectivitat més anòmala de la història finalitza aquest divendres: més tardana, amb mascarilla i augment de seus
La Selectivitat més anòmala de la història finalitza aquest divendres: més tardana, amb mascarilla i augment de seus
Aquest divendres 10 de juliol finalitza la convocatria més anmala que es recorda de l'Avaluació de Batxillerat d'Accés a la Universitat (EBAU), l'antiga Selectivitat, posposada enguany fins a estiu ...
I am a bit confused about the new release of Bloc: 6.0.0, adding Cubit notion, is the bloc depreciated or we can use both of them?
The 'bloc' package contains things you will use in your Bloc layer, like the Bloc class. This isn't necessarily flutter dependent, it is just the logic architecture of your app. The 'flutter bloc' package contains elements you will use in your UI layer. It includes widgets like BlocProvider and BlocBuilder, which are widgets and thus flutter dependent.
Can anyone tell the difference of "flutter_bloc" and "bloc" packages in ...
So like most, i'm new to Bloc and flutter and dart and wrapping my head around. I've googled, looked through the posts here but haven't found really any answers. So this is about navigation with b...
Even if I've created a quite large app with flutter + Bloc. I tend often to get back to what is actually best practices with Bloc. When to use BlocProvider.value and/or BlocProvider (create:). If I figure something out I will let you know.