You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
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.