Case studies written as decision logs: the constraint, the decision, the alternative rejected, and what it cost.
ComposePlotLib is a Kotlin Multiplatform charting library for Compose Multiplatform, shipping 26 chart families to Android and iOS from one source set. MPAndroidChart is still the default answer for Android charting and it's a View-era library: imperative mutation, notifyDataSetChanged(), and Android only.
This site was built in FlutterFlow and exported as a Flutter app. Taking ownership of the export meant making it build at all, and then making it something a person could maintain.
The site is a Flutter web app on Firebase Hosting. It used the webframeworks experiment, which has the Firebase CLI build the app for you.