CSharp to Flutter
Quick start
Simply run the build script
./build.sh
What is this?
This script:
- Run
dotnet publishon the CoreRT managed library to get intermediate dlls - Run
beyondnetgento generate the C header file and the unmanaged csharp code - Run
dotnet publishon the unmanaged csharp code for the target platforms. - Copy the header file and the libs to the flutter project
- Run
ffigento generate the dart bindings against the header file
Description
Languages
C#
64.4%
Shell
34.9%
Batchfile
0.7%