Conclusion. Start your initState with super . initState and end your dispose with super. dispose if you want to be on the easy and safe side adding mixin s to your State .
Read moreHow many times is initState called Flutter?
3. initState() This is the first method called when the widget is created (after the class constructor, of course.) initState is called once and only once .
Read more