Dart common utilities with no io or browser code for shared tekartik projects
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.
# tekartik recommended lints (extension over google lints and pedantic)
include: package:tekartik_common_utils/lints/recommended.yaml
Test on all platforms
pub run test -p vm,chrome,node