IndexGenerator class

Constructors

IndexGenerator.from(ProjectSettings project, PackageSettings package, IndexSettings index)
factory

Properties

folders List<Directory>
final
hashCode int
The hash code for this object.
no setterinherited
index → IndexSettings
final
indexFile File
final
package PackageSettings
final
project ProjectSettings
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create() Future<void>
Create a index file content
fileToExport(Iterable<FileSystemEntity> files) Iterable<String>
Convert dart files in index content lines
filterFiles(Iterable<File> files) Iterable<File>
Filter files with config and index filters
findFiles() Iterable<File>
Find dart files without index file
generate() Iterable<String>
Generate a index file content
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
packageToExport(Iterable<String> exports) Iterable<String>
toString() String
A string representation of this object.
inherited

Operators

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