Skip to content

Commit 0637575

Browse files
author
wangchangsheng
committed
commit-添加自定义控件截图
1 parent ec07c95 commit 0637575

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434

3535
<img src="https://github.com/WinWang/open_eye/blob/master/screenshot/13.png" width="400px">
3636

37+
<img src="https://github.com/WinWang/open_eye/blob/master/screenshot/14.png" width="400px">
38+
39+
<img src="https://github.com/WinWang/open_eye/blob/master/screenshot/15.png" width="400px">
40+
3741

3842

3943
## Getting Started

lib/business/custom_paint_page/CustomPaintPage.dart

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class CustomPaintPage extends BaseStatelessWidget<CustomPaintController> {
2727
padding: EdgeInsets.all(25.w),
2828
child: LineChartWidget(chartList: controller.lineCharttList.value),
2929
),
30+
Text("滚动缩放折线图", style: Styles.style_black_32),
3031
Container(
3132
child: LinesChartWidget(controller.linesCharttList.value),
3233
padding: EdgeInsets.all(25.w),

screenshot/14.jpg

83.4 KB
Loading

screenshot/15.jpg

81.6 KB
Loading

0 commit comments

Comments
 (0)