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-10-28 11:04:52 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a7bb6a974068be61cc18de3a4ca73607cf7a77f5
a7bb6a97
1 parent
8ae48381
Update example Readme
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
printing/example/README.md
printing/example/README.md
View file @
a7bb6a9
...
...
@@ -4,13 +4,15 @@ Flutter example project
## Getting Started
to generate the project files, run:
1.
to generate the project files, run:
```
flutter create .
```
```
flutter create .
```
to run the example, start a simulator and run:
```
flutter run
```
2.
set
`minSdkVersion` to 19 in `android/app/build.gradle`
3.
to run the example, start a simulator and run:
```
flutter run
```
...
...
Please
register
or
login
to post a comment