decor8ai 1.0.8 decor8ai: ^1.0.8 copied to clipboard
Decor8 AI is an AI Interior Design Platform. With Decor8 AI Dart SDK, you can automate various interior design generation tasks such as virtually staging an empty room or re-designing a room with its [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add decor8ai
With Flutter:
$ flutter pub add decor8ai
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
decor8ai: ^1.0.8
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:decor8ai/decor8ai.dart';