Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/personnummer/dart

Validate Swedish personal identity numbers
https://github.com/personnummer/dart

dart flutter hacktoberfest personal-identity-number personnummer social-security-number validation

Last synced: about 1 month ago
JSON representation

Validate Swedish personal identity numbers

Awesome Lists containing this project

README

        

# personnummer [![Build Status](https://github.com/personnummer/dart/workflows/test/badge.svg)](https://github.com/personnummer/dart/actions)

Validate Swedish personal identity numbers.

## Example

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

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

See [test/personnummer.dart](test/personnummer.dart) for more examples.

## License

MIT