bynicodevelop / ulearn

0 stars 0 forks source link

Error sur le Timer de la fonction d'opacité #19

Open bynicodevelop opened 3 years ago

bynicodevelop commented 3 years ago

https://github.com/bynicodevelop/leadee/blob/000b7768d36df1f6ba1331cfafa59c2b4bdd13b2/lib/screens/loading.dart#L26

E/flutter (10035): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback. E/flutter (10035): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.