-
Notifications
You must be signed in to change notification settings - Fork 6
Control panel info type #26
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
Control panel info type #26
Conversation
ddfreiling
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good logically, needs a bit of formatting.
...ter_readium/ios/flutter_readium/Sources/flutter_readium/FlutterReadiumPlugin+Audiobook.swift
Outdated
Show resolved
Hide resolved
...ter_readium/ios/flutter_readium/Sources/flutter_readium/FlutterReadiumPlugin+Audiobook.swift
Outdated
Show resolved
Hide resolved
...ter_readium/ios/flutter_readium/Sources/flutter_readium/FlutterReadiumPlugin+Audiobook.swift
Outdated
Show resolved
Hide resolved
flutter_readium/ios/flutter_readium/Sources/flutter_readium/ReadiumExtensions.swift
Outdated
Show resolved
Hide resolved
|
Swift code should be 2-space indented. I have added a |
* feat/audiobook-navigator: (27 commits) chore: replace audiobook test book chore(example): support ToC tree-structure and some styling fix: locator not deserialized correctly on android chore: remove demo fakeInitialLocator fix(iOS): properly deserialize Locator in audioEnable fix: send goToLocator args as list to native fix: register and call goToLocator feat(android): goToLocator feat: add goToLocator for media feat: add timebased.state.widget for audiobooks feat: add ToC restructure PublicationMethodCallHandler fix: remove streams from player-controls-bloc chor: add missing extension feat: add error-event stream chore: subscribe to all playback state feat: ReadiumTimebasedState stream now working feat(Android): setup EventChannel for ReadiumTimebasedState fix(example): Play event should resume if audio is already enabled start ReadiumTimebasedState on android ...
|
I'm getting some compile error from kotlin from yesterdays changes.
The preferences editor should probably just be removed, like I did on the AudiobookNavigator. |
|
I fixed the compile error and ensured the new preference type is store in the state. |
622a190 to
08047a5
Compare
No description provided.