ujwalbasnet1
ujwalbasnet1
noise meter is not giving noise reading data noiseStream.listen((NoiseReading data) { // here no data is received on some ios phones })
Please add support for adding offset radius for each section. This helps to add offset to the section to obtain result shown in image: 
Adds offset radius to each section Fixes #1146
``` flutter run -d macos Launching lib/main.dart on macOS in debug mode... Building macOS application... 2023-11-21 09:44:41.693 xcodebuild[32238:4521379] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled) --- xcodebuild: WARNING: Using the...
### Steps to reproduce run patrol test for one of the file ``` patrol test --target integration_test/link_brokerage_account_test.dart -d emulator-5554 ``` ### Actual results  only logs i see are: ```...
``` await WindowManipulator.initialize(enableWindowDelegate: true); await WindowManipulator.setMaterial( NSVisualEffectViewMaterial.windowBackground, ); await WindowManipulator.enableFullSizeContentView(); await WindowManipulator.makeTitlebarTransparent(); await WindowManipulator.hideTitle(); await WindowManipulator.addToolbar(); await WindowManipulator.setToolbarStyle( toolbarStyle: NSWindowToolbarStyle.expanded, ); final options = NSAppPresentationOptions.from({ NSAppPresentationOption.fullScreen, NSAppPresentationOption.autoHideToolbar, NSAppPresentationOption.autoHideMenuBar, NSAppPresentationOption.autoHideDock, });...
### Platform ios ### Plugin share_plus ### Version 12.0.0 ### Flutter SDK 3.35.1 ### Steps to reproduce using the code attached, the share dialog opens but the file name shows...