Reviving a 5-Year-Old Flutter App (Part 2) — The iOS StrugglesAfter successfully updating my 5-year-old Flutter app on Android, I thought the iOS upgrade would be smooth. Wrong! 😅Feb 26Feb 26
Struggles of Upgrading a 5-year Flutter App — Part 1Five years ago, I built a Flutter app. It was running perfectly fine on Flutter 1.x, but after years of inactivity, I needed to upgrade it…Feb 24A response icon3Feb 24A response icon3
Flutter Forward 2023: A Journey of Inspiration and Community Building in KenyaIntroduction:Dec 30, 2023Dec 30, 2023
Widget Life Cycle — FlutterWelp, everything in Flutter is a Widget! Which brings me to this, “If you were a Widget, what widget would you be and why? ” This probably…May 25, 2023A response icon2May 25, 2023A response icon2
DartLang Fundamentals #1Types - Shows the kind of value that a variable has e.g int, booleanJul 4, 2020Jul 4, 2020
State management in FlutterState is how data changes over the life cycle of an app making the UI to react by giving the expected output. It is the data your app is…Feb 8, 2020Feb 8, 2020