FlutterBuildPlugin class

Inheritance

Constructors

FlutterBuildPlugin({ProcessRunner processRunner = const CliProcessRunner()})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
processRunner ProcessRunner
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildAndroid({String? flavor, String? mainDartFile = 'lib/main.dart', FlutterBuildAndroidExtension extension = FlutterBuildAndroidExtension.aab, bool obfuscate = true, String? splitDebugInfoPath = 'build/debug-info', int? buildNr}) Future<File>
buildIos({String? flavor, String? mainDartFile = 'lib/main.dart', FlutterBuildIosExtension extension = FlutterBuildIosExtension.ipa, bool obfuscate = true, String? splitDebugInfoPath = '.build/debug-info', int? buildNr}) Future<File>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
versionBump({String? flavor, String? suffix, bool commitChanges = true}) Future<int>
Bumps the version of the app in release_config.yaml Commits the change & returns the build_nr of the new version

Operators

operator ==(Object other) bool
The equality operator.
inherited