Recent Posts
[WIP] Displaying artwork on Raspberry PI + Eink
Placeholder for documentation of connecting 4.2 Waveshare Eink display to Raspberry PI. After connection is made, loading and display my personal artwork.
Flutter/Android Build Management
This post provides a place to collect info around migrating a mature Android application from pre Flutter 3.16 to 3.22 and migrating to the new Gradle DSL changes. It also contains information about Android build, dependency and 3rd party management in general, and links to monitor Gradle, Kotlin, Java and other tooling versions.
General info on Gradle migration Flutter uses Gradle plugins to build Android apps. Before Flutter 3.16 “Gradle’s legacy, imperative apply script method” was used.
read more
[WIP] Dart Websockets Introduction
I’ve been researching using websockets in Dart lately as a way to remotely initiate actions on the connected clients without having them poll every X seconds (not great to be chatty with the serversession85!).