A cross platform To-Do list shell application that performs CRUD operations and stores data locally. Made with .Net MAUI, SQLite & .NET 9.0 for iOS & Android.
- No Login required.
- No Internet connection required.
Maintenance Status 🔹Report Bug
| Platform | Version | Target | Latest Stable |
|---|---|---|---|
| Android | API 22+ | API 34 / Android 14 | Android 14 |
| iOS | iOS 15+ | iOS 16 & 17 | iOS 16.7.8 & 18.2 |
- .NET & Xcode
- Swipe gestures
- Dark mode
- Bottom Sheets
- Attachments
- Charts, Data Visualization
- Foldable device support
- .Net 8 Support
- Biomertic Authentication
- .Net 9 Support
- Shell migration
- Install
.NET 9SDK fromhereon your machine. - Install
Visual Studioon your machine and while choosing components you must check the.NetMauibox to install .NetMaui. - Install
Android Studioon your machine. - Create a virtual device with andoid API 31 || 32 || 33 ||34.
- Clone, download or fork this repository.
- Open the solution file, build then run with selected device.
- If build failed with Dependency errors, please unload the project and reload with dependencies.
- Or
cdto the project directory and rundotnet restore {name}.slnto restore dependencies. - Has
SQLite&XUnitdependency.
- Install
.NET 9SDK fromhereon your machine. - Install
Visual Studio for macon your machine and while choosing components you must check the.NetMauibox.
Warning
Visual Studio for mac has been retired and does not support .NET 9.0
Please use Visual Studio Code for .NET 9.0
Or Rider IDE for .NET 9.0
- Install
XCode 16+on your machine. - Clone, download or fork this repository.
- Open the solution file, build then run with selected device iOS 15+.
- If build failed with Dependency errors, please unload the project and reload with dependencies.
- Or
cdto the project directory and rundotnet restore {name}.slnto restore dependencies. - Has
SQLite&XUnitdependency same with android.
- Android:
Read & Write External Storage,Read & Write Internal Storage,Camera access,Haptic feedback,Biometric information. - iOS:
Camera access,Photo Library access,Read & Write External Storage,Read & Write Internal Storage,Haptic feedback,Biometric information.
Note
FaceID, TouchID and AndroidOS equivalent must be enrolled or settings will be disabled. Biomertic information access is required.
- Place the
build.shin the root directory of your project. - cd to the root directory of your project.
- Open the terminal and run
chmod +x build.shto make the script executable. - Run
./build.shto clean the project. - on macos, you can run
sh build.shto clean the project.







