FlutterGenerator class
Constructors
- FlutterGenerator(String projectRoot, Logger logger)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logger → Logger
-
final
- outputDir → String
-
no setter
- projectRoot → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clean(
) → void - Cleans all generated files under lib/deep_link/.
-
generate(
DeepLinkConfig config) → void - Generates the Flutter deep linking files under lib/deep_link/ directory. Merges existing user custom code segments if applicable.
-
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