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

outdated

Determines that given TC ID is correct or wrong based on rules. If correct, you can use online validation functions.

example/example.dart

import 'package:tcid_checker/tcid_checker.dart';

void main(List<String> args) async {
  controlID(11111111111); // Control ID. -- false

  await validateID(
      11111111111, "ali", "veli", 1900); // Validate ID from WEB API.
  await validateForeignID(11111111111, "jack", "delay", 1, 1,
      1900); // Validate foreign ID from WEB API. -- false

  await validatePersonAndCard(
      11111111111,
      "ali",
      "veli",
      false,
      1,
      false,
      1,
      false,
      1900,
      'a15',
      796544,
      'y02n45764'); // Validate Person and Card ID from WEB API. -- false
}
1
likes
0
pub points
0%
popularity

Publisher

verified publisherberk.babadogan.net

Determines that given TC ID is correct or wrong based on rules. If correct, you can use online validation functions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, xml

More

Packages that depend on tcid_checker