Most applications, be it mobile, web, or desktop, depend on some kind of backend. Thus, an API layer is an integral part of application implementation.
This six-part series presents tools and approaches that facilitate API layer implementation in Flutter and Dart applications we use at Tide... Read on Medium
Find the source code for the Flutter application that displays a list of Marvel comics obtained from Marvel Comic API under marvel_comics
folder.