fuzbiz 0.0.3
fuzbiz: ^0.0.3 copied to clipboard
A Flutter package for building a smart chat app where users can log in and ask questions about services the model is trained to understand.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fuzbizWith Flutter:
$ flutter pub add fuzbizThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fuzbiz: ^0.0.3Alternatively, 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:fuzbiz/fuzbiz.dart';