Browse Source

update version & readme

Masarifyuli 1 month ago
parent
commit
fcda4bbb09
3 changed files with 11 additions and 19 deletions
  1. 8 16
      README.md
  2. 2 2
      lib/src/api/api_auth_provider.dart
  3. 1 1
      pubspec.yaml

+ 8 - 16
README.md

@@ -1,16 +1,8 @@
-# telnow_mobile_new
-
-A new Flutter project.
-
-## Getting Started
-
-This project is a starting point for a Flutter application.
-
-A few resources to get you started if this is your first Flutter project:
-
-- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
-- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
-
-For help getting started with Flutter development, view the
-[online documentation](https://docs.flutter.dev/), which offers tutorials,
-samples, guidance on mobile development, and a full API reference.
+# telnow_2025
+Telnow Mobile Application - Build with Flutter.
+
+Change log
+V4.0.15 - 2508.01
+- Upgrade flutter
+- Penyesuaian plugin (upgrade & penggantian yg incompatible)
+- Penambahan fitur change priority on request

+ 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.14'; //versi aplikasi untuk di tampilkan
+  final String displayVersion = '4.0.15'; //versi aplikasi untuk di tampilkan
   final int currentVersion = 40; //versi aplikasi yang digunakan untuk pengecekan versi
-  final String buildNumber = '2501.01';
+  final String buildNumber = '2508.01';
 
 //  final String companyName = '999';
 //  final String _baseUrl = 'http://139.162.7.140:9090/';

+ 1 - 1
pubspec.yaml

@@ -16,7 +16,7 @@ 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: 1.0.0+1
+version: 4.0.15+48
 
 environment:
   sdk: ^3.6.1