decor8ai library
Decor8 AI SDK for Dart/Flutter
A comprehensive SDK for virtual staging, interior design generation, landscaping, remodeling, and image processing.
Example:
final client = Decor8AI('your-api-key');
final result = await client.generateDesignsForRoom(
inputImageUrl: 'https://example.com/room.jpg',
roomType: 'livingroom',
designStyle: 'modern',
);
Classes
- Decor8AI
- Main client for Decor8 AI API
Constants
-
designStyles
→ const List<
String> - Design styles supported by the API
-
gardenStyles
→ const List<
String> - Garden styles for landscaping
-
renderTypes
→ const List<
String> - Render types for sketch to 3D
-
roomTypes
→ const List<
String> - Room types supported by the API
-
skyTypes
→ const List<
String> - Sky types for sky replacement
-
yardTypes
→ const List<
String> - Yard types for landscaping