brain_fusion 0.1.1
brain_fusion: ^0.1.1 copied to clipboard
Fusion Brain AI is a new AI art generation tool that can create amazing images form just text prompt.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add brain_fusionWith Flutter:
$ flutter pub add brain_fusionThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
brain_fusion: ^0.1.1Alternatively, 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:brain_fusion/brain_fusion.dart';