A simple todo application made using kivymd
Note: If you get the error ModuleNotFoundError: No module named 'kivymd.uix.pickers' while running the application on your computer just change the import to 'kivymd.uix.picker'. When packaging for android use 'kivymd.uix.pickers'
- python3
- Kivy==2.0.0
- kivymd==0.104.2
I have added the spec file you can use to package with buildozer. You can follow this link on how to package applications using google colab.