Leo⚡Farias
Leo⚡Farias

@LeoAFarias

8 Tweets 23 reads Jun 25, 2021
I have been working some dev tools to help build Flutter apps (more coming soon). I thought I would share some of the more interesting references/videos I found during my research.
I believe these are a must for anyone interested in Flutter development! #flutterdev
The Mahogany Staircase - Flutter's Layered Design by @Hixie - A must for any Flutter developer that wants to know a bit more about it's architecture.
youtube.com
How Flutter renders Widgets by @mjohnsullivan and @Fitzface - Great explanation how Flutter works under the hood and explains widgets, elements and render objects.
youtube.com
Why Flutter Uses Dart by @wmleler - Great explanation about why Dart is a big reason developers love Flutter, and some of the reasons behind it.
hackernoon.com
The Definitive Guide on RenderObjects in Flutter by @creativemaybeno - This is definitely the most completed and in depth video about the subject I have been able to find. youtube.com
Understanding Constraints by @FlutterDev - I can't stress enough how important this is for anyone that wants to jump into Flutter UI development and the flutter team has put together great info about the subject. flutter.dev
StalessWidget vs Function returning Widgets by @remi_rousselet - This is a common pattern that devs use especially when coming from web & RN. Its important to understand what its the impact and the tradeoffs
stackoverflow.com
PS: Check out the pkg functional_widget.
Other great references by @FlutterDev team
Building Adaptive Apps - flutter.dev
Widget of the Week - Great reference for Flutter Widgets bit.ly
Decoding Flutter - Deep dives about important Flutter concepts bit.ly

Loading suggestions...