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
2020-10-25 08:58:19 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e07a2871144e575eb3007a7bfccf56032982bbbb
e07a2871
1 parent
66148a14
Sort pubspec dependencies
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
pdf/pubspec.yaml
printing/example/pubspec.yaml
printing/pubspec.yaml
pdf/pubspec.yaml
View file @
e07a287
...
...
@@ -10,15 +10,15 @@ environment:
sdk
:
"
>=2.3.0
<3.0.0"
dependencies
:
meta
:
^1.1.5
vector_math
:
^2.0.0
utf
:
^0.9.0
crypto
:
^2.0.6
archive
:
^2.0.10
barcode
:
^1.16.0
crypto
:
^2.0.6
image
:
^2.1.10
meta
:
^1.1.5
path_parsing
:
^0.1.4
utf
:
^0.9.0
vector_math
:
^2.0.0
dev_dependencies
:
test
:
pedantic
:
1.9.2
test
:
...
...
printing/example/pubspec.yaml
View file @
e07a287
...
...
@@ -9,14 +9,14 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
printing
:
pdf
:
printing
:
dependency_overrides
:
printing
:
path
:
../
pdf
:
path
:
../../pdf
printing
:
path
:
../
flutter
:
uses-material-design
:
true
...
...
printing/pubspec.yaml
View file @
e07a287
...
...
@@ -15,11 +15,11 @@ dependencies:
sdk
:
flutter
flutter_web_plugins
:
sdk
:
flutter
pdf
:
^1.11.1
plugin_platform_interface
:
^1.0.2
meta
:
^1.1.5
image
:
^2.1.4
js
:
^0.6.1
meta
:
^1.1.5
pdf
:
^1.11.1
plugin_platform_interface
:
^1.0.2
dev_dependencies
:
flutter_test
:
...
...
Please
register
or
login
to post a comment