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-06-17 08:10:00 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1d5746da492119d7f66b049238f8aa3aea840dc9
1d5746da
1 parent
b7dc3007
Use release Dart SDK
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
pdf/pubspec.yaml
printing/pubspec.yaml
pdf/pubspec.yaml
View file @
1d5746d
...
...
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version
:
3.4.0
environment
:
sdk
:
"
>=2.12.0
-0
<3.0.0"
sdk
:
"
>=2.12.0
<3.0.0"
dependencies
:
archive
:
^3.1.0
...
...
printing/pubspec.yaml
View file @
1d5746d
...
...
@@ -10,7 +10,7 @@ issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version
:
5.3.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