isFlutterPlugin property

bool get isFlutterPlugin

Returns whether this package is a Flutter plugin.

This is determined by whether the pubspec contains a flutter.plugin definition.

Implementation

bool get isFlutterPlugin => pubspec.flutterPlugin != null;