diff --git a/lib/app/core/utils/constants.dart b/lib/app/core/utils/constants.dart index 7065306..0ef28f3 100644 --- a/lib/app/core/utils/constants.dart +++ b/lib/app/core/utils/constants.dart @@ -1,6 +1,6 @@ class Constants { - static const BASE_URL = 'https://elektronika.tm/api/'; - static const BASE_URL_WEB = 'https://elektronika.tm/'; + static const BASE_URL = 'https://elektronika.com.tm/api/'; + static const BASE_URL_WEB = 'https://elektronika.com.tm/'; static const ASSET_PATH_SETTINGS = 'assets/settings'; static const ASSET_PATH_PROFILE = 'assets/profile'; diff --git a/lib/app/global_widgets/product_card.dart b/lib/app/global_widgets/product_card.dart index 596d0eb..35759af 100644 --- a/lib/app/global_widgets/product_card.dart +++ b/lib/app/global_widgets/product_card.dart @@ -27,6 +27,7 @@ class _ProductCardState extends State { @override Widget build(BuildContext ctx) { + debugPrint('ProductCard ${widget.model.images}'); return ConstrainedBox( constraints: BoxConstraints(maxHeight: 300.h, minHeight: 250.h), child: Material( diff --git a/pubspec.yaml b/pubspec.yaml index 8d0c582..c2a5be3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: elektronika project online shopping platform. publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 2.0.5+11 +version: 2.0.6+12 environment: sdk: ">=2.12.0 <3.0.0"