surfstudio / flutter-otp-autofill

Made by Surf 🏄
Apache License 2.0
75 stars 42 forks source link

Update Readme on pub.dev #23

Closed akadatsky closed 2 years ago

akadatsky commented 2 years ago

In Example instead

  OTPInteractor.getAppSignature()
      .then((value) => print('signature - $value'));

it should be

    _otpInteractor = OTPInteractor();
    _otpInteractor
        .getAppSignature()
        .then((value) => print('signature - $value'));

And in Installation section instead otp-autofill it should be otp_autofill

MbIXjkee commented 2 years ago

Thank you! Done it.