一个使用 flutter 仿照 miui 天气写的简易天气软件,支持 windows 和 android
- 创建一个心知天气账号.
- 获取 API key 在 https://www.seniverse.com/dashboard.
- 拉取仓库
git clone https://github.com/ChenHackerGit/flutter_miui_weather.git
- 安装所有依赖
flutter pub get
- 在 lib\utils\fetch_json.dart 用你的 api key 替换
https://api.seniverse.com/v3/weather/now.json?key=YouKey
- 启动 app