danger_core 2.0.0

SDKdartflutter
Platformandroidioswindowslinuxmacos

Core of Danger Dart, tool to help you reviewing the code.

Danger Core

Pub version

This is Core of Danger Dart

Installation

Adding danger_core to dev_dependencies in pubspec.yaml

dev_dependencies:
  danger_core:

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';

with

import 'package:danger_core/src/mock_json_annotation.dart';