dart-league/ng_bootstrap

Support strong mode

Closed this issue · 2 comments

otherwise the package can't be used with DDC

Add .analysis_options

analyzer:
  strong-mode: true

to the project directory.

I tested it with

pub global activate bazel
bazelify
bazel run :index_ddc_serve

strong mode is already enabled