'Pub finished with exit code 69

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.



Solution 1:[1]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Defcon41