webweavex 0.1.0
webweavex: ^0.1.0 copied to clipboard
Production-ready Dart SDK for WebWeaveX crawling, RAG dataset, and knowledge graph APIs.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add webweavexWith Flutter:
$ flutter pub add webweavexThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
webweavex: ^0.1.0Alternatively, 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:webweavex/webweavex.dart';