danger_core 2.0.0 copy "danger_core: ^2.0.0" to clipboard
danger_core: ^2.0.0 copied to clipboard

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';
0
likes
130
points
7.87k
downloads

Publisher

verified publisherdanger.systems

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on danger_core