hkid_validator 0.0.2 copy "hkid_validator: ^0.0.2" to clipboard
hkid_validator: ^0.0.2 copied to clipboard

outdated

A HKID Validator and Generator, written by pure dart and foundamental library. Through this library you would esaily validate your HKID esaily. This library support all the platform of flutter and dart.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:hkid_validator_web_demo/app.dart';
import 'package:hkid_validator_web_demo/ser/app_ser.dart';
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
import 'package:hkid_validator_web_demo/ser/env_ser.dart';

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  setUrlStrategy(PathUrlStrategy());

  const String env = String.fromEnvironment(
    'ENV',
    defaultValue: EnvSer.prod,
  );
  await AppSer().init(env: env);
  runApp(
    App(
      key: UniqueKey(),
      localeSer: AppSer().localeSer(),
    ),
  );
}
0
likes
0
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A HKID Validator and Generator, written by pure dart and foundamental library. Through this library you would esaily validate your HKID esaily. This library support all the platform of flutter and dart.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, test

More

Packages that depend on hkid_validator