An Image Search App to find Anime Details related to the Image. Created using Flutter, Dart and API from soruly
- Upload image to cloud
- Get Anime Details for uploaded image
- View and Manage History of all searches
- Customize App Behaviour from Settings Page
This package currently is only tested on android and the web platform.
🔳 ios
🔳 windows
🔳 macos
🔳 linux
- Add ios platform suppport (PRs welcome)
Contributions are welcomed, please refer to the CONTRIBUTING.md file for more information.
- Clone the repo
git clone https://github.com/OutdatedGuy/Whats-That-Anime.git
- Install all the packages by typing
flutter pub get
- Create a Firebase project
- Enable anonymous Auth, Firestore and Strorage for project.
- Set Firebase rules for all paths to
true
. (temporarily, you can later add explicit permissions) - Then go to Add App and select Flutter option and follow those instructions.
- Run App
This project is licensed under the GNU Affero General Public License v3.0.
For more information, read the LICENSE file.