Update CONTRIBUTING-DART

This commit is contained in:
kodjomoustapha 2024-05-25 19:13:17 +01:00
parent 2ca6b5ef2c
commit c8bc5bd3ff

View file

@ -30,7 +30,7 @@ click to open settings
- Console: which will show you the logs
Once extension is ready you can relocate your code into `mangayomi-extension` project in a `src` or `multisrc` package
Create the folder with the name of the source such as [this one](https://github.com/kodjodevf/mangayomi-extensions/blob/main/dart/anime/src/en/kisskh/kisskh.dart)
Create the folder with the name of the source such as [this example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/dart/anime/src/en/kisskh)
after go either to the anime_source_list.dart file for anime or manga_source_list.dart for the manga and import the extension then
create a Pull Request.