Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chen56 committed Apr 30, 2024
1 parent 9a1cdd7 commit 00fad6f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ void build(BuildContext context, Cell print) async {
print.runInCurrentCell((print) {
onPressed() async {
var msg = await bomb();
// todo 这个print在 async时,会打到最后一个cell
print(msg);
// debugPrint("ppp2 ${print.hashCode}");
// debugPrint("ppp2--- ${print.pen.cells}");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,6 @@ GestureDetector(
```
'''));

// todo 增加GestureDetector范例
// print.sampleMate(GestureDetector(
// // todo default value:这种变量型的是不是可以弄一下 kDefaultTrackpadScrollToScaleFactor
// trackpadScrollToScaleFactor: kDefaultTrackpadScrollToScaleFactor,
// child: const Text("文本变按钮"),
// onTap: () {/**todo UI log,显示到控制台便于一般性的事件展示**/},
// ));

print.addCell(title:const Text("--------new cell------"));
print(const MD(r'''
### Ink*组件
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class TestCell extends StatelessWidget {
}
@override
Widget build(BuildContext context) {
// TODO: implement build
throw UnimplementedError();
}
}
Expand All @@ -65,7 +64,6 @@ class CodeTemplate extends StatelessWidget {

@override
Widget build(BuildContext context) {
// TODO: implement build
throw UnimplementedError();
}
}
Expand All @@ -77,7 +75,6 @@ class CodeTemplateNoReturn extends StatelessWidget {

@override
Widget build(BuildContext context) {
// TODO: implement build
throw UnimplementedError();
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class CellBlock extends StatelessWidget {

@override
Widget build(BuildContext context) {
// TODO: implement build
throw UnimplementedError();
}
}
Expand Down
1 change: 0 additions & 1 deletion packages/you_cli/test/bin/pubspec_edit_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ void main() {
group("Pubspec.putNoteAssets", () {
setUp(() {
fs = MemoryFileSystem();
print("setup"); //TODO remove
});

test('add', () async {
Expand Down

0 comments on commit 00fad6f

Please sign in to comment.