license_plate_rwanda 0.0.2 copy "license_plate_rwanda: ^0.0.2" to clipboard
license_plate_rwanda: ^0.0.2 copied to clipboard

Validate a Rwandan car/motorcycle plate number of Diplomatic, Foreigners, National Police, Military Force, Government Projects, and Normal citizens

example/main.dart

import 'dart:io';
import 'package:license_plate_rwanda/license_plate_rwanda.dart';

void main() {
  // Read a plate number from stdin.
  print('Please enter a plate number:');
  final plateNumber = stdin.readLineSync();

  bool validPlateNumber = isValid(plateNumber);
  // Print a response
  if (validPlateNumber) {
    print('This plate number is valid!');
  } else {
    print('This plate number is not valid!');
  }
}
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Validate a Rwandan car/motorcycle plate number of Diplomatic, Foreigners, National Police, Military Force, Government Projects, and Normal citizens

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on license_plate_rwanda