We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffd254 commit 5d2ff5fCopy full SHA for 5d2ff5f
lib/src/core/context.dart
@@ -1,5 +1,5 @@
1
-import 'dart:ui' as ui;
2
import "dart:math";
+import 'dart:ui' as ui;
3
import 'package:flutter/widgets.dart';
4
import '../math/point.dart';
5
import '../math/mathutil.dart';
test/widget_test.dart
@@ -7,8 +7,7 @@
7
8
import 'package:flutter/material.dart';
9
import 'package:flutter_test/flutter_test.dart';
10
-
11
-import 'package:zerker/zerker.dart';
+import '../lib/zerker.dart';
12
13
void main() {
14
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
0 commit comments