Night fury

Results 43 comments of Night fury

> > I've added the IPv6 DNS addresses for Google, CloudFlare and OpenDNS and it seems to have solved the problem on IPv6-only networks. Similar to @quentinleguennec 's answer above,...

I had the same issue I tried to fix it by migrating DNS Service From Godaddy to Route53 while allowed the server less-domain-manager to add records in the hosted zone.

Using the below configuration, solved this particular issue for me: ``` domainName: ${self:custom.domains.${self:custom.stage}} stage: "${self:custom.stage}" basePath: "basePath" certificateName: '*.yourdomain.com' createRoute53Record: true endpointType: 'endpointType' securityPolicy: securityPolicy hostedZoneId: ${opt:HOSTED_ZONE_ID} certificateArn: 'domainCertificateArn' ```

``` import 'dart:io'; import 'dart:math'; import 'dart:ui'; import 'package:equatable/equatable.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:google_mlkit_face_detection/google_mlkit_face_detection.dart'; import 'package:image_picker/image_picker.dart'; import 'package:injectable/injectable.dart'; import 'package:path_provider/path_provider.dart'; part 'face_detection_state.dart'; @injectable class FaceDetectionCubit extends Cubit { FaceDetectionCubit()...

I think repo should be forked before opening gitpod like it was instructed during the Netflix clone workshop.

@pblinux Could you share an example how you were able to Mock Dio requests using nock?

The code currently uses Future.any, which is designed to return as soon as one of the connection attempts succeeds for hasConnection method. Since, this is not an issue I'm closing...

An update will be released tomorrow, I can understand there's a lot of inactivity but rest assured I look forward to actively maintain this repository.

@0xmarkhernandez Check the new branch (release/2.0.0) for further testing and feedback