SSL certificate expirations checker function. Getting started import 'package:ssl_checker/ssl_checker.dart'; Usage Pass the hostname to checking SSL cert expirations. final result = await sslChecker('example.com'); License Licensed under the Apache License, Version 2.0.