tcid_checker 1.0.1 copy "tcid_checker: ^1.0.1" to clipboard
tcid_checker: ^1.0.1 copied to clipboard

outdated

Checks that Turkish ID number is valid or not.

example/example.dart

import 'package:tcid_checker/tcid_checker.dart';

main(List<String> args) {
  print('TC ID is ${checkID("11111111111") == true ? 'valid' : 'not valid'}.');
}