/license_plate_rwanda

Rwandan plate number validator

Primary LanguageDartMIT LicenseMIT

License plate rwanda

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

Usage

import 'package:license_plate_rwanda/license_plate_rwanda.dart';

...

bool validPlate = isValid('IT110RE');

if (validPlate)
  print('Plate number is valid');