Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross platform framework #3

Open
jonaswre opened this issue Jul 12, 2022 · 1 comment
Open

Cross platform framework #3

jonaswre opened this issue Jul 12, 2022 · 1 comment

Comments

@jonaswre
Copy link

The cross platform framework needs to support to following features:

  • Native code interop
  • Good hardware interop support
  • Build system to ensures long term reproducibility

Possible frameworks are:

  • Flutter
  • React Native
  • Ionic
@jonaswre
Copy link
Author

From personal experience I would prefer flutter as a framework.
My most important reason for this is that the dependency forest for any javascript application is usally more complex then in flutter. Flutter is well integrated and allows for a good amount of functionality without the need for thrid party packages.

The only reason for me to consider Ionic or React Native is only because it might be possible to reuse some parts of the current UI.

But reimplementing the current ui in flutter would allow for good application support for android, ios, web, windows, linux and macos with a single codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant