sber_id 0.0.1+1
sber_id: ^0.0.1+1 copied to clipboard
Flutter plugin for Sber ID authentication with native iOS SDK integration. Provides seamless authentication flow, automatic app detection, and comprehensive setup validation for iOS applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sber_idThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sber_id: ^0.0.1+1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sber_id/sber_id.dart';