Update CONTRIBUTING-DART

This commit is contained in:
kodjomoustapha
2024-05-25 19:11:23 +01:00
parent edcacdb40c
commit d2959c50eb

View File

@@ -143,9 +143,9 @@ All control filters can have a default state set. It's usually recommended if th
- [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/dart/anime/src/en/kisskh/kisskh.dart) - [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/dart/anime/src/en/kisskh/kisskh.dart)
of Json API usage. of Json API usage.
- [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/manga/src/en/mangahere/mangahere.dart) - [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/dart/manga/src/en/mangahere/mangahere.dart)
of HTML parsing using xpath selector. of HTML parsing using xpath selector.
- [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/manga/multisrc/madara/madara.dart) - [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/dart/manga/multisrc/madara/madara.dart)
of HTML parsing using HTML DOM selector. of HTML parsing using HTML DOM selector.