Cloud-oriented Life

Cloud Native Technology Improves Lives

flutter doctor

Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.

flutter doctor is one of the command line commands from the Flutter SDK which helps us diagnose issues with our setup for building Android and iOS apps using Flutter.

This article is about FAQs of flutter doctor.

Read more »

asdf and Dart Plugin

asdf is a single CLI tool for managing multiple runtime versions. It extend with a simple plugin system to install your favourite language: Dart, Elixir, Flutter, Golang (Go), Java, Node.js, Python, Ruby …

This article is about how to use asdf and Dart plugin to install multiple Dart versions on macOS with the Homebrew package manager.

Read more »

appraisal

Appraisal integrates with bundler and rake to test your library against different versions of dependencies in repeatable scenarios called “appraisals.” Appraisal is designed to make it easy to check for regressions in your library without interfering with day-to-day development using Bundler.

Read more »

puma_worker_killer

If you have a memory leak in your code, finding and plugging it can be a herculean effort. Instead what if you just killed your processes when they got to be too large? The Puma Worker Killer does just that. Similar to Unicorn Worker Killer but for the Puma web server.

Read more »

asdf and Flutter Plugin

asdf is a single CLI tool for managing multiple runtime versions. It extend with a simple plugin system to install your favourite language: Dart, Elixir, Flutter, Golang (Go), Java, Node.js, Python, Ruby …

This article is about how to use asdf and Flutter plugin to install multiple Flutter versions on macOS with the Homebrew package manager.

Read more »
0%