tradingview / charting-library-examples

Examples of Charting Library integrations with other libraries, frameworks and data transports
MIT License
1.32k stars 744 forks source link

Can you provide TradingView Charting Library Integration Examples for Flutter or Flutter Flow? #368

Open smshafa opened 6 months ago

smshafa commented 6 months ago

I've seen there are integration examples for using TradingView library on different frameworks, but I am curious to know, if is it possible to use the TradingView library in Flutter. And what are the limitations of using this framework?

romfrancois commented 6 months ago

Unfortunately we do not have an example for integrating the library with Flutter currently. You can consider the How to Build a Native Communication Bridge in Flutter with WebView and JavaScript article that explains how to use Flutter with WebView and JavaScript.

smshafa commented 6 months ago

We need to integrate TradingView libraries on mobile applications, what is your suggestion about choosing between ReactNative and Flutter/FlutterFlow. I know each of them has advantages and disadvantages, but our focus is to use TradingView components in our mobile application. Thanks. @romfrancois