Jimmy Aumard

Results 267 comments of Jimmy Aumard

To upload your .flr file just zip it before. I can't export your .flr file as it's read only ;) But maybe this will work better for you: ``` return...

Ok I'll take a look asap then, sorry for that

This package depends on flare and they are not null safe, probably never will be as they push Rive now. If you want null safety you will have to migrate...

This alignment is pass to the flare package, but I suppose it should apply to the container too, that might explain your result, I'll check more about this thanks for...

Hello :) Did you check the example project ? https://github.com/jaumard/flare_splash_screen/blob/master/example/lib/main.dart#L15 What do you mean by `it's not working ` exactly ?

Might be interesting indeed to have that in the Readme ! Thanks for that !

Ok strange one ^^ never got it because I don't play with key or rebuild for my splashscreen ^^ I'll try to take a look when I have time, but...

So the error is not in this repo but in flare_loading, which is a statefulWidget, so I think before each setState a check should be made to see if widget...

Hum that a use case I never had or encounter ^^ there is no built in way to "restart" a splash screen (as normally they just play once and that's...

By looking at the code you're right the Key is not passed for named constructors... My bad... you can try using the default constructor `SplashScreen(...)`, let me know if it...