Skip to content
aiserrock edited this page Jul 8, 2026 · 1 revision

Frequently Asked Questions

How do I report a bug?

Open a new issue using the Bug Report template. Include steps to reproduce, expected vs. actual behavior, and your device/OS info.

How do I report a security vulnerability?

Do not open a public issue. Email security@acits.ru with the details. See SECURITY.md for our disclosure policy and response timeline.

How do I get Firebase config for local development?

Copy the *.example template files (google-services.json.example, GoogleService-Info.plist.example) to their real names and fill in your own Firebase project credentials. Full steps are in CONTRIBUTING.md#project-setup.

Which Flutter/Dart version does this project use?

Flutter 3.44.0 / Dart 3.12.0, pinned via FVM. Run fvm install then fvm flutter <command> so your local toolchain matches CI exactly.

Where can I see build/CI notifications?

Build results (status, version, changelog, run link) are posted to the build notifications channel on Telegram.

How do I contribute?

Read CONTRIBUTING.md first. Fork the repo, branch off develop, and open your pull request against develop, not main. PRs targeting main will be redirected.

Clone this wiki locally