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: 6 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T08:25:19.000Z (about 1 year ago)
- Last Synced: 2024-05-29T23:36:01.506Z (12 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 [](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