Merge pull request #624 from mastergyp/fix_flutter_build_error

fix:  flutter build error - The getter 'imports' isn't defined for the class 'PrefixElement'
This commit is contained in:
Nathan.fooo 2022-07-23 09:55:46 +08:00 committed by GitHub
commit ae097c7a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,9 @@ dev_dependencies:
freezed: freezed:
bloc_test: ^9.0.2 bloc_test: ^9.0.2
dependency_overrides:
analyzer: ">=4.2.0 <5.0.0"
# The "flutter_lints" package below contains a set of recommended lints to # The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is # encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your # activated in the `analysis_options.yaml` file located at the root of your