riverpod icon indicating copy to clipboard operation
riverpod copied to clipboard

Pub example app fail in web but OK in mobile

Open Solido opened this issue 1 year ago • 1 comments

https://github.com/rrousselGit/riverpod/tree/master/examples/pub Demo cannot be launched in a web browser.

It throws

Invalid argument: Maximum call stack size exceeded

...

======== Exception caught by SVG ===================================================================
The following ProgressEvent$ object was thrown resolving a single-frame picture stream:
  [object ProgressEvent]

When the exception was thrown, this was the stack: 
Picture provider: NetworkPicture("https://pub.dev/static/hash-6pt3begn/img/pub-dev-logo.svg", headers: null, colorFilter: null)
Picture key: PictureKey(Instance of 'NetworkPictureKeyData', colorFilter: null, theme: SvgTheme(currentColor: Color(0xff000000), fontSize: 20, xHeight: 10))
====================================================================================================


Solido avatar Sep 19 '22 15:09 Solido

Sounds like a bug with the svg library. But I'll look into it

rrousselGit avatar Sep 19 '22 18:09 rrousselGit