Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2021-03-06 09:03:59 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c078c04909082540b81ea95a5cda9fe9ce2f94d2
c078c049
1 parent
297f1664
Temporary fix for the demo project
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
demo/lib/main.dart
demo/pubspec.yaml
demo/lib/main.dart
View file @
c078c04
...
...
@@ -14,8 +14,6 @@
* limitations under the License.
*/
// @dart=2.9
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
...
...
demo/pubspec.yaml
View file @
c078c04
name
:
printing_demo
description
:
Pdf Printing Demo
publish_to
:
"
none"
version
:
1.0.0+1
environment
:
...
...
@@ -12,6 +12,9 @@ dependencies:
sdk
:
flutter
intl
:
open_file
:
git
:
url
:
https://github.com/orevial/open_file
ref
:
null-safety-migration
path_provider
:
printing
:
url_launcher
:
...
...
Please
register
or
login
to post a comment