Keith Black

Results 4 issues of Keith Black

## Flutter Sound Version : flutter_sound 8.14 through 8.3.12 (I've tried various versions) - **FULL** - **Important**: Result of the command : ```flutter pub deps | grep flutter_sound``` FINE: Pub...

maybe bug
Not yet handled

## 🐛 Bug Report On iOS when I call **Permission.notification.request()** the very first time, and the user clicks "Allow", the return value of **PermissionStatus.permanentlyDenied** is returned. This should return granted....

platform: ios
status: waiting for customer response

When using AM/PM mode (PickerDateTimeType.kHM_AP), the AM & PM are backwards. Selecting 12:00 AM returns 12:00:00.000. It should return 00:00:00.000. Selecting 12:00 PM returns 00:00:00.000. It should return 12:00:00.000. This...

# I encountered a crash when crash when inserting text followed by multiple pictures into the MessageInputBar. The crash occurs in parseForComponents() located in InputTextView.swift. The following line was the...