Package class

Constructors

Package({required Directory directory, required String namespace, required String name, required PubSpec pubspec, required bool isFlutter})
const

Properties

directory Directory
final
hashCode int
The hash code for this object.
no setterinherited
isFlutter bool
final
name String
final
namespace String
final
pubspec → PubSpec
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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