We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user, I want to have a smooth user experience when having all the possible charts on my 4k screen at once while using the web app.
Since the rendering performance of Flutter web is not impressive, it might make sense to use HTML graphs when running as web app (e.g. see https://pub.dev/packages/flutter_widget_from_html or https://docs.flutter.dev/platform-integration/web/web-content-in-flutter). Maybe, we can modify the graphs of the old web dashboard (https://github.com/OpenEarable/dashboard) to make it look like our Flutter charts and use that.
The text was updated successfully, but these errors were encountered:
DennisMoschina
No branches or pull requests
As a user, I want to have a smooth user experience when having all the possible charts on my 4k screen at once while using the web app.
Since the rendering performance of Flutter web is not impressive, it might make sense to use HTML graphs when running as web app (e.g. see https://pub.dev/packages/flutter_widget_from_html or https://docs.flutter.dev/platform-integration/web/web-content-in-flutter). Maybe, we can modify the graphs of the old web dashboard (https://github.com/OpenEarable/dashboard) to make it look like our Flutter charts and use that.
The text was updated successfully, but these errors were encountered: