Graph-based indoor navigation with step-by-step instructions.
  • Dart 99.7%
  • Swift 0.2%
Find a file
2026-02-14 23:50:48 +03:00
android feat: initial release v1.0.0 2026-02-14 23:50:48 +03:00
assets/images feat: initial release v1.0.0 2026-02-14 23:50:48 +03:00
docs feat: initial release v1.0.0 2026-02-14 23:50:48 +03:00
ios Initial commit 2026-02-07 23:53:19 +03:00
lib feat: initial release v1.0.0 2026-02-14 23:50:48 +03:00
test feat: initial release v1.0.0 2026-02-14 23:50:48 +03:00
.gitignore Initial commit 2026-02-07 23:53:19 +03:00
.metadata Initial commit 2026-02-07 23:53:19 +03:00
analysis_options.yaml Initial commit 2026-02-07 23:53:19 +03:00
devtools_options.yaml feat: initial release v1.0.0 2026-02-14 23:50:48 +03:00
l10n.yaml feat: initial release v1.0.0 2026-02-14 23:50:48 +03:00
LICENSE feat: initial release v1.0.0 2026-02-14 23:50:48 +03:00
pubspec.lock feat: initial release v1.0.0 2026-02-14 23:50:48 +03:00
pubspec.yaml feat: initial release v1.0.0 2026-02-14 23:50:48 +03:00
README.md feat: initial release v1.0.0 2026-02-14 23:50:48 +03:00

Locstep

Indoor navigation from a graph: define nodes and edges, get step-by-step routes.

Adding languages

  1. Add lib/l10n/app_<code>.arb (see ISO 639-1).
  2. Copy keys from app_en.arb, translate.
  3. Run flutter gen-l10n.