Skip to content

atomi19/lines

Repository files navigation

Lines

Lines is a cross-platform notes app

Getting started

Dependencies

  1. Clone the repo:
git clone https://github.com/atomi19/lines.git
  1. Navigate to the project directory:
cd lines
  1. Get dependencies:
flutter pub get
  1. Database setup (this will generate database.g.dart):
dart run build_runner build
  1. Run the project on Linux, Windows or macOS
flutter run

License

This project is licensed under the MIT License