changed url
This commit is contained in:
parent
73df6a1bea
commit
1a5c5f1b90
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ class _ProductCardState extends State<ProductCard> {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext ctx) {
|
||||
debugPrint('ProductCard ${widget.model.images}');
|
||||
return ConstrainedBox(
|
||||
constraints: BoxConstraints(maxHeight: 300.h, minHeight: 250.h),
|
||||
child: Material(
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue