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
2018-09-10 07:27:32 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8c283153ba11db799187e84b16115e9c2d791948
8c283153
1 parent
1606db8a
Update Printing example folder
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
1 deletions
printing/example/README.md
printing/example/main.dart → printing/example/lib/main.dart
printing/example/pubspec.yaml
printing/example/README.md
0 → 100644
View file @
8c28315
# Pdf Printing Example
Flutter example project
## Getting Started
to generate the project files, run:
```
flutter create .
```
to run the example, start a simulator and run:
```
flutter run
```
...
...
printing/example/main.dart → printing/example/
lib/
main.dart
View file @
8c28315
...
...
@@ -55,7 +55,7 @@ class MyApp extends StatelessWidget {
Widget
build
(
BuildContext
context
)
{
return
new
Scaffold
(
appBar:
new
AppBar
(
title:
const
Text
(
'P
rinting e
xample'
),
title:
const
Text
(
'P
df Printing E
xample'
),
),
body:
new
Center
(
child:
new
Column
(
...
...
printing/example/pubspec.yaml
0 → 100644
View file @
8c28315
name
:
printing_example
description
:
Pdf Printing Example
version
:
1.0.0+1
environment
:
sdk
:
"
>=2.0.0-dev.68.0
<3.0.0"
dependencies
:
flutter
:
sdk
:
flutter
printing
:
path
:
../
cupertino_icons
:
^0.1.2
dev_dependencies
:
flutter_test
:
sdk
:
flutter
flutter
:
uses-material-design
:
true
...
...
Please
register
or
login
to post a comment