Otaku Dev is a mobile application developed using Flutter. It is designed to help users watch anime and provides download links for a wide variety of anime series. With a user-friendly interface and a catalog of anime, Otaku Dev offers an immersive experience for anime enthusiasts.
- Watch Anime: Stream episodes directly from the app.
- Download Links: Access download links for various anime series.
- Browse Catalog: Explore a wide selection of anime titles.
- Detailed Information: View information such as anime titles, episodes, and more.
- Flutter 3.22.2
Follow these steps to install and run the Pokedex app locally:
-
Clone the Repository
git clone https://github.com/farhanhl/otakudev.git cd otakudev -
Install Dependencies
flutter pub get
-
Run the Application
- To run the app on an emulator or physical device:
flutter run
- To run the app on an emulator or physical device:
-
Build APK
- To build a release APK:
flutter build apk --release
- To build a release APK: