https://github.com/ajxv/nekolist
Yet another mal client - An unofficial MyAnimelist client using Flutter
https://github.com/ajxv/nekolist
anime anime-list anime-search anime-tracker dart flutter flutter-app myanimelist myanimelist-api
Last synced: about 2 months ago
JSON representation
Yet another mal client - An unofficial MyAnimelist client using Flutter
- Host: GitHub
- URL: https://github.com/ajxv/nekolist
- Owner: ajxv
- Created: 2023-07-23T15:36:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T16:28:11.000Z (over 1 year ago)
- Last Synced: 2025-03-30T15:46:55.993Z (3 months ago)
- Topics: anime, anime-list, anime-search, anime-tracker, dart, flutter, flutter-app, myanimelist, myanimelist-api
- Language: Dart
- Homepage:
- Size: 7.13 MB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NekoList

[](https://github.com/ajxv/NekoList/releases/latest)
[](https://github.com/ajxv/NekoList/stargazers)
## About
> NekoList is yet another MyAnimelist client app using flutter, built on top of the [Official MAL API](https://myanimelist.net/apiconfig/references/api/v2).
![]()
## Download
[](https://github.com/ajxv/NekoList/releases/latest)
## Screenshots
![]()
![]()
![]()
![]()
![]()
![]()
## Features
![]()
- [x] Home Feed
- [x] Anime List
- [x] Manga List
- [x] Entry Details Screen
- [x] Entry Status Update
- [x] Profile
- [x] OTA Updates## Dependencies
- `provider: ^6.0.5`
- `shared_preferences: ^2.2.2`
- `cached_network_image: ^3.3.0`
- `carousel_slider: ^4.2.1`
- `share_plus: ^7.2.1`
- `pie_chart: ^5.4.0`
- `ota_update: ^6.0.0`
- `package_info_plus: ^4.2.0`## Contributing
![]()
These guidelines aim to help you make smooth and valuable contributions.
#### Types of Contributions:
- **Bug reports**: Please provide detailed reports with reproducible steps and expected behavior.
- **Feature requests**: Clearly describe the proposed feature and its benefits.
- **Code changes**: Submit pull requests for review.
- **Documentation improvements**: Update or correct existing documentation or create new content.#### Before You Contribute:
- **Search for existing issues**: Check if your contribution is already proposed or addressed.#### Making a Pull Request:
- **Fork the repository**: Create your own copy of the project to work on.
- **Branch out**: Create a new branch for your proposed changes.
- **Follow coding standards**: Use consistent formatting and adhere to our style guide.
- **Write clear and concise commit messages**: Explain your changes and their purpose.
- **Unit test your changes**: Ensure your code functions as expected.
- **Submit a pull request**: Be sure to describe your changes and link to relevant issues.