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

How to Integrate on Flutter #252

Closed
wankiKim opened this issue Nov 2, 2021 · 2 comments
Closed

How to Integrate on Flutter #252

wankiKim opened this issue Nov 2, 2021 · 2 comments

Comments

@wankiKim
Copy link

wankiKim commented Nov 2, 2021

Hi, This is Kay Kim who is developing trading chart on Flutter.

We've already integrated charting_library to our cryptocurrency exchange system.

In this time, It is required to renewal Mobile Trading System. At last version, MTS was developed by Lua. But the new version has been developed by Flutter.

It was realized trading chart via mobile webview. The web side was developed by Vue.js. But it has few seconds for connecting and loading. Therefore we are trying to integrate HTML and JS sources to Flutter Web parser, instead of the webview.

The Flutter's webparser is able to draw UI using HTML and JS source directly.

At this point, I need your help to make HTML and JS source for the traiding chart.

Q1. Is there any front level sample source using only HTML and JS?
Q2. Is there better way to realized on Flutter mobile app?
: For your information, Flutter is able to integrate Android and iOS native source.

I'm looking forward to get your technically answer.

Best Regard

@coditori
Copy link

I think you can implement Android and IOS separately (as native code)

@timocov
Copy link
Contributor

timocov commented Nov 23, 2021

Duplicate of #81

@timocov timocov marked this as a duplicate of #81 Nov 23, 2021
@timocov timocov closed this as completed Nov 23, 2021
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

3 participants