organisationsnummer Build Status

Validate Swedish organization numbers. Follows version 1.1 of the specification.

Example

import 'package:organisationsnummer/organisationsnummer.dart';

Organisationsnummer.valid('202100-5489');
//=> true

See test/organisationsnummer.dart for more examples.

License

MIT