genbase 0.0.1  genbase: ^0.0.1 copied to clipboard
genbase: ^0.0.1 copied to clipboard
The Genbase client package allows developers to seamlessly integrate state-of-the-art AI models like GPT-3 and DALL-E into Dart/Flutter applications, with a lightweight, easy-to-use design that elimin [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add genbaseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  genbase: ^0.0.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:genbase/genbase.dart';