An open API service indexing awesome lists of open source software.

https://github.com/knowbee/license_plate_rwanda

Rwandan plate number validator
https://github.com/knowbee/license_plate_rwanda

android flutter ios plate validator

Last synced: about 1 month ago
JSON representation

Rwandan plate number validator

Awesome Lists containing this project

README

          

# License plate rwanda

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

## Usage

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

...

bool validPlate = isValid('IT110RE');

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