multi_app_viewer library

Developer tool to view and navigate multiple instances of an app at the same time

Classes

FrameConfiguration
Configures how the whole screen looks like
ItemConfiguration
Configures how one child looks like
MavFrame
MavFrameWidget
See sample project for details Wrap your top level widget inside MavFrameWidget itemBuilder
MavItem
MavItemInherited
Inherited widget to provide MavItem instance to any level of the widget tree

Properties

frame MavFrame
getter/setter pair
mainNotifier ValueNotifier<MavFrame>
getter/setter pair

Typedefs

ItemBuilder = Widget Function(MavItem item)
Signature of customizable item builder function
OnNavigationCallback = (void Function(String routeName, int index, {Object? arguments})?)