WebServerDistributor class
Distribute your app on a web server.
- Inheritance
-
- Object
- PublishDistributor
- WebServerDistributor
Constructors
- WebServerDistributor({required FlutterPublish flutterPublish, required PlatformBuild platformBuild, required WebServerConnection serverConnection, required String webServerPath})
Properties
- distributorType → PublishDistributorType
-
finalinherited
- flutterPublish → FlutterPublish
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- platformBuild → PlatformBuild
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverConnection → WebServerConnection
-
final
- tmpFolder → String
-
final
- webServerPath → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publish(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited