Micheal Aro

Results 31 comments of Micheal Aro

Just updated the code again My previous commit breaks the text into words and reads them one after the other, so that you can pause but that was too slow....

@adummy832 Pause is already available at https://github.com/harrowmykel/flutter_tts use .pause() to pause and .speak() to play

Please read the trouble shooting section at the bottom of the readme.md in https://github.com/harrowmykel/flutter_web_auth#troubleshooting

With this PR you can give the program any directory and it will parse all the dart files in the directory and sub directories for you. On Mon, 21 Aug...

The glob sythax does not do the subfolders On Tue, 22 Aug 2023, 16:13 Moritz ***@***.***> wrote: > This is already now possible using glob syntax, see the readme. Or...

Example of the code and the result. As you can see the value of `(SystemClock::fromSystemTimezone())->now()` is greater than ` $token->claims()->get(RegisteredClaims::ISSUED_AT),` by 0.27 seconds even though they are the same timestamp...

it is currently not possible to fix this issue in the providers package since class LooseValidAt does not accept a negative leeway. I have created an issue now at JWT...

@SvenRtbg thanks for the comment. I will try to make a pull request to this library.