Flutter: Part 08 Powering Your App with Live Web Data

Go to class
Write Review

Free Online Course: Flutter: Part 08 Powering Your App with Live Web Data provided by LinkedIn Learning is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Flutter: Part 08 Powering Your App with Live Web Data is taught by Angela Yu and London App Brewery.

Overview
  • Learn how to build cross-platform mobile apps powered by live data with Flutter.

Syllabus
  • 1. Powering Your Flutter App with Live Web Data: Clima Project

    • Clima: A modern weather app
    • Cross-platform location data
    • Dart futures: Async and await
    • Stateful widget lifecycle
    • Exception handling
    • Async/await challenge
    • APIs explained
    • Networking with the Flutter HTTP package
    • JSON parsing and dynamic types
    • Weather data from OpenWeatherMap API
    • Showing a spinner while the user waits
    • Passing data to a state object
    • Updating the WeatherModel
    • Refactoring the location method
    • Styling TextField widgets for text entry
    • Passing data through the nav stack