Package class
Constructors
- Package.new({required Directory directory, required String namespace, required String name, required PubSpec pubspec, required bool isFlutter})
-
const
Properties
Methods
-
analyze(
List< String> args, {int nameWidth = 0}) → Future<int> -
fmt(
List< String> args, {int nameWidth = 0}) → Future<int> -
hasChangedSince(
String? since) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pub(
List< String> args, {int nameWidth = 0}) → Future<int> -
run(
String executable, List< String> arguments, {int nameWidth = 0}) → Future<int> -
test(
List< String> args, {int nameWidth = 0}) → Future<int> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited