Lars Brunke

Results 2 issues of Lars Brunke

When encoding some type of Jpeg images with: Image image = decodeImage(File(file).readAsBytesSync()); I get this: Unhandled exception: NoSuchMethodError: The method '&' was called on null. Receiver: null

If I create a session variabel like this: FlutterSession().set('token', '12345'); then on web, the token will be stored like an integer and not a string. Is it probable a issue...