A blog all about debugging and developer productivity
[v0.0.12] Global and static inspection, design update, handling GC and more.
TL;DR: There is a new free version of Detective; open up Detective and tap on ‘update’ or download using: flutter pub global activate -sgit https://github.com/Norbert515/detective.git Global and static state Global and static state is considered likely to contain bugs by many - that’s why these kinds of variables cannot be forgotten by Detective! Global In the class selection menu, you will notice a new item called global. It contains all of your global app-state neatly bundled up into one object....