privy_flutter 0.0.1 copy "privy_flutter: ^0.0.1" to clipboard
privy_flutter: ^0.0.1 copied to clipboard

Privy Flutter SDK enables seamless authentication, wallet management, and identity verification for Flutter apps with native iOS and Android support.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:privy_flutter_example/app.dart';

void main() {
  runApp(const MyPrivyApp());
}

class MyPrivyApp extends StatelessWidget {
  const MyPrivyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: "Privy Auth Example",
      debugShowCheckedModeBanner: false,
      home: AppScreen(), // Ensure this is wrapped inside MaterialApp
    );
  }
}
2
likes
0
points
1.56k
downloads

Publisher

verified publisherprivy.io

Weekly Downloads

Privy Flutter SDK enables seamless authentication, wallet management, and identity verification for Flutter apps with native iOS and Android support.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, rxdart

More

Packages that depend on privy_flutter