lgcre 0.0.4 lgcre: ^0.0.4 copied to clipboard
Local Graph Context-based Recommende Engine. This is a library to build peronalized POI (point of intereset) recommender engines on the device. Specifiy a graph of related tags or categories, and whic [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lgcre
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
lgcre: ^0.0.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:lgcre/lgcre.dart';