Phuc Huynh

Results 11 comments of Phuc Huynh

> @ramosmarco have you tried if your changes work on web? I get this error when I use it on a web app: > `Unsupported operation: Uint64 accessor not supported...

I went deeper into the lib code and found out they use ```getUint64``` and ```setUint64``` when ```encrypt``` and ```decrypt``` with ```Fernet```. Those functions aren't supported by Dart2Js (https://github.com/dart-lang/sdk/issues/10275) so encryption\decryption...

It seem like there is no updates about this. I made a fork which updated to 6.0.0-nullsafety.2. Hope it could help someone! https://github.com/phuchuynhStrong/audio_recorder

@ahmdaeyz did you get an activity id after `createActivity` ?

@ahmdaeyz To be clear, are you talking about live activities on dynamic island or lock screen ?

@ahmdaeyz can you show the code of `ActivityConfiguration` ? The place where you did the Ui of dynamic island and lock screen

@ahmdaeyz your code looks fine. Can you make sure Live Activity is enabled in app setting ? (Go to your phone setting -> your app)

@ahmdaeyz I can't think of any other reason, why it's not working. Make sure you're testing on an iPhone

@ahmdaeyz no. I made a mistake by testing the live activities on iPad so I just give you another clue to identify your problem

@ArthurSav I still experience this issue with version 1.27.0 ## Environment Pixel 6a / Android 13 Maestro 1.27.0 ## Steps to reproduce ``` - launchApp - assertVisible: text: "Sign in"...