A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
なろう小説のアプリ版っぽいものを作っています。実用性というより個人の学習用なので完全に自己満足です。将来的にはApp Storeに出す予定ですか、developerアカウントって高いのでだいぶ先になりそうです。 このアプリはなろう小説APIを使用しています. URL(https://dev.syosetu.com/man/api/#link6) ↑公式ドキュメント なお、Androidスマホ実機で検証はできていないので動作は保証できません。
- 作品の詳細情報(タイトル、著者名、storyなど)
- ブックマーク機能(削除機能も追加済み) これらの機能が実装されています。NarouReaderから直接サイトに飛ぶ機能は実装されていません。
issueにこれから実装する予定が置いてあります。
もし、バグや不具合の報告、その他ご要望はissueを立てていただくとありがたいです。
lib/ ├── main.dart ├──database/ └── savedList_model.dart └── savedList_helper.dart ├── models/ │ └── post.dart ├── services/ │ └── api_service.dart └── screens/ └── home_screen.dart └── detailPage.dart └──sacedListPage.dart └──savedlistscreen_detailPage.dart