/MobiNote

Primary LanguageC++

mobi_note

A new Flutter project.

Prepare Environment

My current environtment preparing:

Running

Current way to run an application:

  • clone this repo
  • git checkout editor_textfield_paragraphs
  • run Android Emulator (for me this is Pixel 6 API 30) to run an emulator from Windows terminal: you can run a new Windows Terminal and go to the sdk directory for me it was C:\Users\<my_user>\AppData\Local\Android\Sdk\emulator and run emulator.exe -avd <avd_name> to see available avds run emulator.exe -list-avds example:
    C:\Users\bartq\AppData\Local\Android\Sdk\emulator> .\emulator.exe -list-avds
    Pixel_6_API_30
    C:\Users\bartq\AppData\Local\Android\Sdk\emulator> .\emulator.exe -avd Pixel_6_API_30
    
  • flutter run

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.