certificatetransparency 0.0.2 copy "certificatetransparency: ^0.0.2" to clipboard
certificatetransparency: ^0.0.2 copied to clipboard

PlatformAndroid
unlisted

HTTP certificate transparency for Flutter. Validate certificate to distributed and independent certificate logs.

example/lib/main.dart

import 'package:certificatetransparency_example/pages/home_page.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: HomePage(),
    );
  }
}
2
likes
145
points
140
downloads

Publisher

verified publisherkevinasurjadi.dev

Weekly Downloads

HTTP certificate transparency for Flutter. Validate certificate to distributed and independent certificate logs.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter, plugin_platform_interface

More

Packages that depend on certificatetransparency

Packages that implement certificatetransparency