I'm having trouble creating a JWT token on Dart. I already tried dart_jwt package, but it didn't work following the examples ("Encoding" section HERE).
I would be glad if anyone could help me on creating a JWT token on Dart, even with a different package.