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
2024-10-30 09:27:45 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
58964aacd2982475d60ce3b89b1e5017200be6cd
58964aac
1 parent
a6f0d9f0
Update flutter_lints to 5.0.0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
pdf/pubspec.yaml
printing/pubspec.yaml
widget_wrapper/pubspec.yaml
pdf/pubspec.yaml
View file @
58964aa
...
...
@@ -29,5 +29,5 @@ dependencies:
xml
:
"
>=6.3.0
<7.0.0"
dev_dependencies
:
flutter_lints
:
^
4
.0.0
flutter_lints
:
^
5
.0.0
test
:
"
>=1.16.0
<2.0.0"
...
...
printing/pubspec.yaml
View file @
58964aa
...
...
@@ -36,7 +36,7 @@ dependencies:
web
:
^1.0.0
dev_dependencies
:
flutter_lints
:
^
4
.0.0
flutter_lints
:
^
5
.0.0
flutter_test
:
sdk
:
flutter
mockito
:
^5.4.4
...
...
widget_wrapper/pubspec.yaml
View file @
58964aa
...
...
@@ -20,7 +20,7 @@ dependency_overrides:
path
:
../pdf
dev_dependencies
:
flutter_lints
:
^
4
.0.0
flutter_lints
:
^
5
.0.0
flutter_test
:
sdk
:
flutter
...
...
Please
register
or
login
to post a comment