Flutter and Dart - Mendix Forum

Flutter and Dart

2

Hi There,

Flutter and Dart are quite growing up in 2019. Do we have a road map for this ? in case of mobile.

Such as Flutter Plugin for iOS and Android, Flutter package for mobile widget, or Flutter module .

asked
3 answers

Certainly! Flutter and Dart offer a comprehensive ecosystem for building modern, cross-platform mobile and web applications. Flutter's architecture, based on widgets, enables developers to create highly interactive and visually appealing user interfaces. With its reactive framework, Flutter ensures smooth animations and transitions, enhancing the overall user experience.

Dart, as the language powering Flutter, is optimized for client-side development, making it well-suited for building mobile and web applications. Its strong typing system and Just-In-Time (JIT) compilation during development contribute to faster iteration cycles.

Moreover, Flutter's support for Material Design and Cupertino widgets allows developers to seamlessly integrate platform-specific UI components, ensuring a native look and feel across iOS and Android devices.

In summary, Flutter and Dart provide a powerful combination for developing cross-platform applications, offering speed, performance, and flexibility to meet the demands of modern app development.

Created

Flutter is near to native since it compile via C/C++, and there are a lot pre-build widget, so i think it will contribute more on custom widget on mendix store. Flutter has a rich UI component on material.io, but in react-native we need to depend on some several third-party.

If we can build flutter in mendix, we can utilize its CLI, and somehow we can think about CI/CD

and i notice that AirBnB has stop doing the react-native on mobile and try to move to a new framework, maybe this is flutter.

Created

With Mendix 8 we introduced native mobile based on ReactNative. With Mendix we want to let our user develop great app without having to know the technical framework beneath it, as we abstract that away. For extensions, native SDKs can be integrated (after GA) and exposed through nanoflow actions or widgets (basically ReactNative Components).

Can you explain more about the use case? At the moment we have no plans for this, because ReactNative is already a very rich framework with many components and capabilities.

Created