fix problems

migrate_to_ns
suvaysov 2022-03-21 10:31:20 +06:00
parent 16ea7ead94
commit d23036ebf0
6 changed files with 30 additions and 23 deletions

View File

@ -34,7 +34,7 @@ if (keystorePropertiesFile.exists()) {
android {
compileSdkVersion 30
compileSdkVersion 31
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
@ -47,7 +47,7 @@ android {
defaultConfig {
applicationId "kz.com.aman.kassa"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -14,9 +14,9 @@
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<!-- android:name="io.flutter.app.FlutterApplication"-->
<application
android:name="io.flutter.app.FlutterApplication"
android:name="${applicationName}"
android:label="Аман Касса"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_rounded"

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.6.10'
repositories {
google()
jcenter()

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

View File

@ -63,7 +63,7 @@ packages:
name: charset_converter
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.1.0"
clock:
dependency: transitive
description:
@ -201,7 +201,7 @@ packages:
name: flutter_screenutil
url: "https://pub.dartlang.org"
source: hosted
version: "5.1.0"
version: "5.3.1"
flutter_test:
dependency: "direct dev"
description: flutter
@ -232,7 +232,7 @@ packages:
name: google_fonts
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.3.1"
hex:
dependency: transitive
description:
@ -295,7 +295,7 @@ packages:
name: local_auth
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.10"
version: "1.1.11"
logger:
dependency: "direct main"
description:
@ -317,6 +317,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
material_design_icons_flutter:
dependency: "direct main"
description:
@ -351,7 +358,7 @@ packages:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
version: "2.0.9"
path_provider_android:
dependency: transitive
description:
@ -498,7 +505,7 @@ packages:
name: responsive_builder
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.1"
version: "0.4.2"
rxdart:
dependency: transitive
description:
@ -512,7 +519,7 @@ packages:
name: shared_preferences
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.12"
version: "2.0.13"
shared_preferences_android:
dependency: transitive
description:
@ -629,7 +636,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.3"
version: "0.4.8"
typed_data:
dependency: transitive
description:
@ -643,7 +650,7 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.18"
version: "6.0.20"
url_launcher_android:
dependency: transitive
description:
@ -730,4 +737,4 @@ packages:
version: "5.3.1"
sdks:
dart: ">=2.15.0 <3.0.0"
flutter: ">=2.5.0"
flutter: ">=2.10.0-0"

View File

@ -12,28 +12,28 @@ dependencies:
redux_thunk: ^0.4.0
redux_persist: ^0.9.0
redux_persist_flutter: ^0.9.0
responsive_builder: ^0.4.1
responsive_builder: ^0.4.2
provider: ^6.0.2
logger: ^1.1.0
get_it: ^7.2.0
equatable: ^2.0.3
http: ^0.13.4
sqflite: ^2.0.2
path_provider: ^2.0.8
google_fonts: ^2.2.0
path_provider: ^2.0.9
google_fonts: ^2.3.1
material_design_icons_flutter: ^5.0.6595
intl: ^0.17.0
barcode_scan2: ^4.2.0
device_info: ^2.0.3
vocsy_esys_flutter_share: ^1.0.0
auto_size_text: ^3.0.0
url_launcher: ^6.0.18
url_launcher: ^6.0.20
qr_flutter: ^4.0.0
mask_text_input_formatter: ^2.1.0
flutter_screenutil: ^5.1.0
shared_preferences: ^2.0.12
flutter_screenutil: ^5.3.1
shared_preferences: ^2.0.13
flutter_lock_screen: ^2.0.1
local_auth: ^1.1.10
local_auth: ^1.1.11
#esc_pos_bluetooth: ^0.4.1
esc_pos_utils: ^1.1.0
charset_converter: ^2.0.0