ammaratef45 / ammaratef45/hydroponics-garden

build this page to allow adding devices

未关闭
#31 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
hacktoberfest todo
主要语言
Dart
星标
2
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

https://api.github.com/ammaratef45/hydroponics-garden/blob/dd063bd50cabd7f815bd0d12cf0037e4c76ce144/lib/widgets/devices_widget.dart#L9

```dart

import 'package:flutter/material.dart';
import 'package:hydroponic_garden/widgets/main_widget.dart';

class DevicesPage extends StatelessWidget {
const DevicesPage({super.key});

@override
Widget build(BuildContext context) {
// TODO build this page to allow adding devices
// TODO added devices should show a snapshot of device status
// TODO when an added device is clicked it should navigate to device_widget
return const MainWidget(
body: Center(
child: Text('placeholder'),
),
);
}
}

```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。