When working on a Flutter app, you might encounter the need to split a large UI component into several smaller ones to improve the readability of the code. In Flutter, you can manage the state of your app just by using setState . …19 May 2021
Read moreIs Flutter BLoC reactive?
Creating reactive apps has never been easy. But with Flutter and BLoC, it is completely possible to have a smooth reactive app .
Read more