Revert "Use mixin syntax for Flutter's super-mixins (#22435)" (#22748)

This reverts commit 3c56e6c77d.

It breaks the AOT build.
This commit is contained in:
Yegor
2018-10-05 15:09:38 -07:00
committed by GitHub
parent 3c56e6c77d
commit 3184b7cb66
50 changed files with 321 additions and 213 deletions

View File

@@ -19,6 +19,8 @@
# Android Studio, and the `flutter analyze` command.
analyzer:
language:
enableSuperMixins: true
strong-mode:
implicit-dynamic: false
errors:
@@ -132,7 +134,6 @@ linter:
- prefer_is_empty
- prefer_is_not_empty
- prefer_iterable_whereType
# - prefer_mixin # https://github.com/dart-lang/language/issues/32
- prefer_single_quotes
- prefer_typing_uninitialized_variables
# - prefer_void_to_null # not yet tested