Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Flutter para iOS Developers

Erik Flores
September 07, 2018
65

Flutter para iOS Developers

Erik Flores

September 07, 2018
Tweet

Transcript

  1. Aprender iOS ASAP GCD UIKit Foundation UITableView UICollectionView Protocolos Autolayout

    Networking CocoaTouch Codable Notification - Delegation - Observing UITabBar UIButton Serialization UINavigationController URLSession
  2. 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!.
  3. 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