Skip to content

usmanokara/flutter_facebook_keyhash

Repository files navigation

flutter_facebook_keyhash

Flutter-FaceBook-KeyHash

Tired of copy and pasting print key hash function in kotlin code to get KeyHash. Here is Flutter Facebook Key Hash Package thats help you generate key hash without going into kotlin code.

Very simple to use

-Just copy and paste below code int statefull widget.

  @override
  void initState() {
    super.initState();
    printKeyHash();
  }

  void printKeyHash() async{

   String? key=await FlutterFacebookKeyhash.getFaceBookKeyHash ??
          'Unknown platform version';
   print(key??"");

  }



About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published