NekoList is yet another MyAnimelist client app using flutter, built on top of the Official MAL API.
- Home Feed
- Anime List
- Manga List
- Entry Details Screen
- Entry Status Update
- Profile
- OTA Updates
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
These guidelines aim to help you make smooth and valuable 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.
- Search for existing issues: Check if your contribution is already proposed or addressed.
- 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.