Skip to main content


One of the things I miss from Kotlin when coding in Dart is their helper methods on multi-line strings: trimMargin and trimIndent. The indent package implements that for me :) #DartLang #kotlin pub.dev/packages/indent
Unknown parent

friendica (DFRN) - Link to source
Hank G ☑️
@tomgrzybow SQLite is a DB but is also pretty lean and mean :). I often first default to a JSON-backed hashtable/list for stuff and then if it seems like it's going to grow beyond that and require more complex searches start looking at databases.