mistralai_client_dart_flutter_flow 0.1.1 mistralai_client_dart_flutter_flow: ^0.1.1 copied to clipboard
This is an unofficial Dart/Flutter client for the Mistral AI API with support for Flutter Flow.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mistralai_client_dart_flutter_flow
With Flutter:
$ flutter pub add mistralai_client_dart_flutter_flow
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
mistralai_client_dart_flutter_flow: ^0.1.1
Alternatively, 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:mistralai_client_dart_flutter_flow/mistralai_client_dart_flutter_flow.dart';