Everything you need to know about Flutter on iOS 💙 → goo.gle/3OzVRBg @LeighaJarett shares a comprehensive overview for iOS devs on how Flutter works and how it can help you build beautiful apps.
@FlutterDev @LeighaJarett Just see the no of lines for #Flutter compare to #SwiftUI 😀
@FlutterDev @LeighaJarett I have been using a similar package of extensions for common widgets. github.com/epatel/flutter…
@FlutterDev @LeighaJarett Since almost everything is a widget, let's add a padding widget. Pretty simple 🔥.
@FlutterDev @LeighaJarett We can make custom extension in flutter
@FlutterDev @LeighaJarett Views -》Widgets Modifiers - 》 Widgets Everything is a widget!
@FlutterDev @LeighaJarett so wait, I can have whats on the left? or do I have to use whats on the right