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
2019-02-27 09:20:47 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eaf237a5179d6854cd6330a964f7b5a62eddd021
eaf237a5
1 parent
a27493f7
Manage dependency_overrides for publication
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
Makefile
printing/pubspec.yaml
Makefile
View file @
eaf237a
...
...
@@ -50,18 +50,26 @@ clean:
git clean -fdx -e .vscode
publish-pdf
:
format clean
find pdf -name pubspec.yaml -exec sed -i -e
's/^dependency_overrides:/_dependency_overrides:/g'
'{}'
';'
cd
pdf; pub publish -f
find pdf -name pubspec.yaml -exec sed -i -e
's/^_dependency_overrides:/dependency_overrides:/g'
'{}'
';'
publish-printing
:
format clean
find printing -name pubspec.yaml -exec sed -i -e
's/^dependency_overrides:/_dependency_overrides:/g'
'{}'
';'
cd
printing; pub publish -f
find printing -name pubspec.yaml -exec sed -i -e
's/^_dependency_overrides:/dependency_overrides:/g'
'{}'
';'
.pana
:
pub global activate pana
touch
$@
analyze
:
.pana
@
find pdf -name pubspec.yaml -exec sed -i -e
's/^dependency_overrides:/_dependency_overrides:/g'
'{}'
';'
@
find printing -name pubspec.yaml -exec sed -i -e
's/^dependency_overrides:/_dependency_overrides:/g'
'{}'
';'
@
pana --no-warning --source path pdf 2> /dev/null | python pana_report.py
@
pana --no-warning --source path printing 2> /dev/null | python pana_report.py
@
find pdf -name pubspec.yaml -exec sed -i -e
's/^_dependency_overrides:/dependency_overrides:/g'
'{}'
';'
@
find printing -name pubspec.yaml -exec sed -i -e
's/^_dependency_overrides:/dependency_overrides:/g'
'{}'
';'
.dartfix
:
pub global activate dartfix
...
...
printing/pubspec.yaml
View file @
eaf237a
...
...
@@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/printing
repository
:
https://github.com/DavBfr/dart_pdf
issue_tracker
:
https://github.com/DavBfr/dart_pdf/issues
version
:
1.3.5
version
:
2.0.0
environment
:
sdk
:
"
>=2.1.0
<3.0.0"
...
...
Please
register
or
login
to post a comment