Shawn Ashton
Shawn Ashton

Reputation: 466

How can I simulate poor internet connection when using flutter?

I know that there is a way on android, but I am using ios devices. I am also using a real device for development because some app features like photos and location. It would be very much appreciated if anyone could shed some light on this topic!

Upvotes: 1

Views: 708

Answers (1)

Calvin Gonsalves
Calvin Gonsalves

Reputation: 2030

For iOS go to Settings > Developer > Network Link Conditioner to enable it.

If you want to enable Developer mode go to Settings > Privacy and Security > Developer Mode and turn on.

Upvotes: 1

Related Questions