ujwalbasnet1

Results 10 issues of ujwalbasnet1

noise meter is not giving noise reading data noiseStream.listen((NoiseReading data) { // here no data is received on some ios phones })

bugfix

Please add support for adding offset radius for each section. This helps to add offset to the section to obtain result shown in image: ![image](https://user-images.githubusercontent.com/32839778/190311050-82e5ff6e-adaf-4cd8-abf7-552c7e46da49.png)

enhancement
Pie Chart

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 ![image](https://github.com/leancodepl/patrol/assets/32839778/2e6f9f47-5408-43c5-a4cb-1ec6166132e4) only logs i see are: ```...

bug
package: patrol_cli
P1

``` 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...

bug
triage