markdown_widget
markdown_widget copied to clipboard
feature: Custom ToC widget support
- Separated
TocControllerandTocWidgetinto different files - Refactored
TocControllerto extendChangeNotifier, replacing callback-based state management withValueNotifierforcurrentScrollIndexandjumpIndex. - Moved the default
TocWidgetimplementation to a new filelib/toc_widget.dart, restoring its functionality after being removed fromlib/config/toc.dart. - Add
CustomTocWidgetto example