brain_fusion 0.0.3 brain_fusion: ^0.0.3 copied to clipboard
A new package to generate images with ai. Fusion Brain AI is a new AI art generation tool that can crate amazing images form just text prompt. Fusion Brain AI can also make variations of your existing image.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add brain_fusion
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
brain_fusion: ^0.0.3
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:brain_fusion/brain_fusion.dart';