Skip to content

delta/cycle-lock-app

Repository files navigation

Cycle Lock App

App for the NITT Bluetooth Cycle Lock Project

Setup

Download dependencies

flutter pub get

Install flutter_gen

dart pub global activate flutter_gen

Run flutter_gen

flutter packages pub run build_runner build

To run the App by passing the map api key

flutter run --dart-define=map_key=<MAP_KEY>

Add GitHooks

Configure git-hooks path

git config core.hooksPath .githooks

Set githooks/* as executable

chmod ug+x .githooks/* 

Resources

About

App for the NITT Bluetooth Cycle Lock Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published