Pascal Welsch Profile picture
Google Developer Expert for #Flutter πŸ’™ CTO of @phntmxyz πŸ’™ Co-founder of @wiredashio πŸ’™ speaker #GDE #catdad
Feb 19, 2021 β€’ 10 tweets β€’ 3 min read
Here are the solutions to my hard/unfair #FlutterDev interview questions:
⬇️ Thread ❓ What's the performance difference between stateful and stateless widget?

None. StatefulWidget is just syntax sugar. StatelessWidget also has an Element (state) but it's harder to access. Read more:
Oct 31, 2016 β€’ 6 tweets β€’ 3 min read
Not impressed by @flutterio. It’s a huge abstraction of the platform it runs in without a good way to build background services. @flutterio It could replace a website with a fast responsive app but is nothing more than UI. Interactions with other apps are very hard