flutter_rust_bridge
flutter_rust_bridge copied to clipboard
Support converting chrono::NaiveDate to Dart
Recent updates of the dependency to allo-isolate introduced support chrono::NaiveDate in FRB. However, when converting a Rust struct containing a field of type chrono::NaiveDate a (working 👍🏻) Dart class which extends from RustOpaque is generated.
Despite the fact that this should be enough to technically utilize the Dart class it would be much nicer if it generated a field of type DateTime instead of depending on RustOpaque. This enables quite more capabilities on the Dart side. In my case especially reflection.
Sure! Looking forward to reviewing and merging #1834 :)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It is still currently worked on trying to keep up with resolving conflicts with origin/master and adapting to CI requirements.
(Mark as awaiting since there is ongoing PR, thus the issue is awaiting PR)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue.