Skip to content

duckladydinh/dragonball_multiverse_viewer

Repository files navigation

Dragonball Multiverse Viewer

Objective

Dragonball Multiverse is a non-official fiction sequel to the legendary Dragonball manga, made by fans for fans and available in multiple languages. As I want to learn German, I find it a good idea to be able to view the same page in 2 different languages (German and English) side by side. Therefore, I created this app to boost up my German learning.

Run locally

Web

$ flutter run -d chrome --web-browser-flag "--disable-web-security"

As the server is not owned by me, I can't directly configure the CORS settings to allow my request origin. Therefore, --web-browser-flag "--disable-web-security" is needed, leading to the consequence that this may not be released and published as a website. However, for my personal German learning, it's not an issue.

Native apps

Weirdly, the same requirement for web doesn't exist in native apps so we don't need to worry about CORS. For example, in Linux, the app can be run as follows

$ flutter run -d linux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published