cupertino_fundations_models 0.1.1
cupertino_fundations_models: ^0.1.1 copied to clipboard
Apple Intelligence Foundation Models for Flutter: on-device AI, streaming, live speech-to-text, Private Cloud Compute, and hybrid routing to Gemini or ChatGPT.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cupertino_fundations_modelsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cupertino_fundations_models: ^0.1.1Alternatively, 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:cupertino_fundations_models/cupertino_fundations_models.dart';