fury icon indicating copy to clipboard operation
fury copied to clipboard

flutter support

Open moaichou opened this issue 6 months ago • 2 comments

Feature Request

Does Fury have any plans to support flutter?

Is your feature request related to a problem? Please describe

No response

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

moaichou avatar May 28 '25 03:05 moaichou

cc @LouisLou2

chaokunyang avatar May 28 '25 03:05 chaokunyang

Hi @moaichou, actually, Fury already has support for Dart. This was developed with the limitations of Flutter development in mind (for example, by not using reflection). You can find more details about the features and current limitations of Fury Dart in our README: https://github.com/apache/fury/blob/main/dart/README.md

As Fury is an actively evolving project, Fury Dart still requires some work to fully align with the implementations in other languages and to address some known issues with generics support (which are also mentioned in the README). This alignment process might take several weeks. However, you can certainly use the existing Dart implementation within a Dart-only environment.

LouisLou2 avatar May 28 '25 04:05 LouisLou2