Selaa lähdekoodia

update version rilis

Masarifyuli 1 kuukausi sitten
vanhempi
commit
cc5b2887b0

+ 2 - 2
lib/src/api/api_auth_provider.dart

@@ -24,9 +24,9 @@ class ApiAuthProvider {
   final Dio _dio = new Dio();
   final SharedPreferencesManager _sharedPreferencesManager = locator<SharedPreferencesManager>();
 
-  final String displayVersion = '4.0.15'; //versi aplikasi untuk di tampilkan
+  final String displayVersion = '4.0.16'; //versi aplikasi untuk di tampilkan
   final int currentVersion = 40; //versi aplikasi yang digunakan untuk pengecekan versi
-  final String buildNumber = '2508.01';
+  final String buildNumber = '2519.01';
 
 //  final String companyName = '999';
 //  final String _baseUrl = 'http://139.162.7.140:9090/';

+ 1 - 1
lib/src/layouts/components/template.dart

@@ -89,7 +89,7 @@ Widget textHorizontal(String title, String subtitle, {double size = 14, double o
               child: Icon(Icons.copy, color: textColor, size: size+2),
               onTap: ()async{
                 await Clipboard.setData(ClipboardData(text: subtitle));
-                Fluttertoast.showToast(msg: 'Copied to Clipboard!'.tr());
+                Fluttertoast.showToast(msg: 'link_copied'.tr());
               },
             ),
           ],

+ 2 - 1
pubspec.yaml

@@ -16,7 +16,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 # In Windows, build-name is used as the major, minor, and patch parts
 # of the product and file versions while build-number is used as the build suffix.
-version: 4.0.15+48
+#version: 4.0.15+48
+version: 4.0.16+49
 
 environment:
   sdk: ^3.6.1