shernova_ui 1.0.8 copy "shernova_ui: ^1.0.8" to clipboard
shernova_ui: ^1.0.8 copied to clipboard

Optional UI components for Shernova phone verification.

shernova_ui #

Optional UI components for Shernova phone verification.

import 'package:shernova/shernova.dart';
import 'package:shernova_ui/shernova_ui.dart';

await Shernova.init(ShernovaConfig(
  appId: 'YOUR_APP_ID',
  publishableKey: 'pk_live_...',
  apiBaseUrl: 'https://api.shernova.com',
  packageName: 'com.example.app',
  sha256: 'YOUR_APP_SHA256',
));

final session = await verifyPhone(
  context: context,
  phoneNumber: '+201012345678',
);

Requires the core shernova package.

0
likes
0
points
781
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Optional UI components for Shernova phone verification.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, shernova, url_launcher

More

Packages that depend on shernova_ui

Packages that implement shernova_ui