Our pure JavaScript Scheduler component


Post by Kumaresan »

Our intend is target web now and move to devices later. The reason behind using of Flutter is one code base for all(Web, Android & iOS). Hope you have understand the use case now.


Post by pmiklashevich »

Ok, understood. We will investigate how the compilation of WebView integration is compiled back to Web and get back to you. But you can try it out yourself already. Since you're going to use Flutter, building the mobile-first design should be considered. Otherwise it will be harder to move it to mobile later.

Pavlo Miklashevych
Sr. Frontend Developer


Post by Kumaresan »

Is there any further update on this? Does it possible to integrate the Bryntum Scheduler in the Flutter web application?
Is there any examples available for our reference especially in Flutter web side ?


Post by pmiklashevich »

webview_flutter plugin doesn't support Web/Desktop as build targets. We are investigating the possibility of integrating Javascript Scheduler component into Flutter Web app. There is no any guides or examples yet. Stable official Flutter web support was added few days ago with the Flutter 2.0.0 release and Dart 2.12. For now there is no any plugins/packages developed by Bryntum to be used in Flutter app. Please subscribe to the ticket to get notified when we have first working version of such integration. https://github.com/bryntum/support/issues/2371
Stay tuned!

Pavlo Miklashevych
Sr. Frontend Developer


Post by Kumaresan »

thank you and hope you guys are working on showcasing of some examples how to integrate scheduler in Flutter Web application. Would like to hear some update on this to plan our accordingly.


Post by pmiklashevich »

At the moment there are no wrappers for Flutter, so it is not possible to build it for web. Compiling WebView back to Web is not supported. All Flutter examples show how to compile flutter components to web. So if Scheduler were written in flutter, then it could be compiled to web. But it is just javascript code, which is not possible to run in flutter. Please share with us, if you know how javascript can be run and compiled by flutter to web. We will test it and apply to our products. We will let you know when solution is found. Meanwhile please consider using other web technologies which run javascript with no issues.

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply