Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/personnummer/dart
- Owner: personnummer
- License: mit
- Created: 2019-06-01T08:58:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T08:25:19.000Z (8 months ago)
- Last Synced: 2024-05-29T23:36:01.506Z (7 months ago)
- Topics: dart, flutter, hacktoberfest, personal-identity-number, personnummer, social-security-number, validation
- Language: Dart
- Homepage: https://pub.dev/packages/personnummer
- Size: 67.4 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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