HQAnime/AnimeGo-Re

Version 1.3.2

Closed this issue · 0 comments

  • Update navigation bar to match with the theme
  • Disable google search when episode is null
  • Add a refresh button everywhere to update the AnimeGrid widget
    • This may need a structure update
  • Move to native first (for iOS and Android), module
  • Desktop support #31
  • Add different build variant (internal, production)
  • Watch using native player instead of the flutter web view #36
    • Using a native view in Flutter is very heavy so should be avoided at all cost
    • Move to the native player and maybe support downloading with ffmpeg?
  • Show website in app for Android
  • Better build automation (fastlane)
    • Build iOS and Android without using Xcode and Android Studio
    • Use build command for desktop
    • Python can be used to be cross platform