personnummer

Validate Swedish personal identity numbers with Dart and Flutter.


Keywords
dart, flutter, hacktoberfest, personal-identity-number, personnummer, social-security-number, validation
License
MIT

Documentation

personnummer Build Status

Validate Swedish personal identity numbers.

Example

import 'package:personnummer/personnummer.dart';

Personnummer.valid('198507099805');
//=> true

See test/personnummer.dart for more examples.

License

MIT