The foundation library of the ODW SDK.
It supports:
- errors
- logging
- throwOnError
- client package
- server package
A simple usage example:
import 'package:core/core.dart';
main() {
var awesome = new Awesome();
}
Please file feature requests and bugs at the issue tracker.