DioError [DioErrorType.other]: HandshakeException: Handshake error in client (OS Error:

Hi,

I am doing crash course on Chapter 7: Routing & Navigating.
Build and run,(Debug on device with Android version: 7.0 NRD90M)t,he starter code to load the home screen and find the following error:

I/flutter (16397): *** Request ***
I/flutter (16397): uri: https://favqs.com/api/quotes/?page=1
I/flutter (16397): method: GET
I/flutter (16397): responseType: ResponseType.json
I/flutter (16397): followRedirects: true
I/flutter (16397): connectTimeout: 0
I/flutter (16397): sendTimeout: 0
I/flutter (16397): receiveTimeout: 0
I/flutter (16397): receiveDataWhenStatusError: true
I/flutter (16397): extra: {}
I/flutter (16397): headers:
I/flutter (16397): Authorization: Token token=1124#$%@$%@WEY55QEUQ122334566
I/flutter (16397):
I/flutter (16397): *** DioError ***:
I/flutter (16397): uri: https://favqs.com/api/quotes/?page=1
I/flutter (16397): DioError [DioErrorType.other]: HandshakeException: Handshake error in client (OS Error:
I/flutter (16397): CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate(handshake.cc:393))
I/flutter (16397):

Anyone have an idea? Thank you.