-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend support for styling and configuration options #7
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
simoarpe
force-pushed
the
simone/styling-configuration-support
branch
from
March 1, 2019 15:54
e1f6558
to
749c982
Compare
davidschreiber
approved these changes
Mar 13, 2019
android/src/main/java/com/pspdfkit/flutter/pspdfkit/ConfigurationAdapter.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/pspdfkit/flutter/pspdfkit/ConfigurationAdapter.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
irgendeinich
approved these changes
Mar 19, 2019
android/src/main/java/com/pspdfkit/flutter/pspdfkit/ConfigurationAdapter.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/pspdfkit/flutter/pspdfkit/ConfigurationAdapter.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
….com/PSPDFKit/pspdfkit-flutter into simone/styling-configuration-support
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
davidschreiber
approved these changes
Mar 21, 2019
Signed-off-by: Simone Arpe <simon.arpe@gmail.com>
….com/PSPDFKit/pspdfkit-flutter into simone/styling-configuration-support
Here's the iOS implementation PR: #10 |
radazzouz
pushed a commit
that referenced
this pull request
Jan 10, 2020
Having spaces in the assert name caused the following exception on both iOS and Android: ``` [VERBOSE-2:ui_dart_state.cc(157)] Unhandled Exception: Unable to load asset: PDFs/PSPDFKit Image Example.jpg #0 PlatformAssetBundle.load (package:flutter/src/services/asset_bundle.dart:221:7) <asynchronous suspension> #1 _MyAppState.extractAsset (package:pspdfkit_example/main.dart:53:65) #2 _MyAppState.showImage (package:pspdfkit_example/main.dart:75:41) #3 GestureRecognizer.invokeCallback (package:flutter/src/gestures/recognizer.dart:182:24) #4 TapGestureRecognizer.handleTapUp (package:flutter/src/gestures/tap.dart:486:11) #5 BaseTapGestureRecognizer._checkUp (package:flutter/src/gestures/tap.dart:264:5) #6 BaseTapGestureRecognizer.acceptGesture (package:flutter/src/gestures/tap.dart:236:7) #7 GestureArenaManager.sweep (package:flutter/src/gestures/arena.dart:156:27) #8 GestureBinding.handleEvent (package:flutter/src/gestures/binding.dart:222:20) #9 GestureBinding.dispatchEvent (package:flutter/src/gestures/binding.dart:198:22) #10 GestureBinding<…> [VERBOSE-2:ui_dart_state.cc(157)] Unhandled Exception: Unable to load asset: PDFs/PSPDFKit Image Example.jpg #0 PlatformAssetBundle.load (package:flutter/src/services/asset_bundle.dart:221:7) <asynchronous suspension> #1 _MyAppState.extractAsset (package:pspdfkit_example/main.dart:53:65) #2 _MyAppState.showImage (package:pspdfkit_example/main.dart:75:41) #3 GestureRecognizer.invokeCallback (package:flutter/src/gestures/recognizer.dart:182:24) #4 TapGestureRecognizer.handleTapUp (package:flutter/src/gestures/tap.dart:486:11) #5 BaseTapGestureRecognizer._checkUp (package:flutter/src/gestures/tap.dart:264:5) #6 BaseTapGestureRecognizer.acceptGesture (package:flutter/src/gestures/tap.dart:236:7) #7 GestureArenaManager.sweep (package:flutter/src/gestures/arena.dart:156:27) #8 GestureBinding.handleEvent (package:flutter/src/gestures/binding.dart:222:20) #9 GestureBinding.dispatchEvent (package:flutter/src/gestures/binding.dart:198:22) #10 GestureBinding<…> ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR extends support for styling via Flutter methods and implement some configuration options to stay aligned with the customizations offered in our React Native wrapper repository.
Example app layout undergoes a major refactoring for both Android and iOS.
Dart language adopts Effective Dart guidelines
Project files include copyright header
Android
iOS
Acceptance Criteria