Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #20

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions ch05/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Companion repository for O'Reilly Flutter & Dart Full Stack Cookbook

## Handling maps and lists

- [x] [5.1 Using a map to handle objects](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-1.md)
- [x] [5.2 Retrieving map content](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-2.md)
- [x] [5.3 Validating key existence within a map](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-3.md)
- [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.1 Creating lists of data](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-1.md)
- [x] [5.2 Amending a List of data](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-2.md)
- [x] [5.3 Using lists with complex types](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-3.md)
- [x] [5.4 Handling Map/KeyValue Pairings](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-4.md)
- [x] [5.5 Printing Map Data Structure Content](https://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-5.md)
- [x] [5.6 Validating That Content Exists In a Map](http://github.com/rosera/flutter-and-dart-cookbook/blob/main/ch05/ex5-6.md)