Skip to main content

4 posts tagged with "flutter"

View All Tags

· One min read
Sarthak Mohanty

private Variables in Flutter:

So, as to when you should make things private: I'd say MAKE EVERYTHING PRIVATE BY DEFAULT, and then expose only those parts that absolutely have to be public. The more you can make private, the better.

When are Getters and Setters Justified?

· One min read
Sarthak Mohanty

Flutter Specific Shortcuts:

  • Ctrl + . ⏩ Error Fix and other Options
  • Ctrl + i ⏩ Suggestions and properties of Method

Global Shortcuts:

  • Win + Esc ⏩ Wrap up code in dropdown