mopro
mopro copied to clipboard
Flutter/Dart support
Problem
Flutter/Dart is commonly used in mobile development. https://flutter.dev/ We should support this.
Details
We can either
- Use swift and kotlin bindings in Flutter/Dart
- Use the third party uniffi-bindings https://github.com/NiallBunting/uniffi-rs-dart
Acceptance criteria
Basic Flutter/Dart library support.
Write down documentation to describe how to use the library
(Can also be another repo or add in test-e2e
an example Flutter/Dart project)