Flutter logoFlutter Intro Workshop
🌜
🌞
Flutter logoFlutter Intro Workshop
    • Flutter Overview
      • What is Flutter?
      • Why Flutter?
      • Goal for today
    • Dart language
      • Meet Dart, the JS killer
      • Language Basics
      • Gotchas for JS/TS developers
      • Task
    • Flutter CLI
      • Create your first Flutter app
      • How does Flutter look like
      • Hot reload in action
      • Task
    • Widgets
      • What is a widget
      • Flutter-provided widgets
      • Task
    • State management
      • How does Flutter treat state
      • Two types of widgets
      • Task
    • Subjects
      • Separate state from widget
      • Meet the pub.dev
      • Task

    Task

    • Add rxdart dependency to your Flutter project
    • Create a TodoListSubject class for keeping and managing state updates. Replace the current state management entangled with widget's code with subject solution
    • Refactor the StatefulWidget to Stateless one using the TodoListSubject class
    Previous
    « Meet the pub.dev

    DevMettings

    • Website
    • Facebook group
    • Facebook
    • Twitter
    • LinkedIn

    Fidev

    • Website
    • YouTube
    • Twitter
    Copyright © 2020 Marcin Wróblewski marcin.wroblewscy.eu
    Flutter and the related logo are trademarks of Google LLC. This workshop is not affiliated with or otherwise sponsored by Google LLC.