Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 411 Bytes

File metadata and controls

26 lines (17 loc) · 411 Bytes

Core

The foundation library of the ODW SDK.

It supports:

  1. errors
  2. logging
  3. throwOnError
  4. client package
  5. server package

Usage

A simple usage example:

import 'package:core/core.dart';

main() {
  var awesome = new Awesome();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.