Revert "Deprecate WhitelistingTextInputFormatter and BlacklistingTextInputFormatter (#59120)" (#59870)

This reverts commit 8665e13801.
This commit is contained in:
Christopher Fujino
2020-06-19 10:52:52 -07:00
committed by GitHub
parent 8665e13801
commit 0d7ff7a9e7
29 changed files with 158 additions and 662 deletions

View File

@@ -29,9 +29,6 @@ analyzer:
missing_return: warning
# allow having TODOs in the code
todo: ignore
# allow self-reference to deprecated members (we do this because otherwise we have
# to annotate every member in every test, assert, etc, when we deprecate something)
deprecated_member_use_from_same_package: ignore
# Ignore analyzer hints for updating pubspecs when using Future or
# Stream and not importing dart:async
# Please see https://github.com/flutter/flutter/pull/24528 for details.