privy_flutter 0.0.4 copy "privy_flutter: ^0.0.4" to clipboard
privy_flutter: ^0.0.4 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 const MaterialApp(
      title: "Privy Auth Example",
      debugShowCheckedModeBanner: false,
      home: AppScreen(), // Ensure this is wrapped inside MaterialApp
    );
  }
}
copied to clipboard
2
likes
150
points
714
downloads

Publisher

verified publisherprivy.io

Weekly Downloads

2024.09.17 - 2025.04.01

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

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, rxdart

More

Packages that depend on privy_flutter