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 Form ex1
- FlutterArtist FormModel.patchFormFields() Ex1
- FlutterArtist BlockQuickItemUpdateAction Ex1
- FlutterArtist BlockNumberPagination Ex1
- FlutterArtist BlockQuickMultiItemCreationAction Ex1
- FlutterArtist ListView Infinite Scroll Pagination Example
- FlutterArtist Pagination
- FlutterArtist Sort DropdownSortPanel Example
- FlutterArtist Dio
- FlutterArtist BackgroundWebDownloadAction ex1
- FlutterArtist Block External Shelf Event ex1
- FlutterArtist Master-detail Blocks ex1
- FlutterArtist Scalar ex1
- FlutterArtist Pagination Davi table Infinite Scroll Ex1
- FlutterArtist Filter FormBuilderField 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 Internal Shelf Event ex1
- FlutterArtist Deferring External Shelf Events (Ex1)
- FlutterArtist DropdownSortPanel
Show More