mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 00:21:19 +00:00
Try fix submission issue
This commit is contained in:
parent
46467800ea
commit
8e16fc840c
@ -3,7 +3,6 @@
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<!--<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>-->
|
||||
<application
|
||||
android:label="MyInfoMate"
|
||||
android:usesCleartextTraffic="true"
|
||||
|
||||
@ -4,7 +4,7 @@ import 'dart:io';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:fluttertoast/fluttertoast.dart';
|
||||
import 'package:manager_api/api.dart';
|
||||
import 'package:ota_update/ota_update.dart';
|
||||
//import 'package:ota_update/ota_update.dart';
|
||||
import 'package:package_info/package_info.dart';
|
||||
//import 'package:package_info_plus/package_info_plus.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
@ -29,7 +29,7 @@ class _DownloadConfigurationWidgetState extends State<DownloadConfigurationWidge
|
||||
bool isAlreadyDownloading = false;
|
||||
//OtaEvent? currentEvent;
|
||||
|
||||
Future<void> tryOtaUpdate() async {
|
||||
/*Future<void> tryOtaUpdate() async {
|
||||
try {
|
||||
print('ABI Platform: ${await OtaUpdate().getAbi()}');
|
||||
final info = await PackageInfo.fromPlatform();
|
||||
@ -65,7 +65,7 @@ class _DownloadConfigurationWidgetState extends State<DownloadConfigurationWidge
|
||||
} catch (e) {
|
||||
print('Failed to make OTA update. Details: $e');
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
Future<bool> download(BuildContext buildContext, TabletAppContext tabletAppContext) async {
|
||||
bool isAllLanguages = true;
|
||||
|
||||
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 2.0.9+18
|
||||
version: 2.0.9+19
|
||||
|
||||
environment:
|
||||
sdk: ">=3.1.0 <4.0.0"
|
||||
@ -36,7 +36,7 @@ dependencies:
|
||||
|
||||
mapbox_maps_flutter: ^2.0.0
|
||||
|
||||
ota_update: ^6.0.0
|
||||
#ota_update: ^6.0.0
|
||||
package_info: ^2.0.2
|
||||
#package_info_plus: ^8.0.0 # chewie version casse couille
|
||||
qr_flutter: ^4.1.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user