Slide 1

Slide 1 text

Flutter Perú Flutter para iOS Developers Erik Flores Quispe @erikfloresq

Slide 2

Slide 2 text

iOS <3

Slide 3

Slide 3 text

Aprender iOS ASAP GCD UIKit Foundation UITableView UICollectionView Protocolos Autolayout Networking CocoaTouch Codable Notification - Delegation - Observing UITabBar UIButton Serialization UINavigationController URLSession

Slide 4

Slide 4 text

Antes de empezar con Flutter ● Aprender Dart. ● De ahora en adelante todo será widgets. ● Cambiaremos de editor de código. ● No tendremos storyboards. ● No tendremos autolayout. ● Pero, pero, pero tendremos HotReload!.

Slide 5

Slide 5 text

UIView UIView = Widget UIView es mutable en iOS UIView al ser un widget es inmutable y es ligero Para actualizar un UIView usaremos el concepto de states

Slide 6

Slide 6 text

States UIImageView = StatelessWidget UI async = StatefulWidget

Slide 7

Slide 7 text

States Podemos agregar un StatelessWidget en un Statefulwidget

Slide 8

Slide 8 text

Storyboard Arbol de widgets

Slide 9

Slide 9 text

UI Material Design Cupertino Widgets

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

Preguntas ● [email protected] ● https://github.com/erikfloresq/ ● https://medium.com/@erikfloresq ● https://twitter.com/erikfloresq

Slide 12

Slide 12 text

● https://www.meetup.com/Flutter-Peru/ ● https://twitter.com/FlutterPeru ● https://www.facebook.com/FlutterPeru