From f4be460c3e443d4c9f7644c2b09cba6573e334f3 Mon Sep 17 00:00:00 2001 From: Dani Date: Sat, 4 Oct 2025 14:37:03 -0400 Subject: [PATCH] Update developer info to Danielle Sapelli MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added developer name in Settings → About - Updated README with author information - Added 'Built With' section crediting Flutter & Claude Code 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 11 +++++++---- lib/features/settings/screens/settings_screen.dart | 6 +++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a97d407..279b9e3 100644 --- a/README.md +++ b/README.md @@ -91,9 +91,14 @@ sage/ - **Phase 6:** Multi-user & cloud sync - **Phase 7:** Advanced features & polish +## Author + +**Danielle Sapelli** +- Built with ❤️ using Flutter & Claude Code + ## Contributing -This is currently a personal project, but ideas and suggestions are welcome! +Ideas and suggestions are welcome! ## License @@ -101,6 +106,4 @@ TBD --- -**Built with 💚 by developers who hate wasting food!** - -Let's make kitchens smarter, one scan at a time! 🌿 +🌿 **Making kitchens smarter, one scan at a time!** diff --git a/lib/features/settings/screens/settings_screen.dart b/lib/features/settings/screens/settings_screen.dart index 4b09a91..e8a710c 100644 --- a/lib/features/settings/screens/settings_screen.dart +++ b/lib/features/settings/screens/settings_screen.dart @@ -169,7 +169,11 @@ class _SettingsScreenState extends State { ), const ListTile( title: Text('Developer'), - subtitle: Text('Built with ❤️ using Flutter'), + subtitle: Text('Danielle Sapelli'), + ), + const ListTile( + title: Text('Built With'), + subtitle: Text('❤️ using Flutter & Claude Code'), ), ListTile( title: const Text('Privacy Policy'),