mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 08:10:29 +00:00
14 lines
469 B
Dart
14 lines
469 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get garciamangaSource => _garciamangaSource;
|
|
Source _garciamangaSource = Source(
|
|
name: "Garcia Manga",
|
|
baseUrl: "https://garciamanga.com",
|
|
lang: "tr",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/garciamanga/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"tr"
|
|
);
|