Flutter Expert IDE Set Up

Fred Grott
Geek Culture
Published in
6 min readJun 8, 2021

--

Photo by Riku Lu on Unsplash

Sorry Google, the best IDE for flutter development is MS’s Vscode. As a node IDE is the future as far as developer tools. I am going to show you a very opinionated IDE setup that makes you a more effective flutter app developer.

Background

The problem is while Google does an excellent job at giving you an introduction to widgets; it’s not the techniques you really need to have mastered to develop a professional application and in a mature market. That is my self-assigned job in pushing out medium articles and my flutter design and development book series.

I am finding that by showing the cool visual and animation that I can get you guys and gals to do the boring devOPS and OOP and FP to get you to the point for flutter expert. Some subjects covered are:

DevOPS

Tuning A Cheap MS Windows Laptop for Flutter Development https://medium.com/p/tuning-a-cheap-ms-windows-laptop-for-flutter-app-development-572d09cd4d19

Log Driven Learning Flutter https://medium.com/codex/log-driven-learning-flutter-d76b49b75a8c

UML Coolness in Flutter https://itnext.io/uml-coolness-in-flutter-6bb14217b5f2

Flutter Static Analysis, Dart Code Metrics https://medium.com/p/flutter-static-analysis-dart-code-metrics-c9ec484f4e0f

--

--