Loading repository data…
Loading repository data…
gzaber / repository
A simple notes app
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple notes app based on the following concept:
https://dribbble.com/shots/11875872-A-simple-and-lightweight-note-app
Clone or download this repository.
Use the following command to install all the dependencies:
$ flutter pub get
Run the tests using your IDE or using the following command:
$ flutter test --coverage
For local Flutter packages run the above command in the package root directory.
For local Dart packages run the following commands in the package root directory:
$ dart pub global activate coverage
$ dart pub global run coverage:test_with_coverage
Run the application using your IDE or using the following command:
$ flutter run