Flutter live course we will cover complex ui, state management and architecture based problems.
Flutter Mocktail test. Here we will cover dependencies, AuthenticationRepository, main(), when(), expect(), verify()
Flutter test createUser error and how to test. Here we will see how to put the info in the header.
Flutter task management app using BLoC and local notifications.
Here we will see why bloc does not work and does not update the ui even though the state has been emitted?
A production ready beautiful Fluter e-commerce app with bloc and clean architecture with nodejs backend api. This includes user app and flutter backend.
Learn about context extension and get context and related properties.
Why Riverpod is better than BLoC or GetX. Here we will see a bit of comparison between BLoC and Riverpod
LateInitializationError: Field '_splitScreenMode@464084504' has not been initialized. This error appears if you want to use ScreenUtil package.
Why bloc is better than other state management in flutter? We will compare BLoC with both Riverpod and GetX. We will see them in terms coding concept and difficulties.