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
# tag_pattern: "tekartik_common_utils/v{{version}}"
version: '^1.0.0'Versioning follows dart project versioning conventions.
# tekartik recommended lints (extension over google lints and pedantic)
include: package:tekartik_common_utils/lints/recommended.yamlTest on all platforms
pub run test -p vm,chrome,node