didww_verification_sms 1.0.0 copy "didww_verification_sms: ^1.0.0" to clipboard
didww_verification_sms: ^1.0.0 copied to clipboard

PlatformAndroid

Android SMS Retriever support for the DIDWW verification client: automatic one-time code capture and the app hash the Retriever requires. Android only.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'start_screen.dart';

void main() => runApp(const ExampleApp());

/// Demonstrates `didww_verification` and `didww_verification_sms`.
class ExampleApp extends StatelessWidget {
  /// Creates the example app.
  const ExampleApp({super.key});

  @override
  Widget build(BuildContext context) => MaterialApp(
        title: 'didww_verification',
        home: const StartScreen(),
      );
}
0
likes
160
points
56
downloads

Documentation

API reference

Publisher

verified publisherdidww.com

Weekly Downloads

Android SMS Retriever support for the DIDWW verification client: automatic one-time code capture and the app hash the Retriever requires. Android only.

Repository (GitHub)
View/report issues
Contributing

Topics

#otp #verification #sms #authentication #android

License

MIT (license)

Dependencies

didww_verification, flutter

More

Packages that depend on didww_verification_sms

Packages that implement didww_verification_sms