FlutterArtist Debug UI Components Viewer
Debug UI Components Viewer is a visual tool that allows you to observe the layout positions of the ContextProviderView(s) currently appearing on the screen. This tool helps you quickly identify the scope of context data impact on the user interface.
You can open this tool via the DebugMenu (usually located at the top-right corner of the screen) or activate it directly through code.
Common ContextProviderView(s) include:
- BlockControlBar
- BlockItemsView
- BlockItemsViewBuilder
- BlockItemDetailView
- BlockItemDetailViewBuilder
- ...
- FlutterArtist Lazy Loading (***)


No ADS
Open Viewer for a specific Shelf: Includes only ContextProviderView(s) within that specific Shelf's scope.
myShelf.showDebugUiComponentsViewerDialog();Open Viewer for the entire application: Includes all ContextProviderView(s) currently displayed on the screen, encompassing both Shelf(s) components and independent Activity(s).
FlutterArtist.storage.showDebugUiComponentsViewerDialog();1. Debug UI Components Viewer
Upon opening the Debug UI Components Viewer, you will see a list of active ContextProviderView(s). When you select (check) a component, it will be highlighted directly on the UI with a bold red border.

This highlighting feature allows you to easily cross-reference the logical list with their physical positions on the layout, thereby improving control over complex Master-Detail relationships.

No ADS
FlutterArtist
- Basic concepts in Flutter Artist
- FlutterArtist Block ex1
- FlutterArtist Filter Example
- FlutterArtist FilterModel MultiOptFilterCriterion ex1
- FlutterArtist FilterInput Example 1
- FlutterArtist Form ex1
- The idea of designing filter models in FlutterArtist
- FlutterArtist FormModel.patchFormFields() Ex1
- FlutterArtist BlockQuickItemUpdateAction Example
- FlutterArtist BlockNumberPagination Ex1
- FlutterArtist GridView Infinite Scroll Example
- FlutterArtist BlockQuickMultiItemCreationAction Example
- FlutterArtist ListView Infinite Scroll Pagination Example
- FlutterArtist Pagination
- FlutterArtist Sort DropdownSortPanel Example
- FlutterArtist Dio
- FlutterArtist BlockBackendAction Example
- FlutterArtist BackgroundWebDownloadAction Example
- FlutterArtist StorageBackendAction ex1
- FlutterArtist Block External Shelf Event ex1
- FlutterArtist Filter FormBuilderMultiDropDown Ex1
- FlutterArtist Master-detail Blocks ex1
- FlutterArtist Scalar ex1
- FlutterArtist Pagination Davi table Infinite Scroll Ex1
- FlutterArtist Filter Tree FormBuilderField ex1
- FlutterArtist Filter FormBuilderRadioGroup ex1
- FlutterArtist Form Parent-child MultiOptFormProp ex1
- FlutterArtist Manual Sorting ReorderableGridView Example
- FlutterArtist Manual Sorting ReorderableListView
- FlutterArtist Scalar External Shelf Event ex1
- FlutterArtist Code Flow Viewer
- FlutterArtist Log Viewer
- FlutterArtist config
- FlutterArtist StorageStructure
- FlutterArtist Debug Storage Viewer
- FlutterArtist DebugMenu
- FlutterArtist Debug UI Components Viewer
- FlutterArtist Debug Shelf Structure Viewer
- FlutterArtist Context Provider Views
- FlutterArtist FilterModelStructure ex1
- FlutterArtist FilterModelStructure ex2
- FlutterArtist FilterModelStructure ex3
- FlutterArtist Internal Shelf Event ex1
- FlutterArtist Deferring External Shelf Events (Ex1)
- FlutterArtist DropdownSortPanel
Show More