Trying to compile my flutter project. It trow an error and exit. It look like it's cause by http. But i don't know how solve it. My flutter version is 3.3.6. Sorry for the english.
My error
My dependencies
Asked
Active
Viewed 63 times
0

Mael Toukap
- 25
- 5
-
try updating your dependencies, then run `flutter clean` followed by `flutter pub get`. – Alexandru Mariuti Oct 30 '22 at 15:33
-
I have already tried but no results – Mael Toukap Oct 30 '22 at 15:36
-
you may check this https://stackoverflow.com/questions/74156104/glibc-2-33-not-found-while-building-flutter-for-linux – Alexandru Mariuti Oct 30 '22 at 15:46