iamshaunjp / flutter-beginners-tutorial

All course files for the Flutter Beginners playlist on The Net Ninja YouTube channel.
1.76k stars 1.23k forks source link

How to solve this Error while getting data from World Time API, getting error as shown in below image. #34

Open khalandarmdk opened 3 years ago

khalandarmdk commented 3 years ago

Hi Shaun, how to solve this error... Lesson 27 - while getting data from "World Time API" help me.

Performing hot restart... Syncing files to device AOSP on IA Emulator... Restarted application in 1,647ms. E/flutter (10935): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: Bad state: Insecure HTTP is not allowed by platform: http://worldtimeapi.org/api/timezone/Asia/Kolkata

Flutter Tutorial for Beginners #27 - World Time API

bandhanRoy commented 3 years ago

Use https: It works you won't get that error @khalandarmdk

rafaelwillen commented 3 years ago

35 Check my answer