Update and refactor

This commit is contained in:
Moustapha Kodjo Amadou
2025-05-10 11:47:34 +01:00
parent cdb7421165
commit 1facf4bb1f
65 changed files with 106 additions and 91 deletions

View File

@@ -6,7 +6,7 @@ class MangaHere extends MProvider {
MSource source;
final Client client = Client(source);
final Client client = Client();
@override
Future<MPages> getPopular(int page) async {

View File

@@ -1,7 +1,7 @@
import '../../../../../model/source.dart';
Source get mangahereSource => _mangahereSource;
const _mangahereVersion = "0.0.7";
const _mangahereVersion = "0.0.75";
const _mangahereSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/src/en/mangahere/mangahere.dart";
Source _mangahereSource = Source(