智能家居应用
一个使用 flutter & dart 构建的家庭自动化移动应用程序?
截图 ?
使用的技术
-
Geolocator 用于获取当前用户位置。
-
Open Weather Map API 用于获取当前用户位置的湿度、温度和国家。
-
Flutter Bloc 用于状态管理。
-
Injectable 和 GetIt 用于依赖注入。
待办事项
- 个人资料屏幕。
- 完成日程安排屏幕。
- 添加新房间。
- 添加新设备。
- 收藏夹屏幕。
?️ 安装步骤
- 打开终端并克隆仓库
git clone https://github.com/Djihanegh/smart_home_app.git
- cd 切换目录
cd smart_home_app
- 运行 Pub
Flutter pub get
- 运行应用 (Run App)
Happy Coding !!



