An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# NekoList

![NekoList-Cover](https://github.com/ajxv/NekoList/assets/56473062/f9db75b5-c04c-4961-b24f-95c34a406ee8)



[![LatestRelease](https://img.shields.io/github/v/release/ajxv/NekoList?include_prereleases&label=latest%20release&style=for-the-badge)](https://github.com/ajxv/NekoList/releases/latest)
  
[![LatestRelease](https://img.shields.io/github/stars/ajxv/NekoList?style=for-the-badge)](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



[![LatestRelease](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white)](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.

## Contributors