FrameworkAdapter class
Framework Adapter
- Implemented types
Constructors
- FrameworkAdapter({required String key, required String installCommand, required String buildCommand, required String outputDirectory, required String fallbackFile})
- 
          FrameworkAdapter.fromMap(Map<String, dynamic> map)
- 
          
            factory
Properties
- buildCommand → String
- 
  Default command to build site into output directory.
  final
- fallbackFile → String
- 
  Name of fallback file to use instead of 404 page. If null, Appwrite 404 page will be displayed.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- installCommand → String
- 
  Default command to download dependencies.
  final
- key → String
- 
  Adapter key.
  final
- outputDirectory → String
- 
  Default output directory of build.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toMap() → Map< String, dynamic> 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited