Beginning Flutter Debugging

Jan 18 2022 · Dart 2.14, Flutter 2.5, VS Code 1.62 OR Android Studio

Part 1: Beginning Flutter Debugging

03. Inspect Variables

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 02. Work with Breakpoints Next episode: 04. Understand the Call Stack

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

A common problem that could occur while building apps could be when you expect a variable to be updated to some value but you get something else. Some times, you could get an unexpected value and other times, the variable doesnt update as expected.