flutter support
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
cc @LouisLou2
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.