Skip to content

Integrating Javascript business logic into Flutter App #17440

@bryanrideshark

Description

@bryanrideshark

Is it possible to integrate business logic written in Javascript, with a Flutter app?

We use a Redux style business logic layer in our enterprise web app; We cannot afford to write this logic in two separate languages.

Would it be possible to run a Javascript thread on the V8 engine, inside a Flutter app? Then, the flutter app would talk to the business logic via a simple interface, with flutter taking the responsibility of much of the UI / navigation, leaving the responsibility of the app logic to the shared business layer?

We are deciding whether or not to go with a React Native implementation. Right now, that's the only platform which can support this code sharing scenario. We'd be interested in Flutter if it were possible to share Javascript business logic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions