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

The getter 'cutButtonLabel' was called on null #56

Closed
Panthro opened this issue Dec 17, 2018 · 4 comments
Closed

The getter 'cutButtonLabel' was called on null #56

Panthro opened this issue Dec 17, 2018 · 4 comments

Comments

@Panthro
Copy link

Panthro commented Dec 17, 2018

zefyr: 0.3.0

After adding a ZefyrEditor like this:

              ZefyrScaffold(
                child: ZefyrEditor(
                  autofocus: true,
                  controller: _controller,
                  focusNode: _focusNode,
                ),
              )

When trying to select text the following screen is shown:
image

@Panthro
Copy link
Author

Panthro commented Dec 17, 2018

It looks like it is a flutter and iOS thing, but surprisingly I'm getting the same error on android.

flutter/flutter#13452

@pulyaevskiy
Copy link
Contributor

Could you provide output of flutter doctor -v? This was reported previously and I thought should've been solved.

@Panthro
Copy link
Author

Panthro commented Dec 18, 2018

This is due to #57 and any locale that is not english, as per flutter/flutter#13452

This issue can be closed, as it's not actually zefyr, is a problem with internationalisation for cupertino.

I reported here initially, because I was on android, didn't think I was affected. That's when I filed #57

@amreniouinnovent
Copy link

    GlobalCupertinoLocalizations.delegate,

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

No branches or pull requests

3 participants