Showing
2 changed files
with
4 additions
and
3 deletions
@@ -14,8 +14,6 @@ | @@ -14,8 +14,6 @@ | ||
14 | * limitations under the License. | 14 | * limitations under the License. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | -// @dart=2.9 | ||
18 | - | ||
19 | import 'package:flutter/foundation.dart'; | 17 | import 'package:flutter/foundation.dart'; |
20 | import 'package:flutter/material.dart'; | 18 | import 'package:flutter/material.dart'; |
21 | 19 |
1 | name: printing_demo | 1 | name: printing_demo |
2 | description: Pdf Printing Demo | 2 | description: Pdf Printing Demo |
3 | - | 3 | +publish_to: "none" |
4 | version: 1.0.0+1 | 4 | version: 1.0.0+1 |
5 | 5 | ||
6 | environment: | 6 | environment: |
@@ -12,6 +12,9 @@ dependencies: | @@ -12,6 +12,9 @@ dependencies: | ||
12 | sdk: flutter | 12 | sdk: flutter |
13 | intl: | 13 | intl: |
14 | open_file: | 14 | open_file: |
15 | + git: | ||
16 | + url: https://github.com/orevial/open_file | ||
17 | + ref: null-safety-migration | ||
15 | path_provider: | 18 | path_provider: |
16 | printing: | 19 | printing: |
17 | url_launcher: | 20 | url_launcher: |
-
Please register or login to post a comment