flutterConfig property

List<String>? flutterConfig
getter/setter pair

A yaml map of the flutter config Formatted lines as they would appear in pubspec.yaml The map under 'flutter:' in pubspec.yaml

Implementation

List<String>? flutterConfig;