Grips and Gripes | Flutter / Dart

Posted

POST UNDER CONSTRUCTION

🚧🚧🚧🚧🚧

TBH probably shouldn’t make this post public but hey I already posted my Vix post already 🤷‍♂️

🚧🚧🚧🚧🚧

POST UNDER CONSTRUCTION





Data Communication

BuildContext and State(ful/less) Widgets

Hooks

Screens

Lambda Functions

() {
  ...;
}
() => {
   ...
}
() => ...

Method Definitions

Named parameters

Overloading

Nope

Build Cost

Nesting too many children?

Code Style

Line Limit

80!?

...

  "dart.lineLength": 150,
  "[dart]": {
      "editor.rulers": [
          150
      ],
  }

...

https://stackoverflow.com/a/62873926

FFI and Platform-specific Code

Niches

The docs haahha

“if items or onChanged is null, button will be disabled”

RawKeyboardListener

focus

More posts

OBS Vix

Building a vision mixer client for OBS with Flutter

Posted

Software Development Toolkit

List of software usefuls for Software Development

Posted