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
100
pub points
59%
popularity

Publisher

verified publisherdanger.systems

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on danger_core