kalimuthu123 opened a new issue #9892: URL: https://github.com/apache/incubator-superset/issues/9892
*Please make sure you are familiar with the SIP process documented* (here)[https://github.com/SvayamLabs/superset-ui-number-Format] ## [SIP 43 ] Proposal for Dart Module implementation ### Motivation **My Google-fu is strong.** Description of the problem to be solved. the reason for the migration 1) typescript chunk size which makes the browser not responding whenthe data is large 2)Flutter is multiplatform (native ) we can port to android devices 3) some package deprecation leads tools as incapable 4)flutter widget have native performance which reduces the browser hangover ### Proposed Change the migration of typescripts to flutter Language: the syntax of typescript and dart language are similar in variable declaration and functional s declarations and OOPs concepts , the process of converting is easily carryout the difference in between the both the language is vary only in the export and import process ### New or Changed Public Interfaces AS a native interface we can create a more animative dashboard which can be competetive with other products like tableau,PowerBi ### New dependencies dart version > 2.0 flutter version > 1.17 ### Migration Plan and Compatibility formatting modules ,connection modules =======>> flutter Packages Superchart , tooltips ,ui-plugins modules =======>> flutter widgets my plan is implementing our charting tool in a stable products like flutter. Flutter has variety of widgets which are suitable for common 3 interfaces which are 1)Android 2)Ios 3)web Applications Cupertino (iOS-style) widgets https://flutter.dev/docs/development/ui/widgets AS a initial step i created a module based on the @Superset-ui/Number-Format the github link of my dart coded package https://github.com/SvayamLabs/superset-ui-number-Format ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
