Flutter Notes

A Flutter app that allows to create notes and sync them across different devices with the same account

Getting Started

First of all, you will need to have to setup the flutter environment to build and run this project.
You can follow the official Install guide to set up all properly.

Installing

Clone the project with the following command:

git clone https://github.com/FerMod/flutter_notes.git

Next is to install the required packages and auto generated files.
In the project root folder, run:

flutter pub get

Without running the last command, the first time that is loaded the project in an editor, there will be showing errors.
Most of them are because the project is missing auto generated files.

Running the tests

The Flutter SDK can run unit tests and widget tests in a virtual machine, without the need of a physical device or emulator.
To run the tests, first navigate to the project's root folder.

To run all the test files in the test/ directory run:

flutter test

If you want to run a particular test file, run:

flutter test test/<file_path>

Contributing

Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • FerMod (Ferran Tudela) - Initial work

GitHub

https://github.com/FerMod/flutter_notes