flutter_deck icon indicating copy to clipboard operation
flutter_deck copied to clipboard

feat: Support Nested Bullet Points

Open ABausG opened this issue 11 months ago • 0 comments

Description

When Building Slides I sometimes find it helpful to have nested list

  • So I can make a point

    • That has a subpoint
    • With Another Subpoint
  • Before doing a point again

  • And then later

    • Nest Points again

    I'm not 100% sure how many levels of nested points should be supported. Maybe having something like a FlutterDeckBulletListItem({String title, List<FlutterDeckBulletListItem>? nestedItems}) could be a good start and allow maximum flexibility

ABausG avatar Mar 10 '24 21:03 ABausG