What is "Service extensions" in Flutter?

Issue

https://flutter.dev/docs/testing/build-modes

The above page has the following explanation.
In debug mode,Service extensions are enabled.
in release mode,Service extensions are disabled.
what is "Service extensions" in Flutter?

Solution

Service Extension are a set of tools that provide additional debugging capabilities, For example debugAllowBanner, debugDumpApp, debugDumpRenderTree,debugPaint etc.

You can find the full list of these service extension at the source link below.

Source

Answered By – Rohan Thacker

This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0

Leave a Reply

(*) Required, Your email will not be published