Open noacavalcante opened 3 weeks ago
10.8.5
Flutter Version Flutter 3.24.3 for Web built in Canvas kit
My implementation
AlertDialog( ..., content: Column( mainAxisSize: MainAxisSize.min, children: [ ..., Expanded( child: Container( decoration: BoxDecoration( color: Colors.white, border: Border.fromBorderSide( BorderSide(color: Colors.black.withOpacity(0.25)), ), borderRadius: const BorderRadius.all(Radius.circular(10)), ), child: Column( children: [ QuillSimpleToolbar( controller: _controller, configurations: const QuillSimpleToolbarConfigurations( multiRowsDisplay: false, // <----- set this, removing it fixes the issue // showFontFamily: false, <----- tried to reactivate them all // showInlineCode: false, // showSuperscript: false, // showSubscript: false, // showColorButton: false, // showListCheck: false, // showCodeBlock: false, // showSearchButton: false, // showClipboardCut: false, // showClipboardCopy: false, // showClipboardPaste: false, ), ), Divider( thickness: 1, color: Colors.black.withOpacity(0.25), ), Expanded( child: QuillEditor.basic( controller: _controller, configurations: QuillEditorConfigurations(), ), ), ], ), ), ), ], ), actions: [ ..., ], ),
Toolbar icons display on one line, I don't want the 3 extra icons on the second line.
Unexpected null value + layout crash. See logs for more informations.
Is there an existing issue for this?
Flutter Quill version
10.8.5
Steps to reproduce
Flutter Version Flutter 3.24.3 for Web built in Canvas kit
My implementation
Expected results
Toolbar icons display on one line, I don't want the 3 extra icons on the second line.
Actual results
Unexpected null value + layout crash. See logs for more informations.
Additional Context
Logs
```console ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ #0 packages/../init.dart 157:7