markdown_widget icon indicating copy to clipboard operation
markdown_widget copied to clipboard

feature: Custom ToC widget support

Open Dartaan opened this issue 11 months ago • 0 comments

  • Separated TocController and TocWidget into different files
  • Refactored TocController to extend ChangeNotifier, replacing callback-based state management with ValueNotifier for currentScrollIndex and jumpIndex.
  • Moved the default TocWidget implementation to a new file lib/toc_widget.dart, restoring its functionality after being removed from lib/config/toc.dart.
  • Add CustomTocWidget to example

Dartaan avatar Apr 24 '25 20:04 Dartaan