Adnan Notes is a simple note-taking application built using Flutter. It supports both Android and iOS platforms, allowing users to create, update, and delete notes.
- Create Notes: Users can create new notes with text content.
- Edit Notes: Users can edit the content of existing notes.
- Delete Notes: Users can delete notes they no longer need.
- Responsive UI: The application adjusts its layout to different screen sizes.
- Persistent Storage: Notes are stored in a local database using Sqflite.
- Flutter SDK: >=2.7.0 <3.0.0
- Dart SDK
- JDK 8
The main dependencies used in this project are:
flutter
cupertino_icons: ^1.0.2
sqflite: ^2.0.0+3
provider: ^5.0.0
intl: ^0.17.0
splashscreen: ^1.3.5
- Clone the repository:
git clone https://github.com/adnanAlKharfan/adnan-notes.git cd adnan-notes
- Install dependencies:
flutter pub get
- Run the application:
flutter run
Contributions are welcome! Feel free to open issues or submit pull requests.
For any inquiries or support, please contact Adnan AlKharfan.