Flutter App: PotatoVerse — WireframesPicking up from where we left off with our PotatoVerse application, this article will be diving into the next phase of development —…3d ago3d ago
WASM For Improved Flutter App PerformanceWebAssembly which is often abbreviated as WASM is a low-level binary-instruction (assembly like) code format and a corresponding text…Dec 17, 20241Dec 17, 20241
Flutter Version ManagementIn my recent demo at #FlutterCon Kenya on WebAssembly in Flutter web apps (article coming soon), I needed to have simultaneous use of…Nov 17, 20241Nov 17, 20241
Flutter App: PotatoVerse — SitemapWelcome to part 5 in our PotatoVerse application development. In part 4, we looked at the requirements for our app and prioritised them…Oct 17, 2024Oct 17, 2024
Getting Started with Animations in FlutterAnimations are changes in the appearance or behaviour of a widget over a period of time and they are an amazing way to bring your Flutter…Sep 17, 2024Sep 17, 2024
Flutter App: PotatoVerse — Requirements PrioritisationPicking up from where we left off with our PotatoVerse application, this article will be delving into the next phase of app development —…Aug 17, 2024Aug 17, 2024
Flutter Navigation 2.0In the previous article, we looked at original Flutter Navigator 1.0 and how to implement it in our applications. In case you missed it…Jul 17, 2024Jul 17, 2024
Flutter Navigation 1.0Navigation in application development refers to the process of moving between different features within an app e.g., screens, menus…Jun 17, 2024Jun 17, 2024
Asynchronous Programming in Flutter (Dart) | StreamsIn the last article, we introduced the concept of asynchronous operations with a focus on Futures. In case you missed it, read up on it…May 17, 20241May 17, 20241
Asynchronous Programming in Flutter (Dart) | FuturesFlutter applications often deal with a number of asynchronous operations. So, what is an asynchronous operation? Asynchronous operations…Apr 17, 2024Apr 17, 2024