Skip to content

The iOS Note app made available on Android and iPhone.

License

Notifications You must be signed in to change notification settings

serkviseal/ios-notes-clone

 
 

Repository files navigation

iOS Notes App Clone

Status GitHub Issues GitHub Pull Requests License


A cross-platform clone of the iOS notes app.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • 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

⛏️ Built Using


📝 TODO

  • 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

About

The iOS Note app made available on Android and iPhone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.3%
  • Swift 1.2%
  • Other 0.5%