Results 4 issues of Deepak Gupta

Similar to https://github.com/gregives/Twelvety, I have added a shortcode to write sass directly inside a component. Usage: ``` {% styles %} // SASS Code Here {% endstyles %} ``` And another...

I have a web server in dart which takes some time to start. How do i call `process.send('ready')` from the dart program ? Currently I am using a workaround of...

### Steps to reproduce The code that i am trying to run uses `ColorFiltered` and `Opacity` widgets together which renders differently on IOS Simulator (Iphone 15 Pro Max - iOS...

platform-ios
has reproducible steps
team-ios
found in release: 3.24
found in release: 3.27

## Steps to Reproduce I am running this code ```dart CameraAwesomeBuilder.awesome( sensorConfig: SensorConfig.single( sensor: Sensor.type(SensorType.telephoto), ), previewAlignment: Alignment.center, previewFit: CameraPreviewFit.fitWidth, enablePhysicalButton: true, saveConfig: SaveConfig.photo( pathBuilder: (sensors) async { final savePath...