RomanBase / code_field

Widget providing input code field to insert pin, sms and other auth codes.
https://pub.dev/packages/code_field
MIT License
5 stars 8 forks source link

Error with latest Flutter update #2

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi! I just updated Flutter and when I try to build I get this error:

Error: The non-abstract class '_InputCodeFieldState' is missing implementations for these members:

class _InputCodeFieldState extends State implements TextInputClient { ^^^^^^^^^^^^^^^^^^^^ ../flutter/packages/flutter/lib/src/services/text_input.dart:813:8: Context: 'TextInputClient.performPrivateCommand' is defined here. void performPrivateCommand(String action, Map<String, dynamic> data); ^^^^^^^^^^^^^^^^^^^^^

RomanBase commented 3 years ago

Hi, thanks for notice. Version 1.22.0 now supports latest stable Flutter version (1.22.0) and implements new TextInputClient API.