simc / dartx

Superpowers for Dart. Collection of useful static extension methods.
https://pub.dev/packages/dartx
Apache License 2.0
1.08k stars 88 forks source link

Create proper documentation for dartx #129

Open komape opened 3 years ago

komape commented 3 years ago

As far as I know dartx's content is only documented in code and in README.md. Would be nice to create some real docs like dart itself does. I've never done this but I found dartdoc which looks promising. Could be set up as a GitHub Page.

simc commented 3 years ago

@komape Most (if not all) of the extension methods have docs. Pub.dev automatically generates them: https://pub.dev/documentation/dartx/latest/dartx/dartx-library.html

komape commented 3 years ago

@leisim But for every method I have to open the seperate extension doc. Is there a way to show all docs of extensions that extend the same class in one doc (besides README.md)?