Flutter Dev Series Part 3: Data Binding and all-things Widgets

- published on 2020-10-17

Hi all! 👋

If you haven't read the previous (2nd) part of this multi-part blog series yet, I highly encourage you to read it here.

For this third part, we'll be working on the fun stuff (for some of you 😉) on binding the News API headline data onto the UI, or Flutter widgets in our case! Learn how we can use such widgets to accomplish some common logic and implementations including, but not limited to, reactively updating the app's data whenever (e.g. swiping a screen to refresh), accompanying the user with a loading interface while fetching data, and displaying empty states should there be no data returned from the service.

Here's the YouTube video:

As always, like/subscribe to my channel for more content ❤️

- Dave