Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed WhitelistingTextInputFormatter to FilteringTextInputFormatter due to build error. #163

Merged
merged 1 commit into from Mar 26, 2022

Conversation

Decryptic
Copy link
Contributor

The current version of Natrium (2.4.5-release) wont build with the latest version of Flutter (2.10.3). When building, the following error occurs:

"""
lib/ui/intro/intro_import_seed.dart:327:47: Error: The method 'WhitelistingTextInputFormatter' isn't defined for the class '_IntroImportSeedState'.
- '_IntroImportSeedState' is from 'package:natrium_wallet_flutter/ui/intro/intro_import_seed.dart' ('lib/ui/intro/intro_import_seed.dart').
Try correcting the name to the name of an existing method, or defining a method named 'WhitelistingTextInputFormatter'.
"""

Simply changing the WhitelistingTextInputFormatter to FilteringTextInputFormatter fixes the issue. This change is not supported by flutter fix. Per the Flutter docs:

"The entire classes of BlacklistingTextInputFormatter and WhitelistingTextInoutFormatter were deprecated in v1.20.
Their functionality has been rewritten into a single class, FilteringTextInputFormatter."

@bbedward bbedward merged commit c796cdb into appditto:master Mar 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants