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
2021-09-10 11:23:54 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f4520a87bb09618249258541ddd04d2cfac879a2
f4520a87
1 parent
3fa12b82
Fix example lints
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
printing/example/lib/main.dart
printing/example/pubspec.yaml
printing/example/lib/main.dart
View file @
f4520a8
...
...
@@ -12,7 +12,7 @@ Future<void> main() async {
}
class
MyApp
extends
StatelessWidget
{
const
MyApp
(
this
.
title
);
const
MyApp
(
this
.
title
,
{
Key
?
key
})
:
super
(
key:
key
);
final
String
title
;
...
...
printing/example/pubspec.yaml
View file @
f4520a8
...
...
@@ -19,7 +19,7 @@ dependency_overrides:
path
:
../
dev_dependencies
:
pedantic
:
flutter_lints
:
flutter
:
uses-material-design
:
true
...
...
Please
register
or
login
to post a comment