How to get Flutter device info with example
Read moreHow do you navigate with Flutter?
In Flutter, a route is just a widget.
Read moreHow do you get the current context in Flutter?
Build Context Holder for Flutter
Read moreHow do you deal with navigation in Flutter?
In Flutter we have three different options of navigating between screens.
Read moreWhat is chopper in flutter?
Chopper is an http client generator for Dart and Flutter using source_gen and inspired by Retrofit . Documentation.
Read moreHow do you call API in flutter using retrofit?
Let’s start the steps for Retrofit API calling in a flutter
Read moreWhat is Bloc listener in Flutter?
BlocListener is a Flutter widget which takes a BlocWidgetListener and an optional bloc and invokes the listener in response to state changes in the bloc . It should be used for functionality that needs to occur once per state change such as navigation, showing a SnackBar , showing a Dialog , etc…
Read more