Providing insights into a career of apps and utilities that I've conceptualized, designed, and developed; complemented with developmental journeys, findings, observations, and challenges encountered along the way.

Category: flutter

  • Flutter: The perfect take!

    Flutter: The perfect take!

    Flutter FTW! When asked by a non-technical stranger on LinkedIn to explain what Flutter is, being I’m not in sales or marketing, and knowing I’d get too technical, I turned to ChatGPT to help out. The Prompt: As succinctly as possible (maybe just a few paragraphs), what advantages does Flutter offer for cross-platform mobile app…

  • Migrating to Dart’s Null Safety

    Migrating to Dart’s Null Safety

    Prior to starting on my 4th Flutter mobile app, and because it seems that every plugin now supports it, I decided to give migrating to Dart’s null safety a go. Sound null safety is available in Dart 2.12 and Flutter 2. In reading through the migration documentation, it appears the migration tool may pose as…

  • The Appreciation of a Framework

    The Appreciation of a Framework

    . . . that inspires productivity. The tl;dr is that, thanks to Flutter, my third app is now live in both Google’s Play Store (for Android) and Apple’s App Store (for iPhones and iPads). The appreciation comes in the form of the Flutter framework providing a solid base from which to learn mobile app development,…

  • Wrote an App; Got a Mac; Wrote another App

    Wrote an App; Got a Mac; Wrote another App

    Or more specifically, “Wrote an app for Android; Bought my first Mac; Wrote another app for iOS and Android.” App development is a time-consuming, minutely detailed process, and there is little time for pause. Mar 29 First Flutter mobile app approved for Closed Testing in the Google Play Store. Apr 22 First interview for a Flutter Developer position (knowingly…

  • Architectural Challenges: My Flutter Frankenstein

    Architectural Challenges: My Flutter Frankenstein

    The Bottom line: I really like Flutter.It has been extremely challenging at times, but the lessons learned from those challenges have been mostly fundamental and insightful. My first major challenge with Flutter came in October when I found I could not update multiple Flutter widgets from various ‘reactive’ sources using Flutter’s Provider package. I got to…

  • “Hello Suite”

    “Hello Suite”

    When completing a lengthy course on an interesting topic such as mobile app development via Flutter, the satisfaction of the certification at the end can be short-lived, as the real joy comes in the form of creating your own actual apps. Recommended course of action: “Just start building something . . . anything!“ But what?!…

  • I got a Flutter Full Course Certification—Now what?!

    I got a Flutter Full Course Certification—Now what?!

    The Goal: Find a mutually-accommodating position working on productive solutions involving mobile apps built with Flutter or JavaScript-based web interfaces before the end of the year. The Plan: → Phase I:  Begin learning mobile app development via Flutter. Complete. Yay! 🥈 → Phase II:  Focus on a solid project to continue to broaden and strengthen…

  • Learning Mobile App Development via Flutter

    Learning Mobile App Development via Flutter

    Learning: Mobile App Development – via Flutter What is … Flutter? Flutter is a mobile—and web—app development framework powered by the Dart programming language. It is akin to React Native or Ionic, and is built by Google. Dart is akin to JavaScript—but not. Since coming out of beta in December 2018, trends from Stack Overflow…