0 purchases
ssl checker
SSL certificate expirations checker function.
Getting started #
import 'package:ssl_checker/ssl_checker.dart';
copied to clipboard
Usage #
Pass the hostname to checking SSL cert expirations.
final result = await sslChecker('example.com');
copied to clipboard
License #
Licensed under the Apache License, Version 2.0.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.