Skip to content
/ Jiyu Public

An anime tracker for anime fans to manage what they watch

License

Notifications You must be signed in to change notification settings

iam-arnab/Jiyu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jiyu

A simple anime list tracker for your phone. This app uses the Jikan API (unofficial Myanimelist API) to fetch images.

Screenshots

Home

App Drawer

Login Screen

Use

Android

You can go and download the latest builds for android from here. You can build it yourself. First get the google-services.json by registering your app to Firebase. Put it in android/app directory. Define your key.properties in android/key.properties to sign the app. Now just run flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi

iOS

I don't have a Mac so I would be delighted if someone could build it for iOS. The icon for the app is in assets directory. You can upload it to appicon.co to get the proper icons for iOS. If you want to build it, register your app in Firebase and GoogleService-Info.plist. Put it in ios/Runner directory. Run flutter build ios --release to build for ios.