|
|
|
|
|
by fredgrott
1644 days ago
|
|
if you are coming from Android native dev, its not as deep of learning curve... Think of it this way, where Android has every view as stateful or stateless, instead in Flutter it's broken up into Stateful widgets and stateless widgets. The only increase in time is that in the data binding side as it's not prettied up with libraries that automate that side. |
|