Huy

Results 3 comments of Huy

Did you guys use `prevent screenshot capture` or not?

> I tried below: > > ``` > brew uninstall librist --ignore-dependencies > brew uninstall mbedtls --ignore-dependencies > brew reinstall scrcpy > ``` > > then it works Thanks bro,...

```dart DottedBorder( customPath: (size) { return Path() ..addRRect( borderRadius .resolve(Directionality.of(context)) .toRRect( Rect.fromLTRB( 0, 0, size.width, size.height), ), ); }, child: [Your child], ); ``` ![ScreenShot 2023-10-30 at 11 47 10@2x](https://github.com/ajilo297/Flutter-Dotted-Border/assets/13816239/e4c0a10f-ec6c-4ef4-be54-ee007a477147)...