From 5d6d66a4ab5d2603723c6ff2429cb12efca1c839 Mon Sep 17 00:00:00 2001 From: 54-xenon Date: Mon, 5 Aug 2024 21:32:43 +0900 Subject: [PATCH] =?UTF-8?q?READ.me=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++----- lib/screens/home_screen.dart | 4 ---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cfa1f77..692b99a 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,13 @@ samples, guidance on mobile development, and a full API reference. URL(https://dev.syosetu.com/man/api/#link6) ↑公式ドキュメント # このアプリで実装したい機能 -- リーダーとしての機能 -- firebaseを使ってブックマークとのデータをバックアップ(同期機能は難しそうだから後回し) -- 著者検索 - 作品の検索 -- 作品のブックマーク -- ダークモードの追加 +- 作品の詳細情報(タイトル、著者名、storyなど) +# このアプリで実装したい機能 +- ダークモード +- webviewを使って検索した作品に直接飛べるようにする +- ブックマーク機能 +- ホーム画面をダッシュボード機能を追加 # ディレクトリのメモ lib/ ├── main.dart diff --git a/lib/screens/home_screen.dart b/lib/screens/home_screen.dart index afd9248..ccb0a37 100644 --- a/lib/screens/home_screen.dart +++ b/lib/screens/home_screen.dart @@ -96,7 +96,3 @@ class _HomeScreenState extends State { } } - - -// origin https://github.com/54-xenon/NarouReader.git (fetch) -// origin https://github.com/54-xenon/NarouReader.git (push) \ No newline at end of file