Tiny Flutter: The future of Dart & Flutter on small devices?

Tiny Flutter: The future of Dart & Flutter on small devices?

Jan 25, 2023

Dart recently added experimental support for the new RISC-V CPU architecture and the first boards with these new chips are now starting to be available. One of these is the Sipeed Lichee D1, a RaspberryPi type device that is able to run Linux and Dart. At the same time, tiny but very cheap OLED screens are showing up in all sorts of devices, from soldering irons to high end music synthesizers.
But what does it mean for Flutter and its mission "Beautiful apps for every screen" when the screen is 1 inch with a resolution of 128x64? Is that even possible?
In this talk I'll cover how to get Dart running on one of these boards, how to use these tiny screens from Dart and what parts of Flutter can help with using screens this small.

Using Dart on RISC-V: https://medium.com/nerd-for-tech/dashs-risc-y-business-d39e2ba9d042
ML-2 project: https://github.com/maks/ml_2
“Neonate” by TinyWires: https://www.youtube.com/watch
noopkat's OLED & Font TS modules: https://github.com/noopkat
InvisibleWrench creator of original Dart Linux MIDI package: https://github.com/InvisibleWrench/flutter_midi_command_linux
Andreas Jung custom Linux build for Sipeed Lichee RV: https://andreas.welcomes-you.com/boot-sw-debian-risc-v-lichee-rv/
NightRadio's LibSunvox audio engine: https://warmplace.ru/soft/sunvox/sunvox_lib.php
Paul Curtis "Decoding of the Akai Fire Midi": https://blog.segger.com/decoding-the-akai-fire-part-1/