mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
387 B
Dart
14 lines
387 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get sflixSource => _sflixSource;
|
|
|
|
Source _sflixSource = Source(
|
|
name: "SFlix",
|
|
baseUrl: "https://sflix.to",
|
|
lang: "en",
|
|
isNsfw: true,
|
|
typeSource: "dopeflix",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/multisrc/dopeflix/src/sflix/icon.png",
|
|
|
|
|
|
); |