hrishikesh-kadam / hrk_analysis.dart

A library to accumulate required dart and flutter analysis options.

Home Page:https://pub.dev/packages/hrk_analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ci pub package

A library to accumulate required dart and flutter analysis options.

This library is intended for consumption across my dart and flutter projects.

Usage

First add the dev dependency:

dart pub add dev:hrk_analysis

or

flutter pub add dev:hrk_analysis

Then, add the following include statement in analysis_options.yaml:

include: package:hrk_analysis/analysis_options.yaml

See Also

About

A library to accumulate required dart and flutter analysis options.

https://pub.dev/packages/hrk_analysis

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 80.4%Language:Shell 19.6%