fix: Android 12 compatibility; Remove late cesiumSeed;

This commit is contained in:
poka 2022-05-25 09:41:48 +02:00
parent 047720e65f
commit 16d42d7f5f
3 changed files with 2 additions and 3 deletions

View File

@ -79,4 +79,5 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.work:work-runtime-ktx:2.7.0'
}

View File

@ -1,4 +1,3 @@
import 'dart:typed_data';
import 'package:flutter/material.dart';
import 'dart:async';
import 'package:gecko/globals.dart';
@ -11,7 +10,6 @@ class MyWalletsProvider with ChangeNotifier {
List<WalletData> listWallets = [];
late String pinCode;
late String mnemonic;
late Uint8List cesiumSeed;
int? pinLenght;
int? getCurrentChest() {

View File

@ -5,7 +5,7 @@ description: Pay with G1.
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.6+2
version: 0.0.6+3
environment:
sdk: '>=2.12.0 <3.0.0'