David PHAM-VAN

Fix imports

@@ -16,13 +16,13 @@ @@ -16,13 +16,13 @@
16 16
17 import 'dart:math' as math; 17 import 'dart:math' as math;
18 18
19 -import 'package:pdf/widgets.dart';  
20 import 'package:vector_math/vector_math_64.dart'; 19 import 'package:vector_math/vector_math_64.dart';
21 20
22 import '../../pdf.dart'; 21 import '../../pdf.dart';
23 import 'flex.dart'; 22 import 'flex.dart';
24 import 'geometry.dart'; 23 import 'geometry.dart';
25 import 'multi_page.dart'; 24 import 'multi_page.dart';
  25 +import 'text.dart';
26 import 'text_style.dart'; 26 import 'text_style.dart';
27 import 'widget.dart'; 27 import 'widget.dart';
28 28
@@ -18,7 +18,6 @@ import 'dart:collection'; @@ -18,7 +18,6 @@ import 'dart:collection';
18 import 'dart:math' as math; 18 import 'dart:math' as math;
19 19
20 import 'package:meta/meta.dart'; 20 import 'package:meta/meta.dart';
21 -import 'package:pdf/widgets.dart';  
22 import 'package:vector_math/vector_math_64.dart'; 21 import 'package:vector_math/vector_math_64.dart';
23 22
24 import '../../pdf.dart'; 23 import '../../pdf.dart';
@@ -26,6 +25,7 @@ import 'document.dart'; @@ -26,6 +25,7 @@ import 'document.dart';
26 import 'geometry.dart'; 25 import 'geometry.dart';
27 import 'multi_page.dart'; 26 import 'multi_page.dart';
28 import 'page.dart'; 27 import 'page.dart';
  28 +import 'text_style.dart';
29 import 'theme.dart'; 29 import 'theme.dart';
30 30
31 @immutable 31 @immutable