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
- https://stackoverflow.com/questions/53861302/passing-data-between-screens-in-flutter
- https://flutter.dev/docs/cookbook/navigation/returning-data
…
BuildContext and State(ful/less) Widgets
…
Hooks
Screens
Navigator.push(...)
Navigator.pop(...)
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
DropdownButton
“if items or onChanged is null, button will be disabled”
RawKeyboardListener
focus