2023年1月24日 星期二

Flutter 更新了到 3.7.7

下載 https://docs.flutter.dev/get-started/install/linux,  3.7.7 無需再用 flutter upgrade了. Happy.

下載 linux 版本:  https://docs.flutter.dev/get-started/install/linux, 跟 3.3.9 一樣還是要切到 channel   master  並 upgrade 才會正常:

                        flutter channel master  &&   flutter  upgrade


沒有留言:

張貼留言

用 python 解簡單的常微分方程式

# sudo apt install python3-pip # python3 -m venv venv # cd venv # . bin/activate # pip3 install numpy matplotlib import numpy as np import m...