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
2022-02-14 11:28:42 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d1803a2fe7824b5719beb456dcdd9670ac914be4
d1803a2f
1 parent
dcd5efe8
Fix pubspec preversion
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
printing/example/pubspec.yaml
test/pubspec.yaml
printing/example/pubspec.yaml
View file @
d1803a2
...
...
@@ -4,7 +4,7 @@ description: Pdf Printing Example
version
:
1.0.0+1
environment
:
sdk
:
"
>=2.12.0
-0
<3.0.0"
sdk
:
"
>=2.12.0
<3.0.0"
dependencies
:
flutter
:
...
...
test/pubspec.yaml
View file @
d1803a2
...
...
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version
:
1.0.0
environment
:
sdk
:
"
>=2.12.0
-0
<3.0.0"
sdk
:
"
>=2.12.0
<3.0.0"
flutter
:
"
>=1.16.0"
dependencies
:
...
...
Please
register
or
login
to post a comment