Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alenvelocity/weebify
Flutter App to Fetch Anime Info
https://github.com/alenvelocity/weebify
anime flutter manga
Last synced: 3 months ago
JSON representation
Flutter App to Fetch Anime Info
- Host: GitHub
- URL: https://github.com/alenvelocity/weebify
- Owner: AlenVelocity
- Created: 2022-02-14T11:21:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T11:33:02.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T07:51:47.284Z (3 months ago)
- Topics: anime, flutter, manga
- Language: Dart
- Homepage:
- Size: 5.29 MB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Weebify
> Flutter App to get Anime and Manga Details
## Getting Started
### Follow the steps to install flutter from [here](https://flutter.dev/docs/get-started/install/)
After installing flutter, follow these steps to get started:
> Clone the repository:
```sh
git clone https://github.com/alensaito1/weebify.git
cd weebify
```
> Install the dependencies:
```sh
flutter pub get
```
> Running the app:
```sh
flutter run
```
> Building the app:
```sh
flutter build
```# Resources
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
- [Online Documentation](https://flutter.dev/docs)This Project uses [Jikan.moe](https://jikan.moe/) to get the anime and manga details.