x509_cert_store 0.9.0 copy "x509_cert_store: ^0.9.0" to clipboard
x509_cert_store: ^0.9.0 copied to clipboard

A package that helps add certificates to the local certificate store using the flutter windows desktop app.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:x509_cert_store_example/page/home_page.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: HomePage(),
    );
  }
}
2
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A package that helps add certificates to the local certificate store using the flutter windows desktop app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on x509_cert_store

Packages that implement x509_cert_store