Publishing a Dart Package
pub publish and .gitignore pub publish is used to publish Dart packages to pub.dev, and the --dry-run option shows the files it will upload without doing it...
pub publish and .gitignore pub publish is used to publish Dart packages to pub.dev, and the --dry-run option shows the files it will upload without doing it...
Moving Average Package Moving Average is a Dart library to calculate moving averages of numbers. Currently it works only on List<num>, but I’m consid...
Six months ago I blogged my initial impressions about the TicWatch E2. Here is my review after six months of use. Initial Expectations How has it lived up...
Last year I took a quick look at Flutter, and decided to keep an eye on it and see how it matures. Here are my current thoughts. Flutter Since my first lo...
What happened? I woke this morning to find an email stating that one of my apps has been removed from the Google Play Store. The reason for removal was: ...