@FlutterDev, you made us proud again! Here are all the most exciting changes (to me) in one thread π§΅
1. Stable-quality support for macOS and Linux apps ππ§
Remember those beta versions? Yeeeet it through the window π¦Άβ‘οΈπͺ
So I am preparing a plan for a new #Flutter project. Here is a list of some, in my opinion, must-have things that should be implemented or at least decided early on in any new project π§΅
#flutterdev#dart1. Linter
That's one of the easiest things to implement and one of the most helpful ones to keep your code clean. In Dart/Flutter, choose any pre-defined set of rules (e.g. packages like Pedantic, Very Good Analysis or Lint) since you can always adjust them based on your needs.