Skip to content

Flutter

Flutter | Cookbook

  • by

Development Workflow TL;DR Run App VSCode and DevTools Change default browser Press F1, find Preferences: Open Settings (UI) then search for devtoolsbrowser. Change in DevTools Menu Working with Modules… Read More »Flutter | Cookbook

Dart | Cookbook

  • by

Additional Tools Grinder Dart workflows, automated. Grinder consists of a library to define project tasks (e.g., test, build, doc) and a command-line tool to run them. mono_repo Manage… Read More »Dart | Cookbook

Flutter | Troubleshooting

  • by

Basic flutter doctor Error: Exception: Bad UTF-8 encoding Solution: Use the current version of vswhere Download from: https://github.com/microsoft/vswhere/releases Store/overwrite: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe Null… Read More »Flutter | Troubleshooting