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:
11
README.md
11
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!**
|
||||
|
@@ -169,7 +169,11 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
||||
),
|
||||
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'),
|
||||
|
Reference in New Issue
Block a user