Active eCommerce Flutter App

Active eCommerce Flutter App v5.1.0

No permission to download

zakblack

Active member
Aug 10, 2020
108
71
28
You need to be a developer or hire someone who can make it work because the version provided from author is not compatible with latest flutter.
 

AleksXXX

New member
Jan 20, 2021
26
4
3
guys, I updated it for you to the latest version, I have the latest version of flutter 3.7.1 everything works) if you put a splash in karma, I won't mind

 

AleksXXX

New member
Jan 20, 2021
26
4
3
the only thing you need to do is fix the button styles, but there is no time yet, but it's not difficult
 

rajpootali

New member
Jan 20, 2024
12
2
3
send me your app_config.dart file
This is code app config


var this_year = DateTime.now().year.toString();

class AppConfig {
static String copyright_text =
"@ Madni Paper Mart " + this_year; //this shows in the splash screen
static String app_name = "Madni Paper Mart"; //this shows in the splash screen

static String purchase_code =
"mayoalimayoalimayoali";

static String system_key =
"mayoalimayoalimayoali";

//Default language config
static String default_language = "en";
static String mobile_app_code = "en";
static bool app_language_rtl = false;

//configure this
static const bool HTTPS = true;

static const DOMAIN_PATH = "admin.madnipaper.com"; //localhost

//do not configure these below
static const String API_ENDPATH = "api/v2";
static const String PROTOCOL = HTTPS ? "https://" : "http://";
static const String RAW_BASE_URL = "${PROTOCOL}${DOMAIN_PATH}";
static const String BASE_URL = "${RAW_BASE_URL}/${API_ENDPATH}";

@OverRide
String toString() {
// TODO: implement toString
return super.toString();
}
}
 

sakhmart

Well-known member
Null Master
Trusted Uploader
Banned User
May 26, 2022
314
264
70
Pakistan
This is code app config


var this_year = DateTime.now().year.toString();

class AppConfig {
static String copyright_text =
"@ Madni Paper Mart " + this_year; //this shows in the splash screen
static String app_name = "Madni Paper Mart"; //this shows in the splash screen

static String purchase_code =
"mayoalimayoalimayoali";

static String system_key =
"mayoalimayoalimayoali";

//Default language config
static String default_language = "en";
static String mobile_app_code = "en";
static bool app_language_rtl = false;

//configure this
static const bool HTTPS = true;

static const DOMAIN_PATH = "admin.madnipaper.com"; //localhost

//do not configure these below
static const String API_ENDPATH = "api/v2";
static const String PROTOCOL = HTTPS ? "https://" : "http://";
static const String RAW_BASE_URL = "${PROTOCOL}${DOMAIN_PATH}";
static const String BASE_URL = "${RAW_BASE_URL}/${API_ENDPATH}";

@OverRide
String toString() {
// TODO: implement toString
return super.toString();
}
}
i am sending you a apk file with your url test it and then let me know
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu