tl_flutter_openai 1.0.19+20
tl_flutter_openai: ^1.0.19+20 copied to clipboard
Flutter library for work with OpenAI API. You can easily create AI prototype with this library.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tl_flutter_openaiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tl_flutter_openai: ^1.0.19+20Alternatively, 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:tl_flutter_openai/tl_flutter_openai.dart';