Skip to content

Commit

Permalink
Add new ebook (#6019)
Browse files Browse the repository at this point in the history
* add_new_book

* fix cover title

* updates from review

* update order

* update order
  • Loading branch information
TahaTesser committed Jul 12, 2021
1 parent 29531a3 commit ffd896f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/_data/books.yml
Expand Up @@ -40,6 +40,13 @@
cover: flutter-in-action.jpg
link: "https://www.amazon.com/Flutter-Action-Eric-Windmill/dp/1617296147"
desc: "Flutter in Action teaches you to build professional-quality mobile applications using the Flutter SDK and the Dart programming language."
- title: 'Flutter Libraries we love'
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 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."
- title: 'Flutter Succinctly'
authors:
- Ed Freitas
Expand Down Expand Up @@ -75,4 +82,4 @@
publisher: Pragmatic Bookshelf
cover: programming-flutter.jpg
link: "https://pragprog.com/book/czflutr"
desc: "Native, Cross-Platform Apps the Easy Way. Doesn't require previous Dart knowledge."
desc: "Native, Cross-Platform Apps the Easy Way. Doesn't require previous Dart knowledge."

0 comments on commit ffd896f

Please sign in to comment.