https://github.com/outdatedguy/whats-that-anime
A Flutter application to search for Anime details for images/screenshots
https://github.com/outdatedguy/whats-that-anime
anime flutter-android flutter-app flutter-web search-application trace-moe
Last synced: 10 months ago
JSON representation
A Flutter application to search for Anime details for images/screenshots
- Host: GitHub
- URL: https://github.com/outdatedguy/whats-that-anime
- Owner: OutdatedGuy
- License: agpl-3.0
- Created: 2022-06-14T21:58:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T08:53:33.000Z (about 2 years ago)
- Last Synced: 2025-02-10T14:51:51.502Z (about 1 year ago)
- Topics: anime, flutter-android, flutter-app, flutter-web, search-application, trace-moe
- Language: Dart
- Homepage: https://whats-that-anime.outdatedguy.rocks
- Size: 5.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
What's That Anime
[](https://github.com/OutdatedGuy/Whats-That-Anime/actions/workflows/build.yml)
[](https://github.com/OutdatedGuy/Whats-That-Anime/releases/latest)

[](https://whats-that-anime.outdatedguy.rocks/)
[](https://github.com/OutdatedGuy/Whats-That-Anime/pulls?q=is%3Apr+is%3Aclosed)

## Light Mode
## Dark Mode
# What's That Anime
An **Image Search** App to find **Anime** Details related to the Image. Created using [Flutter](https://flutter.dev/), [Dart](https://dart.dev/) and API from [soruly](https://soruly.github.io/trace.moe-api/#/)
## Features
- Upload image to cloud
- Get Anime Details for uploaded image
- View and Manage History of all searches
- Customize App Behaviour from Settings Page
## Platform Support
This package currently is only tested on android and the web platform.
✅ android
- [android-arm32.apk](https://github.com/OutdatedGuy/Whats-That-Anime/releases/latest/download/android-arm32-release.apk)
- [android-arm64.apk](https://github.com/OutdatedGuy/Whats-That-Anime/releases/latest/download/android-arm64-release.apk)
- [android-x86_64.apk](https://github.com/OutdatedGuy/Whats-That-Anime/releases/latest/download/android-x86_64-release.apk)
✅ web
- [whats-that-anime.outdatedguy.rocks](https://whats-that-anime.outdatedguy.rocks/)
🔳 ios
🔳 windows
🔳 macos
🔳 linux
## Whats Next?
- Add ios platform suppport (PRs welcome)
## Contributing
Contributions are welcomed, please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information.
## How to Run
1. Clone the repo
```sh
git clone https://github.com/OutdatedGuy/Whats-That-Anime.git
```
2. Install all the packages by typing
```sh
flutter pub get
```
3. Create a [Firebase project](https://console.firebase.google.com/)
4. Enable _anonymous_ Auth, Firestore and Strorage for project.
5. Set **Firebase rules** for all paths to `true`. (temporarily, you can later add explicit permissions)
6. Then go to _Add App_ and select **Flutter** option and follow those instructions.
7. Run App
## License
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
This project is licensed under the GNU Affero General Public License v3.0.
For more information, read the [LICENSE](LICENSE) file.
