You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to responsiveness of the toolbar (issue raised #274) so it might not be obvious but you should be able to scroll horizontally the toolbar
Please close the issue if the horizontal scrolling works as expected
when i add width than my editor featured hide and there is not scroll show
fleather: ^1.16.0
Column(
crossAxisAlignment:
CrossAxisAlignment.start,
children: [
normalText(text: 'Note'),
Container(
width: double.maxfinite,
height: 50,
decoration:
const BoxDecoration(
gradient:
editorColor),
child:
FleatherToolbar.basic(
controller:
controller
.note),
),
Container(
decoration: BoxDecoration(
border: Border.all(
color: Colors.grey
.withOpacity(
0.5))),
child: FleatherField(
minHeight: 150,
maxHeight: 250,
decoration: const InputDecoration(
border:
InputBorder
.none),
controller:
controller
.note)
.paddingSymmetric(
horizontal: 8),
),
]),
The text was updated successfully, but these errors were encountered: