package:build_resolvers v2.4.0
jakemac53
released this
25 Sep 21:33
·
90 commits
to master
since this release
- Deprecate the unnamed
AnalyzerResolvers
constructor, an replace it with the
AnalyzerResolvers.sharedInstance
getter andAnalyzerResolvers.custom
constructor. These new apis enforce a 1:1 relationship between the
BuildAssetUriResolver
instances andAnalyzerResolvers
instances, which is
necessary to ensure correct builds in the presence of multiple resolvers.