From 3a0fbee7bcd1bcbb7130dd6383af50eb3838ca0e Mon Sep 17 00:00:00 2001 From: nyne Date: Sat, 5 Oct 2024 22:07:34 +0800 Subject: [PATCH] favorite --- lib/components/button.dart | 8 +- lib/foundation/comic_source/comic_source.dart | 3 + lib/foundation/favorites.dart | 2 +- lib/pages/comic_page.dart | 382 +++++++++++++++++- lib/pages/favorites/favorite_actions.dart | 61 +++ 5 files changed, 441 insertions(+), 15 deletions(-) create mode 100644 lib/pages/favorites/favorite_actions.dart diff --git a/lib/components/button.dart b/lib/components/button.dart index f065448..066680d 100644 --- a/lib/components/button.dart +++ b/lib/components/button.dart @@ -195,6 +195,9 @@ class _ButtonState extends State