Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 754 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 754 Bytes

common_utils.dart

Dart common utilities with no io or browser code for shared tekartik projects

Usage

In your pubspec.yaml:

dependencies:
  tekartik_common_utils:
    git:
      url: https://github.com/tekartik/common_utils.dart
      ref: dart3a
    version: '>=0.15.8'

Versioning follows dart project versioning conventions.

Documentation

# tekartik recommended lints (extension over google lints and pedantic)
include: package:tekartik_common_utils/lints/recommended.yaml

Testing

Test on all platforms

pub run test -p vm,chrome,node