MiNotes
  • Introduction
  • Getting Started
  • The App
    • Directory Structure
    • Adding Screens
  • Others
    • License
Powered by GitBook
On this page
  • 1. System Requirements
  • 2. Installation

Was this helpful?

Getting Started

PreviousIntroductionNextDirectory Structure

Last updated 3 years ago

Was this helpful?

1. System Requirements

Based on Flutter requirement. Please select the operating system on which you are installing Flutter

  • Mac OS:

  • Window:

  • Linux:

  • Setup an editor:

2. Installation

To setup MiNotes on your system, and sync your app with constant updates, clone the repo.

$ git clone projectUrl buddy
$ cd buddy/
$ flutter packages get
$ flutter run
https://flutter.dev/docs/get-started/install/macos
https://flutter.dev/docs/get-started/install/windows
https://flutter.dev/docs/get-started/install/linux
https://flutter.dev/docs/get-started/editor