Phil Magnuson

Results 11 issues of Phil Magnuson

**Describe the bug** flutter doctor reports different results from a project directory which has a different `fvm use` **To Reproduce** usage from home directory (success) ``` flutter doctor Doctor summary...

bug

Following the example code of ```dart import 'package:postgres/postgres.dart'; void main() async { print('Hello World!'); var connection = new PostgreSQLConnection("127.0.0.1", 5432, "xxx", username: "xx", password: "xxx"); await connection.open(); } ``` produces...

Having a strange issue. when setDate is called at time of controller's viewDidAppear, the month is not set correctly. Day & year are correct. When called later in the controller's...

**Describe the bug** This may be in the category of "don't do that". When the app is running on IOS, if the user goes to Settings and changes the Bluetooth...

**Describe the bug** When the Bluetooth device disconnects, the Bluetooth stack has an undeliverable exception and the app crashes. **To Reproduce** So far, this has only happened on Android, not...

**Describe the bug** On Android, received BLE low-level packet fragments are not reassembled. The device application is communicating with the Zephyr SMP module running on a Nordic BLE chip. **To...

I've been trying to run this via Xcode & iPhone 14 simulator. ran into these errors. - failed to emit precompiled header '/Users/phil/Library/Developer/Xcode/DerivedData/Runner-bznpplydnxgdpncfadmenvqoizqo/Build/Intermediates.noindex/PrecompiledHeaders/Runner-Bridging-Header-swift_2DLRYW91YUZ2M-clang_3HKTKG99R074F.pch' for bridging header '/Users/phil/Documents/projects/investigation/lotti/ios/Runner/Runner-Bridging-Header.h' - /Users/phil/Documents/projects/investigation/lotti/ios/Runner/Runner-Bridging-Header.h:2:9 'whisper.h'...

It would be very helpful to add an integration with Whoop. The Whoop devices collect information similar to the Apple & Google health systems. https://developer.whoop.com/docs/introduction

improvement

I am finding it quite difficult to navigate the documentation of CustomResult & CustomStep. My goal is to create a custom Slider instead of ScaledAnswerFormat. Any examples would be greatly...

I have a need to create a custom slider, one that would display different text based on the slider value. Is it possible to add a custom answer format and...