Mangirdas Kazlauskas πŸ’™ Profile picture
πŸ€“ @GoogleDevExpert for Flutter & Dart πŸ‡±πŸ‡Ή Organiser @flutterlt πŸ‘¨β€πŸ’» Content Creator, Speaker & Mentor πŸ“± Mobile Tech Lead @billoapp πŸ₯ @PDGA #266666
May 11, 2022 β€’ 9 tweets β€’ 3 min read
What's new in #Flutter 3.0? πŸ‘€

@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 🦢➑️πŸͺŸ

More stable Flutter platforms go brrr..... flutter.dev/multi-platform

Tamagochi is coming next! (not confirmed)

P.S. have you seen the @SuperlistHQ demo? 🀯
Aug 13, 2021 β€’ 13 tweets β€’ 6 min read
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 #dart 1. 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.