5

While installing tflite package in my flutter application .. flutter pub get is not working after few minutes it shows connection timeout server unavailable though other packages are getting installed.

Siddhant8087
  • 51
  • 1
  • 3

1 Answers1

4

Try doing this Go to Environment variables**(This PC(My Computer) >Properties>Advanced System Settings> New environment variable)** then add this two variables VariableName: FLUTTER_STORAGE_BASE_URL VariableValue: https://storage.flutter-io.cn and VariableName: PUB_HOSTED_URL VariableValue: https://pub.flutter-io.cn

Defcon41
  • 41
  • 4