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-06-28 11:13:37 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2be58d50831629e96b99bbee97c8e9e5f41da251
2be58d50
1 parent
9a1edb61
Fix Flutter SDK Minimum version
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
printing/CHANGELOG.md
printing/example/lib/main.dart
printing/pubspec.yaml
printing/CHANGELOG.md
View file @
2be58d5
# Changelog
## 5.13.1
-
Fix Flutter SDK Minimum version
## 5.13.0
-
Migrate to package:web and dart:js_interop
...
...
printing/example/lib/main.dart
View file @
2be58d5
// ignore_for_file: public_member_api_docs
// ignore_for_file: public_member_api_docs
, avoid_redundant_argument_values
import
'dart:typed_data'
;
...
...
@@ -45,7 +45,7 @@ class MyApp extends StatelessWidget {
),
),
pw
.
SizedBox
(
height:
20
),
pw
.
Flexible
(
child:
pw
.
FlutterLogo
())
pw
.
Flexible
(
child:
pw
.
FlutterLogo
())
,
],
);
},
...
...
printing/pubspec.yaml
View file @
2be58d5
...
...
@@ -15,11 +15,11 @@ topics:
-
print
-
printing
-
report
version
:
5.13.
0
version
:
5.13.
1
environment
:
sdk
:
"
>=3.3.0
<4.0.0"
flutter
:
"
>=3.
19
.0"
flutter
:
"
>=3.
22
.0"
dependencies
:
ffi
:
"
>=1.1.0
<3.0.0"
...
...
Please
register
or
login
to post a comment