A mobile recipe app for Android and iOS built with Flutter. Users can create, view, edit, search, and delete their personal recipes. All data is stored locally on-device.
- Create recipes (title, ingredients, instructions)
- View recipe list
- View recipe details
- Edit recipes
- Delete recipes (with confirmation)
- Search recipes by title
| Component | Choice |
|---|---|
| Framework | Flutter |
| Language | Dart |
| Database | Isar |
| State Management | Riverpod |
- Flutter SDK (latest stable)
- Android Studio or Xcode
# Clone the repository
git clone https://github.com/philipp-gatzka/sodium.git
# Navigate to project directory
cd sodium
# Install dependencies
flutter pub get
# Run the app
flutter runflutter testlib/
├── main.dart # App entry point
├── app.dart # MaterialApp configuration
├── models/ # Data models
├── repositories/ # Data access layer
├── providers/ # Riverpod providers
├── screens/ # Full-page screens
├── widgets/ # Reusable components
└── theme/ # Styling
Please read CLAUDE.md for project rules and contribution guidelines.
This project is private and not open source.