marona 0.3.2
marona: ^0.3.2 copied to clipboard
Use Marona to build AI apps for any AI interface, edge device, or intelligent agent. Build once and deploy online, offline, or in hybrid environments through a unified runtime.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add maronaThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
marona: ^0.3.2Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:marona/marona.dart';