Dart makes my heart Flutter
Some interesting Flutter topics:
- https://medium.com/@darky12s/flutter-reducing-widgets-boilerplate-3e635f10685e
- Custom width/height property for a widget are ignored
- Controlling State from outside of a StatefulWidget
- What are Keys in the Stateless widgets class?
- What is the difference between functions and classes to create widgets?
- How to deal with unwanted widget build?
- Understanding Flutter Render Engine
- Navigator operation requested with a context that does not include a Navigator
- What is the relation between stateful and stateless widgets in Flutter?
- Passing Data to a Stateful Widget