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
2020-05-13 08:07:19 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e165b9371cf8e9b5c94eb85db2b1a8e967aa2354
e165b937
1 parent
d5cbadd0
Fix warnings
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
pdf/test/widget_text_test.dart
printing/example/lib/main.dart
pdf/test/widget_text_test.dart
View file @
e165b93
...
...
@@ -260,7 +260,7 @@ void main() {
text:
'中文'
,
style:
TextStyle
(
font:
asian
),
),
TextSpan
(
const
TextSpan
(
text:
' world!'
,
),
],
...
...
printing/example/lib/main.dart
View file @
e165b93
// ignore_for_file: always_specify_types
// ignore_for_file: public_member_api_docs
import
'package:flutter/material.dart'
;
import
'package:pdf/widgets.dart'
as
pw
;
...
...
Please
register
or
login
to post a comment