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

Cannot use QuillBaseToolbar because QuillBaseToolbarConfigurations is not exported #1532

Closed
1 task done
bambinoua opened this issue Nov 15, 2023 · 2 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@bambinoua
Copy link
Contributor

Is there an existing issue for this?

Steps to reproduce

I tried to use QuillBaseToolbar to specify my own sequence of toolbar buttons but I cound not use it because QuillBaseToolbarConfigurations is not exported from package.

Expected results

QuillBaseToolbar(
  configuration: QuillBaseToolbarConfigurations(),
)

Actual results

QuillBaseToolbar(
  configuration: QuillBaseToolbarConfigurations(), // QuillBaseToolbarConfigurations isn't defined
)

Code sample

No code

Screenshots or Video

No response

Logs

No response

Flutter Doctor output (optional)

No response

@bambinoua bambinoua added the bug Something isn't working label Nov 15, 2023
@EchoEllet
Copy link
Collaborator

EchoEllet commented Nov 15, 2023

QuillBaseToolbar

Hi again, did you use the latest version of Flutter Quill? because it's already exported and used in the example, take a look at this file

The export is already there in the file flutter_quill.dart

@EchoEllet
Copy link
Collaborator

EchoEllet commented Nov 15, 2023

Is there an existing issue for this?

Steps to reproduce

I tried to use QuillBaseToolbar to specify my own sequence of toolbar buttons but I cound not use it because QuillBaseToolbarConfigurations is not exported from package.

Expected results

QuillBaseToolbar(
  configuration: QuillBaseToolbarConfigurations(),
)

Actual results

QuillBaseToolbar(
  configuration: QuillBaseToolbarConfigurations(), // QuillBaseToolbarConfigurations isn't defined
)

Code sample

No code

Screenshots or Video

No response

Logs

No response

Flutter Doctor output (optional)

No response

This issue is fixed in the latest versions of flutter_quill I think you are using 8.2.0 or something like this

Please try to use the latest version instead which is currently 8.5.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants