AnimeShin

(★ 18)

A modern, unofficial AniList companion application. Track anime & manga, manage your library, and optionally open media using user-configured extensions

File Explorer

  • .gitattributes
  • .gitignore
  • .metadata
  • analysis_options.yaml
  • codemagic.yaml
  • devtools_options.yaml
  • flutter_launcher_icons-dev.yaml
  • LEGAL_NOTICE.md
  • LICENSE
  • PRIVACY_POLICY.md
  • pubspec.lock
  • pubspec.yaml
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

flutter

View Details ▼

Google's free, open source, and cross-platform mobile app SDK.
Some subcommands such as `pub` have their own usage documentation.

flutter create {{project_name}}

Initialize a new Flutter project in a directory of the same name:

flutter doctor

Check if all external tools are correctly installed:

flutter channel {{stable|beta|dev|master}}

List or change Flutter channel:

// repository documentation