Interactive widgets : // TODO 4: add a scaffold widget

Hi.

I didn’t find this TODO in the training. Maybe you should replace :

  @override
  Widget build(BuildContext context) {
    return const EmptyGroceryScreen();
  }

with

  @override
  Widget build(BuildContext context) {
    // TODO 4: add a scaffold widget
    return const EmptyGroceryScreen();
  }

The quality of your book is really surprising compared to the other trainings that I was able to follow … Thank you very much! :grinning_face_with_smiling_eyes: All you have to do now is translate them into other languages ​​to be on top :stuck_out_tongue_winking_eye: In France, for example, there is almost nothing …

1 Like

@olivaxa the TODO 4 is added to the code in the Creating the empty Grocery screen (6.4 section in the book left navigation bar) under Adding the empty screen.