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-01-30 08:24:55 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ffc219b3cb1bc576a5602c3412315bc5bc788424
ffc219b3
1 parent
cdfda4f4
Update dependencies
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
pdf/pubspec.yaml
printing/pubspec.yaml
pdf/pubspec.yaml
View file @
ffc219b
...
...
@@ -10,14 +10,14 @@ environment:
dependencies
:
archive
:
^3.1.0
barcode
:
"
>=2.2.0
<
=
3.0.0"
barcode
:
"
>=2.2.0
<3.0.0"
crypto
:
^3.0.0
image
:
"
>=3.0.1
<=4.0.0"
meta
:
^1.7.0
path_parsing
:
"
>=0.2.0
<=2.0.0"
image
:
"
>=3.0.1
<4.0.0"
meta
:
"
>=1.3.0
<2.0.0"
path_parsing
:
"
>=0.2.0
<2.0.0"
vector_math
:
^2.1.0
xml
:
"
>=5.1.0
<
=
6.0.0"
xml
:
"
>=5.1.0
<6.0.0"
dev_dependencies
:
flutter_lints
:
^1.0.4
test
:
"
>=1.16.0
<
=
2.0.0"
test
:
"
>=1.16.0
<2.0.0"
...
...
printing/pubspec.yaml
View file @
ffc219b
...
...
@@ -19,9 +19,9 @@ dependencies:
flutter_web_plugins
:
sdk
:
flutter
http
:
^0.13.0
image
:
"
>=3.0.1
<
=
4.0.0"
image
:
"
>=3.0.1
<4.0.0"
js
:
^0.6.3
meta
:
^1.7.0
meta
:
"
>=1.3.0
<2.0.0"
pdf
:
^3.7.0
plugin_platform_interface
:
^2.0.0
...
...
Please
register
or
login
to post a comment