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:
@@ -29,5 +29,5 @@ dependencies:
29
xml
:
"
>=6.3.0
<7.0.0"
29
xml
:
"
>=6.3.0
<7.0.0"
30
30
31
dev_dependencies
:
31
dev_dependencies
:
32
-
flutter_lints
:
^
4
.0.0
32
+
flutter_lints
:
^
5
.0.0
33
test
:
"
>=1.16.0
<2.0.0"
33
test
:
"
>=1.16.0
<2.0.0"
printing/pubspec.yaml
View file @
58964aa
@@ -36,7 +36,7 @@ dependencies:
@@ -36,7 +36,7 @@ dependencies:
36
web
:
^1.0.0
36
web
:
^1.0.0
37
37
38
dev_dependencies
:
38
dev_dependencies
:
39
-
flutter_lints
:
^
4
.0.0
39
+
flutter_lints
:
^
5
.0.0
40
flutter_test
:
40
flutter_test
:
41
sdk
:
flutter
41
sdk
:
flutter
42
mockito
:
^5.4.4
42
mockito
:
^5.4.4
widget_wrapper/pubspec.yaml
View file @
58964aa
@@ -20,7 +20,7 @@ dependency_overrides:
@@ -20,7 +20,7 @@ dependency_overrides:
20
path
:
../pdf
20
path
:
../pdf
21
21
22
dev_dependencies
:
22
dev_dependencies
:
23
-
flutter_lints
:
^
4
.0.0
23
+
flutter_lints
:
^
5
.0.0
24
flutter_test
:
24
flutter_test
:
25
sdk
:
flutter
25
sdk
:
flutter
26
26
Please
register
or
login
to post a comment