How To build the example app - coi-dev/flutter-deltachat-core GitHub Wiki
In order to start the example app please ensure the Delta Chat Core Rust code was build successfully. Please refer to this wiki page to build the DCC.
Android
Open the example/android folder as new project in your Android Studio and wait until the Gradle initialization is finished. Afterwards you can launch the app by selecting either the green Run or the Debug button in the toolbar.
iOS
In order to build and test the example app you should do some steps beforehand. Open your Terminal and execute the following commands step by step:
cd flutter-deltachat-core
flutter packages get
cd example/ios && pod install
Now you're done. 🎉
You should be able to build and run the example application.