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-11-03 09:02:26 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
12f0fe3c6beb3fa0ac96997c50714bccfb6fa824
12f0fe3c
1 parent
11fbc854
Update printing example
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
4 deletions
.gitignore
printing/CHANGELOG.md
printing/example/.gitignore
printing/example/ios/Flutter/AppFrameworkInfo.plist
printing/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
printing/example/ios/Runner/Info.plist
.gitignore
View file @
12f0fe3
...
...
@@ -45,5 +45,3 @@ test/android
test/ios
ref
printing/example/ios/Flutter/flutter_export_environment.sh
...
...
printing/CHANGELOG.md
View file @
12f0fe3
...
...
@@ -3,6 +3,7 @@
## 2.1.9
-
Add Markdown example
-
Update printing example
## 2.1.8
...
...
printing/example/.gitignore
View file @
12f0fe3
...
...
@@ -60,6 +60,7 @@
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/Flutter/flutter_export_environment.sh
**/ios/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*
**/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
...
...
printing/example/ios/Flutter/AppFrameworkInfo.plist
View file @
12f0fe3
...
...
@@ -3,7 +3,7 @@
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleDevelopmentRegion
</key>
<string>
en
</string>
<string>
$(DEVELOPMENT_LANGUAGE)
</string>
<key>
CFBundleExecutable
</key>
<string>
App
</string>
<key>
CFBundleIdentifier
</key>
...
...
printing/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
View file @
12f0fe3
10.9 KB
|
W:
|
H:
10.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
printing/example/ios/Runner/Info.plist
View file @
12f0fe3
...
...
@@ -3,7 +3,7 @@
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleDevelopmentRegion
</key>
<string>
en
</string>
<string>
$(DEVELOPMENT_LANGUAGE)
</string>
<key>
CFBundleExecutable
</key>
<string>
$(EXECUTABLE_NAME)
</string>
<key>
CFBundleIdentifier
</key>
...
...
Please
register
or
login
to post a comment