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
2019-08-20 07:46:45 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f83f88f79547801c64f781b1feeb0d86b95fe794
f83f88f7
1 parent
384ac4a4
Fix dart warnings
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
pdf/test/widget_theme_test.dart
pdf/test/widget_theme_test.dart
View file @
f83f88f
...
...
@@ -90,9 +90,9 @@ void main() {
pdf
.
addPage
(
Page
(
theme:
theme
,
build:
(
Context
context
)
=>
Center
(
child:
Table
.
fromTextArray
(
context:
context
,
data:
[
[
'Header'
,
'123'
],
[
'Cell'
,
'456'
]
child:
Table
.
fromTextArray
(
context:
context
,
data:
<
List
<
String
>>[
<
String
>[
'Header'
,
'123'
],
<
String
>[
'Cell'
,
'456'
]
]),
),
));
...
...
Please
register
or
login
to post a comment