Tag: Async programming
How to use FutureBuilder in Flutter
Cakr4
March 22, 2023
With Flutter’s FutureBuilder widget, you can construct your user interface depending on the outcome of a future. Common applications include displaying data from an API in an app’s user interface…
Read more »Individual Flutter application with BLoC compliance on the theme of the series Rick and Morty
Cakr4
September 9, 2022
Rick & Morty Catalog REST Individual Flutter application with BLoC compliance on the theme of the series Rick and Morty. List of all characters in the series and search feature…
Read more »