barcode_scanner/README.md
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

1.1 KiB

e_scan

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

flutter_launcher_icons

Icon launcher generator

flutter pub run flutter_launcher_icons:main

Development tool

This projects uses code generator

dart run build_runner build
dart run build_runner build --delete-conflicting-outputs
  • Run this command to detect packages unused
dart pub global activate dependency_validator && dart pub run dependency_validator

Increment version and generate changelog

Run this script in project root to create apk

Usage: ./scripts/version_and_changelog.sh