HenrikThien/animated_onboarding

MediaQuery.of() Issue Solution

Closed this issue · 0 comments

I just implemented this very nice onBoarding Screen but ran into an Issue, where Flutter would say, that I can't apply MediaQuery.of() on the context.

The solution was to simply wrap the whole AnimatedOnBoarding in a MaterialApp.
grafik

Maybe you had already solved the issue, but I thought, I would help those, that had the same issue ;).

Greetings from Germany 🇩🇪
justTOBBI