MesonCompiler class

Inheritance

Constructors

MesonCompiler()

Properties

buildMultiiOSArch bool
If true, will call compileMultiCpuIos instead of compileIOS
no setteroverride
cpuCount int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compile(Lib lib) FutureOr<void>
Main method
inherited
compileAndroid(Lib lib) FutureOr<void>
inherited
compileIOS(Lib lib) FutureOr<void>
inherited
compileMultiCpuIos(Lib lib) FutureOr<void>
inherited
doCheckEnvAndCommand() → void
Check env or command
override
doCompileAndroid(Lib lib, Map<String, String> env, String depPrefix, String installPrefix, AndroidCpuType type) FutureOr<void>
override
doCompileIOS(Lib lib, Map<String, String> env, String depPrefix, String installPrefix, IOSCpuType type) FutureOr<void>
override
doPrecompile(Lib lib) FutureOr<void>
Precompile,
override
makeAndroidCrossFileContent(Lib lib, AndroidCpuType cpuType) String
makeIOSCrossFileContent(Lib lib, IOSCpuType cpuType) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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