Bashar Albashier
Bashar Albashier
Exception: HTTP request failed, statusCode: 403, I/flutter (17347): https://maps.googleapis.com/maps/api/staticmap?center=15.7229193,32.5835297&zoom=18&size=640x400&key=AIzaSyDT8-ttxGcKLv7LyC62JcSgT2TBYnXvfFw I/flutter (17347): When the exception was thrown, this was the stack: I/flutter (17347): #0 NetworkImage._loadAsync (package:flutter/src/painting/image_provider.dart:492:7) I/flutter (17347): I/flutter (17347): #1...
I was compiling this on linux and faced this issue: error: 'is_pod' is deprecated: use is_standard_layout && is_trivial instead [-Werror,-Wdeprecated-declarations] static_assert(std::is_pod::value, ""); I resolve it by replacing is_pod with is_standard_layout...