A cross-platform clone of the iOS notes app.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Flutter
- Dart (version 2.10.5 or upper)
- An IDE/Text Editor (Android Studio, VS Code or IntelliJ IDEA)
- An Android device (physical or emulator)
PS: To run the app on an iOS simulator, you need XCode
After all the prerequisites are met, follow the steps below:
Make sure the emulator is already running and if you are using a physical device, make sure it is plugged and and USB debugging is activated. Run the command bellow to see if flutter has detected your device:
$ flutter devices
Then run the following commands to clone, install and run the app.
$ git clone silverhairs/ios-notes-clone.git
$ cd ios-notes-clone/
$ flutter pub get
$ flutter run
- search screen with suggestions
- text editor
- upload images in a note
- lines and grids
- pin note
- save note locally
- save notes on the cloud
- share note on social media/sms
- lock a note/folder
- save folder locally
- delete saved folder