Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for scrollable and selectable #1

Closed
the-thirteenth-fox opened this issue Apr 17, 2020 · 1 comment
Closed

Support for scrollable and selectable #1

the-thirteenth-fox opened this issue Apr 17, 2020 · 1 comment

Comments

@the-thirteenth-fox
Copy link

No description provided.

@asjqkkkk
Copy link
Owner

Hi, v1.0.8 is now supporting selectable

Because TOC function is supported by default, So if you want your custom scrollable, You can use it like this

Widget buildMarkdown() => ListView(children: MarkdownGenerator(data: data).widgets,controller: YourScrollController(),);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants