|
@@ -1,8 +1,24 @@
|
|
|
# flutter_travel
|
|
|
|
|
|
+
|
|
|
+[](https://git.yoqi.me/lyq/flutter_travel)
|
|
|
+[](https://git.yoqi.me/lyq/flutter_travel)
|
|
|
+
|
|
|
+[English](./README.md) | [中文](./README.zh-CN.md)
|
|
|
+
|
|
|
旅游app
|
|
|
|
|
|
## Develop
|
|
|
|
|
|
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/jianboy/flutter_travel)
|
|
|
+
|
|
|
[](https://github.dev/jianboy/flutter_travel)
|
|
|
+
|
|
|
+[](https://gitpod.io/#https://github.com/jianboy/flutter_travel)
|
|
|
+
|
|
|
+you can open the project with codespaces or gitpod. then run :
|
|
|
+
|
|
|
+```
|
|
|
+flutter build apk --no-tree-shake-icons
|
|
|
+flutter build ipa --release --no-tree-shake-icons
|
|
|
+```
|