LouisLou2 commented on issue #2260: URL: https://github.com/apache/fury/issues/2260#issuecomment-2914864035
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
