Manga Logger is a Flutter application designed to help users manage and log their favorite manga series. It offers a personalized profile page where users can view their favorite manga, check statistics on manga categories, and log out when needed.
- User Authentication: Allows users to log in and manage their session.
- Favorite Manga Management: Users can add and view their favorite manga.
- Barcode scanner: Scans barcode of your physical manga to add manga to the database.
- Profile Page: Displays the user’s profile, favorite manga, and category statistics.
- Flutter: For building the cross-platform mobile app.
- Dart: Programming language used with Flutter.
- SQLite: Database management for storing user data and favorite manga.
Ensure you have the following installed:
- Flutter SDK
- Dart SDK
- Android Studio or Visual Studio Code with Flutter and Dart plugins
- SQLite (usually comes bundled with Flutter)
Ensure you have the latest version of Flutter, Dart and SQLite installed.
git clone https://github.com/your-username/manga_logger.git
cd manga_logger
flutter pub get
flutter run
A demo video has been placed on YouTube. Click the image below to watch it.