blog | sven kanoldt

sharing thoughts on learning rust, open source projects and other tech stuff

prepare a dart package for publishing in 5minutes

When publishing, having tests, coverage data, code formatting and builds are good practice to have, so that your package looks nice and shiny and is robust for change and contributions. Here we explore how such things can be easily achieved for a dart package.

Read more ⟶

dart io - streaming strings in a nutshell

Dart has a sophisticated IO Stream / Events API that is not so easy to grasp from their documentation, here I want to illustrate how to use it the right way on a super simple String IO example.

Read more ⟶