-
Notifications
You must be signed in to change notification settings - Fork 110
inconsistency of chapter numbers with second edition #19
Description
I recently bought the second edition and I´m still in the process of working through this book. I found several code errors (e.g. semicolon instead of comma, missing or too much braces etc). Sometimes I have missed the code version after doing the described changes. In that cases it costs much effort and several tries to get some changes work when the instructions are not clear. But the most annoying fact is that the referenced chapter numbers are not consistent with the github chapters: cite "Download the sample code that comes with this book at https://github.com/PacktPublishing/Flutter-Cookbook/tree/master/chapter_05 and look for the e_commerce_screen_before.dart file"... It isn'nt there. I found it in chapter 04. Sometimes other code versions are in the chapters than in the book. Sorry but I´m frustrated, even though I have learned a lot up to now.