Akash Awalkar

Results 5 comments of Akash Awalkar

I am using the Voiceover commands ( https://www.apple.com/voiceover/info/guide/_1131.html ) from Apple documentation, to navigate between calendar elements. Specifically, I am using **VO + Forward Arrow** for navigating to the next...

- Initial dates (i.e. 1st March to 20th March) for March month should be disabled. My Code Sample ``` Future pickAppointmentDate() async { final DateTime now = DateTime.now(); FocusScope.of(context).requestFocus(FocusNode()); final...

@Widcket - Yes, I see the same behavior on the sample app.

Hi @Widcket @poovamraj - When I tried tweaking the Auth0 configuration, most of the time I saw the below error message ``` No stored state - unable to handle the...