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

Otpless Flutter Web support

This package supports the otpless_flutter web support. For more info please Visit OTPless

otpless_flutter_web #

Installation #

In your index.html file, add the following code:

<div id="otpless-login-page">
<script src="otpless.com/flutter.js"></script>
<script defer src="main.dart.js"></script>

In your pubspec.yaml file, add the following dependency:

dependencies:
  otpless_flutter_web: ^0.0.4

In your SignIn/SignUp dart file, add the following code:

import 'package:otpless_flutter_web/otpless_flutter_web.dart';
final _otplessFlutterPlugin = Otpless();
//To you on tap function
_otplessFlutterPlugin.openLoginPage();
3
likes
0
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

Otpless Flutter Web support

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on otpless_flutter_web