Update CONTRIBUTING-DART

This commit is contained in:
kodjomoustapha
2024-05-25 19:13:17 +01:00
parent 8f018f98b9
commit 9df5eb369c

View File

@@ -30,7 +30,7 @@ click to open settings
- Console: which will show you the logs - 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 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 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. create a Pull Request.