common/base64_ext library

Functions

decodePasetoBase64(String rawBase64) → Uint8List
Decodes an unpadded base64 string.
encodePasetoBase64(List<int> bytes) → String
Encodes base64 and strips the padding.
padPasetoBase64(String rawBase64) → String
Pads a base64 encoding with underscores.