Skip to content

Commit

Permalink
sec
Browse files Browse the repository at this point in the history
  • Loading branch information
apps-transround committed Apr 8, 2021
1 parent 4b3a19e commit 2ab3bc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/platform.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// import 'binding.dart';
// import 'debug.dart';
// import 'layer.dart';
// import 'proxy_box.dart';
//
// export 'package:flutter/foundation.dart'
// show FlutterError, InformationCollector, DiagnosticsNode, ErrorSummary, ErrorDescription, ErrorHint, DiagnosticsProperty, StringProperty, DoubleProperty, EnumProperty, FlagProperty, IntProperty, DiagnosticPropertiesBuilder;
Expand Down Expand Up @@ -2397,6 +2398,8 @@
// context.canvas.drawLine(offset + p1, offset + p2, paint);
// i++;
// });
// if (this is RenderRepaintBoundary)
// print ((this as RenderRepaintBoundary).debugAsymmetricPaintCount);
// // i = 0;
// // eventssMap.forEach((key, value) {
// // final textStyle = TextStyle(
Expand All @@ -2421,7 +2424,7 @@
// // }); // final Paint paint = Paint()
// // ..color = Color(0x00BBBB | ((0x04000000 * depth) & 0xFF000000));
// // context.canvas.drawRect(offset & size, paint);
// delta= (delta +1) % 8;
// delta= delta == 0 ? 8 : delta -1;
// }
//
//
Expand Down Expand Up @@ -4091,3 +4094,4 @@
// level: DiagnosticLevel.hidden,
// );
// }
// //

0 comments on commit 2ab3bc7

Please sign in to comment.