flutter_facebook_keyhash 0.0.4 copy "flutter_facebook_keyhash: ^0.0.4" to clipboard
flutter_facebook_keyhash: ^0.0.4 copied to clipboard

PlatformAndroid

A FLutter plugin for genrating facebook keyhash for facebook login.

flutter_facebook_keyhash #

Flutter-FaceBook-KeyHash #

Fedoff copy and pasting print key hash function in kotlin code to get KeyHash. Here is Flutter Facebook Keyhash Package thats help you genrating keyhash 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??"");

  }


11
likes
130
pub points
92%
popularity

Publisher

unverified uploader

A FLutter plugin for genrating facebook keyhash for facebook login.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_facebook_keyhash