Update developer info to Danielle Sapelli

- 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 <noreply@anthropic.com>
This commit is contained in:
2025-10-04 14:37:03 -04:00
parent 7be7b270e6
commit f4be460c3e
2 changed files with 12 additions and 5 deletions

View File

@@ -91,9 +91,14 @@ sage/
- **Phase 6:** Multi-user & cloud sync - **Phase 6:** Multi-user & cloud sync
- **Phase 7:** Advanced features & polish - **Phase 7:** Advanced features & polish
## Author
**Danielle Sapelli**
- Built with ❤️ using Flutter & Claude Code
## Contributing ## Contributing
This is currently a personal project, but ideas and suggestions are welcome! Ideas and suggestions are welcome!
## License ## License
@@ -101,6 +106,4 @@ TBD
--- ---
**Built with 💚 by developers who hate wasting food!** 🌿 **Making kitchens smarter, one scan at a time!**
Let's make kitchens smarter, one scan at a time! 🌿

View File

@@ -169,7 +169,11 @@ class _SettingsScreenState extends State<SettingsScreen> {
), ),
const ListTile( const ListTile(
title: Text('Developer'), 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( ListTile(
title: const Text('Privacy Policy'), title: const Text('Privacy Policy'),