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
2023-05-26 19:09:04 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c83bb4cfa323a808f37c4daf6e29322716eb2eeb
c83bb4cf
1 parent
0e2a3875
Set Flutter 3.10 as the minimum version
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
printing/pubspec.yaml
printing/pubspec.yaml
View file @
c83bb4c
...
...
@@ -12,8 +12,8 @@ screenshots:
version
:
5.11.0
environment
:
sdk
:
"
>=2.18.0
<4.0.0"
flutter
:
"
>=3.7.0"
sdk
:
"
>=3.0.0
<4.0.0"
flutter
:
"
>=3.10.0"
dependencies
:
ffi
:
"
>=1.1.0
<3.0.0"
...
...
@@ -21,7 +21,7 @@ dependencies:
sdk
:
flutter
flutter_web_plugins
:
sdk
:
flutter
http
:
^0.13.0
http
:
"
>=0.13.0
<2.0.0"
image
:
^4.0.02
js
:
^0.6.3
meta
:
"
>=1.3.0
<2.0.0"
...
...
Please
register
or
login
to post a comment