car_license_plate 1.0.0 copy "car_license_plate: ^1.0.0" to clipboard
car_license_plate: ^1.0.0 copied to clipboard

A comprehensive package for managing and displaying car license plates in iran for Flutter applications. This project is a specialized package that includes platform-specific implementation code for A [...]

Changelog #

1.0.0 - 2025-12-27 #

  • Add showDisabilityIcon boolean parameter

0.0.10 - 2025-12-23 #

  • Add showDisabilityIcon boolean parameter

0.0.9 - 2025-12-23 #

✨ New Features

  • Persian/English Numbers: Added usePersianNumbers parameter to toggle between ۰-۹ and 0-9
  • Custom Width: Added width parameter for responsive sizing (150px-360px)
  • Dynamic Scaling: All elements now scale proportionally with width

🔧 Breaking Changes

  • Replaced TextFormField parameters with String values and callbacks
  • New API:
    CarLicensePlate(
      cityNumber: '12',
      onCityNumberChanged: (val) => setState(() => cityNum = val),
      usePersianNumbers: true,  // NEW
      width: 250,                // NEW
    )
    
6
likes
150
points
217
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive package for managing and displaying car license plates in iran for Flutter applications. This project is a specialized package that includes platform-specific implementation code for All Platforms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on car_license_plate