4 Commits

Author SHA1 Message Date
mandreshope
a9d0e4485d chore: Documents app build script usage
Adds a new section to the README detailing the usage of the `build_app.sh` script. This provides clear instructions for building the Android APK, iOS IPA, or both, enhancing developer onboarding for app compilation.
2025-07-31 04:49:09 +03:00
mandreshope
7b98eb6227 chore: Documents versioning script usage
Adds a new section to the README to provide instructions on how to use the `version_and_changelog.sh` script. This helps users understand the process for incrementing the project version and generating the changelog.
2025-07-30 17:03:53 +03:00
mandreshope
61047f266d chore: Renames project to e_scan
Performs a comprehensive project rename from 'barcode_scanner' to 'e_scan' (or 'eScan' for user-facing labels). This update spans all relevant files, including:

- Application IDs and bundle identifiers for Android, iOS, macOS, and Linux.
- VS Code launch configurations.
- Dart package import paths.
- Project names and titles in `pubspec.yaml`, `README.md`, and platform-specific configurations (e.g., CMakeLists, Info.plist, AndroidManifest).
2025-07-30 09:19:44 +03:00
mandreshope
406e5b1909 initial commit 2025-06-19 16:41:41 +03:00