0 purchases
danger core
Danger Core #
This is Core of Danger Dart
Installation #
Adding danger_core to dev_dependencies in pubspec.yaml
dev_dependencies:
danger_core:
copied to clipboard
For more information, please refer to https://github.com/danger/dart
Publishing Note #
Before publishing, need to replace.
import 'package:json_annotation/json_annotation.dart'
if (dart.library.isolate) 'package:danger_core/src/mock_json_annotation.dart';
copied to clipboard
with
import 'package:danger_core/src/mock_json_annotation.dart';
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.