// README.md

Myanmar Number Converter

The myanmar_number_converter package provides a simple and efficient way to convert English (Arabic) numbers (0-9) to Myanmar numbers (၀-၉) and vice versa. It’s perfect for Flutter apps that need to display or process numbers in Myanmar script while preserving non-numeric characters.

Features

  • Converts English numbers (e.g., "123") to Myanmar numbers (e.g., "၁၂၃").
  • Converts Myanmar numbers back to English numbers.
  • Preserves non-numeric characters (e.g., "abc123" becomes "abc၁၂၃").
  • Handles null inputs and empty strings gracefully.
  • Lightweight with no external dependencies.

Installation

To use this package, add it to your pubspec.yaml: