Stack Exchange
Stack Overflow
  • Questions
  • Tags
  • Users
  • About
Stack Overflow
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

Rémi Rousselet

256,336
reputation
79
519
432
  • Paris, France
  • Member since July 31 2017
  • 33129 profile views
  • Last seen Aug 22 '23 at 12:27

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