Flutter Actual Combat eBook

Introduction

This project is the open source e-book project of Flutter Chinese Net “Flutter Actual Combat”, the official website address is: https://book.flutterchina.club .

Source code of this book: https://github.com/wendux/flutter_in_action_source_code

Picture introduction

In order for subsequent pictures to be easily available on CDN, if you need to introduce new pictures into the document, please follow the steps below:

  1. Adjust the size of your picture. There is a requirement that the maximum height of the picture cannot exceed 500 pixels. In principle, the maximum single picture cannot exceed 300K.

  2. Copy the picture to the docs/imgs directory, be careful not to duplicate the name

  3. Use relative path references in your articles , such as:

![](../imgs/xx.jpg)

When your submission is merged, we will upload the CDN, automatically replace the image link, and then refer back to the warehouse. Before you submit it next time, you need to pull the change first.

Build environment

This book is written using gitbook. To run the website locally, you need to install the following environment:

  1. Install node; if you have already installed node, you can omit this step. The node installation method is Baidu.

  2. Install gitbook.

npm i -g gitbook-cli
  1. Go to the root directory of this project locally and run:
install gitbook ## install the build book to rely on plug-ins
  1. Run the website, you can edit it~
gitbook serve 

Which chapters have not been written yet?

The unfinished part of the book will be grayed out in the catalogue of the official website, and they will be linked to a todo page. You should write this part of the topic first. If you have a new chapter to add, please contact me first! After communication, you can add it if you feel necessary.

Submit update

In order to ensure the quality of the book, the content after submission needs to be reviewed. Therefore, after your PR is submitted, it may need to be modified multiple times. To save time, please notify me of Review as soon as you submit the PR.

Errata

If you find errors in this book, please PR.

Contact information

WeChat ID: Demons-du

free?

Knowledge should be paid for. Creation is not easy. Open source does not mean free. If you are a reader of this book and have a lot of money, you can scan the QR code below to get a reward. It doesn’t take too much, just enough to buy a cup of coffee. Of course, if you are shy in your pocket, you can also read this book, but I have a small request for you. I hope you can actively participate in the error correction of this book and the creation of unfinished content during the reading process. It can be considered to have paid.

Download Details:

Author: flutterchina

Demo: https://book.flutterchina.club

Source Code: https://github.com/flutterchina/flutter-in-action

#flutter #dart #mobile-apps

Flutter Actual Combat eBook
6.30 GEEK