This project is my first atempt to create an Android application using C.
Everything may not be perfect so feel free to submit a pull request if you'd like to improve it !
The aim of this project is to provide a starting point for someone who'd like to use this stack.
I tried to go as deep as possible with the possibilities offered by Dart:ffi (map.dart & map_test.dart files).
Don't forget the star if I helped you !
At the moment the project only runs on Linux with an Android device, do not hesitate to create a pull request if you made it work on another platform !
You need to have Docker installed. Do not forget to add your user to the “docker” group :
sudo usermod -aG docker $USER && newgrp docker
The second tool you need is VS Code with two extensions : Remote - Containers & Docker
- Clone the repo
- On VS, click the bottom left Remote - Containers icon and select Open Folder in Container with the repo as folder.
- Plug you device & run /lib/main.dart
Et voilà !
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request