Pranjal Chaudhari
Pranjal Chaudhari
Locator Stream is working. Save the fromJson response to a variable and then access the details. final readLocator = EpubLocator.fromJson(jsonDecode(locator)); print(readLocator.href); I am using the latest version ^0.2.4.
> @pranjalpc99 your call is going into the listening part? See here is my code if you get any error into this please let me know > > ``` >...
@mustafaMtfa I am also using the open method only. Can you share the changes you did to the open method to resolve the issue?
@mustafaMtfa what is the purpose of using `_channel.invokeMethod('setChannel');` I didn't understand that part. Also, are you able to listen to the stream every time if you start the stream before...
Ohh Ok. Nice to know that.
Hi @Tkko I am facing a similar issue on iOS. I tried the codemagic link on my device and the autofill was not always working. 1. I tried sending `verification...
Hi @Tkko Yes, there is some kind of SMS format that iOS uses which is not documented anywhere sadly 😢. From my observation the format should be like the following:...