-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat(webapp): show tradingview chart #1970
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 🚀
</script> | ||
</div> | ||
</body> | ||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔧 missing newline
ProgressIndicatorType type = ProgressIndicatorType.circular; | ||
|
||
@override | ||
void initState() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this initState
does not have to be overridden.
class _TradingViewWidgetHtmlState extends State<TradingViewWidgetHtml> { | ||
final GlobalKey webViewKey = GlobalKey(); | ||
InAppWebViewController? webViewController; | ||
double progress = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 It looks like this progress and type fields are not used?
66efde6
to
833468d
Compare
Signed-off-by: Philipp Hoenisch <philipp@coblox.tech>
833468d
to
01f2e91
Compare
Also includes a "small" redesign of the webapp :D 🙈
resolves #1950
Checkout my technical analytic skills ;) 70k by 1 Nov sounds about right :)
Screen.Recording.2024-02-06.at.4.31.28.pm.mov