{"id":32435340,"url":"https://github.com/codewithmirza/notes-app","last_synced_at":"2025-10-25T22:51:42.250Z","repository":{"id":319439860,"uuid":"1078696757","full_name":"codewithmirza/notes-app","owner":"codewithmirza","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-18T09:47:21.000Z","size":349,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T05:16:47.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithmirza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-18T08:15:39.000Z","updated_at":"2025-10-18T09:47:24.000Z","dependencies_parsed_at":"2025-10-19T05:17:30.241Z","dependency_job_id":"660680c4-c00f-4a73-adfc-fa56b3df4b29","html_url":"https://github.com/codewithmirza/notes-app","commit_stats":null,"previous_names":["codewithmirza/notes-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codewithmirza/notes-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmirza%2Fnotes-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmirza%2Fnotes-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmirza%2Fnotes-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmirza%2Fnotes-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithmirza","download_url":"https://codeload.github.com/codewithmirza/notes-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmirza%2Fnotes-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281032291,"owners_count":26432755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-25T22:51:26.571Z","updated_at":"2025-10-25T22:51:42.238Z","avatar_url":"https://github.com/codewithmirza.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notes App - Notion-like Flutter Application\n\nA modern Flutter application that combines the simplicity of a notes app with the powerful features of Notion. Built with Flutter and SQLite for local storage.\n\n## Features\n\n### Core Notes Functionality\n- ✅ Create, read, update, and delete notes\n- ✅ Rich text editing with Quill editor\n- ✅ Note categorization with tags\n- ✅ Color coding for notes\n- ✅ Pin/unpin important notes\n- ✅ Search functionality\n- ✅ Filter by tags and pinned status\n\n### Notion-like Features\n- ✅ Rich text editor with formatting options\n- ✅ Multiple note types (Page, Database, Template, Folder)\n- ✅ Hierarchical organization\n- ✅ Block-based content structure\n- ✅ Database functionality for structured data\n- ✅ Modern, clean UI design\n\n### Additional Features\n- ✅ Dark/Light theme support\n- ✅ Grid and List view modes\n- ✅ Responsive design\n- ✅ Local SQLite database\n- ✅ State management with Provider\n- ✅ Material Design 3\n\n## Screenshots\n\nThe app includes:\n- Home screen with notes grid/list view\n- Rich text editor for creating and editing notes\n- Note detail view with read-only and edit modes\n- Search and filtering capabilities\n- Color picker for note customization\n- Tag management system\n\n## Getting Started\n\n### Prerequisites\n- Flutter SDK (3.6.0 or higher)\n- Dart SDK\n- Android Studio / VS Code\n- Android device or emulator / iOS simulator\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone \u003crepository-url\u003e\ncd notes_app\n```\n\n2. Install dependencies:\n```bash\nflutter pub get\n```\n\n3. Run the application:\n```bash\nflutter run\n```\n\n## Project Structure\n\n```\nlib/\n├── models/           # Data models (Note, NoteBlock, etc.)\n├── providers/        # State management (NotesProvider)\n├── screens/          # UI screens (Home, Editor, Detail)\n├── widgets/          # Reusable UI components\n├── services/         # Database and business logic\n├── utils/            # Utilities and themes\n└── main.dart         # App entry point\n```\n\n## Dependencies\n\n- **flutter_quill**: Rich text editor\n- **provider**: State management\n- **sqflite**: Local database\n- **font_awesome_flutter**: Icons\n- **flutter_colorpicker**: Color selection\n- **uuid**: Unique ID generation\n\n## Database Schema\n\nThe app uses SQLite with the following tables:\n- `notes`: Main notes table\n- `note_blocks`: Block-based content\n- `database_columns`: Database column definitions\n- `database_rows`: Database row data\n\n## Features in Detail\n\n### Rich Text Editor\n- Bold, italic, underline formatting\n- Headers and text styles\n- Lists (bulleted and numbered)\n- Code blocks and quotes\n- Links and alignment options\n\n### Note Organization\n- Hierarchical structure with parent-child relationships\n- Tag-based categorization\n- Color coding system\n- Pin important notes\n- Search across title and content\n\n### Database Functionality\n- Create structured databases\n- Define custom columns\n- Add and manage rows\n- Sort and filter data\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Test thoroughly\n5. Submit a pull request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Future Enhancements\n\n- [ ] Cloud synchronization\n- [ ] Collaboration features\n- [ ] Advanced database views\n- [ ] Export/Import functionality\n- [ ] Templates system\n- [ ] Advanced search with filters\n- [ ] File attachments\n- [ ] Voice notes\n- [ ] Offline support improvements\n\n## Support\n\nFor support, please open an issue on GitHub or contact the development team.\n\n---\n\nBuilt with ❤️ using Flutter","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmirza%2Fnotes-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithmirza%2Fnotes-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmirza%2Fnotes-app/lists"}