df_debug_wrapper 1.0.1 copy "df_debug_wrapper: ^1.0.1" to clipboard
df_debug_wrapper: ^1.0.1 copied to clipboard

Development tool that overlays a customizable banner on its child widget.

#df_dropdown

df_debug_wrapper is the DfDebugWrapper widget is a development tool that overlays a customizable banner on its child widget. It is visible only in debug mode and optionally in profile mode, based on the hideInProfileMode flag. This is useful for marking or debugging specific UI components during development.

In release mode, it renders nothing. #

Installation #

Add the package to your pubspec.yaml file

dependencies:
  df_debug_wrapper: latest_version

Then, run: flutter pub get

Example #

//Remove `DebugWrapper` after the `MyWidget()` is completed
   DebugWrapper(
      child: MyWidget(),
    )
1
likes
160
points
132
downloads

Publisher

verified publisherdartforce.dev

Weekly Downloads

Development tool that overlays a customizable banner on its child widget.

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on df_debug_wrapper