NoteSphere
- Local Storage: Utilizes Hive for local storage, ensuring efficient data management.
- Note Management: Users can create, categorize, edit, delete, filter, and search notes.
- Todo Management: Allows users to manage todos, including adding, editing, deleting, and marking as done, with animated transitions.
- Inherited Widgets: Utilizes inherited widgets for managing app state and data across the widget tree.
- Flutter Animation: Incorporates animations for a more engaging user experience.
- User-friendly Interface: Designed with a user-friendly interface for easy navigation and interaction.
- Clone this repository:
git clone https://github.com/HGSChandeepa/NoteSphere
- Navigate to the project directory:
cd NoteSphere
- Install dependencies:
flutter pub get
- Run the app:
flutter run
- Fork the repository.
- Create a new branch (
git checkout -b feature-name
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-name
). - Create a new Pull Request.
This project is licensed under the MIT License.