ImageTo3DConverter class
Class responsible for converting 2D images to 3D models
Constructors
- ImageTo3DConverter.new({String apiEndpoint = 'https://api.3d-converter-service.com/convert', String? apiKey})
- Constructor
Properties
- apiEndpoint → String
-
API endpoint for 3D conversion service
final
- apiKey → String?
-
API key for the 3D conversion service
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
convertImageTo3D(
File imageFile, ModelType modelType, {Map< String, dynamic> ? additionalParams}) → Future<ModelData?> - Convert an image to a 3D model
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pickImage(
{bool fromCamera = false}) → Future< File?> - Pick an image from the gallery or camera
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited