know 0.0.11 copy "know: ^0.0.11" to clipboard
know: ^0.0.11 copied to clipboard

The Know Framework for Dart

example/example.dart

// This is free and unencumbered software released into the public domain.

import 'package:know/know.dart';

void main() {
  print("Hello, world!");
  print(Event());
  print(Person(name: "J. Random Hacker"));
  print(Relation(#knows, Person(), Person()));
}
6
likes
140
points
68
downloads

Publisher

verified publisherhaltia.ai

Weekly Downloads

The Know Framework for Dart

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

Unlicense (license)

Dependencies

collection, meta

More

Packages that depend on know