or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Flutter 踩雷心得
tags:
2018
,R1
位置: R1
講者:楊維中
iOS app 千萬不要很晚才審核
0.8版就可以先送審核
在0.8版到1.0版之間解決apple 的issue
什麼是flutter
設計給 Google 一套尚未正式推出的作業系統 Fuchsia 使用的應用程式框架
目前可以嵌入 iOS 和 Android app 中
架構上像是精簡過的瀏覽器
越接近 Web app 的 Mobile app,越適合使用 Fluter 開發
Flutter 不適合
目前還有的問題
使用蘋果蘋果蘋方蘋果蘋果蘋果蘋果蘋果蘋果字
導入Flutter
發行版本號碼管理
編譯流程
混淆 dart Code
Flutter不支援Xcode10的New Build System
Dependency管理
Android的32/64問題
X86 Android
環境的版本
CI
Testing
Dart 單元測試
使用
Widget 測試
線上問題的處理
團隊的組成
建議在新專案才導入 Flutter
改變思維
換台新電腦吧如果你要寫Flutter
因為你需要同時開…