File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
syncfusion_flutter_pdfviewer_macos/example
syncfusion_flutter_xlsio/lib
syncfusion_officechart/lib Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies:
13
13
sdk : flutter
14
14
15
15
syncfusion_flutter_pdfviewer :
16
- path : ../
16
+ path : ../../syncfusion_flutter_pdfviewer
17
17
18
18
# The following adds the Cupertino Icons font to your application.
19
19
# Use with the CupertinoIcons class for iOS style icons.
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import 'dart:ui';
10
10
11
11
import 'package:archive/archive.dart' ;
12
12
import 'package:crypto/crypto.dart' ;
13
- import 'package:flutter_test/flutter_test.dart' ;
14
13
import 'package:image/image.dart' as img;
15
14
import 'package:intl/date_symbol_data_local.dart' ;
16
15
import 'package:intl/date_symbols.dart' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import 'dart:convert';
4
4
import 'dart:core' ;
5
5
6
6
import 'package:archive/archive.dart' ;
7
- import 'package:flutter_test/flutter_test.dart' ;
8
7
import 'package:syncfusion_flutter_xlsio/xlsio.dart' ;
9
8
import 'package:xml/xml.dart' ;
10
9
You can’t perform that action at this time.
0 commit comments