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

Add new ebook #6019

Merged
merged 6 commits into from Jul 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/_data/books.yml
Expand Up @@ -76,3 +76,10 @@
cover: programming-flutter.jpg
link: "https://pragprog.com/book/czflutr"
desc: "Native, Cross-Platform Apps the Easy Way. Doesn't require previous Dart knowledge."
- title: 'Flutter Libraries we love'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These books are organized alphabetically by title. Please move this up in the list.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, true.

authors:
- Codemagic
publisher: Codemagic
cover: flutter_libraries_we_love.png
link: "https://codemagic.io/flutter-libraries-ebook/"
desc: "\"Flutter libraries we love\" focuses on 11 different Flutter library categories. Each category has a list of Flutter libraries as well as a highlighted library that we dig deeper into – including pros and cons, developer's perspective and real-life code examples. The code snippets of all 11 highlighted libraries are updated to their latest versions, which support Flutter 2 with sound null safety."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid writing in first person "we dig..." and remember the Oxford comma. :D I removed "latest versions" because that can go out of date fast.

Suggested change
desc: "\"Flutter libraries we love\" focuses on 11 different Flutter library categories. Each category has a list of Flutter libraries as well as a highlighted library that we dig deeper into – including pros and cons, developer's perspective and real-life code examples. The code snippets of all 11 highlighted libraries are updated to their latest versions, which support Flutter 2 with sound null safety."
desc: "\"Flutter libraries we love\" focuses on 11 different categories of Flutter libraries. Each category lists available libraries as well as a highlighted library that is covered in more detail – including pros and cons, developer's perspective, and real-life code examples. The code snippets of all 11 highlighted libraries support Flutter 2 with sound null safety."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for the review, changes are made :)