vit_gpt_flutter_api 0.3.4 vit_gpt_flutter_api: ^0.3.4 copied to clipboard
Collection of classes to save and connect to open ai resources
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vit_gpt_flutter_api
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
vit_gpt_flutter_api: ^0.3.4
Alternatively, 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:vit_gpt_flutter_api/vit_gpt_flutter_api.dart';