changed url

This commit is contained in:
Komek Hayytnazarov 2024-06-06 15:30:33 +05:00
parent 73df6a1bea
commit 1a5c5f1b90
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
class Constants { class Constants {
static const BASE_URL = 'https://elektronika.tm/api/'; static const BASE_URL = 'https://elektronika.com.tm/api/';
static const BASE_URL_WEB = 'https://elektronika.tm/'; static const BASE_URL_WEB = 'https://elektronika.com.tm/';
static const ASSET_PATH_SETTINGS = 'assets/settings'; static const ASSET_PATH_SETTINGS = 'assets/settings';
static const ASSET_PATH_PROFILE = 'assets/profile'; static const ASSET_PATH_PROFILE = 'assets/profile';

View File

@ -27,6 +27,7 @@ class _ProductCardState extends State<ProductCard> {
@override @override
Widget build(BuildContext ctx) { Widget build(BuildContext ctx) {
debugPrint('ProductCard ${widget.model.images}');
return ConstrainedBox( return ConstrainedBox(
constraints: BoxConstraints(maxHeight: 300.h, minHeight: 250.h), constraints: BoxConstraints(maxHeight: 300.h, minHeight: 250.h),
child: Material( child: Material(

View File

@ -3,7 +3,7 @@ description: elektronika project online shopping platform.
publish_to: "none" # Remove this line if you wish to publish to pub.dev 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: environment:
sdk: ">=2.12.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"