Skip to content

Native and Flutter Hybrid Development

If your project is developed natively, with some pages or business processes implemented using Flutter, the SDK installation and initialization configuration methods are as follows:

// Set traceHeader, supported from 0.5.3-pre.2
FTHttpOverrideConfig.global.traceHeader = true;

// Set collection of Resource data, supported from 0.5.3-pre.2
FTHttpOverrideConfig.global.traceResource = true;