diff --git a/README.md b/README.md index adca3ec0..6f950d29 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ Features include: ## Download Get the app from our [releases page](https://github.com/kodjodevf/mangayomi/releases). +iOS / ipadOS users can also get the latest app from AltStore / Feather / SideStore via [Dominics GitHub repository](https://github.com/tanakrit-d/mangayomi-source). + # Contributing Contributions are welcome! diff --git a/lib/modules/manga/home/manga_home_screen.dart b/lib/modules/manga/home/manga_home_screen.dart index 0500d91f..596aa82b 100644 --- a/lib/modules/manga/home/manga_home_screen.dart +++ b/lib/modules/manga/home/manga_home_screen.dart @@ -1,5 +1,4 @@ import 'dart:async'; -import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:go_router/go_router.dart';