sdcpp is a dart implementation of stable-diffusion.cpp used by the mobile artifical intelligence distribution (maid).
To use this package, add sdcpp as a dependency in your pubspec.yaml file.
dependencies:
sdcpp: ^0.0.1then you can import llama in your Dart code
import 'package:sdcpp/sdcpp.dart';