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-03 15:58:46 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2c7a2c1842310e728caed2113225e88766766145
2c7a2c18
1 parent
d355cbe5
Update dependencies
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
15 deletions
.github/workflows/dart.yaml
demo/pubspec.yaml
pdf/pubspec.yaml
printing/CHANGELOG.md
printing/pubspec.yaml
.github/workflows/dart.yaml
View file @
2c7a2c1
...
...
@@ -14,7 +14,7 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
subosito/flutter-action@v1
with
:
channel
:
dev
channel
:
stable
-
name
:
Install utils
run
:
sudo apt install poppler-utils imagemagick
-
name
:
Run analysis
...
...
demo/pubspec.yaml
View file @
2c7a2c1
...
...
@@ -10,11 +10,11 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
intl
:
^0.17.0-nullsafety
intl
:
open_file
:
path_provider
:
^2.0.0-nullsafety
path_provider
:
printing
:
url_launcher
:
^6.0.0-nullsafety
url_launcher
:
dev_dependencies
:
flutter_test
:
...
...
pdf/pubspec.yaml
View file @
2c7a2c1
...
...
@@ -10,15 +10,15 @@ environment:
sdk
:
"
>=2.12.0-0
<3.0.0"
dependencies
:
archive
:
^3.0.0-nullsafety
barcode
:
^2.0.0-nullsafety
crypto
:
^3.0.0-nullsafety
image
:
^3.0.0-nullsafety
meta
:
^1.3.0-nullsafety
archive
:
^3.1.0
barcode
:
^2.1.0
crypto
:
^3.0.0
image
:
^3.0.1
meta
:
^1.3.0
path_parsing
:
^0.2.0-nullsafety
vector_math
:
^2.1.0-nullsafety
xml
:
^5.0.0-nullsafety
vector_math
:
^2.1.0
xml
:
^5.0.0
dev_dependencies
:
pedantic
:
^1.10.0-nullsafety
test
:
^1.16.0-nullsafety
pedantic
:
^1.11.0
test
:
^1.16.0
...
...
printing/CHANGELOG.md
View file @
2c7a2c1
# Changelog
## 5.0.1
-
Update dependencies
## 5.0.0
-
Add imageFromAssetBundle and networkImage
...
...
printing/pubspec.yaml
View file @
2c7a2c1
...
...
@@ -22,13 +22,13 @@ dependencies:
image
:
^3.0.1
js
:
^0.6.3
meta
:
^1.3.0
pdf
:
^3.0.
0
pdf
:
^3.0.
1
plugin_platform_interface
:
^2.0.0
dev_dependencies
:
flutter_test
:
sdk
:
flutter
mockito
:
^5.0.0
-nullsafety
mockito
:
^5.0.0
dependency_overrides
:
pdf
:
...
...
Please
register
or
login
to post a comment