From 209559747dd155d6691fdb855e26cf0c8d3bc59e Mon Sep 17 00:00:00 2001 From: Dawn Rose <63545980+tastethedream@users.noreply.github.com> Date: Tue, 6 Dec 2022 08:50:04 +0000 Subject: [PATCH] Update README.md New section added to reflect QC2 section 4.7 --- ch05/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ch05/README.md b/ch05/README.md index c1b15de..426f441 100644 --- a/ch05/README.md +++ b/ch05/README.md @@ -15,3 +15,4 @@ Companion repository for O'Reilly Flutter & Dart Full Stack Cookbook - [x] [5.4 Working with lists](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-4.md) - [x] [5.5 Adding list content](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-5.md) - [x] [5.6 Using lists with complex types](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-6.md) +- [x] [5.7 Printing Complex Data Types](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-7.md)