Peter Bryant

Results 6 issues of Peter Bryant

Create a version of Prism for iOS. ## Considerations Apple will not allow developers to programatically change the device's wallpaper. Therefore, my proposed solution for iOS is to simply allow...

**Describe the bug** When running pre-commit with this config: ```yaml repos: - repo: https://github.com/fluttercommunity/import_sorter rev: "master" hooks: - id: flutter-import-sorter ``` A warning is thrown: ``` [WARNING] The 'rev' field...

bug

### Describe the bug I'm trying to subscribe to deep links, so that they work when the app is in the background. I'm writing this into one of my high-level...

bug
in progress

Flutter `ListView`s now have a `keyboardDismissBehaviour` property: https://api.flutter.dev/flutter/widgets/ScrollView/keyboardDismissBehavior.html Could this be added to `PagewiseListView`?

I'd love to have a way to control the left/right balance of the currently playing audio. It looks like the iOS and Android audio player APIs both support this so...

The `StreamLobbyView` and `StreamLobbyVideo` components seem limited in a couple of important ways, in order of priority in my opinion: 1. They always use `StreamVideo.instance`, which causes problems for apps...