flowbrain_core 0.1.2
flowbrain_core: ^0.1.2 copied to clipboard
FlowBrain Core — Judgment & Knowledge core for the MakeMind ecosystem. Two cooperating subsystems: Knowledge (5 facades over a 4-layer Fact/Skill/Profile/Philosophy structure plus Ops) and Agent (work [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flowbrain_coreWith Flutter:
$ flutter pub add flowbrain_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flowbrain_core: ^0.1.2Alternatively, 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:flowbrain_core/flowbrain_core.dart';