Raj Singh

Results 7 comments of Raj Singh

Happening here too Here is the log what happens is the device is receiving the notification for the call but nothing happens when we accept or reject on either side....

1. call `await flutterBeacon.initializeAndCheckScanning;` once anywhere before calling any other method. ( To initialize the LocationManager) 2. Use PR #118 for now. ( Fixes the **[CoreBluetooth] XPC connection invalid** )

@alexmercerind you can try this one https://pub.dev/packages/macos_user_attention or https://github.com/raj457036/macos_user_attention

You can listen to controller and then get the style attribute of the clicked element if thats notusattribte.Link. you got the url just open it with url_launcher

> 1、Hyperlink cannot be triggered in non edit state. > 2、EditableBox will terminate the GestureDetector event of custom widgets. You can use TextSelectionGestureDetector but there is a better way to...

> > You can listen to controller and then get the style attribute of the clicked element if thats notusattribte.Link. you got the url just open it with url_launcher >...

This works btw! ( note: this will make your properties mutable else everything will be same ) ```dart @Freezed(addImplicitFinal: false) sealed class YourClass with _$YourClass { @Entity(realClass: YourClass) factory YourClass({...